Connect to XRServer signals

Godot Version

4.2
How can connect to XRServer events? the conexion with XRInterface works but i dont know how get XRServer

xr_interface = XRServer.find_interface('OpenXR')
xr_interface.connect("session_begun", thisIsCorrect)
XRServer.connect("tracker_removed",thisIsIncorrect)

found a workaround with the XRController3D signals
image

anyway, if someone knows if is possible connect to XRServer signals, I’d like to learn how

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.