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

20 lines
1.2 KiB
Markdown

# v0.55.0
2019/12/26
## ChangeLog
* <https://github.com/vrm-c/UniVRM/releases/tag/v0.55.0>
* [Milestone](https://github.com/vrm-c/UniVRM/milestone/14?closed=1)
- [**closed**] fix export test [#359](https://github.com/vrm-c/UniVRM/pull/359)
* Exporterのテストを修正
- [**closed**] fix fbx prefab export error [#358](https://github.com/vrm-c/UniVRM/pull/358)
* Projectにあるfbx prefabを選択した状態でExportHumanoidするとエラーが出ていた問題の修正
- [**closed**] ReduceBlendShapeSize cannot be exported without VRMBlendShapeProxy [#356](https://github.com/vrm-c/UniVRM/pull/356)
* VRMBlendShapeProxyコンポーネントが無い場合はReduceBlendShapeSizeオプションでExport出来ないように変更
- [**closed**] Fixed not to output empty children [#353](https://github.com/vrm-c/UniVRM/pull/353)
* GeneratedSerializer 使用時に、node->children が空の場合は出力しないように修正
- [**closed**] fix generateCode Serializer, export unlit [#352](https://github.com/vrm-c/UniVRM/pull/352)
* GeneratedSerializer 使用時に、KHR_materials_unlit 拡張がエクスポートされていなかった問題の修正