VR Content Examples

Sure here’s how to do it

First move this if statement before the trace logic so we don’t trace when we don’t have to

Next create a sequence node and attach it to the button up as well as both the trace down and trace up

Next add a new pin to the sequence
on the button down show the trace visualiser
then call trace leave on the focused object
then reset the focused object
and finally hide the trace visualiser

Lastly add these doOnce nodes to the motion controller detection

If you want I just updated the master with the changes pretty much made for you :slight_smile: