Object placed above MRUK furniture "jumps" up/down when pushing right thumbstick
Context Unity + Meta XR Building Blocks. I'm building an AR app (Passthrough + MR Utility Kit). I show a world-space UI dialog above an MRUK table (Canvas in world space, RectTransform placed at the table center + slight lift to sit on the surface -> all via script). Symptom Whenever I push the right controller thumbstick downward, the dialog appears to "jump" ~0.5 m up, and pushing again makes it jump back down. This happened both on the device and in the Simulator. What it actually is It's not the dialog moving. Logging showed Camera.main.transform.position.y toggling between two values (1.047 <-> 1.547), while the dialog's world Y stayed constant.Solved50Views0likes1CommentPhysical transition between rooms in XR Quest 3 - How to?
Hello, I'm making a mixed reality app, and I have scanned two rooms in my house. I have used the Passthrough, MR Utility Kit and Effect Mesh building blocks, but I can't move between rooms without the screen getting covered up in grey, even though I can see the other room being rendered in the effect mesh. How can I disable this "out-of-bounds" effect in order to transition physically between both rooms? The first image is from the room I started the app, the second is from the second room looking towards the first.68Views0likes1CommentHow to throw with hand tracking
I want to throw objects in MR with hand tracking, but am unable to do so. I use the building blocks to add everything into place, but when I release an object it simply drops straight down. I already checked if all the components from the guide (https://developer.oculus.com/documentation/unity/unity-isdk-throw-object/) are in place, and this should be set up. Any tips are appreciatedSolved1.6KViews0likes3CommentsScene Model Shaking in Unity Playmode with Oculus Integration
I'm developing a Quest Pro MR app using Unity and facing an issue with severe shaking of the scene model in playmode when using Oculus Integration SDK. This instability doesn't occur post-build, but it affects the efficiency of testing and development. Development Environment: Unity version: 2022.3.9f1 Oculus Integration SDK version: 57.0.1-deprecated seems to be also happening even with the newest Meta XR Core SDK 60.0.0 I've tried several troubleshooting methods with no success and am seeking advice or solutions to stabilize the scene model in Unity playmode. Any insights or suggestions would be greatly appreciated. Thank you!647Views1like0CommentsTrouble with MR applications in Quest
Hi there, When developing Oculus MR application in Unity using Oculus SDK, we can see the room data previously set up in the headset using Oculus Link in Unity editor, but after packaging the game as apk and run it on Oculus quest 2 headset, the MR application can't get the room data that has been set up. It will jump to the room settings in the system. After we finish the setting, click the Finish button and return to our MR application, it still do not have the room data. We printed the log in the UpdateHMDEvents in the OVRManager.cs file, and found that the data.Result=-1000 in the case of OVRPlugin.EventType.SpaceQueryComplete when packaged into the apk, which is different from the one printed when using the Oculus Link function in the Unity editor. Oculus quest 2 system versions we have tried: V50, V51, V53 Oculus SDK versions tried: V50, V51, V53 Unity version: 2021.3.16f1 We would truly appreciate you help on how to fix the problem. Thanks and best regardsquest622Views0likes0Comments