Dispose Object in IOS
Hello everybody I want to clone "Object.Destroy(Object)" method todo like this Object a = .....; Object b = null; b = a; Object.Destroy(b); Debug.Log(a == null); // true I think I should use dispose...
View ArticleRe-calibarting Compass
How do I re-calibarte the compass in a Unity app ? http://android.stackexchange.com/questions/10145/how-can-i-calibrate-the-compass-on-my-phone?rq=1 That page says just move the phone in a figure 8 or...
View ArticleMobile Keyboards -- Highlighting all text by default when keyboard is opened...
Hi, I have a Textfield in my game. When the user clicks on it, the iOS or Android keyboard pops up so they can type into it (and continue by pressing return/etc). The behavior is different: - On IOS,...
View ArticleAdMob device ID on iOS for test ads?
Does anyone know how to get the ID which AdMob needs to show test adverts on iOS? I thought that I'd be able to use `iPhone.advertisingIdentifier`, but that doesn't seem to be the case. This is what I...
View ArticleCant add AirPush ads on IOS.
I have added airpush in unity3d project and it's working perfectly on Android, but in IOS. i can't even see any IOS option in AirPush's Aplication dashboard as shown in blow picture. can anybody tell...
View ArticleiPhone 6+ Splash image (changes when boot)
Using Unity 4.5.5 Export: iOS Device: iPhone 6+ I've added all Splash images in Unity with correct pixel size. Export and run on device. First the splash image "**Default-Portrait@3x**" shows But as...
View ArticleColor wrong on IOS device
the Project I'm working on build fine in PC and UnityEditor. But when i build to test on Iphone the color of Car seem a bit off. I'm using Car Model from this [Asset Store][1]. So the build on PC like...
View ArticleChanging textures accumulate in memory. iOS.
Hello there! I am having a problem in my iOS app. Use-case scenario is: 1. user selects wc image he likes (string url is returned) 2. www is used to get image from url 3. texture2d = www.texture...
View ArticleWhy might an Animation play fine in the Editor but not on an iPad?
I have an animation which is working fine in the editor, but doesn't appear to be playing when I deploy to an iPad. It is very similar to another animation which is working fine on another screen....
View ArticleResources.LoadAsync cannot be used in iOS
I want to load resources async when my game is running. So I decide to use Resources.LoadAsync. Actually, It works well in Editor Mode. But when I get to build iOS, one error comes out. 1. I tried to...
View ArticleHow to get phone number or sim detail in ios android
Hi, i wonder if is the solution to get in unity in some case a phone number or details of sim card.
View ArticleiOS orientation problem
Hi, I am building an app for iOS with Unity 4.5.5f1. App is meant for landscape orientation only (and therefore in build settings set for landscape only). It works fine on iPad mini and iPhones, but on...
View ArticleOpenGL 2.0 or 3.0 for newer iOS
Hello. I am releasing a game for iOS. I have tested the game on iPad Mini, iPad 3 / 4 iPhone 5 and the game runs well. Anyway i have send the game to a tester with iPad Air and he said that the game...
View ArticleHow to get iOS IDFA from Unity?
Hey, We want to get the IDFA from our game - is there an easy way / plugin to do this? Thanks
View ArticleSharing image and text using objective c native code
I am trying to share image and text on any selected social media. I want to implement functionality similar to intent sharing in android. For this I have written following code in objective c and call...
View ArticleUnity3d for iOS, a lot of linker errors after upgrading to Unity 4.5.5
I have an iOS project that makes use of Unity. I say "makes use of Unity" because most part of the project are native Objective-C with UIKit, and a Unity project is integrated into the app. Back then...
View ArticleXcode trows 201 errors with ios project (no plugins)
So I compiled my project with a windows 8 64 bit computer to an IOS project. I then imported the project to Xcode and tried to build it, but 201 errors showed up. ![alt text][1] [1]:...
View ArticleiPad crashed when getting videoRotationAngle from a WebCamTexture
This works fine on Android. When I debug in xcode the debugger breaks in the middle of some assembly code. The last thing in the call stack is GetVideoRotationAngle, so I assume that is what the...
View ArticleGetting DirectoryNotFoundException when saving on iOS, why?
Hello guys. My question got deleted for some reason, I don't understand why. I've been searching all over and haven't been able to find a fix to this problem. I created a text file that I want to save....
View Article