We are developing an application with Unity3D 2017.2 and Vuforia SDK 6.2.10.
Our application spawm 3D objects with the AR rendering rear them. We are using the gyroscope, and in some devices (BQ, Nexus), the behaviour of the camera is strange. In all Samsung models, when we use the “selfie” camera, the behaviour is flipped vertically and the axis inverted.
We need support in these cases.Is there any standard solution?
Hi, I am getting this using a Nexus 5X running android version 6.0.1.
I'm also using Unity 2017.2.
I wanted to double test with the Sample apps, but I'm also getting errors when trying to build them.
I am getting these sort of errors (60 in total)
Assets/Vuforia/Scripts/DefaultTrackableEventHandler.cs(19,15): error CS0246: The type or namespace name `TrackableBehaviour' could not be found. Are you missing an assembly reference?
These only show up when tryig to build for Android, when running in editor it seems to be fine.