Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I made a unity project and convert this into iOS project, this create many files which are readable for xcode, now i want to embedd this into another ios project. I am facing difficulty that how can i hookup this (unity converted iOS project) with my specific ios project. Unity converted ios project have AppController.m class which is i think First class where every code begin which i equalent to AppDelegate in Ios but this is very messy class and couldn't understand how to hookup this with my project. I want whole code and whole functionality of this Unity converted iOS project.

share|improve this question
Possible duplicate of stackoverflow.com/questions/11093792/… – giacomelli Mar 28 at 20:39

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.