Skip to content

Commit

Permalink
Merge pull request #725 from ousttrue/fix10/unity_editor_preview
Browse files Browse the repository at this point in the history
fix UNITY_EDITOR
  • Loading branch information
PoChang007 authored Feb 3, 2021
2 parents dc58ec7 + 80938f0 commit 39d54ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public void Clean()
}
}

#if UNITY_EDITOR
private void Initialize(GameObject prefab)
{
//Debug.LogFormat("[PreviewSceneManager.Initialize] {0}", prefab);
Expand Down Expand Up @@ -129,6 +130,7 @@ private void Initialize(GameObject prefab)
}
}
}
#endif

PreviewMeshItem[] m_meshes;
PreviewMeshItem[] m_blendShapeMeshes;
Expand Down

0 comments on commit 39d54ce

Please sign in to comment.