InputOVR Poke Interactor "Active State" and "Interactable Filters"
Hello, I'm trying to get the poke interactor to only poke buttons when pointer finger is extended (otherwise I have lots of accidental pokes). I'm using the CustomHandLeft and CustomHandRight prefabs. I did a little workaround with a script that turns off the "Controller Pointer Pose" component when the hand collider is not active, but I noticed there is an optional "Active State" and "Interactable Filters" inputs in the ControllerPokeInteractor script component. When I search the script, I don't see anything related to "Active State" or "Interactable Filters" and I can't find anything (or maybe don't understand) in the documentation. It feels like I made a workaround for something that is already implemented (and probably implemented better than what I did). Any help is appreciated.4.5KViews0likes7Comments[Unity][PlatformSDK][Leaderboards] Missing entries in query response (GetEntries/HTTP GET)
Hi there, Our new Unity game for Oculus Quest implements Oculus leaderboards using the Platform SDK from the Oculus Integration Unity asset, and it's been submitting and getting highscores just fine until now : we completed the data use checkup in the dev dashboard, and as for the Unity project the Oculus SDK is properly initialized, the user entitlement check passes, highscores are successfully submitted using Oculus.Platform.Leaderboards.WriteEntry(apiName, score, extraData), and leaderboards top and user-centered entries were successfully retrieved using Oculus.Platform.Leaderboards.GetEntries(apiName, 3, Oculus.Platform.LeaderboardFilterType.None, Oculus.Platform.LeaderboardStartAt.Top) and Oculus.Platform.Leaderboards.GetEntries(apiName, 3, Oculus.Platform.LeaderboardFilterType.None, Oculus.Platform.LeaderboardStartAt.CenteredOnViewer) for them to be displayed in game. Now that we are live on App Lab, we are experiencing issues in querying some of our leaderboard entries : some specific users' entries simply don't show up in the API's response, neither in the Oculus.Platform.Leaderboards.GetEntries callback data nor in the response to a HTTP GET request to the https://graph.oculus.com/leaderboard_entries endpoint, even though I can see in the developer dashboard, in the Oculus iPhone app and in my Quest's home menu that the entries do exist in the leaderboards... Is anyone else experiencing something similar? Could it be some entries filtering going on under the hood? Or could my leaderboard entries extra data be messing with something? Thanks in advance for the help.Solved2.5KViews1like2CommentsCenter to boundary center instead of HMD center
I need to make sure the center of the boundary is at the center of my scene, but if the player recenters their boundary then the entire thing shifts. Is there a way to make sure the center of the boundary is always at the center of my scene?622Views0likes1CommentUnity 2017.4 LTS and Quest 2 Compatibility
Hi everyone, We have a Unity project built in Unity 2017.4 LTS. We released a Go and Rift version in the last 12 months. However, we now wish to create a Quest / Quest 2 port of the game. When looking at the current minimum specs ( found here: https://developer.oculus.com/documentation/unity/book-unity-gsg/ ), Oculus is now stating Unity 2020.3 is the minimum version for projects. This is a pretty big issue for us as about 1/4 of the game is unfortunately written in unityscript which is no longer compatible with newer versions of Unity which will make updating way harder than it normally is. I guess the question is has anyone successfully launched a game for the Quest / Quest 2 using Unity 2017.4 LTS - is this even feasible? Thanks!1KViews1like1CommentHow to Show and Hide the OVRVirtualKeyboard Building Block Prefab
I'm attempting to show and hide the OVRVirtualKeyboard Building Block Prefab in Unity 3D. Setting the gameobject to active or inactive either doesn't work, or it will produce Null Reference errors, depending on when the operation is performed. Commands are obviously controlling it from outside of unity, how to I interact with them? Is there an easy or proper way to hide and show this asset on command? I have resorted to essentially gluing it to the back of the user's head when I want to hide it, and putting it elsewhere when I don't. Any advice is appreciated, thanks in advance.3.3KViews0likes4CommentsControllers not tracking in Quest build.
Hey, We have recently started a new Quest project using Unity 2022.3.1 and Oculus Integration 54.1, but the controllers aren't tracking in builds. They track perfectly fine in the OS menus and in other apps both previously made by us and not, but in any new projects we make they just stay on the ground. Weirdly the buttons animate in response to input as expected, just connected to motionless controller models. To make sure none of our stuff was interfering with it, we created a new project following the project setup described in the Oculus documentation here, then added the provided OVRControllerPrefab as a child of both Hand Anchors but still had the same issue. Does anyone have any idea why this is happening? Thanks!3.2KViews3likes5Comments