Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split client / server scenes #2

Open
NVentimiglia opened this issue Dec 9, 2014 · 1 comment
Open

Split client / server scenes #2

NVentimiglia opened this issue Dec 9, 2014 · 1 comment

Comments

@NVentimiglia
Copy link

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.

@DragonMagicStudio
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants