swift-unity icon indicating copy to clipboard operation
swift-unity copied to clipboard

Sample code that integrate Unity (2017.1+) scene into iOS (Swift 4.0, Xcode 9+) project.

Results 60 swift-unity issues
Sort by recently updated
recently updated
newest added

I got a lot of error like this `No member named 'Contexts' in namespace 'il2cpp::icalls::mscorlib::System::Runtime::Remoting'` I've tried #119 #31 , still not working. I'm pretty sure I included all required...

Undefined symbols for architecture arm64: "_UnityToggleRotation", referenced from: _NativeBridge_UnityToggleRotation_m323889F10284F82CAD8BBC90CDAB7752F1FEBDB2 in Assembly-CSharp.o _NativeBridge_OnToggleValueChanged_mC3ED0A1060C553ABD8D0B4285100704C0A7E3F82 in Assembly-CSharp.o (maybe you meant: _NativeBridge_UnityToggleRotation_m323889F10284F82CAD8BBC90CDAB7752F1FEBDB2) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed...

I'm using Unity 2018.2.4 and Xcode 9.3 with swift. compile error: ld: library not found for -liPhone-lib clang: error: linker command failed with exit code 1 (use -v to see...

Could you please add supporting of Xcode 12?

Hi, I added Xcode Unity AR (with Vuforia) project to existing Xcode app by this project. I have few problems but I solved them all and my project is now...

hey. is there any plan to support on xcode 11?

this file in the Unity folder is not found so that building is not happening to see the flow of the app

Hi Guys, I'm following the guide to integrate the Unity scene in xcode project but i cant get the unityView. I can only show only-unity or only-storyboard from the swift-xcode...

Good day! I'm trying to integrate unity into my project, which has Notification Extension (OneSignal). When assembling, I get the following error (screen). Please help the question is very important,...

Hi, i successfully run the demo app. Now i am trying to integrate my own unity project, but have this issue: ``` duplicate symbol _main in: /Users/Fabio/Library/Developer/Xcode/DerivedData/DemoApp-agdqmzilkyhlidewgzfbyoqpopaj/Build/Intermediates.noindex/DemoApp.build/Debug-iphoneos/DemoApp.build/Objects-normal/arm64/main.o /Users/Fabio/Library/Developer/Xcode/DerivedData/DemoApp-agdqmzilkyhlidewgzfbyoqpopaj/Build/Intermediates.noindex/DemoApp.build/Debug-iphoneos/DemoApp.build/Objects-normal/arm64/AppDelegate.o ld: 1...