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
commit 39d54ce7d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;