Ionic Unity app

Hi,
is there a way for a Ionic app to integrate a Unity app or the other way around?

Thank you for any hint.

i think all depend what type of integration you need to make…
Tell me more about you integration.

I got a gearVR unity app which runs fullscreen.
I would need a webview to display a ionic app in a unity “canvas”.

or

a ionic app which launches the unity app

The full app would have to be unique so I can do file operations in the same sandbox, that’s why.

really i see this is dificult in this moment.
because these’re diferent tecnologies.

I will be investigate mabout that.

we’re in comunication.

1 Like

Hi everyone,
Any good updates? I tried to call but could not

Thanks.

Hi,
I made a repo to get started.
Hope it helps

1 Like

Many thanks. I will try to integrate into my project.

I saw your commits on this https://github.com/sophiadigitalart/uual-ionic/commit/a4aa83a27e269329815c0a57e9b17adb4584e211

Maybe, when start app, it will launch unity app instead of UI ionic? is it right?
Can we launch Unity view from ionic app (web view)? Thanks. If can, can you point the code to call. I look into overall your code but I can not see.
Thanks.

have a look at my blog post

Thanks for your reply. Seem, not as I expected, We need a way to call Unity AR from ionic view (js code + cordova), not from native UI.

I’m interested in that, if you find a solution.