Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Question UI Buttons on top of each other detect weirdly

Discussion in 'Immediate Mode GUI (IMGUI)' started by NicolasMath, Mar 25, 2023.

  1. NicolasMath

    NicolasMath

    Joined:
    Apr 20, 2020
    Posts:
    1
    when i have multiple buttons on top of each other (ui in world space) the game detects the bottom one and the player can only click the bottom one, which doesnt make sense,
    because most of the time you cant even see the bottom one because the button on the top covers it.
    Why doesnt it detects the top one that you can see?