approaches to reduce the size of iOS app and related compression problems
Hi, I am not sure how to reduce the ios app size. The android app size is around 60mb, quite fine. But ios app is over 200mb. I am not sure if there are some approaches to make the app size smaller. In...
View ArticleHow do you profile and speed up load time?
Converting this old project to iOS I'm seeing some long load time. I find it easy to profile what takes up cpu time or gpu, and getting the asset size is easy too but how do you find out what takes up...
View ArticleLightmap vastly different switching to IOS platform
I've been playing around with Lightmaps and created a test scene, it all worked great. When I attempted to add lightmaps to my IOS project everything went dark and looked really bad. I went back to my...
View ArticleShow All Colliders in Editor? SOLVED
Is there a way to show all colliders in the editor at once? Instead of having to select each collider to see its bounds in the view port. I am making a 2D game and have everything drawn in a single...
View ArticleiOS Audio Latency, Capture and Playback from Microphone
Hey guys, I'm working on a voice changer app, currently in version 5.3.1. The app captures the users voice from the microphone, adds some audio effects, and then plays that clip via an audiosource....
View Article[SOLVED] Xcode linker error (UnityPurchasing.0) when building for tv OS 10.1
Trying to build for Apple TV (tvOS 10.1) from Unity 5.5.0p4 using XCode 8.2.1 with Unity Purchasing enabled and I'm getting the following linker error, apparently related to Unity Purchasing. Any help...
View Article[iOS 10.3] Never leave your app ever again for ratings
Hi, Just wanted to share the (good) new. Apple is introducing SKStoreReviewController within iOS 10.3. This means that you won't have to redirect your user to the App Store to ask for a rating/review....
View ArticleIOS 10.2.x Bug
Hi, I have a strange bug that is only occurring in the latest IOS version, previously in ios 9.6.x it was fine. If i launch my app then close it and try an open it again very quickly, it opens for a...
View ArticleAnyone else having trouble with GameCenter Leaderboards and Achievements...
They just stopped working today. After authentication, no achievements are being found when running Unity.
View ArticleiOS UnityReportWWWReceivedData crash
Hey, We're seeing this crash below semi frequently in our game built with Unity 5.1.1p1, IL2CPP, and universal ARM v7/64-bit. I think this is a bug that happens some times when using the WWW class....
View ArticleGameCenter authentication returns false + Crash when using error string callback
Unity Version: 5.5.0f3 XCode Version: 8.2.1 iOS: 10 We recently updated to Unity 5.5, mainly for some bug fixes and the new GC Authentication Callback returning error strings. However i seem to have...
View ArticleiOS and OnAudioConfigurationChanged for headset on/off
I was using AudioSettings.OnAudioConfigurationChanged for PC to detect when user changes microhpone and then change app settings accordingly. On iPhone this event is never triggered. Is this a bug? Or...
View ArticleHow to add some of App Extensions to Unity ios build
Really, how to do it? I want to use, for example, Today Extension for my ios app made in unity. When open my app in Xcode and try to do it with File -> New -> Target -> Application Extension...
View ArticleScript Call Optimization on iOS
Hello. I'm new here and we (me and a friend of mine) are working on our very first game to be realized in a couple of months. Our main target platform is iOS (iPhone and iPad). Reading through Unity...
View ArticleMultiple crashes in UnityAppController+Rendering.mm line 249, built with...
We're seeing a high number of crashes in our latest releases of one of our games. It seems to only be affecting iPhones so far, no iPads yet (which is the platform mostly used for our game), and so far...
View ArticleMapFileParser.sh: Permission denied - not set as executable in Unity 4.6.8p1
I just installed Unity 4.6.8p1 on PC, made a build, copied the build folder to my Mac, and when I build it I get Shell Script Invocation Error....MapFileParser.sh: Permission denied It seems the file...
View ArticleiOS Memory Profiling issue Navigator vs Instruments please help
Hi! I'm very confused right now. Please help! Xcode Debug navigator shows constant memory grows from 120Mb to infinity (I had a patience to achieve 200) But! Profiling allocations with Instruments...
View ArticleUnity iPhone Apps in the Store - List Yours Here
Hey everyone, I thought it would be useful for everyone to post the name of their Unity iPhone apps that are live in the AppStore in this thread so we can all go and sample the goodness. So post away.
View ArticleiOS-game crashes at the WWW-queries when off wi-fi
Hello! The game periodically crashes on iOS when you turn off the Internet! To reproduce this error is difficult, sometimes it's 5 minutes, sometimes 5 hours. At the moment, the error is reproduced on...
View ArticleWebCamTexture rotated and flipped on iPhone when applied to...
Hi, I have created a WebCamTexture webCamTexture = new WebCamTexture( ... ) and then applied this texture to a plane. renderer.material.mainTexture = webCamTexture. This works in the editor as...
View Article