Hello Im developing an AR app, and Im currently using QCAR from qualcomm
my question is, How can I reset my objects position automatically OnTrackinglost()?
because my object has a swipe rotate function., so when I rotate my object and remove my image target, and then return it again, the objects last position where I rotate it, is displaying and not on center? Ive tried searching Qualcomm’s Forum but it didnt give me the right answer. Thanks in advance
if you mean just position so you save your position
Vector3 originalPosition = gameObject.transform.position;
and when method OnTrackinglost is called you just
gameObject.transform.position = originalPosition;
if you need help with the asset then you are probably in wrong forum