Skip to content

v2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 12:04
· 83 commits to master since this release

What's Changed

Added

  • Add VQT Platform GameObject Remover component to remove game objects depending on the build platform (NDMF is required).
  • Add warning when using NDMF-required components but NDMF is not installed.
  • Add component icon (Unity 2022).

Fixed

  • Fixed an issue where the converter fails when the avatar object name starts or ends with whitespaces.

変更点

追加

  • ビルドプラットフォームによって GameObject を削除する VQT Platform GameObject Remover コンポーネントを追加 (要NDMF)
  • NDMFの必要なコンポーネントを使用しているがプロジェクトにNDMFがインストールされていないときの警告を追加
  • コンポーネントにアイコンを追加 (Unity 2022)

修正

  • アバターのオブジェクト名の先頭や末尾が半角スペースのとき変換に失敗する問題を修正