com.unity.entities 1.2.0-pre.4

com.unity.entities

Source docs
Notes: processedReleased December 4, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.3 (11f1)

Package Dependencies

📈 Improvements

  • Updated Burst dependency to 1.8.10

🔧 Bug Fixes

  • Fixed: NullReferenceException when doing GetComponent in a baker of a monobehaviour that the Editor failed to load the associated script.
  • Defensive fix for rare HierarchyWindow.OnCleanup exception (typically when breakpoint debugging).
  • The `Unity.Scenes.Editor.Tests.LiveLinkBakingEditorTests.LiveConversion_ReEnableEntityHierarchy_WhenParentGameObjectIsReEnabledFromSavedSubScene` test no longer fails.
  • An `EntityQuery` that uses `WithNone` with an enableable component `T` will now insert a read dependency on `T` into the query's system, so that jobs which enable/disable `T` are correctly included in the system's input dependencies.
  • Background importing of subscenes using sections would occasionally throw an exception.
  • Selecting entities and systems now works again.