I am making a multiplayer game and I have the code to connect to the server and join a room and all that. But when I try to do "PhotonNetwork.Instansiate("Seeker", Vector3.zero, Quaternion.identity, 0);" It just says failed to instantiate prefab "Seeker". It doesn't tell me why, just that it failed to do so. How do I fix this?
↧