Skip to content

1.0.15

Choose a tag to compare

@Needle-Mirror-Bot Needle-Mirror-Bot released this 10 Aug 09:11

[1.0.15] - 2023-07-27

Changed

  • Updated com.unity.entities dependency to 1.0.14
  • Use of non required TempJob allocation and use Allocator.Temp instead.

Fixed

  • Runtime EntityQuery leaks and reduce runtime memory pressure due to continuously allocating queries without disposing.
  • Reduced memory usage in Editor tests, by avoiding allocating queries continuously in hot paths.