diff --git a/Assets/VRM10/Runtime/IO/Vrm10Importer.cs b/Assets/VRM10/Runtime/IO/Vrm10Importer.cs index 4eeb035cd..4b09f02fc 100644 --- a/Assets/VRM10/Runtime/IO/Vrm10Importer.cs +++ b/Assets/VRM10/Runtime/IO/Vrm10Importer.cs @@ -621,7 +621,7 @@ namespace UniVRM10 public override void TransferOwnership(TakeResponsibilityForDestroyObjectFunc take) { // VRM 固有のリソース(ScriptableObject) - if (take(default, m_humanoid)) + if (take(SubAssetKey.Create(m_humanoid), m_humanoid)) { m_humanoid = null; }