- About XR
- XR Unity SDK
- XR SDK Release Notes
- Version:1.0.3
- Version:1.0.2
- Version:1.0.1
- Version:1.0.0
- Version:0.9.59
- Version:0.9.58
- Version:0.9.57
- Version:0.9.56
- Version:0.9.55
- Version:0.9.54
- Version:0.9.53
- Version:0.9.52
- Version:0.9.51
- Version:0.9.38
- Version:0.9.37
- Version:0.9.34
- Version:0.9.33
- Version:0.9.32
- Version:0.9.31
- Version:0.9.30
- Version:0.9.24
- Version:0.9.23 Beta
Debug¶
XR-SDK provide runtime system information:
XRManager Pos
Avatar first person position, relative to Unity world coordinate system, the value is global, it could be showed the movement from teleport feature.
XRManager Rot
XRManager rotation, relative to Unity world coordinate system, the value is global, it could be showed the difference from teleport feature.
XRManager Rot(local)
XRManager rotation, relative to parent of XRManager. If it’s not the child of any gameobject, the current value will equal to
XRManager Rot
.Head Pos
SVR 6Dof Position, relative to XRmanager coordinate system, the value is local, it’s always occupied by native SVR 6Dof.
Head Rot
SVR Rotation, relative to Unity world coordinate system, the value is global, it’s always occupied by native SVR rotation.
Head Rot(local)
SVR Rotation, relative to XRManager coordinate system, the value is local, it’s always occupied by native SVR rotation.
EyeL Pos
Left eye local position, relative to head, round off to the 2nd decimal place, the value should be showed
(-0.03,0,0)
(the original value is (-0.032f,0,0)), it should “not” be changed in any time.EyeL Fov
Left eye camera FOV, relative to head, round off to the 2nd decimal place, the value should be showed
98.09
(the original value is 98.088f), it should “not” be changed in any time.EyeR Pos
Right eye local position, relative to head, round off to the 2nd decimal place, the value should be showed
(0.03,0,0)
(the original value is (0.032f,0,0) ), it should “not” be changed in any time.EyeR Fov
Right eye camera FOV, relative to head, round off to the 2nd decimal place, the value should be showed
98.09
(the original value is 98.088f) it should “not” be changed in any time.Handler Right/Left Pos
Handler position, relative to XRManager coordinate system, the value is local, it could be showed the handler movement within camera FOV.
Handler Right/Left Rot
Handler rotation, relative to XRManager coordinate system, thw value is local, it could be showed the handler rotation within camera FOV.
Handler Right/Left Ges
Hand gesture, XR-SDK will recognize action gesture within camera FOV.
Handler Right/Left Action Button
Controller action button, XR-SDK will monitor the button when controller connect the headset.
Handler Right/Left Grab Button
Controller grab button, XR-SDK will monitor the button when controller connect the headset.
Handler Right/Left TrackPadPress Button
Controller TrackPadPress button, XR-SDK will monitor the button when controller connect the headset.
Handler Right/Left TrackPadTouch Button
Controller TrackPadTouch button, XR-SDK will monitor the button when controller connect the headset.
Handler Right/Left Trigger Button
Controller Trigger button, XR-SDK will monitor the button when controller connect the headset.
Handler Right/Left Menu Button
Controller Menu button, XR-SDK will monitor the button when controller connect the headset.
Battery ControllerL/ControllerR
The battery level of ControllerL/ControllerR.
SDK Version
FPS
The current FPS.
Debug tool below:
Snapdragon Profiler
Unity Profiler
Android Systrace