Add QuadTreeSmoothCameraMovement example script, similar to the QuadTreeCameraMovement script, but offers smooth panning.
Add SmoothZoomableMap example scene, similar to the ZoomableMap scene, but uses QuadTreeSmoothCameraMovement instead of QuadTreeCameraMovement.
Related issue
Implements #743.
Description of changes
Added QuadTreeSmoothCameraMovement.cs example script and SmoothZoomableMap.unity example scene as alternatives to the default QuadTreeCameraMovement.cs and ZoomableMap.unity example assets.
The added script offers smooth panning like when using Mapbox Studio.
Smooth movement in action (recorded using the Unity Recorder):
Add QuadTreeSmoothCameraMovement example script, similar to the QuadTreeCameraMovement script, but offers smooth panning.
Add SmoothZoomableMap example scene, similar to the ZoomableMap scene, but uses QuadTreeSmoothCameraMovement instead of QuadTreeCameraMovement.
Related issue
Implements #743.
Description of changes
Added QuadTreeSmoothCameraMovement.cs example script and SmoothZoomableMap.unity example scene as alternatives to the default QuadTreeCameraMovement.cs and ZoomableMap.unity example assets.
The added script offers smooth panning like when using Mapbox Studio.
Smooth movement in action (recorded using the Unity Recorder):
https://github.com/mapbox/mapbox-unity-sdk/assets/21295178/4b2cb376-dba3-4ca5-8ca5-bc28367dd492
QA checklists
Reviewers
@wilhelmberg @brnkhy