Panel disappears when I click the mouse, regardless of if I’m clicking inside it or not. I don’t want it to have any mouse-click interaction, so I don’t know what’s causing this. It’s not a pop-up. In the hierarchy it’s under a pop-up but it’s not a child of it so it shouldn’t be interacting with it, the pop-up isn’t even up when this is happening. I’ve checked all the scripts in the scene and nothing is explicitly grabbing this input for something.
Nevermind, I fixed it. There was a general input event that was stopping an animation. Removing the stopping of the animation stopped it from disappearing. It appears it was tied to the animation and stopping the animation reset its values instead of leaving it visible, that’s the theory anyway.