Adding a note about the locale fix in the Unity CHANGELOG.

PiperOrigin-RevId: 435173666
Change-Id: I1ac3cfe120e590dfdd452df2be9b0efffc3fa62c
This commit is contained in:
Tom Erez
2022-03-16 15:19:45 -07:00
committed by Saran Tunyasuvunakool
parent c669ec35cf
commit e7670179fd
+3
View File
@@ -7,6 +7,9 @@
When converting a world geom to a free-moving body, the parent body is created
where the geom is, rather than at the root.
MJCF XML generation is now locale-invariant, addressing a parsing issue on
systems with a decimal comma.
File name changes:
- Added `.Runtime` to `Mujoco.asmdef` and the corresponding test file.