QR code tracking problems, object doesn't spawn at scanned qr code everytime.
I am trying to create an app with qr code tracking, at first it went perfectly well, just for the first time only, object was spawned at qr code object where I wanted.
But the second, third and next time and on and on. Whenever I scan qr code, the object keep be spawned at different places. I keep changing places where I start my app, at first I thought that was the reason for this problem, but even if I go back to the same place that it was spawned at the right place, this time the object was spawned where I didn't want instead.
I have enabled
- Anchor Support
- Scene Support
- Experimental features
- Permission Requests On Startup >> Scene
- QR Code tracking
, which are required for QR code tracking function. So I really don't know why this keep happening.
I have tried "save my perference" and "not save my perference" for spatial data request when the app is starting. And the results are the same. I have no more idea to try.
Please help me, Thank you.