Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

V1.1.1 - Cloth must be visible

Choose a tag to compare

@hai-vr hai-vr released this 05 Aug 19:32
· 2 commits to main since this release
  • Prevent save and load from being performed on uninitialized clothes (since the vertex count remains zero)
  • 初期化されていない布でセーブやロードが行われないようにする(頂点数がゼロのままなので

The cloth component must be enabled and visible in the scene. Please make sure:

  • The GameObject is enabled in the hierarchy
  • The parents of the GameObject is enabled in the hierarchy
  • The cloth component is enabled in the hierarchy

Cloth componentが有効で、かつ表示されている必要があります。以下の点を確認してください。

  • GameObjectが階層内で有効になっている。
  • GameObjectの親が、階層内で有効になっている。
  • 階層内で、Cloth component有効になっている。