Can not start Iphone Simulator
Hello everbody, I downloaded Xcode 6.3 and Unity 5.0.2 on my macbook. Unfortunately, I keep getting the following error message in XCode, if I try to start the app on the Iphone Simulator. The build is...
View ArticleDictation (Siri) keyboard crash
Hello, Wondering if any devs have run into a problem with iOS9 and build setting Graphics API set to OpenGL 2.0. This results on a crash exception in the UnityAppController+Rendering script. This is...
View ArticleiOS 9.1 and 9.2 crash with Unity 4.6.8p3
hello i am seeing a crash bug for my game only on ios 9.1 and 9.2. we are using Unity 4.6.8p3 (we can upgrade within the 4.X series but we can not upgrade to the 5.X series) when the game crashes the...
View Article[5.3.0f4] ParticleSystem emission property - Unregistered icall
Hello, related to this post we do: Code (CSharp): ParticleSystem.EmissionModule em = ps.emission; em.enabled = true; This all works fine in Unity Editor but when it comes to target it crashs with the...
View Article4.6+ Sound Interruption - Siri, Alarm, Call - doesn't resume on focus
We have a major issue - Unity 4.6.4/4.6.5, both mono or IL2CPP - where once the app is interrupted by external source such as Siri, an Alarm or a phone call, upon returning to the app, there is no...
View ArticleUnity UI Toggle not working on iPhone 6+
[This is with Unity 4.6.2f1] Very strange behavior touch behavior in iPhone 6+. I am using a Toggle on a canvas. It works fine in the editor and on the iPad Air. But on the iPhone 6+, it flickers when...
View ArticleDisconnect parts of the model in iOS
Hello everybody! I use the finished 3D model with the animation of the move. In the editor Unity3D, everything is working well. In the version for the Mac OS everything is working well. In the version...
View ArticleCrash on startup (iOS, 5.2.3p3)
Hi, We're very close to submitting our game, and unfortunately are being hit by a very weird crash on start up. We've had instances of it for a couple of weeks but more recently it has started to...
View ArticleiOS 9. Cellular data error.
I had a problems with cellular data on iOS 9.0 No answer from HTTP requests when using cellular data instead of WiFi. Here is the error log from console: Code (CSharp): <Error>:...
View ArticleUnity Metal seed for OS X 10.11 Preview Build #3
Unity Metal seed for OS X 10.11 Preview Build #3 This pre-release version of Unity contains information that is proprietary to us and our partners and will continue to evolve as it moves towards final...
View ArticleUnity 5.1.1 failed to build iOS in IL2CPP (UnusedBytecodeStripper2.exe)
Hi, Currently, our project has encounter this error which prevented us from exporting xcode project from Unity 5.1.1f1. The full error log is as followed: Exception:...
View ArticleIs there a way to make the IL2CPP deployment not generate 9 thousand header...
Could we have a check box that possibly merges all these in to maybe the same header file. Not complaining just curious.
View ArticleRenderTexture coordinate system origin is bottom-left on iPad, but top-left...
I'm using RenderTexture to take screenshots in my Unity game. I have successfully managed to draw the Camera contents to the target RenderTexture and grab part of the RenderTexture's contents (i.e.: A...
View ArticleHow much is one player worth on a mobile game?
What is the value of one player on a mobile game that displays interstitial adverts? In other words, how much on average will one player earn you in advertising revenue from viewing the interstitial...
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 ArticleIssues with TouchPad.cs in Cross Platform Input Manager
I've found two problems with TouchPad.cs, at least for my own usage if not outright bugs. 1. pointerDelta is normalised in Update and then the value is normalized again in UpdateVirtualAxes. The end...
View ArticleUnity 5.3.1 Crash on iOS: (null)() at IVRDevice.cpp:9
Fresh install of Unity 5.3.1 Game crashes on splash screen View attachment 166727 Nothing suspicious in console output
View ArticleXcode API and .tbd files
I submitted a PR a while back to the Xcode API. This should allow adding references to .tbd files (new file type added in Xcode 7). The PR is available here:...
View ArticleUnity 5.3.1: Undefined symbol IL2CPP_NO_INLINE
After update from 5.3.0f4 to 5.3.1f1 I get unknown type IL2CPP_NO_INLINE errors in mscorelib sources (Xcode project): mscorlib_System_ConsoleDriver871311556MethodDeclarations.h:29:12: Unknown type name...
View ArticleAny way to "Reset" the scene?
Hey, all. My current project allows the user to restart the game from the current level if they so wish. The way I expected to do this was to just re-call the scene again, like so: Code (csharp):...
View Article