com.unity.entities 1.2.4

com.unity.entities

Source docs
Notes: processedReleased August 15, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.3 (11f1)

Package Dependencies

🔄 Changes

  • Debug proxies (used by external debuggers) were sometimes using invalid field offsets when inspecting structs in blob assets. This led to incorrect values being reported in debugger watch windows. In particular, this would be triggered by the use of bool fields in blob asset structs.
  • Entity version numbers could go back to 1 after reallocation in some edge cases.
  • When building a content update, a temporary path was getting created in the drive root instead of the Library folder. This would also cause content update builds to grow in size every time they were built. The folder is now created in the Library correctly.
  • Error in build when sprites are contained in subscenes has been removed.
  • Regression in compilation time with assemblies with lots of system methods.
  • EntityComponentStore leaked memory during domain reload.