Embed Unity ARDK Project in a Native Android Application

I’m trying to build an App where first the user enter their details, navigates through various features of the app, and in 1 screen the app opens this Unity ARDK Project. I have successfully integrated the Unity Project with the iOS App, but I’m facing numerous problems while integrating the same project with Android App. I’ve tried following the Documentation of Unity on how to use Unity as a library in Android however the app still doesn’t work. Can anyone help me out who has earlier worked on integrating Unity Project using ARDK with Android App. Thanks

I suggest the Unity forums as well to ask this

I embedded my app using React Native with this library: GitHub - azesmway/react-native-unity

Its probably too late for you to rewrite your native iOS app, but it might be helpful for the future, or for other developers.

1 Like