OVRPlugin.SpatialEntityAnchorCreateInfo reference documentation
In the "Presence Platform: Build Mixed Reality with Insight SDK" presentation (https://www.youtube.com/watch?v=ST2ekJk9wJw) OVRPlugin.SpatialEntityAnchorCreateInfo. Why can't I find any documentation for that class anywhere? Am I looking the wrong places? I have searched oculus.com, docs.unity3d.com and google.com. Nothing comes up. Not even for OVRPlugin.Solved2.5KViews1like3CommentsUnity Oculus Quest, Visual studio intellisense doesn't recognise Oculus scripts. No errors in unity
Hi, When I try to use classes from oculus it just underlines it red with no autocomplete or anything. It is an error in visual studio but no in unity. Why is this happening and how do I fix this? The game runs fine but this makes it extremely difficult to code. This is the HandsManager.cs (same problem in every other script)1.1KViews0likes2CommentsHand tracking glitch after copying assets from HandsInteractionTrainScene and moving their position.
I copied the following assets to my own scene: OVRCameraRig Hands InteratableToolsSDKDriver I subsequently move all of them to another position simultaneously. After build, I can see that my hands/fingers are tracked but they are stretched to such an extent that they are unrecognizable. (Something alike to a upside down, blue spider with extremely long legs) They respond to my hand movements well and appear in the place of the OVR example I copied the assets from. My understanding is that I cannot move the Hands prefab from its position or something similar. But what is the source of the stretching? Unity 2018.4.8f1 Oculus Integration 12.0 Kind regards1.1KViews0likes2CommentsCan't remove cloud sync dialog from beginning of game launch
We update to the latest OVR plugin to try out cloud sync but we realized that we started getting the dialog for cloud sync before even implementing it. We still proceeded to implement it fully and got it working but are now wanting to undo the implementation because we don't like how intense some of the messages from the cloud sync are (especially like the offline mode one) but we can't get rid of the start-up sync dialog! Is there a way to disable this? We've tried switching off cloud sync 2 in the dashboard, deleting files from the sync directory and stopping to request external storage access. Is there a way to shut it off?1.9KViews1like0Comments