Embedding unity 2018 project into Xcode9.4.1

时间:2018-07-25 04:36:23

标签: ios swift xcode unity3d vuforia

everyone. Currently, our team is developing AR function on Unity 2018, and I'm using swift 4 in Xcode 9.4.1. I do not understand anything about unity or c#, however, I need to finish embedding unity in our existing swift project. I tried methods from blizagency, jiulongw and www.the-nerd.be who have helped a lot people, but I realized Xcode and unity have been updated several times and I cannot successfully embed unity in iOS with those methods. Maybe I did something wrong, but I really need help here. Is there anyone able to help me out? Thank you!

Xcode version: 9.4.1

Unity version: 2018.2.0f2

other: Vuforia is used in unity project

Trials:

1)Method from www.the-nerd.be(video)

2)Method from blizagency(GitHub)

3)Method from jiulongw(GitHub)

1 个答案:

答案 0 :(得分:0)

请参阅本教程。他正在使用Unity 2017,但仍然可以使用。

https://dev-videos.com/videos/2PW7_CfIwY0/Embedding-Unity-Games-inside-iOS-Apps

相关问题