|
Hi, Is it possible to create a multiplayer game (non-authorative) with a diferent GUI on the server and the client? Thanks for any help,
(comments are locked)
|
|
Yes, if you're using the networking components you can simply check if(Network.isServer) in your OnGUI call. e.g. Ok thanks..But I forgot to mention that I'm using the smartfox server to have multiplayer support..does it work in the same way with the smartfox?
Mar 13 '10 at 08:36 PM
maveryck21
Hmm looking at smartfox (very briefly, so I could be wrong) it appears to be a separate server running in Java, not a second unity client like the built in Networking. So, presumably you wouldn't use Unity for your server's GUI, no?
Mar 14 '10 at 10:58 AM
Flimgoblin
(comments are locked)
|
