Unity 5 and iPad don't play together very well?!
I have been making a game with Unity 4.6, then upgraded to 5 after it was officially released. My game ran very well on both iPhone 5 and iPad 3rd Gen. However after the upgrade, iPad framerate dropped...
View ArticleUnity 5.2.1p3 Building Fails for iOS 8.2+ Targets
When trying to build to iOS with the latest Unity 5.2.1p3 patch, the build fails in Xcode with the following error: clang: error: invalid deployment target for -stdlib=libc++ (requires iOS 5.0 or...
View ArticleGame Center welcome message?
Does anyone know how I can make the Game Center 'Welcome back' thing that appears at the top of the page show up when the user logs in? Doesn't show up with this: Code (csharp): void...
View ArticleCrashes on iOS (UI::UIGeometryJob)
We are experiencing crashes in our game on iOS. These seem to be UI related (from the crash stack trace): Code (CSharp): mygame UI::UIGeometryJob(UI::UIGeometryJobData*) (in mygame)...
View ArticleWhat is iOS Target Resolution
Can anyone please explain what is the Target Resolution option available in iOS player settings? There is Native, Auto (Best Performance), Auto (Best Quality), etc. What exactly is Auto (Best...
View ArticleiOS Landscape Orientation Launching upside down - Unity 5.2.1
When building a simple Unity 5.2.1 project for iOS deployment we set the default orientation to auto rotate and then allow both landscape left and landscape right. When launching the app with Xcode the...
View ArticleUnity crashes when building for ios
Hi, I've experiencing strange behavior, unity start to crash when building for ios. All worked fine some time ago. I added more games button(chartboost) and now it does not build. Android build are...
View ArticleExternal Texture Problem
Hi guys. I was experimenting with the iOS external texture package off the asset store. Turns out you can do just about nothing with an external texture apart from view it (Can't encode to png or jpeg,...
View ArticleCookies on iOS / Android?
I am making a system with c# and php so when the user first starts the game, they enter a username (no password). However, how do I keep the user 'logged in' with that username forever when they are on...
View ArticleUnexplained Behavior in iOS Version of Program
Hi All, I have a program that I wrote to capture the camera's image and place it on a textured cube. Basically, I have a 5x5 array of cubes that can be textured by clicking on them. Whatever is on a...
View ArticleApp store review with default launch image?
Hi, Does anyone here have positive experience with uploading a game to the app store with the default (unity logo) launch image? Do apple approve it?
View ArticleHow to access built in UNITY ARIAL FONT?
Created a GUISkin. Default is UINTY ARIAL FONT. But this is not in the drop down. If I replace the UNITY ARIAL FONT but want it back later or want to use it somewhere else, how do I get access to the...
View ArticleWhat is "Tiled GPU perf. warning: RenderTexture color surface (0x0) was not...
I have a scene with 2 cameras a sprite and a light and I'm getting this warning: Code (CSharp): Tiled GPU perf. warning: RenderTexture color surface (0x0) was not cleared/discarded, doing <run with...
View ArticleCrash in UnityWorker thread (MultiplyPoint3/TranformUIVertices)
Hey everyone, I ran into a problem I never faced before, a crash within the UnityWorker thread. I can't imagine the cause, the moment it happened, I started changing the position of some RectTransforms...
View ArticleiOS 9, unity sometimes hangs in main(). iOS kills process after 20s
Hi All - we're looking at an issue which is fairly troubling. on iOS 9.0.1 and 9.0.2, our app sometimeshangs in the very initial launch screen, and iOS terminates the process after 20 seconds. in the...
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 ArticleCrash when Building for iOS
I get the following error dialog popup when I Build & Run for iOS: Unity 5.1.1f1 Personal View attachment 145872 Exception Name: NSInvalidArgumentException Description: -[NSURL length]:...
View ArticleUnity iOs project gets crashed when returning from internal method...
Can't find what caused this, maybe somebody knows? Unity 5.2.1f1, iPad mini 2, iOs 8.4 I have Bad Access Error in this line of DisplayManager.mm: (BOOL)displayAvailableUIScreen*)targetScreen; { return...
View ArticleFacebook integration broke due to iOS 9 update
After iOS9 update FB login is not working any more and instead giving this error: NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL...) What is the easiest way to fix the Facebook...
View ArticleMobile deep linking
Hi, Has anybody implemented deep linking in mobile game on iOS and Android? I'm trying to follow official documentation of Deeplink.me, but it concerns native development, while we need Unity...
View Article