Search Unity

Is is possible to have multiple UI Buttons and / or Toggles selected? How?

Discussion in 'Immediate Mode GUI (IMGUI)' started by mr_blahblah, Apr 24, 2020.

  1. mr_blahblah

    mr_blahblah

    Joined:
    Jan 15, 2016
    Posts:
    38
    I have a GUI in game that requires multiple buttons to be selected to proceed. However, if I select a button (called it A), then select another button (say, B), A is no longer in a selected state.

    Is there a simple, native Unity way to have multiple selected buttons, or do I need to write my own button code?