XRSPACE Developer Console

Unity Script Execution Order Settings

This setting is to avoid other scripts affect the performance of SDK. We recommend that users set the script for the SDK at the top of the “Script Execution Order” list in the following order, unless there is a special need.

Setting path:

  • Edit → Project Settings → Script Execution Order

    • Click “+” button can add the script to Script Execution Order list

    ../_images/ExecutionOrderAdd.png

    • The scripts below must add on the top of list in order :

      • XRSpace.Platform.VRCore.XRManager

      • XRSpace.Platform.VRCore.XRController

      • XRSpace.Platform.InputDevice.XRVirtualController

      • XRSpace.Platform.InputDevice.XRInputManager

      • XRSpace.Platform.VRCore.XREye

      • XRSpace.Platform.VRCore.XROverlay

    ../_images/ExecutionOrder.png