[1.3.8] - 2024-11-08
Removed
- removing various material assets within entities (Test.mat and TestMaterial.mat).
Fixed
- Disable "new empty subscene" menu item on default untitled scene.
- Fix invalid queries generated for
IJobEntity
with[WithPresent(typeof(T))]
andEnabledRef<T>
and/orin T
in the same job.