You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever any code tries to use var tracker := XRServer.get_tracker(controller.tracker) as XRPositionalTracker when in desktop support mode it returns null which causes errors.
There should be some default behaviour for desktop support or when tracker is null
Example code to make items equipped into hands when player is in desktop mode.
addons\godot-xr-tools\objects\grab_points\grab_point_hand.gd
Whenever any code tries to use
var tracker := XRServer.get_tracker(controller.tracker) as XRPositionalTracker
when in desktop support mode it returns null which causes errors.There should be some default behaviour for desktop support or when tracker is null
Example code to make items equipped into hands when player is in desktop mode.
The text was updated successfully, but these errors were encountered: