05-19-2024 02:42 AM
Hello,
After newest version of Unity 6000, i have issue with head tracking.
Every time i create new project, import Meta XR All-in-One SDK(Currently 65.0 v, same with 64.0), everything works fine, except head tracking. when i do exactly the same with unity older version (for example 2022.3.15f1) tracking works.
there are few things i can mention. during launch, frame rate is like 72 FPS, when normally its 600+
gives two errors and a warning. all i do is install unity editor(right now its 6000.0.2f1), create empty project(Clean project without anything), import SDK and launch.
-----------------------------------------Error
SerializedObjectNotCreatableException: Object at index 0 is null
UnityEditor.Editor.CreateSerializedObject () (at <26627f99a7af447db68cd5961117dc4a>:0)
UnityEditor.Editor.GetSerializedObjectInternal () (at <26627f99a7af447db68cd5961117dc4a>:0)
UnityEditor.Editor.get_serializedObject () (at <26627f99a7af447db68cd5961117dc4a>:0)
OVRManagerEditor.OnEnable () (at ./Library/PackageCache/com.meta.xr.sdk.core/Scripts/Editor/OVRManagerEditor.cs:39)
-----------------------------------------Error
Saving Prefab to immutable folder is not allowed: Packages/com.meta.xr.sdk.interaction.ovr/Editor/Blocks/InteractableItems/Prefabs/[BB] Pokeable Plane.prefab
UnityEditor.AssetPostprocessingInternal:PostprocessAllAssets (string[],string[],string[],string[],string[],bool)
-----------------------------------------Warning
Your project uses a scriptable render pipeline. You can use Camera.stereoTargetEye only with the built-in renderer.
UnityEngine.Camera:set_stereoTargetEye (UnityEngine.StereoTargetEyeMask)
OVRCameraRig:EnsureGameObjectIntegrity () (at ./Library/PackageCache/com.meta.xr.sdk.core/Scripts/OVRCameraRig.cs:603)
OVRCameraRig:Awake () (at ./Library/PackageCache/com.meta.xr.sdk.core/Scripts/OVRCameraRig.cs:190)
Any clue?
05-27-2024 06:28 PM
same problem
06-03-2024 07:38 PM
Did the issue that the entire scene will be moving when moving the headset happen on your side?
06-03-2024 10:29 PM
Yes
06-04-2024 07:22 AM
Have you fixed it? If so, could you share the solution? I am stuck here. Thanks.
06-04-2024 08:00 AM
No, i'm stuck too
06-04-2024 08:03 AM
I'm diving into it. Now I have fixed tracking HMD.
Add Tracked Pose Driver to CenterEyeAnchor
The controllers tracking is still not working.
06-04-2024 10:36 AM
I made it! I will share it later.
06-05-2024 08:13 AM
For those who experience the same problem, I posted my solution here.
06-09-2024 05:14 AM
thank you for your answer! it's just looks like workaround rather then solution to me. I'v managed to fix head tracking with your suggestion, now i lack hand and controller tracking. i want to use oculus plugin and as far as i know, they cannot co-exist, so searching forward 🙂