Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Turnbased Multiplayer

Discussion in 'Multiplayer' started by T1mzA, Feb 16, 2018.

  1. T1mzA

    T1mzA

    Joined:
    Feb 9, 2018
    Posts:
    1
    Hello,

    Im new to unity and want to start with an easy game. Lets say I want to create a Multiplayer Quiz where 2 Players receiving the same questions.
    I want it like this.
    Player 1 clicks on „Play Multiplayer“ -> Timer runs -> answering questions -> submit results + time-> done.

    Player 2 (anyone who was the next clicking Play Multiplayer) -> receiving same questions as Player 1 -> answering questions -> submit results + time -> winner earn 50 points for leaderboards.

    So I dont need realtime Multiplayer. I just want to check if player 1 or player 2 is better. How should I do it ?
    Is there any asset for that or should I simply do it with own Server and webrequests ?
    And how about User auth ? Can I use google play service?