why "currentSelectedGameobject" is null In IOS?
Hi, guys!I want get the "EventSystem.current.currentSelectedGameobject".In Android, currentSelectedGameobject do exist, but in ios platform it is null. So strange it is! Anybody know how to solve this...
View ArticleTextures turn black when on iOS ?
I'm actually working on a simple 2D platformer. When I started I was in the Desktop mode; everything was working fine. But when I switched platform (for mobile) all my sprites went White. I'm using...
View ArticleUnity-Added Lines
I made a sprite out of a screenshot, and edited it a bit. It did not have these ghost lines, it was just a circle. Now it has these ghost lines. I do not know why they were added. Any ideas? Thanks! By...
View ArticleUnity IOS xcode gives 64 bit support error
hi guys, i have a problem when i am submitting my app on io store, the xcode is giving me error of 64-bit support and when I was change my structure architecture armv7 to armv7, arm64 the xcode gives...
View ArticleMobile GUI Buttons
I am making a game for IOS, and I want a button to be able to send output to a gameobject. For example, when the UI button is touched, the camera would move up. My button can read inputs from touch,...
View ArticleHttpListener On IOS device.
I got a simple HTTP server running in unity on a thread using HttpListener. This works just fine on PC, Mac, and Android. On IOS devices, it appears to be starting and running just fine, but when...
View Articletoggle sound working on unity but not on ios?
I don't know if I'm doing something wrong but the toggle button is working fine when I test it on unity remote. But when I compile it for ios the sound never turns off. Any ideas? Non-scripting answers...
View ArticleAndroid/iOS notifications when the game is not running
Hello, I'm wondering how to do notifications on Android and iOS when the game is not running. I don't mean push notifications but notifications that get triggered by the game itself. I was thinking...
View ArticleProject not pushing to Android or iOS
OS Version 10.10.4 Unity 5.0.1f1 Vuforia 4.2.3 XCode 6.4 Testing on iPad Air 2 (8.4) Testing on Hudl 2 (4.4.2) I've created a project in Unity that includes the Vuforia package for Augmented Reality....
View ArticleUnity Editor & iOS - Download MP4 to Streaming Assets Folder
Im Trying to Correlate a video plugin called S-Plugin into my Virtual Reality App. Basically what S-Plugin does is allows us to load Movie Textures to iOS and Android. It works very well too, as long...
View ArticleFileNotFoundException when using Xcode API
We are using the Xcode API to add frameworks, permissions, and update build settings. Currently we use the XcodeAPI code found here, copied into our project:...
View ArticleInput across scripts
Hello. I have been trying to read input from a ui. Basically, I want my camera to know when a gameobject with a guitexture has been touched ( I am developing for mobile, more specifically, ios). My...
View ArticleMy game lags on iOS devices and not android
My game has a 2D character on which Sprite Animations are there which are player by Animation Controller. When a hindrace approches the character and we hit it, the hindrance which is a combination of...
View ArticleHow can I get the WiFis name?
Hi, i'm doing a game to both android and IOs platforms, and i need to know if the users is connected to a certain WiFi, i can know if the user is conected to a WiFi using...
View ArticleUnity iOS build background mp3 music static noise problem
I have recently built my project to iOS 8.4 in Unity 5.1.2f1 and have noticed that the background music sometimes has a "popping" or "static" noise. This noise is not present if I test my project with...
View ArticleIOS Crash Report
I get this crash at start . After 3-4 crashes the game works . I use Unity 5.1.1f1 Personal . Here is the symbolicated log : Incident Identifier: 04B26B85-FFC1-49C1-8158-36D80E4E4E5C CrashReporter Key:...
View ArticleNull exception for public variable
Hello! I have been trying to get one script to read input from another. I have this script so far: The sender script: using UnityEngine; using System.Collections; public class Test: MonoBehaviour {...
View Articleread data from android & ios bluetooth ?
hello, what is the simplest way to read data from bluetooth on android & ios ? i know you can do it with plugins, however, i couldn't find any free ones. - do you recommend any free plugins ? we...
View ArticleError building to iOS with PlayerIO
Hi all! I'm asking here because getting any answers from PlayerIO via the forums is like communicating with the dead. It's been awhile since I built my game to iOS and I'm now getting this error in...
View ArticleUnity , iOS integration
Hi, I'm trying to create an application with Unity and iOS. I have created iOS code from unity and I need to link it with unity code. Here is the tutorial I followed...
View Article