com.unity.entities.graphics 1.2.1
Source docsNotes: processedReleased May 2, 2024
Unity Compatibility
Minimum Unity: 2022.3 (11f1)
Package Dependencies
- com.unity.entities (1.2.1)
- com.unity.modules.particlesystem (1.0.0)
- com.unity.render-pipelines.core (14.0.9)
✨ Features
- MaterialReferences and MesheReferences have been provided as non allocating replacements for Materials and Meshes
📈 Improvements
- Updated entities packages dependencies
- ### Deprecated
- RenderMeshArray.Materials is now obsolete, in favor of RenderMeshArray.MaterialReferences
- RenderMeshArray.Meshes is now obsolete, in favor of RenderMeshArray.MeshReferences
- Deprecated Materials and Meshes from RenderMeshArray as they now allocate.
⚡ API Changes
🔧 Bug Fixes
- Resolved a performance issue in UpdateHybridChunksStructure
- Fixed an allocation in RegisterMaterialsAndMeshes
- ### Security
