Git Product home page Git Product logo

Comments (32)

david-rhodes avatar david-rhodes commented on August 14, 2024 5

Package complete--should be uploaded soon!

from mapbox-ar-unity.

sampin avatar sampin commented on August 14, 2024 2

PLease help me with the source code for unity, we really like in the way it is, pleaseeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

from mapbox-ar-unity.

rslevin avatar rslevin commented on August 14, 2024 2

Hey @david-rhodes - Once its uploaded (or if its currently uploaded) Please let us know when and where we can find it. Cheers!

from mapbox-ar-unity.

apavani avatar apavani commented on August 14, 2024 1

@iAeneas Here's a link to the project. We removed the assets that prevented us from posting it earlier. But here you go!

from mapbox-ar-unity.

david-rhodes avatar david-rhodes commented on August 14, 2024

The project referenced in the Unite Austin talk is not yet public. However, we offer directions (navigation) examples in the base Mapbox SDK (Drive.unity scene). Combined with this library, you should be able to easily create a world-scale AR scene for navigation.

from mapbox-ar-unity.

rslevin avatar rslevin commented on August 14, 2024

Hey David, Yeah would this would be something that would interest us too, is there any plans to make it public as an example, similar to the Mapbox SDK examples?

from mapbox-ar-unity.

david-rhodes avatar david-rhodes commented on August 14, 2024

@ivanhoCP @rslevin What aspects of the demo are you most interested in? Perhaps we can make a "lite" version. The concern is that the demo project was a prototype and contains some ugly code/hacks. 😄

from mapbox-ar-unity.

smtabatabaie avatar smtabatabaie commented on August 14, 2024

Hi David , Yes I agree it will be great if we can have a simple example of that project. By the way it was great in the video :)

from mapbox-ar-unity.

leonard2014 avatar leonard2014 commented on August 14, 2024

Hey David,

Yes it will be greatly helpful if the source code of ar navigation demo in the Unite Austin video is public. It is totally acceptable no matter how ugly the code/hack is. Thanks!

from mapbox-ar-unity.

aadimator avatar aadimator commented on August 14, 2024

Even with the hacks, it'll prove to be really useful for us as we'll better be able to see the current technological limitations and some workarounds/hacks to overcome those.

from mapbox-ar-unity.

david-rhodes avatar david-rhodes commented on August 14, 2024

I'm trying to get some time today to package this up. Thanks for all the requests!

from mapbox-ar-unity.

sampin avatar sampin commented on August 14, 2024

Hi David can you share package today please, we really need it

from mapbox-ar-unity.

sampin avatar sampin commented on August 14, 2024

Hi David please help us with sample code

from mapbox-ar-unity.

Astro-no-mic avatar Astro-no-mic commented on August 14, 2024

Hi @david-rhodes - my team is also interested in looking at the Unite Austin demo. In particular how to use this sdk to do the transition from table-top view to real-world view.

I apologize for being fairly new to Unity and Mapbox, and have next to no idea how to use this sdk just from the example scene provided. It would be really helpful if there was something like a simple tutorial on how to use this sdk to place objects in the real world or how to get started on making something like the Unite Austin demo. Thanks!

from mapbox-ar-unity.

doerrdude avatar doerrdude commented on August 14, 2024

Hi @Astro-no-mic, the Austin demo is not yet public, but for reference you can check out the AR Repo for a tabletop example. Also, here is a step-by-step tutorial how to populate parks with NPC's in world-scale AR using Mapbox Unity SDK.

from mapbox-ar-unity.

david-rhodes avatar david-rhodes commented on August 14, 2024

Hey @Astro-no-mic, my solution to transition from tabletop to world-scale was literally to scale the map root transform about the "player" position in local map space. The code itself was quite messy, but you just convert your lat/lon to Vector3 (using the convenience method that now lives in AbstractMap) and scale about that position (taking into account your AR drop location offset, of course). Does that make sense?

from mapbox-ar-unity.

diegoarx avatar diegoarx commented on August 14, 2024

david-rhodes, there is no Drive.unity scene in the actual mapbox sdk

from mapbox-ar-unity.

david-rhodes avatar david-rhodes commented on August 14, 2024

@diegoarx A directions example can now be found in the interactive vector map example scene.

from mapbox-ar-unity.

iAeneas avatar iAeneas commented on August 14, 2024

@david-rhodes any update on the upload? It has been 2 months since Package Complete.

from mapbox-ar-unity.

smtabatabaie avatar smtabatabaie commented on August 14, 2024

@david-rhodes Hi David, Is the new www.mapbox.com/AR the same as this project? Thanks

from mapbox-ar-unity.

wilhelmberg avatar wilhelmberg commented on August 14, 2024

@smtabatabaie almost, soon this repo is going to be merged into https://github.com/mapbox/mapbox-unity-sdk
Then those two will be the same.

from mapbox-ar-unity.

ShuchangXu avatar ShuchangXu commented on August 14, 2024

Hi @lauri-rustanius The table top AR repo link you posted is 404 not found now. Could you provide the new link?

from mapbox-ar-unity.

ShuchangXu avatar ShuchangXu commented on August 14, 2024

@david-rhodes Has the Unite Austin Demo package been uploaded? I would really appreciate it if you can provide the demo for learning. Thanks!

from mapbox-ar-unity.

wilhelmberg avatar wilhelmberg commented on August 14, 2024

@ShuchangXu

The table top AR repo link you posted is 404 not found now. Could you provide the new link?

This branch has been merged into the main branch (develop).
If you just clone the repo you get the tabletop example.

from mapbox-ar-unity.

doerrdude avatar doerrdude commented on August 14, 2024

@ShuchangXu here is the new link https://github.com/mapbox/mapbox-ar-unity :)

from mapbox-ar-unity.

iAeneas avatar iAeneas commented on August 14, 2024

@david-rhodes, are you going to upload the Unite Austin Demo or let us keep asking about it for another couple of months?
At least give us a time frame.
This lack of action is very unpleasant, mate.

from mapbox-ar-unity.

wilhelmberg avatar wilhelmberg commented on August 14, 2024

Sorry for the inconvenience but currently there are no plans to provide the Austin demo as it was a one off and it is not being maintained.

Please note that this repository is going to be merged into the main mapbox-unity-sdk during the next days.

If you have any specific questions about the SDK or AR please open an issue there
https://github.com/mapbox/mapbox-unity-sdk/issues/new
and tag it with the AR label if appropriate.

Thank you for your understanding.

from mapbox-ar-unity.

ShuchangXu avatar ShuchangXu commented on August 14, 2024

@apavani Thanks for open-sourcing! Great for learning!

from mapbox-ar-unity.

iAeneas avatar iAeneas commented on August 14, 2024

@apavani Big thanks,mate. Much appreciated. Cheers!

from mapbox-ar-unity.

ShuchangXu avatar ShuchangXu commented on August 14, 2024

@iAeneas @apavani Hello! I tried out the Unite Austin Demo but got stuck at the search(geocoding) stage.
I placed the map on TableTop and typed some place in the range of the map. But it always returns "No results found".
To solve it, I first checked the geocoding API and changed Country, AutoComplete but it doesn't work. I'm in China so I tried both English and Chinese as keywords. Still not found. But I can find the name in the Geocoding demo.
Besides, I thought it might have something to do with the 3D Map and Bbox. But I tried to print Bbox and it seems no problem.
I was just stuck here and tried solutions I can think of. Has this problem ever came up to you? And how did you manage it? Thanks!

from mapbox-ar-unity.

nikhilsawlani avatar nikhilsawlani commented on August 14, 2024

@apavani @ShuchangXu hey! even I'm getting the same problem that it cannot find places I'm from India did anyone resolved the error.

from mapbox-ar-unity.

apavani avatar apavani commented on August 14, 2024

@nikhilsawlani Thanks for trying our project out. We have a much different workflow now with the new version of our SDK. If you would like to port that project to use our latest version from the develop branch from here, we can support you better. Porting to 1.4 may cause many things to break. So, it is highly recommended that you back up any work you've done already before you start integrating our new SDK.

from mapbox-ar-unity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.