IMAGE AND SPRITE SETTINGS
Hi to all, I'm starting to design an app, and since I am a rookie of unity, I have some important questions. 1 - The devices are many, but I'm trying to understand the mechanics of the images to be...
View Articlefile location on IOS Application.persistentDataPath
string PathForFile(string filename) { if (Application.platform == RuntimePlatform.IPhonePlayer){ string path = Application.persistentDataPath.Substring(0,Application.persistentDataPath.Length - 5);...
View ArticleFacebook sdk for ios 9 is not opening the app when logging in, Why?
I upgraded to the latest facebook sdk for unity and ios 9, everything is working fine except that when I try to login my game opens a browser instead of the facebook app. Why is this happening, am I...
View ArticleApplication.OpenURL fails silently for Youtube and Facebook URLs
For Unity v5.2.1f1, on iOS with iOS Pro, I've noticed that Application.OpenURL simply does **nothing** for certain URLs. Specifically, **all youtube.com URLs and most facebook.com URLs seem to be...
View ArticleCannot force crash on iOS, to see CrashReport
I want to see the unity crash reports on iOS (http://docs.unity3d.com/ScriptReference/CrashReport.html) I'm trying to force the game to crash on a device with the following script, but the game doesn't...
View ArticleRotate object with accelerometer?
![alt text][1] Hello. I am working on a motocross game but I have been stuck for a really long time on rotating objects with the accelerometer. I have been putting it off and working on other things...
View ArticleiOS modal viewcontroller disappears
Hi, I'm trying to present a native view controller modally on top of a unity game for ads. All goes well and everyting is working except when the user clicks the home button. If i double click the home...
View ArticleUnity remote 4 not working properly
Hello , I started making and simple pong Game and i have tested it on iPhone via unity remote 4 ( tested touch input). It worked fine. Im using mac os and i compiled the build in Xcode. after that the...
View ArticleIs it possible to import iOS style toggle buttons to Unity?
Hi there I have created a set of toggle buttons from scratch and set them up a sprites on Unity, however, they do not appear as good as the toggle buttons found on IOS. Is there any way to import the,...
View ArticleUnity crashes when i hit save build
I've been working with this project for a while, and I think something in the library folder got messed up. Now when I go to build settings and press build/save it crashes. I don't have any errors, so...
View Article3D Touch (Apple) implementation
How can I implement Apple's new iOS 9 function of 3D Touch? (pressure intensity sensor) (link to Apple: [link text][1] Just for navigation between menus, not for gameplay itself. [1]:...
View ArticleiOS Style UI in Unity? Plugin advice?
Hi, I'm a developer on an app at a tech company and we're building an iOS app in Unity. Right now I'm doing some research to try and find if there's a way to design using native iOS UI features from...
View ArticleUnity crash on build to iOS
Okay so I have recently run into an issue with building in Unity. I was trying to fix an error in xcode and instead messed up my library folder on my mac. Whenever I try to build my project on iOS,...
View ArticleMy iPA is much larger than my apk
Hello, I have two problems: 1. My apk size is 25 mb while in playstore it is 50 mb 2. My iap size is 285 mb (on the appstore) Edit: I have read about this problem in many forums and in the unity...
View ArticleiOS Unity OpenGL Conflict
Hi, I am facing a problem that a conflict occurred in my iOS app. I have plugged an Unity iOS project to my existing iOS project. My existing iOS project is using an OpenGL based library which is...
View ArticleiOS Unity OpenGL Conflict
Hi, I am facing a problem that a conflict occurred in my iOS app. I have plugged an Unity iOS project to my existing iOS project. My existing iOS project is using an OpenGL based library which is...
View ArticleIOS publishing
Hi everyone. I tried to enroll the apple developer program(99$) for publishing my game on IOS. I'm working on a pc and I know that for building my game I need Xcode.(I will use my friend's MAC for...
View ArticleCheck app is installed or not in ios device with bundle id
hi friends i need some help when i open unity app in ios device at that time i want to check if the bundle id "com.xyz.abc" is already installed in my device or not, how can i check that for ios app...
View ArticlePlayerprefs being cleared on some devices when the phone is restarted...why!?
So I have a simple game on Android and iOS that makes use of the playerprefs feature of Unity. The problem, which I've not been able to reproduce on my own devices but have seen first hand on a...
View Articlehow to create an IOS with a Windows machine.
I already have a game that I can deploy as an Android(APK), I wanna know how you do about making it for an IOS, I think just changing the platform from Android to IOS is just too easy and probably more...
View Article