com.unity.entities.graphics 1.2.0-pre.12

com.unity.entities.graphics

Source docs
Notes: processedReleased February 28, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.3 (11f1)

Package Dependencies

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