Variant map for iOS app slicing — missing?
The only comprehensive guide for implementing iOS App Slicing is http://blogs.unity3d.com/2015/12/28/optimizing-ios-app-size-with-resource-slicing/ which I find limited and outdated. There's a sample...
View Articlecordova integration
Hi i have a unity project developed for IOS platform. I have seen sample where this can be integrated into a native application. What I would require is after I create an IOS cordova project, would...
View ArticleUnity Exception StackTrace is missing when upgrading xcode to version 9
Unity version: 5.6.1p1 Bad Xcode version: 9.0 (9A235) Good Xcode version: 8.3.3 (8E3004b) I am a game programmer and I use Unity to develop our game. Before I upgrade xcode, everything is fine. Any...
View ArticleUnity 5.0.3f2 il2cpp problem: Attempting to call method...
I updated yesterday to 5.0.3 in the hopes this would fix all my code generation problems with 5.0.1. Thankfully it DID fix most of them, but this one still remains. I believe the problem is occurring...
View ArticleUnity 5.6.3p4 - Issues when Building Xcode Project
I have a Unity project that the following third party SDKs: - Google Admob - Facebook Audience Network - Game Analytics - Ad Colony - Google Play Games (disabled for iOS using the flag setting in Unity...
View ArticleIL2CPP crashes at GarbageCollectSharedAssets and LoadLevel
Hi, everyone. I'm developing an iOS App. But it is crashed at 'GarbageCollectSharedAssets' and 'LoadLevel'. The version of Unity is 4.6.4 p1 and scripting backend is IL2CPP. I read that the crash...
View ArticleiOS: UnityWebRequest crash in WWWConnection.mm : WaitOnCondition()
via testflight beta, we're seeing an infrequent crash in WWWConnection.mm, on this line: Code (csharp): static void WaitOnCondition(UnityWWWConnectionDelegate* delegate) { NSCondition *condition...
View ArticleUnityWebRequest.Put fails on iOS
I am trying to upload a file to a vanilla Apache Webserver (v2.4.18) using UnityWebRequest and its Put(uri, bodyData)-Method. The server uses HTTPS and an authentication via username and password....
View ArticleUnity IOS game hacked and uploaded by another developer
Just noticed one of my (not very good!) games has been hacked somehow and uploaded to the Apple Appstore a number of times. Just wonder if anyone else has come across this and if it is a Unity thing or...
View ArticleRecommended Xcode versions
General rule - you should always use latest minor (.x) release of Unity. Unity 3.4.x - was tested with Xcode 3.2.6 and Xcode 4.2. Unity 3.4.x won't receive any updates. Unity 3.5.x - should work fine...
View ArticleProblem with "Add iCloud Containers to you App ID"
Hi guys! I just have this error in latest version of xcode. I have compiled without problems in early version. I got Include CloudKit support in developper account in this game What should i do right now?
View ArticleUse of undeclared identifier 'AssetImporter'
Hullo everyone, I'm getting this Use of undeclared identifier 'AssetImporter' error when trying to build for iOS. I'm using Xcode 9 and Unity 2017.1.0f3. Has anybody else encountered this? Thanks!
View ArticleCheck if user does not allow recording permission to ReplayKit
When StartRecording() is first called, an alert window displays asking the user to confirm recording. How can I know when the user answered "no" to this alert window?
View ArticleMotion Blur on iOS / tvOS with Metal
1) Is there any solution for motion blur on iOS / tvOS using metal? 2) Why doesn't the main Unity Post-Processing suite support motion blur on iOS / tvOS yet? Apple TV 4K and newer iPhones / iPads look...
View ArticleDevice Generation list for iPhone 8 and iPhone X?
Hi all, Sorry if this is a repost, I have been off the dev scene for a few months. Had to update the device generation list of my game. Any idea as to when the list will be updated with iPhone 8 and X?...
View ArticleUnity Crashlytics (Fabric) integration
Is there any tutorial how to achieve this? I followed their official tutorial and managed to successfully import Fabric into Unity project, but no crashes/exceptions are recorded on Fabric dashboard. I...
View ArticleCorrupted stack trace when building to iOS
Hi, I am getting an exception on iOS when clicking on a UI Button, but the stack trace in Xcode points to a script which is not in the scene and not relevant to what is going on. Any help on why this...
View ArticleiPhone 8 / A11 / GPU Hang Error / Command Buffer
Hello, currently our game isn't working on the iPhone 8. After a short time playing the game (few seconds to a minute), the game freezes and the device log shows this error messages: Execution of the...
View ArticleCoreML examples.
Hello All. iOS introduces some nice new tech for mobile. https://developer.apple.com/machine-learning/ I have made a suggestion on Unity Feedback to get simple CoreML integration like the recent ARKit....
View ArticleProblems recording screen in landscape (IOS 11)
Anyone having problems recording in Landscape with the Screen Recorder?? From last update of ios11 the saved video gets frozen if i record in landscape. If i record in portrait the screen recorder...
View Article