Mixing Unity generated code with Objective-C in iOS?

后端 未结 6 1124
温柔的废话
温柔的废话 2020-12-05 12:12

Is it possible to mix iOS code and interface elements with Unity generated iOS code?

For example if I am working with a game developer who is developing a game in U

6条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-05 13:01

    You can even use 3rd party libraries in XCode and integrate them in the build process. After fiddling around with the right settings I wrote a blog entry about this:

    iPhone & Unity3D: Integrating 3rd Party Static Libraries in Unity3D Generated XCode Projects

提交回复
热议问题