Merge pull request #725 from ousttrue/fix10/unity_editor_preview

fix UNITY_EDITOR
This commit is contained in:
PoChang007
2021-02-03 15:43:27 +09:00
committed by GitHub

View File

@@ -72,6 +72,7 @@ namespace UniVRM10
}
}
#if UNITY_EDITOR
private void Initialize(GameObject prefab)
{
//Debug.LogFormat("[PreviewSceneManager.Initialize] {0}", prefab);
@@ -129,6 +130,7 @@ namespace UniVRM10
}
}
}
#endif
PreviewMeshItem[] m_meshes;
PreviewMeshItem[] m_blendShapeMeshes;