WEKIT-ECS / MIRAGE-XR

MirageXR is a reference implementation of an XR training system. MirageXR enables experts and learners to share experience via XR and wearables using ghost tracks, realtime feedback, and anchored instruction.
Other
27 stars 4 forks source link

TMR: Change how we highlight UI elements #1990

Open BorisJov opened 2 weeks ago

BorisJov commented 2 weeks ago

(TMR = Tutorial Manager Refactor)

Currently we highlight UI elements by basically copying them on top of the area faded out by use of the Tutorial Popup. Instead, Alex has suggested we use UnmaskForUGUI, which solves the problem of the UI being faded out by unmasking/making a hole through to the top of the layers. This should be implemented as part of the Tutorial Manager Refactoring.

BorisJov commented 2 weeks ago

Parent issue: #1472