com.unity.entities.graphics 1.2.0-pre.12
Source docsNotes: processedReleased February 28, 2024
Unity Compatibility
Minimum Unity: 2022.3 (11f1)
Package Dependencies
- com.unity.entities (1.2.0-pre.12)
- com.unity.modules.particlesystem (1.0.0)
- com.unity.render-pipelines.core (14.0.9)
✨ Features
- `RenderMeshUnmanaged` an unmanaged IComponentData using the new UnityObjRef for big performance gains in baking!
- Support for light probe anchor overrides
📈 Improvements
- MaterialMeshInfo.SubMesh chaned from sbyte to ushort, allowing for the full range of submesh indices.
- The sharedcomponents `Lightmaps` and `RenderMeshArray` now store UnityObjRef instead.
- ### Deprecated
- The baking sharedcomponent `RenderMesh` is now obsolete, in favor of a new `RenderMeshUnmanaged`.
🔧 Bug Fixes
- Improved handling of smaller transforms
- Light probes now use the center of world bounding box as the reference point, same as game objects
- Materials sometimes not correctly baked when using ENABLE\_MESH\_RENDERER\_SUBMESH\_DATA\_SHARING
