Creating Teams

Options
So I have a better understanding about networking thanks to this forum but all the responses to creating teams have been vague.

I understand that I need to use SetCustomProperties but not certain how these work, except hash tables are used with them.

If someone could explain how I can use this method to create teams or even just point me to a good tutorial/reference they would be much appreciated.

Thanks in advanced!

Comments

  • vadim
    Options
    You may find useful PunTeams.cs in Assets\Photon Unity Networking\UtilityScripts folder.
    Use it directly or as starting point for your team implementation.
    If you interested in working with properties details, try search forum for 'SetCustomProperties'. We had a lot of topics on this recently.