What does this error mean?
Hello, Im getting this error form around 2 days after updating to Unity 5.6 I dont know what this means :/ , anyone could please help me with this? Error :- "GameObject X is a prefab, it can't be spawned. This will cause errors in builds.UnityEngine.Networking.NetworkIdentity:UNetStaticUpdate()" Where "X" is my player prefab name
And also i get this error :- "spawn scene object not found for 1" when i try to connect to an existing server and it doesnt spawn
Answer by n00bmind · Nov 08, 2017 at 10:12 AM
Try simply resetting the NetworkIdentity component, that worked for me.
Your answer
Follow this Question
Related Questions
NetworkServer.Spawn() only on Server (with registered prefabs) [Unity 5.2.3f1] 0 Answers
UNET (Multiplayer) calling [command] function twice 0 Answers
Command function called on server 0 Answers
[UNET] How to disable an object across the network 0 Answers
How to send Kinect skeleton data through Unity networks (multiplayer) 0 Answers