简体   繁体   中英

Pluggin Unity Game into a existing Xcode project

I am looking into a AR game to plug into my current App. My app currently has a Game developed using SpriteKit.

I am looking to develop a more complex game but would like to use Unity Engine as it will allow for cross platform compatibility with Android.

Any tips or information regarding how to go about inserting a unity game into a existing Xcode project?

Thanks

I'm afraid what you want is not possible. Unity project is like 'master' project and you can only plug ios libraries to Unity project, not vice versa. Also, you are talking about Android compability. How would you like your game to be run on Android if you will have whole project in xcode?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM