
Games
Unity 6 Game Development
Building on Unity's current engine generation with a Unity Certified Expert team
Unity 6 Game Development
Unity 6 is the current generation of the engine that powers the majority of mobile games worldwide. It launched in October 2024 and has been developed on a steady cadence ever since, with production-ready Supported Updates arriving between long-term support releases. Across that generation it has brought meaningful improvements to rendering, multiplayer tooling, cross-platform support, and build pipeline efficiency.
For our team, Unity 6 is not a new starting point. It is the natural continuation of work we have been doing across every major Unity release for over two decades. Our director holds a Unity Certified Expert credential and has shipped titles ranging from server-authoritative MMORPGs to educational apps for language preservation. Unity 6 builds on that foundation with engine-level improvements that directly benefit the types of projects we deliver.
Whether you are starting a new project on Unity 6, planning a migration from an older LTS version, or need specialist engineers to help your team adopt the new tooling, we can help.
What’s New in Unity 6
Key features from across the Unity 6 generation that are most relevant to the work we do.
GPU Resident Drawer
GPU-driven rendering that automatically batches draw calls using the BatchRendererGroup API. In scenes with large numbers of instanced objects, this can reduce CPU frame time by up to 50%. Supported on both URP and HDRP.
Unified Render Pipeline Foundation
From Unity 6.3, URP and HDRP share the same underlying compiler and API. This makes it easier to share rendering code between pipelines and marks a step towards a single unified renderer for desktop and mobile.
Multiplayer and Netcode Updates
Netcode for GameObjects continues to mature with improved server and client authoritative models. Unity 6 also introduces experimental host migration for Netcode for Entities, enabling smoother transitions when a host disconnects.
Shader Graph and VFX Graph
Shader Graph now supports terrain material creation for both URP and HDRP, motion vectors, and access to UV channels 4 through 7. VFX Graph gains Shader Graph integration for material overrides and optimised GPU instancing with exposed assets.
Cross-Platform Toolkit
New in Unity 6.3, the Platform Toolkit provides a single API for handling accounts, achievements, save data, and controller ownership across PlayStation, Xbox, Switch, Steam, Android, and iOS. Less boilerplate, fewer platform-specific branches.
Enhanced Audio Foundation
Unity 6.3 introduces Burst-compiled C# scriptable audio processors for custom audio processing. Expensive device operations now run off the main thread on Windows and macOS, eliminating a common source of frame hitches in audio-heavy games.
What’s Coming in Unity 6.7 LTS
Unity 6.7 LTS arrives in late 2026 as the next long-term support release after 6.3 LTS.
Experimental CoreCLR Desktop Player
Unity 6.7 LTS introduces an experimental CoreCLR desktop player, the first shipping step towards the modern scripting runtime that becomes standard in Unity 7. Foundational Unity 7 work lands and gets production-verified in the 6.x line first.
URP Real-Time Global Illumination
The Universal Render Pipeline gains real-time global illumination, screen space reflections, and improved shadows. URP is now where all new rendering development happens, which makes it the pipeline to be on for anything shipping beyond 2027.
Web Platform Maturity
Progressive asset loading, which Unity says cuts initial load times by up to 40%, WASM64 memory limits raised to 16GB, and production-level WebGPU support. Meaningful for the browser-based educational and institutional work we deliver.
Mobile Adaptive Performance
An Adaptive Performance update for Android exposes CPU and GPU headroom signals directly to C#, so games can scale quality against real thermal and power budgets. Apple OS API modernisation begins in 6.6.
Built-in Render Pipeline Deprecation
BIRP has been formally deprecated since 6.5 but still ships in 6.7 LTS for compatibility, with support running through 2028 and 2029 for Enterprise and Industry subscribers. HDRP moves into maintenance mode.
Unity 7 Is Coming, and It Does Not Change This Advice
Unity announced Unity 7 at Unite Seoul in July 2026, with an early beta in December 2026 and full release in Q1 2027. On most engines an announcement like that would be a reason to pause a version decision. This one is not. Unity 7 is a direct continuation of the Unity 6 architecture rather than a new generation, and Unity has been explicit that there are no breaking changes at the version boundary: no project rebuilding, no new language, and no reason to discard the skills or code your team already has.
That makes Unity 6 the safest place to be, not a compromise. The foundational Unity 7 features are shipping inside the Unity 6.x releases first, where they get production-verified before the version number changes. The experimental CoreCLR desktop player in 6.7 LTS is exactly that pattern in action. So a project you start on Unity 6 today is not waiting for Unity 7, it is already on the path to it, and staying current on 6.x is the entire preparation strategy.
The one genuine piece of preparatory work is rendering. The Built-in Render Pipeline has been formally deprecated since 6.5, and all new rendering development is URP-only. If your project is still on BIRP, moving to URP is the real task worth scheduling, and it pays off regardless of when you adopt Unity 7. We cover the timeline, the features, and the readiness work in full on our Unity 7 page.
Why Unity 6 Matters for Your Project
Better mobile performance out of the box. The GPU Resident Drawer and render upscaling technologies mean less time spent on manual draw call optimisation and more headroom on lower-end devices. For mobile porting and cross-platform projects, this translates directly into fewer optimisation hours and a smoother path to 60fps on budget hardware.
Improved multiplayer tooling. Netcode for GameObjects continues to mature, and features like the Platform Toolkit reduce the boilerplate needed to ship across multiple storefronts. For studios building co-development multiplayer titles, this means faster iteration and fewer platform-specific edge cases to debug.
Longer LTS support window. Unity 6.3 LTS is supported through December 2027, with an additional year for Enterprise and Industry subscribers, and Unity 6.7 LTS extends that runway again when it lands in late 2026. That gives live projects a stable, actively maintained foundation without being forced into premature upgrades.
Clear migration path. If your project is on Unity 2020, 2021, or 2022 LTS, the upgrade to Unity 6 is well documented and the API changes are manageable. Our legacy modernisation team has migrated projects across every major Unity version and can handle the rendering pipeline, plugin compatibility, and performance benchmarking work that a migration involves.
Our Unity 6 Experience
Our Unity expertise spans the full range of the engine's capabilities. Unity 6 is the latest chapter, not a fresh start.
Domi Online is a persistent MMORPG we built from the ground up using Unity and FishNet networking, supporting over 1,000 concurrent players with server-authoritative architecture, procedural world generation, and a custom 64-bit progression system. You can read the full breakdown in our Domi Online case study.
Our director spent two years at Jagex working on RuneScape Mobile, solving thermal throttling, memory pressure, and UI adaptation challenges on devices ranging from flagship phones to five-year-old budget Android handsets. That experience in performance optimisation informs every mobile project we take on.
We have also delivered educational games across multiple Unity versions for institutions including Cambridge University Press and The Language Conservancy. These projects require stability, accessibility, and long-term maintainability, all of which align well with Unity 6's extended LTS support model.
Unity 6 Migration Services
If your project is running on Unity 2020, 2021, or 2022 LTS, we can manage the full migration to Unity 6. Our process covers:
Rendering Pipeline Migration
Upgrading from the Built-in Render Pipeline to URP, including material conversion, shader updates, and lighting adjustments to match your existing visual quality.
API Deprecation Handling
Identifying and replacing deprecated APIs, updating script references, and resolving compilation errors introduced by Unity version changes.
Plugin and SDK Compatibility
Auditing all third-party plugins, SDKs, and Asset Store packages for Unity 6 compatibility. We identify alternatives where existing dependencies are no longer maintained.
Performance Benchmarking
Before-and-after profiling across target devices to verify that the migration delivers equal or better performance. Frame time, memory, and thermal behaviour are all measured.
Should You Upgrade to Unity 6?
Not every project needs to migrate immediately. Here is how we think about it:
New projects should start on Unity 6. It has the longest remaining support window, the best tooling, and avoids a future migration entirely.
Projects on Unity 2022 LTS are stable and supported. If you are not planning a major update or a new platform release, there is no urgency to move. Continue shipping on 2022 LTS until your roadmap calls for a change.
Projects planning a major update or a port should seriously consider migrating as part of that work. Combining the migration with a planned development phase keeps costs down and avoids doing the same work twice.
Projects on Unity 2020 or earlier are on versions that have already reached end of life. If you are still actively developing or maintaining these projects, a migration to Unity 6 should be a priority.
If you are unsure, we offer a technical audit that assesses your project's specific dependencies, rendering pipeline, and plugin landscape to give you a clear recommendation. See our cost guide for general pricing context.
Related Services
Unity Game Development
Full-cycle Unity game development, prototype to App Store launch. Mobile, PC and multiplayer specialists. UK-based studio working with funded startups.
Learn More →Mobile Game Development
Mobile game development services for iOS and Android. UK-based Unity specialists with shipping credits on RuneScape Mobile, Pocket Factory, and Nova Blast.
Learn More →Co-Development & Staff Augmentation
Embedded Unity engineering teams led by Jagex alumni. Scale your studio instantly with senior developers who integrate from Day 1.
Learn More →Performance Optimisation Services
Unity performance optimisation: thermal throttling, memory management, draw call reduction, and crash resolution. From the RuneScape Mobile porting team.
Learn More →Legacy Game Modernisation
Rebuild Flash and Java games for modern platforms, upgrade Unity 4/5 projects to Unity 6, or modernise legacy titles. Senior London-based Unity engineers, named project credentials.
Learn More →Educational Game Development
Educational and elearning game development in London. Unity-built games for universities, publishers and EdTech. GDPR-compliant, accessible, evidence-led.
Learn More →Frequently Asked Questions
Planning a Unity 6 project or considering a migration? Let's talk about your requirements.
Talk to Our Team




