Unity 6 Key Features Summarise

Unity just dropped their biggest update of the year, transforming Unity 2023 LTS into Unity 6. Here's everything you need to know about the cool stuff they've packed in. This post provide a summaries view of Unity 6 Key features, but for details, you can go to unity official blog here.

Graphics & Rendering:

  • GPU Resident Drawer: Think bigger, more detailed worlds without your game slowing to a crawl. It's like having an extra engine for your graphics. (Enhanced rendering performance with GPU Resident Drawer) 
  • Smart Upscaling (STP): Games can now run at lower resolutions but look like they're in high quality - perfect for getting better performance without sacrificing looks. (Using New Spatial Temporal Post-Processing STP upscaler)
  • Render Graph: Your mobile games will eat up less battery and run cooler, with up to 50% less memory usage. (ender Graph for improved memory efficiency)
  • Split Graphics Jobs: Big, complex scenes now run up to 40% faster - great news for PC game developers. (DirectX12 optimizations with Split Graphics Jobs)
  • Smart Lighting (APV): No more manually placing light probes! The engine now handles realistic lighting automatically. (Adaptive Probe Volumes (APV) for automated lighting)
  • Ray Tracing: Ready for prime time on Windows, Xbox Series X|S, and PS5 - bring on those realistic reflections! (- Ray Tracing API now production-ready for Windows, Xbox Series X|S, and PS5)

Multiplayer: Making Online Games Easier

  • Multiplayer Center: One place for all your multiplayer tools - like having a Swiss Army knife for online game development. ( New Multiplayer Center hub for integrated tools and services)
  • Ready-to-Use UI Widgets: Drop in pre-made multiplayer menus and lobbies that actually look good. (Multiplayer Widgets for easy UI implementation)


  • Quick Testing: Test your multiplayer game with up to 4 players without leaving the editor - saves hours of build time.(up to 4 instances)
  • Better Host Systems: Smoother online play even when hosting from a player's computer. Distributed Authority (Beta) for improved client-hosted games

Web Games: Breaking Barriers

  • Double the Memory: Web games can now use 4GB instead of 2GB - bigger, better browser games incoming! (Increased memory limit from 2GB to 4GB)
  • Mobile Browser Support: Finally! Your Unity games can run directly in phone browsers.
  • Better Performance: Web games run faster thanks to some fancy new tech (SIMD and multithreading). Web assembly SIMD support and C/C++ multithreading capabilities
  • App-Like Experience: Make your web games feel like native apps, complete with home screen shortcuts. (Progressive web app template support)
Still, the unity 6 web platform has some limitations you can check here.

Build Management: Less Headache, More Control

  • Build Profiles: Create different versions of your game (like "debug" and "release") without constantly changing settings. (New Build Profile system for better platform management)


  • Team-Friendly: Share build settings with your team through version control - no more "works on my machine" problems.
  • Better Platform Support: Easier to manage builds for different platforms without getting lost in settings.

AI Features

  • Runtime AI: Add AI to your games without needing a separate server or constant internet connection. (Runtime AI through Sentis)
  • Ready-to-Use Models: Plug in pre-trained AI models from Hugging Face - great for getting started quickly.(Integration with Hugging Face models)
  • Real-World Integration: Use phone cameras, microphones, and motion sensors to control game elements. (Real-world interaction capabilities through sensors)

Developer Tools: Performance Tools

  • Performance Spotting: Quickly see what's slowing down your game - like having a check engine light for performance. (New Profiler Highlights module)
  • Better Memory Tools: Clear breakdown of what's using up your game's memory, especially helpful for mobile development. (Enhanced Memory Profiler with detailed graphics memory breakdown)
  • Improved UI Building: Create game interfaces faster with better tools and more customization options. (Improved UI Toolkit with customizable controls -New data binding system for interface design)


Unity has also released several demo projects on the Asset Store to show off these features:

  • Fantasy Kingdom: Shows off the new graphics in URP
  • Time Ghost: Demonstrates high-end visuals with HDRP
  • Megacity Metro: Perfect for checking out the multiplayer features

Each demo is like a playground for testing these new features - definitely worth downloading if you want to see what Unity 6 can really do.

Post a Comment

0 Comments