Ive been trying to compile my app fro Iphone but havent had any succes with the UNITY SDK it builds the app but crashes at start, I tried with the IOS SDK and it worked fine but it doesnt seem to work with unity any suggestions? ive been stucj with this for a while tnx for the help, fairly new to IOS Development.
- Sort Posts
- 5 replies
- Last post
Unity IOS Crahs at start
May 4, 2017 - 11:15pm #2
Hello Friends. This is Sai. I am new to IOS platform. I am trying to build an IOS app using unity project files that I have previously used for Windows 10 and Android Build. The app is getting crashed immediately after launch and sometimes it is showing everything pink on GUI(Canvas, Text and Buttons). Couldnt find any solution for this. Can anyone help me out with this problem?
Attachment | Size |
---|---|
![]() | 3.9 MB |
Unity IOS Crahs at start
May 5, 2017 - 12:52am #1
First: logs. Can you share some strings of it?
Second: "Pink" is quite too wide color range. Do you mean "magenta"?
If it's so you have problem with "renderer": probably shaders, probably materials. Try for shaders first (in this case you may find some info in logs).
Try reinstalling Unity as there could be something wrong with your installation.
The sample apps (start with Image Targets) should run out of the box. All you should need to do is:
The app should now be working on the device.
N