Localizing ios/android app name as visible from device home screen
Does anyone have experience creating localized app names for ios/android with a Unity game? There are quite a few tutorials for localizing app names with native app development (like this:...
View ArticleAdvertising pop window in game?
Hello :-) I've seen some games (not sure if made with Unity or not) that have advertisements that pop up a window the user must close to continue. Anyone know if this is possible with a Unity game?...
View ArticleUnity wont replace or append existing iOS Project ?
Hi, I am kinda new to Unity iOS Development. I was always replacing or appending after a new build. But when I say build fo iOS now, it always saves as brand new project. There is no dialog message box...
View ArticleiOS - Audio Lag?
Hello, I have an audio file thats played through my AudioSource every time the user taps on the screen. I've noticed that there is a slight lag between me touching the screen, and the audio playing,...
View ArticleHow to implement single IAP to unlock full version
I'm making a musical trainer game. I'm planning to release it free, with a single IAP option to remove the iAd banner and simultaneously unlock full gameplay. Would it be appropriate to use Soom-La...
View ArticleiOS - Performance issue with textures
Hello, I have a very odd, and serious issue with my app here. I finished a scene and tested it on an iPhone 5 which runs it perfectly at 60FPS. I then tested it on an iPhone 4, and it was just running...
View ArticleiOS Native Plugin - iAds How to???
I am having a lot of trouble using this plugin in my unity project. I have been able to use the example to show iAds, but cannot integrate it in my project, what have I missed? I have amended...
View ArticleNo audio on iOS
Hi, i'm trying to playback mp3 sounds for my game. In unity editor everything works as expected but on iOS there is no sound at all. I've checked if my devices are muted, also i'm testing on iOS 7.0.4...
View ArticleInput.compass returns 0 on iOS 7 / iPhone 5S - 4.3.4
Does `Input.compass.magneticHeading` not work on iOS... It's always returning 0, even with location services enabled and GPS returning nonzero
View ArticleHaving a plus button which adds objects
Hello ! I am a very new Unity developer. I am basically learning now and I was wondering how to make a simple button with "+" on it and when I tap it, to add a new game object (a simple cube) at a...
View ArticleBest way to handle loading textures based on device?
I am working on an iOs app that will be extended to Android. I'm using NGUI to create a resolution independent interface. At runtime, I load the appropriate textures for that device from the Resources...
View ArticleWhere to put AdMob mediation adapter files in Unity?
This seems like a relatively fundamental step, but I have searched high and low for the exact location to place the various 3rd party adapter files to get them included correctly in Unity on both...
View ArticleThe name 'Joystick' does not denote a valid type ('not found')
Hello and good day to all ! I am following a unity tutorial for iOS, and I reach at the part where I need to implement the joystick and need to assign the joysticks to actually move and rotate the...
View ArticleAdding gravity and texture to newly added game objects
Hello everyone ! I am at the beginning phase of developing with Unity and I have this code to add a game object (simple cube) at the press of a button. private void OnGUI() { if (GUI.Button(new...
View ArticleHow can I implement iOS TouchScreenKeyboard 'Next' and 'Go' keys?
It is very common to need to provide a login UI that follows this model... Username: TextInputField Password: PasswordField Login_Button On iOS, when the user touches the Username TextInputField, the...
View ArticleSimulated iOS not rendering some textures that real hardware can
I've run into a situation where some (not all) sprites (Texture2D based) render fully black in the iOS simulator, while they work just fine on my actual hardware (iPad mini). The only thing that stands...
View ArticleSplash Screen not showing on iOS Device
I created a custom splash screen for testing. After the default Unity splash screen, I wanted the app to run mine and then go into the main menu. However, after the Unity screen, it goes straight into...
View ArticleHow to create a leaderboard on Android and iOS ?
Hello guys, I'm well aware there were a few people asking about this question before. However, I was only used to creating offline scripts (which don't involve online processes), so I'm pretty much at...
View ArticleHow to enable iAds?
Hey Unity Community, I just built my first game ever with Unity(WOOT), I'd like to release a free version with iAd's but I'm a little confused as to how I make them appear in my game. FYI I am using...
View ArticleDoes Unity3D have access to hardware accelerated vector libraries (Accelerate...
The Accelerate Framework on iOS is really awesome. I was curious if there is a way to access this (and possibly other native iOS Frameworks) directly from Unity. Also, since I hope to be making a...
View Article