From d03968bc3f177242117a976f4e6ecdd2e0391f88 Mon Sep 17 00:00:00 2001 From: Extrys Date: Mon, 15 Apr 2024 11:00:55 +0200 Subject: [PATCH] fixed burst namespace in skeletonDriver --- Runtime/Scripts/XRMasterHandSkeletonDriver.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {