You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the examples you have a split server / client scenes. Could you provide an example (or guidance) on creating a single scene that can act as server and client.
The text was updated successfully, but these errors were encountered:
Just build it separately by making client scenes and server scenes.
You build twice one server one client.
The easiest way is to build one server scene and just add that to the top of the scenes list before build.
Unity always start the 1st scene, for a client you can remove it.
It will consume some more build for server as it still has the client scene in it but its the easiest way.
In the examples you have a split server / client scenes. Could you provide an example (or guidance) on creating a single scene that can act as server and client.
The text was updated successfully, but these errors were encountered: