Forum Discussion
Anonymous
8 years agoNew "VR Object" examples ?
We are quite interested to start playing around with "VR Object" but failed to find any information about integrating VR objects with Unity. Any idea where I could find some information about this?
Constellation
8 years agoAdventurer
I couldn't find a way to do it from Unity but I could do it via the SDK and it should be easy enough to make a native plugin to make the call from Unity. Here's my code:
ovrPoseStatef pose;
ovrTrackedDeviceType type = ovrTrackedDevice_Object0;
ovr_GetDevicePoses(Session, &type, 1, 0, &pose);Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 4 years ago