Creating Game Modes

Sorry if this has been a exhausted topic but i was wondering if you guys couldnt give me some pointers on how to go about this and maybe an example

i only plan on having 2 mode upon release and i would like it to be selectable in maybe a created room etc kinda how call of duty does it

thanks in advance

Comments

  • You could create a lobby per mode. Or you can use a custom room property, "publish" it to the lobby and use a filter in JoinRandomRoom.
    This page is not exactly about PUN but it includes code samples for PUN and the principle is exactly the same in PUN and "Realtime":
    http://doc.exitgames.com/en/realtime/cu ... -and-lobby

    Hope that helps you get started.