Files
Mujoco_WASM/unity/CHANGELOG.md
T
Tom Erez e7670179fd Adding a note about the locale fix in the Unity CHANGELOG.
PiperOrigin-RevId: 435173666
Change-Id: I1ac3cfe120e590dfdd452df2be9b0efffc3fa62c
2022-03-17 14:30:28 +00:00

23 lines
603 B
Markdown

# MuJoCo Plug-in for Unity
## [2.1.2] - 2022-03-15
### Minor modifications
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.
- Reorganized the files under `Runtime/Componenets` into different
subdirectories.
- File directories for Editor tests are now named with a capital letter.
## [2.1.1] - 2022-02-02
### Initial release