VRC.Quest.Functional.9 - How to map Oculus Home Button
Hi! I am in the process of App Review, and it just failed due to VRC.Quest.Functional.9. The user's forward orientation is not reset when the Oculus Home button is long-pressed. But the Documentation at Oculus Controller Input Mapping does not have a reference to Oculus Home Button. How do I get an event in order to execute the Forward Orientation function (Which my game already supports, just in another binding)8.5KViews3likes22CommentsQuest 2 Touch Controller Emulation
Hey guys, more of a broad question looking for thoughts. I was wondering if it's possible to emulate the HID profile of the Quest 2 Touch Controllers. I wanted to write a program that allows something like the Virtuix Omni to work with Quest 2. I'm a Bluetooth noobie so let me know if I'm on the wrong track here or if there's an entirely better or alternative way to accomplish this. Thanks for any guidance in advance.2.6KViews1like1CommentIs anyone doing controller health and education research? As well as Hand-tracking?
TACTILE learning (hand learning) is key to Early Childhood Development. What a child grows up with as far as handheld objects (apples, bananas, cards, etc). Same is true for technology like controllers, keyboards, tablets. They change how neural networks are developed within the brain. Also, build muscle and forms musclememory (prioprerception). So should childrens' games have time limits and parental controls for that? And should they offer cross-platform-controller function/s to promote more body diversity? How would the software have to be configured to increase maximum benefit? Also, have to consider the differences in hand size as well as missing fingers, thumbs, or radiculopathy and other nerve conditions, etc. Not to sound Ageist, but isn't this a way to improve the present and future, even for the elderly? Hand-tracking for amputees and prosthetics? Add tags974Views0likes0CommentsQuest 2 controller Differentiation
I am interested in developing my own VR hardware, so I was wondering how the Oculus Quest 2 discerned the left touch from the right touch in its vision processing. The rings are mirrored, but the blob pattern doesn't seem to be unique enough for it to tell based on that, and it seems to know automatically. I have a few running theories but I was hoping someone had a concrete answer. Thanks (No, I'm not trying to make 3rd party touch controllers, yes, I know the headset won't track 3rd party controllers)820Views0likes0CommentsQuest App Lab - Hand tracking also requires Touch?
I'm hoping to clarify something vague in the documentation for Quest app specs going to App Lab. Can anyone confirm if it's possible to publish an app to App Lab that only uses hand tracking? Elixir on the Oculus Store, for example, does not seem to recognise controllers at all and won't even launch if using Touch controllers. 'VRC.Quest.Input.7' states that switching between inputs is required only if an app claims to support hands and controllers; however the app submission Specs page states that any app that support hand tracking must also support Oculus Touch. So is it now a blanket requirement to support both if you want to use hands?1.9KViews0likes2CommentsOculus quest controller battery cover not sitting flush?
Hey Super simple, the battery cover on my right oculus quest isnt sitting glish with the side of the controller Its sorta jutting out a tiny bit, whcih is suuuuper annoying and ruins the immersion a little for me my left controller is perfect, just the riight one Thanks!1.9KViews1like4CommentsRemap Toush buttons/trigger to "Fire1"
Anyone know how to easy convert the touch trigger to "Fire1" (Left mouse button) Default in the SDK, button.ONE on the toush controller is lunching my projectile using old script with "Fire1" (Left mouse button) if (Input.GetButtonDown("Fire1")) { Is there an easy way to remap: "Button.One" = "Fire1 / LMB" to: "PrimaryindexTrigger" = "Fire1 / LMB" Could this be done in the OVRinput.cs skript without changing the "Fire1" script? / Best regards from the Dactyl Nightmare dev. Fredrik2.5KViews0likes3Comments