diff --git a/Editor/HumanoidControl/Networking/HumanoidPlayer_Editor.cs b/Editor/HumanoidControl/Networking/HumanoidPlayer_Editor.cs index 24b3df1..bb3792f 100644 --- a/Editor/HumanoidControl/Networking/HumanoidPlayer_Editor.cs +++ b/Editor/HumanoidControl/Networking/HumanoidPlayer_Editor.cs @@ -22,7 +22,8 @@ namespace Passer.Humanoid { } public static GameObject GetHumanoidPlayerPrefab(string prefabPath) { - GameObject prefab = PrefabUtility.LoadPrefabContents(prefabPath); + //GameObject prefab = PrefabUtility.LoadPrefabContents(prefabPath); + GameObject prefab = null; return prefab; }