Skip to content

2.2.1

Choose a tag to compare

@Needle-Mirror-Bot Needle-Mirror-Bot released this 14 Sep 13:07

[2.2.1] - 2023-09-11

Changed

  • Updated Burst dependency to version 1.8.7
  • Updated Burst dependency to version 1.8.8

Fixed

  • Previously the Sort extension for NativeContainers could access memory out of bounds of the container when an invalid IComparer<T> was implemented for T: Comparers must return three states (<0, 0, >0). Sort will now no longer access invalid memory and when running with collection checks enabled (e.g. always on in Editor) or using UNITY_DOTS_DEBUG in player builds, an additional check at the beginning of the sort will validate the comparer is implemented correctly and inform users otherwise.

Added

  • Added a dependency on the com.unity.test-framework.performance package