U-GeeN
September 19, 2015, 12:17pm
1
Can anybody tell me what the warnings are all about?
I get them from the NetworkManager with LogLevel = Debug when I create a LAN host:
Ready with no player object
UnityEngine.Networking.NetworkIdentity:UNetStaticUpdate()
ClientScene::InternalAddPlayer: playerControllerId : 0
UnityEngine.Networking.NetworkIdentity:UNetStaticUpdate()
The strange thing is that the game runs fine on editor but it crashes on a build.
Been getting the same things. Does your screen also go a blanket color rather than changing scene?
U-GeeN
September 22, 2015, 7:24am
3
Yea something like that…
It seems it’s stuck between scenes, somehow…
jakovd
October 15, 2015, 9:03pm
4
I’ve been seeing the same message but I managed to fix it. Make sure that your scenes are set up correctly in your Network Manager. In my case, I’ve been using NetworkLobbyManager and I’ve set the LobbyScene incorrectly.