UnityResolutionDialog icon indicating copy to clipboard operation
UnityResolutionDialog copied to clipboard

Toggling resolution dialogue off leaves its elements in navigation flow

Open rhys-vdw opened this issue 4 years ago • 0 comments

When resolution dialogue is in the scene, but hidden, its elements are still accessible from other menus that have navigation set to automatic.

image

To fix this problem the entire object needs to be disabled, not just the canvas. Probably you'll want to hoist the enable/disable code onto a root object that has the remaining hierarchy as its single child which is toggled on and off.

rhys-vdw avatar Oct 07 '20 05:10 rhys-vdw