Cant install UnitySetup-iOS-Support-for-Editor-5.5.1f1 on 10.12.4 (beta 16E192b)
Trying to install the Unity iOS support. I can't seem to get it to do "sensible". Can anyone more experienced help? I've included a vid of what I've tried, hopefully with some useful info. OSX 10.12...
View ArticleHow are iOS developers creating simple read only config text files?
Mostly developed for Android so was not familiar with the limitations of Apple's sandboxing in iOS. So I simply need to create an editable text (or xml or json) config file that gets loaded and parsed...
View ArticleSystem.Environment.TickCount inaccuracies on iOS
System.Environment.TickCount seems to be inaccurate on iOS. Using: Unity 5.4.3f1, iOS 8.2, iPad Mini Logging System.Environment.TickCount on launch gives the following values (samples are in...
View ArticleFirebase and Unity iOS build crashes at startup
We've added Firebase to our project and were able to get the Dynamic link feaure working fine on Android. We then tried to set it up in our iOS build and after a bit of struggle, were able to get it...
View ArticleLot of deprecated warnings
Hello dears, while I am building project from unity in Xcode I receive a lot of deprecated warnings in it. As I understand it is because of code generated by Unity while extracting from Unity to Xcode...
View ArticleMaking application quit when in background
Unless I am mistaken, the default behaviour for apps in iOS is to remain in a 'launched'' state when in the background. ie after opening the app and hitting the device Home button or switching to...
View ArticleHow to disable the filtering of emoji characters
In Unity 5.3.4 p1 release notes I see this: iOS: Added a compile flag in the trampoline code in order to allow the user to disable the filtering of emoji characters. How exactly I can add this compile...
View ArticleStandard Shader iOS Detail Maps
Hi all, are detail normal maps supported by standard shader for iOS Metal? Thanks Kenshin
View Articlebluetooth keyboard tvOS
I've got a game for tvOS, and I want to use a bluetooth keyboard to control it. This isn't going into the app store, (at least not for a while), so for now at least I can require the bluetooth...
View ArticleAsset bundles manager memory leak on iOs
Has anyone experience memory leak on iOs with Unity AssetBundles Manager and found solution how to fix it? My case, i load empty scene where i have 20 mb of RAM memory. Then i go to another scene, load...
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 ArticleThe Secret to Great Terrain on Mobile
Hey I was looking at your game you made (the massive open world one) And was curious, how did you make it where it's literally massive without performance killing the machine? A few people messaged me...
View ArticleToo many tris verts limits my framerate...am I CPU or GPU bound?
I need to determine whether I am CPU or GPU bound to further optimize my game. Right now I know the number of Tris 'Verts is the limiting factor. Does this automatically mean I am CPU bound? I've tried...
View ArticleWrong Sound Playing on iOS
I have a projectile object that plays sounds when it collides with another object. It plays different sounds depending on what it collides with. The problem is, it plays the correct sounds in the...
View ArticleiOS Build Size Debugging
Hello, To preface, I've been reading the stickied threads concerning the 5.3.x build size increases and the IL2CPP build size improvements, but I've tried the solutions listed in these threads to no...
View ArticleProblem with getting IOS device token.
I'm trying to use the Unity API get IOS device token to register push notification. The difficulties I found that the UnityEngine.iOS.NotificationServices.deviceToken always throw me null value. When...
View ArticleHow to put iOS entitlements file in a Unity project
I will show you how to include iOS's entitlements file in a Unity project and how to hand it over to Xcode project. I did this research out of my own need. I'm using this to automatically add...
View ArticleGameCenterID from Unity
Very new to coding with Unity, I am building to iOS. I want to: A - Get the currently logged in users GameCenterID and display it to screen and B - Use this method to get the details needed for...
View ArticleURIs stopped working?
Hey Are more people experiencing that opening your unity app through a custom URL scheme is not working anymore? Even on a empty, new project, I get: uritest[34353:6821791] *** Terminating app due to...
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 Article