com.unity.entities 1.3.8

com.unity.entities

Source docs
Notes: processedReleased December 3, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.3 (11f1)

Package Dependencies

API Changes

  • removing various material assets within entities (Test.mat and TestMaterial.mat).

🔧 Bug Fixes

  • Disable "new empty subscene" menu item on default untitled scene.
  • Fix invalid queries generated for `IJobEntity` with `[WithPresent(typeof(T))]` and `EnabledRef` and/or `in T` in the same job.