Disabled invalid HumanoidPlayer prefab path
This commit is contained in:
parent
ab36bea0a7
commit
8769d7328f
@ -22,7 +22,8 @@ namespace Passer.Humanoid {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static GameObject GetHumanoidPlayerPrefab(string prefabPath) {
|
public static GameObject GetHumanoidPlayerPrefab(string prefabPath) {
|
||||||
GameObject prefab = PrefabUtility.LoadPrefabContents(prefabPath);
|
//GameObject prefab = PrefabUtility.LoadPrefabContents(prefabPath);
|
||||||
|
GameObject prefab = null;
|
||||||
return prefab;
|
return prefab;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user