We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f72bd2 commit 260be46Copy full SHA for 260be46
com.unity.perception/CHANGELOG.md
@@ -29,7 +29,7 @@ The GameObjectOneWayCache has been made public for users to cache GameObjects wi
29
30
Fixed the math offsetting the iteration index of each Unity Simulation instance directly after they deserialize their app-params.
31
32
-The RandomizerTagManager now uses an OrderedSet data structure to register tags to preserve insertion order determinism in Unity Simulation.
+The RandomizerTagManager now uses a LinkedHashSet data structure to register tags to preserve insertion order determinism in Unity Simulation.
33
34
GameObjectOneWayCache now correctly registers and unregisters RandomizerTags on cached GameObjects.
35
0 commit comments