Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

UrhoSharp.ARCore not present in NuGet Package #55

Open
carlbinalla opened this issue Feb 21, 2018 · 5 comments
Open

UrhoSharp.ARCore not present in NuGet Package #55

carlbinalla opened this issue Feb 21, 2018 · 5 comments

Comments

@carlbinalla
Copy link

carlbinalla commented Feb 21, 2018

Where would we download/get UrhoSharp.ARCore? Was trying to test the ARCore sample here, but I can't seem to restore the packages used. What I did is I re-created the project, the problem is I can't find UrhoSharp.ARCore in the NuGet Package:

urho

Some things (like Frame, ARCoreComponents, Config, etc) seems to need UrhoSharp.ARCore, so in the end, I didn't manage to run the sample

UPDATE

I installed Xamarin.Google.ARCore, and changed using Com.Google.AR.Core to using Google.AR.Core. The problem is ARCoreComponent is still missing, although Frame and Config have been fixed

@halukmy
Copy link

halukmy commented Feb 21, 2018

there is no urhosharp rep, search android.arcore

@carlbinalla
Copy link
Author

@halukmy I didn't find any Android.ARCore in the NuGet package. What I found is Xamarin.Google.ARCore after using ARCore as search value, although I'm still not sure if they are the same with UrhoSharp.ARCore

urho2

@halukmy
Copy link

halukmy commented Feb 21, 2018

i dont think urhosharp offically support arcore, so its probably egor's repo, so you better try with xamarin.google.arcore

can you share screenshot of problem?

@carlbinalla
Copy link
Author

carlbinalla commented Feb 21, 2018

@halukmy The only problem that I have now (after installing Xamarin.Google.ARCore) is ARCoreComponent is still missing from MyGame.cs:

urho3

@carlbinalla
Copy link
Author

It seems that UrhoSharp.ARCore is now available as a NuGet Package:

ss

And it seems that their suggested OS version is v.26 (Oreo), and when you reduce it to, say, v.23 (Marshmallow), it throws this error:

error XA4212: Type Android.Support.V4.App.JobIntentService/JobServiceEngineImpl implements Android.Runtime.IJavaObject but does not inherit Java.Lang.Object or Java.Lang.Throwable. This is not supported.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants