#How can I do localization when starting the app?

1 messages · Page 1 of 1 (latest)

vocal fog
#

How can I do localization when starting the app? I'm making an indoor navigation app for a retail store. I think my last big hurdle is localizing the XROrigin ( I assume this moves with the device , and can be used to represent the user ) .. I have a way I think I could do it but for clarity , I would need to make sure the XROrigin object is orientated to the user in real life right? ( position and facing direction in the building ) ... Which I Could use empty gameobjects with location names and create a string qr code to scan at the location ( for position ) then get the camera rotation and set it to the XROrigin?