mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-07 19:38:13 -05:00
Merge pull request #725 from ousttrue/fix10/unity_editor_preview
fix UNITY_EDITOR
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user