Mixing Unity generated code with Objective-C in iOS?

后端 未结 6 1125
温柔的废话
温柔的废话 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:02

    You can just design a view and button to trigger the unity to run or stop, but models in unity can't be controlled using Obj-C, although unity has import to Xcode, it only import the start code, game scripts depending on the link libraries which couldn't be modified.

提交回复
热议问题