mapbox / mapbox-unity-sdk

Mapbox Unity SDK - https://www.mapbox.com/unity/
Other
723 stars 214 forks source link

Moving AR Camera Sync with Map #1754

Open saszer opened 3 years ago

saszer commented 3 years ago

I have a moving ARCamera on a static map, instead of other way around in example where Map is moving and ARCamera is static at 000. I'm unable to make alignment strategies work in my settings, can you provide some explanation or resources on how to do that.

ps, will recommend putting up notes in alingment strategy scripts and what they are doing.

Thanks.

saszer commented 3 years ago

context: https://github.com/mapbox/mapbox-unity-sdk/issues/1724

saszer commented 3 years ago

what ive done currently is put a rotate with location and position with location on ARCamera, which is surely not the right way as mapbox and ARCORE start fighting each other when in AR mode