Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

2 players use 2 UIs at the same time

Discussion in 'UGUI & TextMesh Pro' started by vorora, Nov 17, 2016.

  1. vorora

    vorora

    Joined:
    Mar 17, 2015
    Posts:
    34
    Hello everyone, the game I’m working on have a local multiplayers mode (2P) in the game. In the game, when you finish each round, the Shop UI opens. P1 and P2 can navigate their own shop window independently by separate keyboard inputs. (Basically, it’s like a select character UI in a fighting game that 2 players select their own character, but each player has their own window)

    I tried to use Event System to manage it, but it can only select 1 button at a time. If anyone could suggest me how to do it properly, that’d be great. Thank you very much.