You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, big fan of your works.
I am doing a project in Xamarin in which I need some realityKit Features - Currently exclusive to Swift.
In particular I need access to the ARView and the features this comes with.
I was wondering if you might be able to help and make this available within your library.
Thanks a lot,
Jim
The text was updated successfully, but these errors were encountered:
RealityKit unfortunately is a swift-only framework, and thus very tricky to bind.
You may be able to work around this by creating a Swift library of your own exposing a simple API doing what you need, then marking it as objective-c and binding it as a normal objective-c library.
I am going to close this as a duplicate of the previous issue.
Hi there, big fan of your works.
I am doing a project in Xamarin in which I need some realityKit Features - Currently exclusive to Swift.
In particular I need access to the ARView and the features this comes with.
I was wondering if you might be able to help and make this available within your library.
Thanks a lot,
Jim
The text was updated successfully, but these errors were encountered: