- HI, I am working on Vuforia AR project, the game has objects moving on navmesh. I am updating navmesh using NavMeshComponents - GitHub - Unity-Technologies/NavMeshComponents: High Level API Components for Runtime NavMesh Building
But when the camera moves around the position of those objects are affecting. - How do I move the objects on the AR ImageTarget without its position affecting its position from the AR camera?
For those who are still looking for an answer for this problem;
Click on AR Camera which is on your scene, then there is a script attached to the AR Camera which is “Vuforia Behaviour” script. It has “World Center Mode” option and “DEVICE” is selected as default. You need to change it from “DEVICE” to “SPECIFIC_TARGET” and as a target you should choose your “Image Target”. After that, your Nav Mesh Agent should be working very well in AR as it works with normal camera.