Closed denverxyz closed 2 years ago
Could you send me your project folder in a .zip file to daniel.mbfm@gmail.com so I can take a look at it? Thanks
unity-ar-gps-location-mapbox-route-sample.zip https://drive.google.com/file/d/144tqpU7RPu5lWmCl4K1uENJK4y2afsXu/view?usp=drive_web this is the project...
And 1 more question if this project would compile, can i add custom marker on the mapbox using this project
On Thu, May 12, 2022 at 5:21 AM Daniel Fortes @.***> wrote:
Could you send me your project folder in a .zip file to @.*** so I can take a look at it? Thanks
— Reply to this email directly, view it on GitHub https://github.com/dmbfm/unity-ar-gps-location-mapbox-route-sample/issues/5#issuecomment-1124306371, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP4H3VN7BUGHJRLBGEML5UTVJQQFJANCNFSM5VQAO5FQ . You are receiving this because you authored the thread.Message ID: <dmbfm/unity-ar-gps-location-mapbox-route-sample/issues/5/1124306371@ github.com>
I believe the issue is fixed by now. could you try the latest main branch?
And 1 more question if this project would compile, can i add custom marker on the mapbox using this project Sure, I you just change the 3d model on the scene I believe
thank you for your reply, i have now able to compile and run on android. Unfortunately, the apps ask permission for gps only, not camera and other permissions. So, the camera for AR navigation not showing in the app. the demo apps shown below. Where is the real location for Android Manifest.xml
[image: image.png]
On Wed, May 18, 2022 at 8:30 AM Daniel Fortes @.***> wrote:
I believe the issue is fixed by now. could you try the latest main branch?
And 1 more question if this project would compile, can i add custom marker on the mapbox using this project Sure, I you just change the 3d model on the scene I believe
— Reply to this email directly, view it on GitHub https://github.com/dmbfm/unity-ar-gps-location-mapbox-route-sample/issues/5#issuecomment-1129444859, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP4H3VIAOR6ELCYJDQQ6YCTVKQ2YXANCNFSM5VQAO5FQ . You are receiving this because you authored the thread.Message ID: <dmbfm/unity-ar-gps-location-mapbox-route-sample/issues/5/1129444859@ github.com>
Which device are you using?
Actually the issue was im not configuring on Player Setting Configuration. Thanks you for helping me on the Email. thank you ya
Help when I try to run the app it show :
NullReferenceException: Object reference not set to an instance of an object Mapbox.Unity.MeshGeneration.Modifiers.ModifierStack.Initialize () (at Assets/Mapbox/Unity/MeshGeneration/Modifiers/ModifierStack.cs:115) Mapbox.Unity.MeshGeneration.Interfaces.VectorLayerVisualizer.Initialize () (at Assets/Mapbox/Unity/MeshGeneration/LayerVisualizers/VectorLayerVisualizer.cs:462) Mapbox.Unity.MeshGeneration.Factories.VectorTileFactory.AddVectorLayerVisualizer (Mapbox.Unity.Map.VectorSubLayerProperties subLayer) (at Assets/Mapbox/Unity/MeshGeneration/Factories/VectorTileFactory.cs:102) Mapbox.Unity.MeshGeneration.Factories.VectorTileFactory.CreateLayerVisualizers () (at Assets/Mapbox/Unity/MeshGeneration/Factories/VectorTileFactory.cs:497) Mapbox.Unity.MeshGeneration.Factories.VectorTileFactory.OnInitialized () (at Assets/Mapbox/Unity/MeshGeneration/Factories/VectorTileFactory.cs:190) Mapbox.Unity.MeshGeneration.Factories.AbstractTileFactory.Initialize (Mapbox.Platform.IFileSource fileSource) (at Assets/Mapbox/Unity/MeshGeneration/Factories/AbstractTileFactory.cs:66) Mapbox.Unity.Map.AbstractMapVisualizer.Initialize (Mapbox.Unity.Map.Interfaces.IMapReadable map, Mapbox.Platform.IFileSource fileSource) (at Assets/Mapbox/Unity/Map/AbstractMapVisualizer.cs:97) Mapbox.Unity.Map.AbstractMap.InitializeMap (Mapbox.Unity.Map.MapOptions options) (at Assets/Mapbox/Unity/Map/AbstractMap.cs:769) Mapbox.Unity.Map.AbstractMap.SetUpMap () (at Assets/Mapbox/Unity/Map/AbstractMap.cs:651) Mapbox.Unity.Map.AbstractMap.MapOnStartRoutine (System.Boolean coroutine) (at Assets/Mapbox/Unity/Map/AbstractMap.cs:538) Mapbox.Unity.Map.AbstractMap.Start () (at Assets/Mapbox/Unity/Map/AbstractMap.cs:500)