com.unity.entities.graphics 1.4.2
Source docsNotes: processedReleased October 14, 2024
Unity Compatibility
Minimum Unity: 2022.3 (11f1)
Package Dependencies
- com.unity.entities (1.3.5)
- com.unity.modules.particlesystem (1.0.0)
- com.unity.render-pipelines.core (14.0.9)
📈 Improvements
- Updated Burst dependency to version 1.8.18
- Updated entities packages dependencies
✨ Features
- The new `ProceduralMotion_Tag` tag component data type informs Entities Graphics that an Entity needs to participate in the object motion vector pass. The tag is automatically added for entities that go through the builtin MeshRendererBaker path.
- Enable entities motion vector pass participation for URP.
- PruneUploadBufferPool API to request pruning of the upload buffer pool.
🔧 Bug Fixes
- GameObjects that depend on vertex shader logic to generate procedural motion vectors through object motion vector passes will now also do the same when baked to Entities and rendered through Entities Graphics.
