The only error I am getting is NullReferenceException, I figure this means that Resources.Load is unable to find my prefab, which is located in \Assets\Resources\GameStuff\Prefabs\PlayerPrefab.prefab. I've tried with \ instead of / etc.
(comments are locked)
|
|
Try removing the leading slash in your path. "GameStuff/Prefabs/PlayerPrefab". You should not need to add the .prefab to PlayerPrefab.
(comments are locked)
|
|
Did you try putting .prefab on the file name? "/GameStuff/Prefabs/PlayerPrefab.prefab";
(comments are locked)
|
