www 404 error only on iOS
Hi I have a problem with WWW, **only on iOS device**. trying to download a simple plain text-file from web server. The URL looks like this.. http://a.b.c/d_e/0.1.2/target.txt It has alphabetic...
View ArticleDim Screen but Don't Lock
I'm trying to let unity allow an iphone or android device to dim, but after a while the device will shut off. Is there a way to allow the device to dim (or, even better: automatically dim the device),...
View ArticleError Building Player - iOS
I just updated unity and rebuilt my project into a new Xcode project. I made changes in game but when I try to append the new Xcode project I get 2 errors, one is a NullReferenceException without any...
View ArticleSave game in iOS background
It is possible to call the Save method, when the game comes in the background on iOS? If it is possible, how?
View ArticleLess verbose Debug.Log ( Xcode )
Is there a way to make the Debug.Log less verbose in the output window when running a Unity project in Xcode? I am using Unity 5 with il2cpp and for every Debug.Log statement in my code I get 8 lines...
View ArticleUse different sprites in new Unity UI for SD vs HD
Hi all, We are looking at the new Unity UI coming from using NGUI. Looking at the documentation for the [Canvas Scaler][1] and [Designing UI for Multiple resolutions][2], I understand how to set the...
View ArticleInvalid PBX project Unity 5
Hey everyone, Since uprgrading to Unity 5, I'm having difficulty in building and running my project for Xcode. During the last phase of the build and run process, the task fails and throws the...
View ArticleAdMob in Editor?
Trying to set up AdMob for use in iOS/Android games, but I'd also like to see the ads stubbed in the editor. I'm following this guide: [Link][1], and obviously it isn't showing up in the editor. I'm...
View ArticleShadows from objects slightly offscreen
I have an object that casts a nice looking shadow on terrain. But as I "truck" the camera laterally and the object slowly goes out of the scene, its shadow disappears in a really unnatural way. This...
View ArticleAudioMixer Script Not working ios 64bit build
NullReferenceException: A null value was found where an object instance was required. at EasyJoystick.On_TouchUp (.Gesture gesture) [0x00000] in :0 at VolumeSlider.OnValueChange () [0x00000] in :0 at...
View Articleios 64bit overhead spike after update unity5
after update to unity 5 low fps in editor and after start game 1min then lagged and i can see Overhead Spike in profiler this is not happened in 4.6 il2cpp build unity 5 T.T
View ArticleHow to change the Orientation of the "world"
We are using compass and need to first orient the world to True North Thanks! ~be
View ArticleUnity 5 Personal iOS Splash Screen Problem?
Hello! I'm currently having a problem with Unity version 5.0.0f4 where, when I load it onto my iOS device, the splash screen starts off as a blank black/gray screen, then switches to a new Unity splash...
View ArticleElements of Canvas with Constant Physical Size doesn't show up in iOS Simulator
I'm making an UI that should scale across all iDevises - and since I don't own all of them, I really want to use Xcode's iOS Simulator. However when I create a Canvas, and choose **Canvas Scaler ->...
View ArticleVibrate for X time on iOS?
Hey guys, Does anyone know the way to make the phone vibrate for a desired amount of time? `Handheld.Vibrate()` doesn't cut it as it doesn't have a time parameter and the phone always vibrates for a...
View ArticleThe app is continually stopping in IOS
Explanation: Main thread: the thread running the game logic (update, render) Network Thread : the thread which processes network connection. We are using the main thread and network thread to make...
View ArticleMach-O Linker error Xcode
I just completed an iOS project in Unity and am trying to build and run it in Xcode. Admittedly, I'm pretty clueless when it comes to Xcode, but my app won't run because I have about a hundred Mach-O...
View ArticleAbout Japanese dynamic font indication in iOS8.2.
Unity4.3 is used. I was doing Japanese indication by a dynamic font and was shown right in iOS8.1. But when it's renewed in iOS8.2, nothing has been indicated any more. What kind of font name should be...
View ArticleRotation and screen position problems on iOS 8
Hi, I have a pretty old app (landscape only) that is now having rotation and screen position problems in iOS 8. During the splash screen, the image rotates from landscape to portrait and seems...
View ArticleMemory Allocation Continues to Grow? iOS. 4.6.3
I have been running into an issue with an empty Unity project in iOS in which the memory allocation continues to grow until it kills the app. I'm in Unity 4.6.3. Has anyone else had this issue? ![alt...
View Article