mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[unity] Minor: removed a debug log statement added in commit 299ab8f.
This commit is contained in:
parent
b7f4bbc5e3
commit
4cb0f16ae6
@ -88,7 +88,6 @@ namespace Spine.Unity.Editor {
|
||||
}
|
||||
|
||||
internal static void PostprocessSpinePrefabMeshes () {
|
||||
Debug.Log("PostprocessSpinePrefabMeshes called");
|
||||
foreach (string assetPath in prefabsToRestore) {
|
||||
GameObject g = AssetDatabase.LoadAssetAtPath<GameObject>(assetPath);
|
||||
SpineEditorUtilities.SetupSpinePrefabMesh(g, null);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user