I have a client/server project, with a client scene and server scene.
The server scene contains the world terrains. I do not want to packet this in the client builds.
If I only build the client, will Unity include the terrains, even though the client does not have a reference to them in any way at build time? The server sends this information via tcp upon login.
Thanks!