How to insert an ios unity project with another ios project

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.

+4
source share
1 answer

Take a look at this question, it can give you some ideas in the right direction.

Xcode workspace with Unity3D as a subproject?

0
source

Source: https://habr.com/ru/post/1443594/


All Articles