Hey all
I am currently working with Image tracking component of ARfoundation and continuously facing this issue
I want to track a QR code and then load a prefab in a particular orientation wrt to that QR.The problem is whenever i try to set my prefab transform according to the my requirements it does not reflect the same in the app also it resets the transform of my prefab every time and places it in the center of QR.
I looked over various tutorials on Youtube and didnt find any helpful resource regarding orientation of prefab, all just seem to load the model over the target as it is.
Is there any way/demonstration to address my problem ? In Vuforia we have an option to place object wrt to Image Target in the unity editor itself but i dont know how to do that here.
I tried few ways to this and got to know that scaling is working as intended (but i still dont know is the relation between target size and scale of object) but position and rotation are not working.
Unity 2019.3.12f , ARF = 3.0.0
Please help !!