I created a unity project and converted it into an iOS project, creating a lot of files that can be read for xcode, now I want to embed this in another ios project. I am having difficulty, as I can connect this project (a project with unity conversion) with my specific ios project. Unity, converted to an ios project, has the AppController.m class, which I consider to be the first class, where each code starts with i equal to AppDelegate in Ios, but it is a very dirty class and cannot figure out how to connect it to my project. I want all the code and all the functionality of this Unity to convert an iOS project.
source share