A/B testing package?
We have made our first games for Android/iOS and want to start to do some A/B testing on things like energy timeouts, currency ratio etc Any suggestions on packages people use? Do they work in a...
View ArticleRaycast on child gives parent name in hit.transform.name
Hi I cast ray like this. I have to ignore the layer number 8 Code (csharp): var layerMask = 1 << 8; layerMask = ~layerMask; var ray =...
View ArticleCan Unity Remote on iPhone be used for Unity on Windows?
Is it possible to use Unity Remote for iPhone while developing on Unity free version in Windows environment?
View ArticlePossible to view StreamingAssets folder on iOS?
For simplicity sake I've decided to put my config file in the StreamingAssets folder. But I will need to be able to manually edit this file on the iOS device with some type of test editor file...
View ArticleiOS-game crashes at the WWW-queries when off wi-fi
Hello! The game periodically crashes on iOS when you turn off the Internet! To reproduce this error is difficult, sometimes it's 5 minutes, sometimes 5 hours. At the moment, the error is reproduced on...
View Articletouch input
hi, I've been trying to change my game from a click to move to a touch to move. I used the live training video to create the controls for the click to move game. But I'm having difficulty with...
View ArticleUpload To App Store failure
Hi Guys, I'm trying to publish my iOS app to the Apple store. I've followed this tutorial https://unity3d.com/learn/tutorials/topics/mobile-touch/how-submit-ios-app-store-overview (though it's a little...
View ArticleUnity 5.3.x build size increase FAQ
Recently we are seeing number of questions scattered around forums regarding build size increase when building iOS applications with Unity 5.3.x. This post aims to clarify some aspects of it in single...
View ArticleWhat is 'Development Build' in Build Settings useful for?
Ok so 'Script Debugging' 'AutoConnect Profiler' are all self explanatory, but what does enabling 'Development Build' in Build Settings do?
View ArticleOptimum Settings to speed up Xcode indexing and compiling
So using Xcode 8.2.1 Noticing extremely slow indexing and then Building - compiling times. What are some steps and trick I can implement to reduce these long times? Starting in Unity, what Build...
View ArticleOpenGLES2 vs METAL on iOS( iPad pro)
Very confused by the lack of performance difference when I publish using Metal vs OpenGLES2. I ALWAYS thought that Metal should give better performance, especially on newer platforms. I'm running a app...
View ArticleUnity iOS and IPv6 support
Apple recently announced that beginning June 1, 2016, “all apps submitted to the App Store must support IPv6-only networking.” Since many of our users publish Unity games to the App Store, we wanted to...
View ArticleLoad from public Documents folder??
Pulling my hair out to do something that is SO simple on Android. I want to simply have a config text file that I can manually edit on the iOS device and is read once (read only) when my application...
View ArticleLower framerate on iOS since Unity 5
Hi, I upgraded to Unity 5, but when starting a new project and setting the Application.targetFrameRate to 60, the fps on an iOS build stays at 30fps. It is fixed when I change the background to a solid...
View Articleunity5.3.1 build ios error IL2CPP error for type...
Failed running D:\Program Files\Unity\Editor\Data\il2cpp/build/il2cpp.exe --copy-level=None --emit-null-checks --enable-array-bounds-check --enable-symbol-loading --development-mode --development-mode...
View ArticleWorks in unity, on iPhone halfway
I am just learning to use Unity and have successfully made a small walking game where I just have a character walk with a tutorial, and successfully loaded it onto my iPhone after transferring to Xcode...
View ArticleCustomize Eventhandler in XCode - iOS Code compiled by Unity
Hello, before asking my question I'd like to explain my workflow right now. I'm working on a augmented reality App at the moment. A part of that is the vuforia Object recognition, which is used in...
View ArticleFlicking, Shooting, Throwing, Tossing, Lobbing, Slicing script.
Hi everyone, We've recently completed our first mini game using Unity for iOS. It was a basketball (think papertoss) like game where you had to throw the ball in certain buckets and score points. I...
View ArticleClearing local notifications not working
I'm attempting to get local notifications working on iOS and having a heck of a time, any help would be appreciated. I first call: UnityEngine.iOS.NotificationServices.RegisterForNotifications(...
View ArticleAny source code for Unity Remote?
Hi, I d like to implement a custom version of the Unity Remote. Have unity released the sources for the first version of the Unity Remote? Thanks
View Article