-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore AR Toolkit to v200 #467
Comments
When can we expect the Toolkit to work with MAUI? I would only need Android support at the moment... |
@SokoFromNZ The ball is in Microsoft's court, since their ARCore bindings are broken for .NET 6+. Until they fix that, we can't really bring it back. The main branch does have a working iOS implementation (but I get that doesn't help you). |
Yeah... MAUI is really horrible. I've opened Issues there as well and none of them are taken care of at the moment. |
🤷♂️ I've generally been very happy with the quality of .NET MAUI. |
Hmmm... interesting. You are the first one I know of. |
@SokoFromNZ I'd love to hear more about how you use our AR Toolkit today and/or any future plans for implementing AR. Thanks |
@mbranscomb I wanted to use the BasemapGallery in our MAUI app. But ended up implementing a basemap chooser by myself as this does not work.
|
Hi @dotMorten - is this still correct? Right now I'm trying to use We recently updated from XF to MAUI (and to v200.0 of the runtime) and are now deliberating whether to move back (and lose quite a lot of effort) or somehow make this work. Having a working iOS implementation would help us quite a bit, even if we would have to build the toolkit ourselves. [edit]: Ah, I just found the branch where iOS AR is supposed to be fixed. Will have a look at that next week. Keeping hope up that we won't have to go back to XF :) |
@grimmi We haven't worked on the AR bits in a while so things might have changed from out under us, since the project is currently on hold due to the Android bits has been deprecated by both Google and Microsoft. When we did work on it iOS was working. There is a work-in-progress branch that might fix some of your issues here: #466 |
At this time, AR Toolkit will not be included with the initial 200.0 release of ArcGIS Maps SDK for .NET due to an issue with the underlying support for ARCore in .NET. We are closely monitoring this issue and once the ARCore dependency is resolved, we will continue with testing and with the intent to release support for both iOS and Android in unison.
In the meantime, if you are interested only in support for iOS you can clone this repo and build the AR Toolkit locally. Custom builds of AR Toolkit have been tested and work with both .NET 6 iOS and .NET MAUI (iOS only).
The text was updated successfully, but these errors were encountered: