Discussion list for Unity developers.
unity-dev at moock.org
Sun Jun 10 22:14:48 CDT 2007
On 6/10/07, Discussion list for Unity developers. <unity-dev at moock.org> wrote: > > > You could do this by creating your Custom Room :) True, I should have been a little more detailed. I'd like the ability for the Unity Server to run a custom class without me having to call it each time. So if a user is moving a game piece or something everytime a message comes in related to movement it would run a custom class on it's own, etc. Another example is in a card game where a user disconnects and it comes around to to their turn I'd like for the ability to check from the server if they are still connected or if not then send a message to the others that they disconnected and pull them from the game and make the adjustments to the other players UI, etc. Hopefully I explained that a little better. Chad