Currently only supporting android build.
- Get the setting file of Mapbox which is ignored in git.
- Place it under
Assets/Resources/Mapbox
- Build the app.
- Utilizing
Zenject
library for Dependency Injection.- The
Core
scene has this project's core class instances when in play mode, while loading & unloading each scenes byARPassSceneManager
. - Interfaces are for replacing the real implementation with mocks.
- The
- Using UniRx for Observer pattern.
- UniRx
- Zenject
- DoTween
- Mapbox Unity SDK
- Firebase
- JsonDotNet
- GoogleARCore