iOS 9 Black Screen
What is your solution to the black screen under iOS 9? On startup of the demo app I get 1/2 the screen visible in portrait and completely black in landscape except for the gear widget. Your VR kit is...
View Articleiphone trampoline
Hey all, am using unity 3 b5 and have this error i cant solve when i build. Error building Player: FileNotFoundException: Could not find file "/Users/christopher/Desktop/Go Go...
View ArticleNeed help: ios-EXC_BAD_ACCESS (SIGABRT) crash on entering background
Hello guys, Our game crashes as soon as it goes to background. The ios crash report is attached. The weird thing is that it only happens on one of our test device - iphone 6 plus (ios version is 8.3)....
View ArticleIL2CPP build size improvements
We created a small guide on IL2CPP build sizes. What is important, what can be improved and how you can improve it. We constantly work on the improvements and could already gain massive size...
View ArticleiOS game size on the store
We are facing an issue with our new game download size on the store, we are using : - Unity 5.0.2 - Xcode 7.0.1 After building the game with unity and archiving it in xCode, if we export the archive to...
View ArticleAnyone having performance issues after updating to iOS 9?
I have a game that was running brilliantly at 60fps on iOS 8. After updating to iOS 9, I'm getting bizarre issues where seemingly out of nowhere on level start, the fps will drop to ~20-30fps for the...
View ArticleUnity 4.6.8p2 io9 choppy
I started testing my game on iOS9 devices, ipads and iphones, noticed on ipads bad fps reduced and choppy game play, glitching etc. anyone else having issues, I hope the next patch adds some updates...
View ArticleUnity 5.2.1f1 IL2CPP iOS: missing header files
Hi, when building our project for il2cpp iOS, the resulting XCode project does not compile. il2CppAttributes.cpp tries to #include "MFMLibrary_MFMLibrary_(bla_bla_bla)_gen_35.h" through "...gen_40.h"...
View ArticleFIXED: Unity 5.2.1 - OpenGLES error affecting GLES2 (due to anti-aliasing +...
I've just submitted a bug report for this (#730886). After upgrading to 5.2.1 from 5.1.3 which we needed to do to fix the unicode character iOS9 bug we started to get a problem where none of our scenes...
View ArticleResizing Unity view in integrated app and UnityReportResizeView
I'm integrating a unity view as part of a larger iOS application. In this larger iOS application the unity view acts somewhat like a video player (doing a lot more than just video textures, but that's...
View ArticleNative iOS and Unity integration orientation change overwrites...
Hi all, I'm integrating a unity view as part of a larger iOS application. I'm using Unity (5.1.2.f1) and xcode (7.0 beta 6) and have done a little work because Swift is used for the larger iOS...
View ArticleGoogleMobileAdsSDK_IOS 7 on XCode 6.1 doesn't work.Error: umbrella header...
Hi. GoogleMobileAdsSDK_IOS 7 on XCode 6.1 doesn't work Errors "umbrella header "GoogleMobileAds.h" not found" "could not build module GoogleMobileAds" Developers fixed some issues 3 days ago:...
View Articleno reference to libiconv.2.dylib on Xcode 7
libiconv.2.dylib is shown red in Xcode 7. Is this safe to ignore. I understand that Apple has changed dylib to tbd.
View ArticleXcode build threads help.
iam building a project in Xcode from Unity, but the registration and login script, does not work. Here the xcode message 2015-10-15 15:57:41.510 RankingSystem[5179:2091125] -> registered mono...
View Article4.6 iOS 64-bit beta
Update Feburary 19th: We have just released Unity4.6.3 which contains many iOS il2cpp improvements: http://blogs.unity3d.com/2015/02/19...ndering-support-and-update-of-il2cpp-for-ios/ Update January...
View Articlehigh score not work
I have this script but does not work in iPhone, i need to fix something in the script to make it work? Code (CSharp): using UnityEngine; using System.Collections; using UnityEngine.UI; public class...
View ArticleEl Capitan ready?
I'm considering joining the Beta program for the new Apple OS, and wonder if anyone has tested it and know if it is Unity compatible? I need both Unity 5 and 4.6 for my work, and feel a bit nervous...
View Articlei have this script, for login, In unity works fiine, but publish on Iphone...
Code (CSharp): using UnityEngine; using System.Collections; using UnityEngine.UI; public class LoginSystem : MonoBehaviour { public enum lMode{login,register}; public lMode LoginMode;...
View ArticleSSL with Self Signed Certificate on iOS - possible?
Has anyone had any success using a self signed certificate on iOS? Attempting to do a WWW https call in Unity iOS build generates the error: Error: The certificate for this server is invalid. You might...
View Articlewww help
i have a www that work fine in Unity editor and on android, but not on IOs. I need help to fix this script to work in IOs Code (CSharp): using UnityEngine; using System.Collections; using...
View Article