How Can I integrate Unity-Build App with native iOS App?

无人久伴 提交于 2020-01-16 01:17:10

问题


is there a way to include the Unity-Build app in a view controller's view ?
I was following this tutorial :

https://medium.com/@IronEqual/how-to-embed-a-unity-game-into-an-ios-native-swift-app-772a0b65c82

it was working fine with the Unity apps that don't include ARKit Plugin, but after adding ARkit to the app, I get this Building error :

Desktop/SwiftTut/SwiftTut/Unity/Classes/Native/Bulk_mscorlib_10.cpp:15950:81: No member named ‘Contexts’ in namespace ‘il2cpp::icalls::mscorlib::System::Runtime::Remoting’

Thanks in Advance ..

来源:https://stackoverflow.com/questions/53088090/how-can-i-integrate-unity-build-app-with-native-ios-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!