iOS MediaPlayer get songs in Audio like Android
Hey Guys, I would like to know if there is a way to get the songs in the iOS library in audioclips so I could save them and make a custom "form" that would fit for both Android and iOS, because, I used...
View ArticleWhy does iOS device generate an IndexOutOfRangeException in...
Occasionally, when resuming the Unity app on iOS, this exception is generated: IndexOutOfRangeException: Array index is out of range. at UnityEngine.Display.RecreateDisplayList (System.IntPtr[]...
View Articleunity4.51 and xcode 5.1 ios mach o link errors
Hi All, I am having issues with a ios build I did from unity. I am using the free version of Unity. I did an ios build and then opened that xcode project in xcode to do build. I am working with xcode...
View ArticleGUI.ModalWindow invisible on iOS device with retina display
Code that is perfectly working in the game mode is not fully working on my iOS device. The modal window seems to be active, as interaction with other elements is not possible anymore. The window...
View Articleusing U3DXT.iOS.Bluetooth BluetoothXT to detect attached device
I'm trying to get an App to detect wether a bluetooth keyboard is currently paired / attached using the U3DXT BluetoothXT class. How would I do such a thing - I have no idea where to start? /sheepish...
View ArticleRunning the game only when the user is touching the screen
i'm trying to make an iOS game in which i want the game to run only when the user is touching the screen and to pause as soon as he removes his hand off the screen.i tried using time.timescale in the...
View ArticleiOS GUIText size issue
Hello everyone, I need your help ! I am facing an issue when I build and run my Unity project in XCode : my GUIText objects aren't at the size I wanted. I have looked on google and found a post from...
View ArticleHow do I set up my editor to "ipadview"
I just started my first unity project after having used game salad for about half a year, figured it was about time. **Problem:** In game salad the editor is set up so that you can see the edge of the...
View ArticleiOS build - Pointing to the right Xcode
I have Xcode 6 beta and previous versions of Xcode installed. It seems, Unity iOS build defaults to the highest version number. Is there a way to have Unity open the right version of Xcode for iOS build?
View ArticleFire ball towards touch position
Hello I'm trying to fire a ball from a cube at touch position I have this script. It does fire when I touch the screen but always in the same direction. Not towards the touch position but simple...
View ArticleApple Mach-O Linker Error "_restore", referenced from:
I have just exported my prototype game to Xcode and I got the following errors. I have never worked with XCode before and all my attempts have been useless. Any help or explanation on what is going on...
View ArticleHow do I create an invisible joystick that appears anywhere on the iOS screen?
Hi, I'm creating a third person game and I want to make a single joystick controller but there are two distinctive things I want this joystick to do. I want it to be invisible until the player touches...
View ArticleHow can I get the exact iphone screen touch position?
I've tried using the usual Camera.main.ScreentoWorldPoint(Input.GetTouch(0).position) but when I test it on my ios device the object(sprite) was really off from where I touch on the screen. I've set...
View ArticleCant't recognize touch on iOS, but on Android and Mac it's ok
Hi, have a problem. trying to deploy ma unity app on the iphone, but there is a problem. i have one scene, where you are clicking on objects and the objects playing sounds after click. Everything going...
View ArticleGameCenter How to Track Score?
Hi Jeremy here, and I have my script (script below) that activates gamecenter and adds the game to gamecenter successfully and all that but I have not been able to figure out how to track the score of...
View ArticleIs Unity 2d for iOS free to use?
I am a developer and I am making games by myself and I make $0 from my games. I have seen that Unity 2d is free to organizations that make less that 100,000 USD, but I am also allowed to publish my 2d...
View ArticleAndroid Touch Lag but not on iOS
Hello, I released a game on iOS (everything worked perfectly) and have now released it on Android but I am getting complaints that my player character has laggy input. I can't figure out why this is...
View ArticleDoes unity2d support Objective-C?
I am an iOS developer and I plan to start making games with Unity 2d. Does it support Objective-C or do I have to program in C#, javascript, or Boo? If so, does that mean I will be able to work on iOS...
View ArticleFont support on different platforms
Hi, I'm writing a project in which I will encounter different languages (Japanese, Chinese, Russian, etc..). Using the 3D text mesh in Unity, I saw that all characters I needed was supported by the...
View Article