UniVRM/docs/release/056/v0.66.0.md
2021-10-18 18:32:15 +09:00

41 lines
1.7 KiB
Markdown

# v0.66.0
## [v0.66.0](https://github.com/vrm-c/UniVRM/tree/v0.66.0) (2021-02-03)
* [Release](https://github.com/vrm-c/UniVRM/releases/tag/v0.66.0)
* [Milestone](https://github.com/vrm-c/UniVRM/milestone/26?closed=1)
[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.65.3...v0.66.0)
## 主な変更
### Export
正規化時にSpringBoneColliderがスケールに追従するようになりました。
- Fix/springbone scaling [\#720](https://github.com/vrm-c/UniVRM/pull/720)
### Import
JSON文字列の `\u8868` 形式のUnicodeを読めるようになりました。
- Fix/json unicode escape [\#719](https://github.com/vrm-c/UniVRM/pull/719)
### MeshUtility
- moved BoneMeshEraser to MeshUtility editor [\#718](https://github.com/vrm-c/UniVRM/pull/718)
### VRM-1.0 準備
- fix UNITY_EDITOR [\#725](https://github.com/vrm-c/UniVRM/pull/725)
- use SetWeight [\#724](https://github.com/vrm-c/UniVRM/pull/724)
- Implemented VrmLib.ExpressionPreset.Surprised [\#722](https://github.com/vrm-c/UniVRM/pull/722)
- Fix ExpressionPreset conversion problem in migration. [\#715](https://github.com/vrm-c/UniVRM/pull/715)
- Implements expression overriding [\#714](https://github.com/vrm-c/UniVRM/pull/714)
- Refactoring Expression & LookAt for impl VRM1.0 Expression constraint spec. [\#713](https://github.com/vrm-c/UniVRM/pull/713)
- add VRM10Viewer sample [\#709](https://github.com/vrm-c/UniVRM/pull/709)
## その他のChangelog
- new list [\#723](https://github.com/vrm-c/UniVRM/pull/723)
- Upgrade MToon [\#716](https://github.com/vrm-c/UniVRM/pull/716) ([nowsprinting](https://github.com/nowsprinting))
- Optimize string APIs [\#710](https://github.com/vrm-c/UniVRM/pull/710)