- Home /
Offline testing a player object?
Hey, im currently making a networked game, but i struggle with offline testing now. I have a lobby and all that and I can start a networked game through that. But I want to add new stuff to the player object and test it in a "testing" scene. Thing is when I start the scene with the player object in it that it gets dissabled because it inherits from networkbehaviour. Now I could ofcourse go for 2 movements scripts, but I don't want to rewrite everything and such.
Is there an easy workaround for this?
Greetings.
Your answer
Follow this Question
Related Questions
Unity networking tutorial? 6 Answers
Can i make multiplayer game without unity multiplayer service ? 1 Answer
NetworkServer.dontListen not working - How do I stop clients connecting? 2 Answers
How can I get "!networkView.isMine" to function properly? 1 Answer
How To Deal With Lingering Prefabs in Multiplayer Scene ? 0 Answers