tvOS – should GameCenter work without a plugin? (Unity 5.4.2.p2)
I’ve tried it with two projects (using same App ID which is also used by my iOS app which works fine with Game Center), I can authenticate, I can open the GameCenter UI but it always says no “data...
View ArticleEnergy Impact
As an experiment I created an empty 3D project in Unity, and ran it on my iPad Mini 4. Looking at the debug navigator gauges in Xcode, I could see that the energy usage is "Very High": View attachment...
View ArticleWhy can not frame capture in Xcode Debug?
View attachment 207652 ,Run with debug mode,see me this.what 's wrong?
View ArticleUnity Push
Hi, I am building to Flight Test however, upon a successful build uploading to the store, I get an email. This email tells me the binary is invalid, specifically.... Your app includes an API for...
View ArticleHow Much is too much for a 2D game ? (Terminated due to memory issue)
Hello everyone, So i'm working on this little game here : 10 months ago we had a memory issue on iOS only, that we then solved it by stop using the default unity 2D Animation system and instead use GAF...
View ArticleGfxDeviceMetal::GrabIntoRenderTexture using ~75% of CPU when profiling with...
Hello iOS experts, Previously, my application was very smooth on iOS devices. That is until I added a graph as a render texture... I realized that the issue was with the render texture when the expert...
View ArticleUnity 5.3.x build size increase FAQ
Recently we are seeing number of questions scattered around forums regarding build size increase when building iOS applications with Unity 5.3.x. This post aims to clarify some aspects of it in single...
View ArticleXXXXX May Slow Down Your iPhone
Today i'm deploy new update for my apps, when i'm open it, i saw a message "XXXXX Mayb Slow Down Your iPhone" Why it's happened? Any way to solve it? My build using mono2x My iPhone version is iOS10.1
View ArticleCrashes on iOS (asset bundle related)
Hey, We are experiencing many such crashes on our iOS version. These seem to be related to asset bundle loading (or unloading?) while the game is terminating (according to the stack, though i am not...
View ArticleAudio coming out of small phone call speaker instead of speakers on bottom.
This is a weird one. I did a release recently using XCode 5 to support iOS7. Now, I'm getting several reports that game-audio is coming out of the tiny ear speaker on the top front of the phone (The...
View ArticleGetPixels errors with PVRTC compression enabled
Hello! When I try to get pixel data from spritesheet with PVRTC compression on IOS by GetPixels I see the following errors: Invalid texture format: 33 Image invalid format! Unsupported texture format -...
View ArticleiOS 10 Privacy Permissions that have to be added into .plist file
Hi, My game does not use Camera nor Photo Library (maybe in some plugin, but I don't know) but when uploading to iTunesConnect I get an email saying that the build is rejected and I have to declare...
View ArticleUnity 5.3.1, tvOS white Screen after Launch Image
Hey, so the game is running fine on tv. However according to the guide-lines i had to update a Launch Image. I did but now after starting , the launch Image displays , right after that there is a white...
View ArticleUsing the new notification system
Edit: different question. Now.. how do I clear the badge? NotificationServices.ClearLocalNotifications(); will make the number of localnotifications zero, but they still show up in the notification...
View ArticleGame crashing frequently due to shadows?
Hi, I am currently using Unity 5.2.4f1 and have been trying to fix a crash that occurs when built on iOS. I believe it might have to do with shadows considering the crash log refers to shadow...
View Articleil2cpp.exe error
I'm getting this error when trying to build with il2cpp: "il2cpp.exe did not run properly!" Alsgo getting an error related to google play(i have google play plugin for the android version): "IL2CPP...
View ArticleGame Icon causing error in Xcode
I have created a 512x512 png icon for my ios app. I put the icon in the PlayerSettings Default Icon slot. When I attempt to compile the game, Xcode issues this error: Compress PNG Files Error The...
View ArticleDestroy gameObject with tag
I'm sure I saw this a few months ago, but I cannot find it with searches, and I cannot get the right syntax. I want to delete a gameObject that has a particular tag. At the time I do it, I know there...
View ArticleEventSystem not firing on iOS
I wish to receive events on normal GameObjects in the scene, so I set up a Physics2DRaycaster on the main camera, a collider on the GameObject I want to have events fired, and a script to handle the...
View ArticleTons of crashes on iOS for "TrailRenderer::RenderGeometryJob"
Hi, My game has been getting a ton of crashes lately. I'm using Unity 5.4.1p3. Here's a screenshot of the crash log in Xcode: Please help me fix this, Thanks
View Article