Immersive Debugger spams error message
Hello Community, i try to use the Immersive Debugger in a Unity 6 project. But i do not get to manage that the following error message disappear: "In the render graph API, the output Render Texture must have a depth buffer. When you select a Render Texture in any camera's Output Texture property, the Depth Stencil Format property of the texture must be set to a value other than None." My guess is, that the error appears because of the debugger itself. The error will not be printed in the Unity Log if i start the application with the Simulator (but it will also appear in the Immersive Debugger Log). Has someone an idea whats wrong?2.6KViews7likes14CommentsOVR Plugin failure for detection space / importing Room-Data into Unity
Since you, MetaStoreHelp, are clearly ignoring my post in the Unity VR Developer forum and my direct messages as well, I will ask this here again: I want to use the Room-Setup feature from the Quest 3 in Unity in Mixed Reality. I get an error for importing the transform-data for the gameobjects of the Quest 3-defined room in Unity. All of the walls and room objects are at (0,0,0) with no additional rotation and I get this error: [OVRPlugin] [XRCMD][failure] [XR_ERROR_HANDLE_INVALID]: xrLocateSpace(*(XrSpace*)space, baseSpace, ToXrTime(GetTimeInSeconds()), &spaceLocation), arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.cpp:11831 (arvr\projects\integrations\OVRPlugin\Src\Util\CompositorOpenXR.h:302) It seems to be an issue that is unique to my PC, but I can not figure out why and where the issue is. We tried the same scene and multiple other with the room model or the new MR Utility Kit in it, and we don't know what is different in my system. We already tried uninstalling all of Unity, Meta and Oculus desktop and cleaning the registry / Appdata. It works on different PCs with the same Headset, it also works on different PCs when I am logged in into Unity and Oculus Desktop. We also switched out the Cable, the Headset and the USB-C port. We also deactivated all of Windows Defender and disconnected the PC from the Web. Everything needed in Unity is activated, as well as Developermode on the Quest and in Oculus Desktop. This should not be the issue, since the same project works on other PCs. The Setup is: 13th Gen Intel(R) Core(TM) i9-13900K 3.00 GHz 32.0 GB DDR5 Nvidia RTX4090 Windows 10 Pro Version 22H2 OS build 19045.3930Solved6.9KViews0likes11CommentsOpenXR error XR_ERROR_SPACE_COMPONENT_NOT_SUPPORTED_FB in build when Mixed Reality scene loaded
Hi, I am getting spammed by the following error after I load my mixed reality scene (room) via the OVRSceneManager.cs [XRCMD][failure] [XR_ERROR_SPACE_COMPONENT_NOT_SUPPORTED_FB]: xrLocateSpace(*(XrSpace*)space, baseSpace, ToXrTime(GetTimeInSeconds()), &spaceLocation), arvr/projects/integrations/OVRPlugin/Src/Util/CompositorOpenXR.cpp:11311 (arvr/projects/integrations/OVRPlugin/Src\Util/CompositorOpenXR.h:318) The mixed Reality room seems to load fine (mostly), and I am able to localize all anchors, but logcat is being spammed by the error. Not sure it's related, but also getting this error often: AnchorManagerHelpers: The tracked root node uuids are different?! 0efe69dd-c03e-a729-a4b2-3108ac493f34 - 00000000-0000-0000-0000-000000000000 Any ideas how to get rid of the error, please? Thank you. Unity 2021.3.25f1, Oculus integration v56.0, OpenXR Plugin 1.7.0, Oculus XR Plugin 3.3.0 Quest 2 and Quest Pro1.1KViews1like1Comment.apk works when sideloading, but can't be uploaded to Applab
Hey there, I have a game on AppLab built with Unity that was initially released about a year ago. Recently I've been trying to upload an update with minor fixes using MQDH but all I get is an "Upload Failed" message with the text "The build you were trying to upload has failed. Build Upload Error - an error has occured for app id: 4879[...]". I CAN just sideload the apk via the "Device Manager" tab of MQDH and everything works fine on my Quest 2, which makes me think that the apk itself is okay. Plus, the error is exactly the same when I disconnect from the internet before trying the upload, so my guess is that the apk fails some internal check *before* it is sent to the server, but unfortunately, the error message is not very informative as to where the problem is located. I only remember changing the Minimum API level and the Build Name and Build Code in Unity, everything else is pretty much the same as with the version I uploaded a year ago without problems. I have tried multiple builds with minor changes and have tried uploading with different MQDH versions over a period of several weeks. Does anybody know this problem? Is there a way to contact a Meta engineer and have them take a look at the apk? Are there any known workarounds? How would you narrow down the error? Very thankful for any help and suggestions! Cheers, Felix PS: I posted this issue before in the Tools Feedback Forum, but I think this here is a more appropriate place.Solved1.9KViews0likes3CommentsMeta Quest Pro: How to use Eye Tracking with Oculus Link in Unity
Hello! I have a Meta Quest Pro pro device and am interested in using the eye tracking feature over Oculus Link on a Windows host machine while developing in Unity. However while I'm able to get hand tracking working over Oculus Link - the eye tracking fails to initialize even with permissions enabled. This is a scene that works as expected when deploying an Android build to the device directly. It logs this when trying to start the app with the Oculus Link: "[OVREyeGaze] Failed to start eye tracking." When adding log statements in the project I see that the "OVRP_1_78_0.ovrp_StartEyeTracking()" function (and therefore "OVRPlugin.StartEyeTracking()") is returning a failure but I'm not sure how to see the error: if (!OVRPlugin.StartEyeTracking()) { Debug.LogWarning($"[{nameof(OVREyeGaze)}] Failed to start eye tracking."); return false; } I've seen other posts displaying beta eye tracking support in the Oculus app but I no longer see those options in the latest version of the app. Is it still possible to do eye tracking over Oculus link? Are there extra steps required to enable it? Here are the versions of my software and packages: - Unity Version - 2021.3.16 f1 - Oculus App Version - 53.0.0.98.132 - Windows Version - Windows 11 - Unity Oculus XR Package - 3.2.2 - Unity OpenXR Package - 1.5.3 Thank you!3.1KViews1like1CommentImmutable folders in Interaction Packages
I have a lot of issues with immutable folders in the new Meta SDK packages. I tried different things to but the error keeps coming back in different projects. I first installed Meta Core SDK, I installed 4 building blocks. XR rig, passthrough, controller and hands building block. After this I imported the Meta interaction SDK and get this error: Saving Prefab to immutable folder is not allowed: Packages/com.meta.xr.sdk.interaction.ovr/Editor/Blocks/Interactors/Prefabs/[BB] Hand Ray.prefab UnityEditor.EditorApplication:Internal_CallGlobalEventHandler () This is driving me crazy, I tried different ways, even deleting the packagecache but it keeps coming back.Solved7.4KViews3likes9CommentsHey META we need to improve the way updates of the SDKs are made
First of all thank you Meta for the hard work to improve the SDK with a lot of frequency BUT can we please find a way to make the SDKs updates less horrible? 50% of the time after an update from the package manager something breaks in the project, and I dont mean incompatibly, I mean stuff with the packages, library folder etc I was so excited to try the new Depth API with v67, but I had to rollback everything to v66 because I couldn't get rid of an error not finding OVR Input. Its amazing to have a rapidly evolving environment for Quest but please lets make this in a better way, starting by updating the version number on ALL packages, make it as easy as update the main package and that it updated all the dependencies.5.1KViews5likes15CommentsXR Simulator only works once
Whenever I try to test my game for the second time after opening the project, the XR Simulator won't open and I get an error saying "Failed to set DeveloperMode on Start". I know there's already a thread on this, but the script they provided didn't work for me.536Views0likes0CommentsError: "Horizon isn't installed, or you're running an incompatible of home/horizon"
I've almost completed what I think is a pretty solid script to allow the user to download DLC (assetbundle) for my app using Oculus Platform. All goes well from entitlement checks, to retrieving prices, to checking already purchased items, to the purchase itself. Starting the actual download however fails and returns this error: Either the service couldn't be connected to, Horizon isn't installed, or you're running an incompatible of home/horizon What's strange is that I can't find anything about this error. Literally zero results on google. I'm testing the app and it's IAP with test users, which should be fine This error occurs in the build (I have a worldspace canvas showing debug info). Because there's such little information on this error, I think it's because the error comes from the Quest itself and not from any script of my project (and therefore hard to spot). It occurs both when I've installed the apk directly to my Quest 2 and after downloading it from App Lab GPT suggests it has likely something to do with a server or software problem on Oculus' side. However, I just don't buy it since it's a fresh new script and therefore more at risk of being buggy than Oculus. You can't just simply install Horizon as an app, so I installed Horizon Workrooms. Of course didn't solve anything.Solved1.5KViews0likes2CommentsUnable to Add Meta XR SDK Core Package in Unity - Error Message [InvalidParameter]
Hello Oculus Forum Community, I hope this message finds you well. I am currently facing an issue in Unity while trying to add the Meta XR SDK Core package. I am receiving the following error: "[Package Manager Window] Cannot perform upm operation: Unable to add package [https://download.packages.unity.com/com.meta.xr.sdk.core/-/com.meta.xr.sdk.core-59.0.0.tgz]: Package name 'https://download.packages.unity.com/com.meta.xr.sdk.core/-/com.meta.xr.sdk.core-59.0.0.tgz' is invalid. [InvalidParameter]. UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()" I have attempted to resolve this on my own, but without success. Has anyone else encountered a similar issue or can provide guidance on how to resolve this error? Your insights and assistance would be greatly appreciated. Thank you in advance for your time and help. Best regards, Kuldip Kabariya1.6KViews1like1Comment