Resources.Load doesn´t work!

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.

47486-project.png

alt text

You are instatiating this prefab with Vector3 position with y equal to prefab.position.y. Maybe this is the issue?