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 March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Unity UI [SOLVED]Button stuck on

Discussion in 'UGUI & TextMesh Pro' started by GameMechanics, Nov 21, 2017.

  1. GameMechanics

    GameMechanics

    Joined:
    Jul 15, 2013
    Posts:
    48
    The first button on my screen is stuck in the MouseOver state even when the game is not running. When I run the game, it is still stuck on. The other buttons highlight correctly, just not the first one. I even deleted the button, duplicated a working button and changed it so it was like the old button. It worked for a while, then just changed. Any thoughts on what could be causing this or how to avoid it? button-hilite.jpg
     
  2. GameMechanics

    GameMechanics

    Joined:
    Jul 15, 2013
    Posts:
    48
    As often happens, as you type the message you think of an answer. Created a duplicate button and hid the broken one. That worked.