Skip to content

ReleaseNote v0.57.0(en)

PoChang007 edited this page Jul 29, 2020 · 2 revisions

Full Changelog

Major Changes

Exporter

  • [closed] ボーン名重複と、RootのTRSを警告に下げてエクスポートできるようにした #478
    • A model is allowed to export if there are bones with the same name in this model. Only the warning message will be given in Export dialog. Those bones will be renamed automatically
    • A model is allowed to export if Root's translation, rotation and scale are not Default values. However, those values will be lost
  • [closed] Experimental Exporterでjsonに空の配列が含まれglTF違反になってしまうことがあるのを修正 #486 (saturday06)
    • Fixed invalid glTF syntax regarding empty array being included in Json when Experimental Exporter is used
  • [closed] 空のモーフターゲットが出力されglTF違反になってしまうことがあるのを修正 #487 (saturday06)
    • Fixed invalid glTF syntax regarding empty morph target being exported
  • [closed] Sparse機能(BlendShapeの容量削減)のデフォルトをオフに変更。UniVRM以外のローダーで読み込めないエラー
    • In Export dialog, UseSparseAccessor is defaulted to false #490 #491

Others

  • [closed] UnitTestが通らなくなったのを修正 #495
    • Fixed an issue that UnitTest failed
  • [closed] Fix warning #489
  • [closed] Fix unitypackage #488
  • [closed] Add upm documentation #483
  • [closed] component that has reference to self hierarchy may cause freeze editor #482
  • [closed] Version番号更新ダイアログ #481
    • For updating UniVRM's version number
  • [closed] 別管理になった JsonSchema を削除 #473
Clone this wiki locally