-
Notifications
You must be signed in to change notification settings - Fork 430
ReleaseNote v0.55.0(ja)
hiroj edited this page Dec 26, 2019
·
1 revision
- commit: 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
- Exporterのテストを修正
- [closed] fix fbx prefab export error #358
- Projectにあるfbx prefabを選択した状態でExportHumanoidするとエラーが出ていた問題の修正
- [closed] ReduceBlendShapeSize cannot be exported without VRMBlendShapeProxy #356
- VRMBlendShapeProxyコンポーネントが無い場合はReduceBlendShapeSizeオプションでExport出来ないように変更
- [closed] Fixed not to output empty children #353
- GeneratedSerializer 使用時に、node->children が空の場合は出力しないように修正
- [closed] fix generateCode Serializer, export unlit #352
- GeneratedSerializer 使用時に、KHR_materials_unlit 拡張がエクスポートされていなかった問題の修正