Search code examples
unity-game-engineaugmented-realityhololensmrtk

MRTK V2 - Toggle-Dot moves outside of constraints


Description - I have a settings panel in my scene which appears if I click the settings button on my toolbar. By repeating this, I noticed one bug → The dot of all toggled toggles moves further and further. The dot of an untoggled toggle stays in the right position. Did someone fix that bug in the script interactable or did a workaround?

Screenshot

enter image description here

How to reproduce - I used the toggles that were given by the example package. Place one that is already toggled and one not toggled and start play mode. Activate and deactivate the script Interactable on your toggle and you should see this behavior

enter image description here

My specs
Unity 2019.2.8f
MRTK v2.0

-- Edit --
Confirmed that this issue has been fixed in Mrtk v2.1.


Solution

  • Thanks for the report! I will ask one of our UX developers to investigate.

    This will be tracked on our GitHub site as issue #6241.