Hello, I have a problem with Resources.Load()
. I made folder called Resources a and i put into it prefab “Player”. But when write in code Resources.Load("Player")
, it returns an error.
You are instatiating this prefab with Vector3 position with y equal to prefab.position.y. Maybe this is the issue?