Reputation: 147
I have a project developed in Xcode and I would like to import to Unity or add it as a feature to existing Unity project. Is it possible at all?
Upvotes: 1
Views: 1518
Reputation: 1752
You can not import Xcode project to Unity but you can create plugin in unity and you can access your Xcode code from unity.
For example in you iPhone app you have integrated Facebook and you want to access that Facebook integration in to your app then you should created plugin for that.
Upvotes: 1