Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 2.44 KB

InteractiveMap.md

File metadata and controls

73 lines (50 loc) · 2.44 KB

Show the building

  • culling mask except Path ,others need to check。
  • CameraMovement use for moving camera(zooming & panaling)。
  • DebugPathCamera cacel the check。

image

Select Building

  • add PoiMarkerHelper.cs on object(spawned by PrefabModifier.cs) ,it will call selector object

Bug

  • InteractiveSelectionCanvaswill display in ARCamera
  • Object reference not set to an instance of an object
    Mapbox.Examples.FeatureUiMarker.Snap () (at Assets/Mapbox/Examples/Scripts/FeatureUiMarker.cs:69)
  • maker will dispaly mutipule points at the same time
  • marker won't change the screenpos when zooming the map(need to check on time)
  • direction & marker will display in the beginning
  • marker should change the rotation depending on camera

Bug Fix

  • FeatureUiMarker.cs Modify -> change to PoiMarkerHelper.cs
  • add image in selector object
  • add new MapCam Tag -> doesn't work but have been solved in PoiMarkerHelper.cs
  • add marker.cs to check mutipule point generate
  • change Mapcam's projection to Orthographic
  • directionsfactory.cscodevar _directionResource = new DirectionResource(wp, RoutingProfile.Driving)Driving change to Walking

Enhancement

  • add buttom in marker's image(decide the user's destination)
  • add return Player position Buttom after moving MapCamera (reference the other ar scence)
  • add map marker display animation(later)
  • add landmark list(how to get the object's local position ??)
  • improve the road texture

Reference

Issue 802

Interactive Map In WorldScale AR

mapbox/mapbox-unity-sdk#802

Issue 827

DirectionsFactory missing transform

mapbox/mapbox-unity-sdk#827

Issue 838

InteractiveSelectionCanvas in wrong transform

mapbox/mapbox-unity-sdk#838

Issue 844

How can I find a 3D POI Marker's longitude and latitude?

mapbox/mapbox-unity-sdk#844

Issue 861

FeatureUiMarker.cs problem

mapbox/mapbox-unity-sdk#861

Issue 885

Direction will ignore footprint

mapbox/mapbox-unity-sdk#885

Issue 931

Arrow road in AR problem

mapbox/mapbox-unity-sdk#931