A long time ago there was my first project I released in the App Stores called Connect Four 3D then it looks a lot different! And it lied in the stores for a long time. But then came this 64…
Tag: IOS
IPad Pro/Vuforia/Unity Black Screen Bug
So maybe you also ran into the problem that suddenly with Unity 2017.4.0f1 (or any version below the not yet released Unity 2018.1.0f1) version in combination with XCode 9.3 you get a black screen with Vuforia. You get the following error…
Ran out of Trampolines
If Xcode tells you that you ran out of trampolines and your app crashes, don't worry your application still can jump on your IOS device 😉 If you heavily use recursive Generics (type 1) or like in my case interfaces (type 2)…