opening a Unity Project from native iOS

Hi. I have an existing iOS app made in swift. But now, I have a unity project that I need to open from iOS app and I have found no up to date articles that can help me. Any help will be appreciated.
Basically, I just want to open the unity project from a button click in native ios app.

You can’t open a “unity project” in iOS, because opening a unity project requires the Unity Editor, and there is no version of the Unity Editor for iOS. If you’re talking about something else, please restate the question.

I meant when we export Unity project to iOS. Is there any way to integrate that Unity exported project into an existing app?

see this for reference

didn’t you just post the solution to your own question… ???

Yeah I’m really not seeing the issue here either.

You literally posted what you need to do. Use unity as a library :

https://unity.com/features/unity-as-a-library

1 Like

This is an older method which is not working for me.
I want to use Unity as a library but this method is not working for me in Xcode 12