Game Center Turn based issue with the handleTurnEventForMatch in sandbox mode
I am building a turn based game using the Prime31 plugins for GameCenter and GameCenter turn based. I have deployed the game to two devices (iPad en Iphone 5S both using latest version of IOS7) After...
View ArticleUnity Google+ plugin
I'm new to unity so please bear with me. I'm looking for a Google+ plugin for a unity project that will build out to iOS and Android. So far I've only been able to come up with references to Google...
View ArticleiOS Streaming Assets inaccessible
I'm trying to read a number of files within a folder structure under StreamingAssets. This works fine in the editor, and the files are copied to the Raw folder with my xcode project. However, when I...
View ArticleHow Do I Get Support for U3DXT's iOS SDK Plugin?
Responding in the forums is getting a bit messy. To get support, click **[Ask A Question][1]** (top right, on this page) and use the tag **U3DXT** and we'll get an e-mail. Important: Please **tag** the...
View ArticleiOS, Replacing texture at opengl level
Hi, i'm quite stuck at this because i had it working months ago with Unity 3.5 and now i can't reproduce it (someone forgot to save) on Unity 4.1 (stuck with that version). I'm trying to replace a...
View ArticleHow to active mobile keyboard ?
Hello everyone, i want to know if there is a way to make the mobile keyboard always active, i know that it automatically show up when we select a text area, so maybe there is a trick to make that text...
View ArticleNot a valid asset name, unallowed characters in file name, Refresh Case...
So I recently started getting these warning messages when loading up my project from the newest MAC operating system OS X Maverick 10.9.1. It was also occurring in 10.9.1. It seems to have started to...
View ArticleWhat are the method calls for moving left, right, and jump with the first...
Going through a tutorial on 2D gaming from Mybringback. http://www.mybringback.com/series/unity-2d-game-development/ It's adapting first person controls to a 2D game. I'm now trying to build a game...
View ArticleiOS Objective C plugin linker error
I'm trying to get a simple objective C iOS plugin working and am having problems with linker errors. There's various discussions about this but no clear simple working samples that I can find. See my...
View ArticleHow to know which ios version running in Unity3d?
Is there any directive like #if IOS_7 ?
View ArticleUnity on iOS - Specular Shader
I'm creating materials in script and assigning them to objects in my scene and have not experience any problems on OSX/Windows, but when I build and deploy to iOS I am getting a crash in my coroutine...
View Article[C#] guitexture as button for player move on iOS/android
i can't make my player move to right when i touch the button this my script: MY TOUCH LOGIC using UnityEngine; using System.Collections; public class TouchLogic : MonoBehaviour { public static int...
View ArticleIs Input.inputString working in iOS and Android ?
In my project i use "Input.inputString" to get string . Is it work on iOS and Android
View Articlelink error when upgrade iOS project to arm64
hello guys, I got the following link error when I tried to upgrade the iOS project to support arm64, before, the project can be compiled and runnable. I just changed some project settings 1. deploy...
View ArticleDevelop for two platforms simultaneously? (or at least reducing the...
Hi, I need to change my build target between iOS to Android and Web to check features and it takes a lot of time to convert the whole project when I switch platforms. Is there anyway to make Unity keep...
View ArticleHow to change my game into an ios game
I created a fps game in Unity3d, and when I came to build it I realised that it couldnt possibly work on an ios and there are no joystick controls and such. Is there any way I can change my current...
View ArticleDateTime.AddDays breaks on ios project
I am using the DateTime.AddDays function on my Unity project, built for iOS. Everything compiles fine and I can run my project through xCode. The dates that I use for my function are correct. However,...
View ArticleIMEI Checker App
Hello guys! My last web app project is imei.unlockboot.com. I want to edit my iPhone imei checker tool. I need a help on how to finish my imei checker site to check directly the iPhone carrier info...
View ArticleDisplay Activity indicator center
I have below code for display activity indicator. But it's showing top of the screen. I need to display center of the screen. IEnumerator Load() { #if UNITY_IPHONE...
View ArticleDOs and DON'Ts in mobile game development
as the title says, what I have to do and what should I avoid in mobile game development (especially iOS and Android) cos sometimes there are games with simple textures, low quality graphics, and the...
View Article