How to disable Instant trackable object pan
I have been facing problem using Instant trackable
My app is simple to run a car on track , i implement the default single joystick controller in unity but when i run the app on android whenever i drag the controller my track is also moving with that , how to resolve this .
1. 3.5
2. unity
3. Tracker
4. License Type Free
Hi,
Thank you for your interest in our SDK!
Transform targets from joysticks should not be applied to tracks, but must be applied to cars. Generally, you can create content with the following:
ImageTrackable <= Tracking Pose applied
Child node of TrackObject <= ImageTrackable
CarObject <= child node of TrackObject (Joystick Control)
Best regards,
Sam
SDK Team, MAXST