How to add Google Admob SDK for iOS in Unity editor (instead to do it...
Hi all, How to add Google Admob SDK for iOS in Unity editor (instead to do it manually in XCode)? Thanks a lot! Best regards, AB
View ArticleMobile input problem for first-person shooter
Hi Unity Answers, I'm making a 3D FPS for iOS and Android, and I'm having trouble with some of the mobile input. My character in the game has two instances of the MouseLook.cs script, one on the...
View ArticleInconsistent jitter in iOS
I am working on a very simple vertical scrolling game for Unity iOS. My game is experiencing inconsistent jittering. I have searched the web extensively looking for a solution without any luck. I am...
View ArticleHow to create iOS game app? Can you do that in Unity3D on a Windows computer?
Hello, I'm new to Unity. How do you develop an iOS game app? For iPhones n such? Can you do that using unity? Or do you need Swift (I don't know what that is)? Do you need a Mac? Or is Windows enough...
View ArticleSwipe to kill enemy? 2D
I have enemies that are constantly approaching my player. I want to be able to swipe across them with a finger to, essentially, cut them in half. For now, as long as they disappear, that's fine. I can...
View ArticleiOS crash problem: Received memory warning . How to solve that?
Hello guys, I am developing a card game. I received the following warning from Xcode: Received memory warning... WARNING -> applicationDidReceiveMemoryWarning() When the game changes scene from Main...
View Articlecreating an app for educational use
Hello. I'm trying to create an app for a science fair, I'm hoping through this app to increase mathematical skills (EQAO) as well as french oral skills. Before I decide whether unity is a good choice...
View ArticleEnable UNITY_USES_REMOTE_NOTIFICATIONS
How can I set something within PlayerSettings to make `UNITY_USES_REMOTE_NOTIFICATIONS=1` instead of manually editing the preprocessor.h file? Setting `UNITY_USES_REMOTE_NOTIFICATIONS=1` in the...
View ArticleopenGL bug in Unity 5.4, illegal operation?
Hello, I am working on an app for iOS 9.3 on Mac OSX 10.11 and I get this message looping in the editor but it doesn't cause a crash or any bug : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION:...
View ArticleMultitouch swipe to kill enemy (2D) (mobile)
Building a fast paced game in which swipes and taps all kill enemies, so multitouch is important. With the help of one @Bunny83 's old posts, I've created an empty gameobject on my world and inserted...
View ArticleQuestions about Sprite Editor and Atlas, iOS
Hello, I'm currently working on a iOS port for an android game in unity and we're having some problems with the performance in older models (Iphone 4 and Ipad mini), right now we're trying to solve an...
View ArticleMakeGenericType when generic types have ValueType,IL2CPP will product Aot...
I test for this code: Type type=typeof(List<>); type=type.MakeGenericType(new Type[]{typeof(int)}); object obj=Activator.CreateInstance(type); Debug.Log(obj!=null); if use IL2cpp build,product...
View ArticleiOS Detect Volume Button Press
Is there any function for ios that detects when the user presses one of the volume buttons? I can't seem to find anything along the lines.
View ArticleiOS game lagging after upgrade unity5.4.0f3
I have a game write in Unity 5.3. I saw the Unity5.4 released and I upgrade my Unity version from 5.3.6f1 to 5.4.0f3. Everything done well in the Unity Editor. I didn't modify any code and...
View ArticleWWW.h crash in store build
Hi everybody, we currently released a game on the app store and now there are two users who experience crashes from time to time. I can't really pinpoint the problem, but here are the crash logs: #...
View ArticleLeaks on iOS build related to Unity
Hello, I am currently trying to build our app for iOS, using Unity 5.4 and IL2CPP for 64 bits applications. Also worth noting is that we have a bunch of plugins such as Wwise, PopcornFx and the...
View ArticleButton highlight not intended on Android and iOS
Hi, So you can understand my bug i will explain what my scene looks like. I have two full white screen with a button on each. The two buttons have the exact same position. Clicking on the button we...
View ArticleApplication Crashes On Launch - How To Fix?
Hey guys, I've been encountering a really nasty bug for the past couple of weeks that I can't seem to get rid of. I'm building an iOS game using the unity engine and the issue only arises on a mobile...
View ArticleHow to take iOS microphone input while native player or streaming service is...
It seems that whenever I access the microphone (using for example the answers http://answers.unity3d.com/questions/1113690/microphone-input-in-unity-5x.html), what ever the iOS is playing from the...
View Articleios gpu render 100%
Hi there! I make game with a lot of "scroll items", so when I test it on iPhone 5 it works good and show 60 fps, but when I test app on iPad mini 1, no retina, it show 40-45 fps, and 100% gpu render....
View Article