Question by
Necromant1k · Nov 15, 2015 at 08:14 AM ·
errornetworkingnetworknetwork.instantiate
Network instantiate
hello creating 2d multiplayer game im getting this error
How to fix that?
functions is
private void SpawnPlayer() { Debug.Log("spawning"); Network.Instantiate(Boyarik, new Vector3(0f,1f,0f), Quaternion.identity, 0) ; }
безымянныи.png
(205.1 kB)
Comment
Your answer
Follow this Question
Related Questions
Simple NetworkView Question. 1 Answer
Need some help with networking, Object reference not set to an instance of an object. 0 Answers
NetworkClient Send with no Connection 0 Answers
Mirror network error : There is already a player for this connection. 1 Answer
Network Instantiation works on one command and does not work on another 0 Answers