I’ve recently upgraded to the XR Interaction Toolkit version 2.6.4 and encountered an issue with UI button interactions.
In my setup, pressing a button closes one panel and immediately opens another. If the new panel has a button in the same screen position as the one just pressed, it gets triggered unintentionally — even though it shouldn’t. It seems like the input event is “bleeding through” to the newly activated panel.
This is causing a lot of accidental button presses and unexpected behavior. Has anyone else experienced this? Is there a known fix or workaround?
