ENG. Unity 6.3 is the latest LTS (Long Term Support) version of the Unity game engine. It is the first LTS release since Unity 6.0 and will receive updates and support for two years (until December 2027). This release focuses on performance improvements and a broader ecosystem of supported platforms.
Among the main new features
Improvements for 2D and hybrid 2D/3D development
2D/3D Render: You can now easily mix 3D elements (such as Mesh Renderer and Skinned Mesh Renderer) with 2D sprites in the same scene, using the 2D Universal Render Pipeline (URP). This is perfect for hybrid games, such as 2D platformers with 3D effects, while maintaining compatibility with 2D lighting.
Advanced 2D Physics: Integration of Box2D v3 with low-level APIs for more precise and high-performance physics. Includes multi-threaded improvements for speed, greater determinism (predictable results), and visual debugging tools in both the Editor and runtime. Ideal for complex simulations like puzzles or ragdolls.
Sprite Atlas Analyzer: A new tool for analyzing and optimizing sprite atlas. It generates automatic reports on inefficiencies (such as unused textures), helping to reduce build size and improve performance.
UI and Toolkit
Enhanced UI Toolkit: Support for customizable UI shaders, post-processing filters (for effects like blur or bloom on the interface), and Scalable Vector Graphics (SVG) directly in the UI. This makes interfaces more flexible and scalable, especially for responsive games on different devices.
Rendering and Shader Graph
Support for 8 texture coordinates, useful for creating advanced terrain, characters, or complex effects.
Nested properties and keywords simplify the use of SubGraph (reuse of modular shaders).
New Template Browser: Choose ready-made templates for specific shader types (lit/unlit surfaces, decals, post-processing, UI, sprites, particles, 6-way lighting, etc.), accelerating development.
Platforms and Cross-Platform Development
Platform Toolkit: A unified toolkit to simplify cross-platform development. Includes standard APIs for account management, save data, achievements, and more. Makes it easier to target PC, mobile, console, and XR without rewriting code.
Expanded Support: Growing ecosystem of verified platforms (including updates for XR/VR/AR), with official tools to optimize the workflow. For example, improvements for AR Foundation (deprecation of obsolete modes like URP Compatibility Mode for more modern rendering).
Performance, Profiler, and Quality of Life
General Optimizations: Focus on performance and stability, with fixes for known bugs and improvements in areas like rendering and physics. The Profiler now has updates to better track time spent in various parts of the game.
Accessibility: Native screen reader support to make games more inclusive (e.g., reading UIs for users with visual impairments).
Overall, Unity 6.3 makes development more efficient, especially for hybrid 2D/3D and cross-platform projects, with tools that speed up workflows and reduce bottlenecks.
ITA. Unity 6.3 è l’ultima versione LTS (Long Term Support) del motore di gioco Unity. È la prima LTS dopo Unity 6.0 e riceverà aggiornamenti e supporto per due anni (fino a dicembre 2027). Questa release si concentra su miglioramenti di performance e un ecosistema più ampio di piattaforme supportate.
Tra le novità principali
Miglioramenti per lo sviluppo 2D e ibrido 2D/3D
Render 2D/3d: Ora puoi mescolare facilmente elementi 3D (come Mesh Renderer e Skinned Mesh Renderer) con sprite 2D nella stessa scena, usando il 2D Universal Render Pipeline (URP). È perfetto per giochi ibridi, come platform 2D con effetti 3D, mantenendo compatibilità con l’illuminazione 2D.
Fisica 2D avanzata: Integrazione di Box2D v3 con API low-level per una fisica più precisa e performante. Include miglioramenti multi-threaded per velocità, maggiore determinism (risultati prevedibili), e tool di debug visivo sia in Editor che in runtime. Ideale per simulazioni complesse come puzzle o ragdoll.
Sprite Atlas Analyser: Un nuovo tool per analizzare e ottimizzare gli atlas di sprite. Genera report automatici sulle inefficienze (come texture inutilizzate), aiutando a ridurre la dimensione del build e migliorare le performance.
UI e Toolkit
UI Toolkit potenziato: Supporto per shader UI personalizzabili, filtri di post-processing (per effetti come blur o bloom sull’interfaccia) e Scalable Vector Graphics (SVG) direttamente nell’UI. Questo rende le interfacce più flessibili e scalabili, soprattutto per giochi responsive su diversi dispositivi.
Rendering e Shader Graph
Supporto per 8 coordinate texture, utile per creare terreni avanzati, personaggi o effetti complessi.
Proprietà e keyword nidificate per semplificare l’uso di SubGraph (riutilizzo di shader modulari).
Nuovo browser di template: Scegli template pronti per tipi di shader specifici (lit/unlit surfaces, decal, post-processing, UI, sprite, particelle, illuminazione 6-way, ecc.), accelerando lo sviluppo.
Piattaforme e sviluppo cross-platform
Platform Toolkit: Un kit unificato per semplificare lo sviluppo multi-piattaforma. Include API standard per gestione account, salvataggio dati, achievement e altro. Rende più facile targettare PC, mobile, console e XR senza riscrivere codice.
Supporto ampliato: Ecosistema crescente di piattaforme verificate (inclusi update per XR/VR/AR), con tool ufficiali per ottimizzare il workflow. Ad esempio, miglioramenti per AR Foundation (deprecazione di modalità obsolete come URP Compatibility Mode per un rendering più moderno).
Performance, Profiler e Qualità della Vita
Ottimizzazioni generali: Focus su performance e stabilità, con fix per bug noti e miglioramenti in aree come il rendering e la fisica. Il Profiler ora ha update per tracciare meglio il tempo speso in varie parti del gioco.
Accessibilità: Supporto nativo per screen reader, per rendere i giochi più inclusivi (es. lettura di UI per utenti con disabilità visive).
In generale, Unity 6.3 rende lo sviluppo più efficiente, specialmente per progetti 2D/3D ibridi e multi-piattaforma, con tool che velocizzano il workflow e riducono i colli di bottiglia.
































