xamarin / urho-samples

Samples for the Urho bindings
MIT License
384 stars 491 forks source link

UrhoSharp.ARCore not present in NuGet Package #55

Open carlbinalla opened 6 years ago

carlbinalla commented 6 years ago

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 commented 6 years ago

there is no urhosharp rep, search android.arcore

carlbinalla commented 6 years ago

@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 commented 6 years ago

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 commented 6 years ago

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

urho3

carlbinalla commented 6 years ago

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.