diff --git a/Runtime/Scripts/XRMasterHandSkeletonDriver.cs b/Runtime/Scripts/XRMasterHandSkeletonDriver.cs index 83d4fee..8ac49f5 100644 --- a/Runtime/Scripts/XRMasterHandSkeletonDriver.cs +++ b/Runtime/Scripts/XRMasterHandSkeletonDriver.cs @@ -6,9 +6,9 @@ using UnityEngine; using UnityEngine.InputSystem; using UnityEngine.XR.Hands; - #if BURST_PRESENT - [BurstCompile] +using Unity.Burst; +[BurstCompile] #endif public class XRMasterHandSkeletonDriver : MonoBehaviour, ISerializationCallbackReceiver {