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