mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-20 05:57:21 -05:00
1.2 KiB
1.2 KiB
v0.55.0
2019/12/26
ChangeLog
- [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 拡張がエクスポートされていなかった問題の修正