Hi, I'd like to make an object that is only shared between a specific client and the server.
That is to say, I do not want a copy of that object sent out to all other clients. I want to spawn an object for a specific network connection, and disallow other clients from viewing that object.
I've included a diagram, that shows what I mean. It shows the client and server sharing an object that is unique to their connection. If you were to be on the server and looking at the hierarchy, you...
Spawn object on a single client?
That is to say, I do not want a copy of that object sent out to all other clients. I want to spawn an object for a specific network connection, and disallow other clients from viewing that object.
I've included a diagram, that shows what I mean. It shows the client and server sharing an object that is unique to their connection. If you were to be on the server and looking at the hierarchy, you...
Spawn object on a single client?