How to integrate multiple unity builds into single Xcode project

We have a scenario where we need to integrate multiple unity builds into single Xcode project. Currently we are facing issue while integrating multiple unity projects into native iOS app. So my first question is like whether is this functionality possible ? If yes, please let us know how to proceed on that, or else please provide documentation for the same.

Thanks in advance.

That may be possible, by converting the scenes in each project as addressable assets and then downloading it through the button calls in native. Never tried though!

How to integrate multiple unity builds into single Xcode project
 
 
Q