Button to make Phone Call
Hi all, Here I am struggling to incorporate the native IOS CALL function into unity. All I want is just to tab on a button and it make a phone call. I've heard about the plugins but I am not sure on...
View ArticleUnity can not connect to PhotonServer
I would like to inquire about the connection between PC A and MAC B devices PhotonServer was installed on the PC A, my question is The unity client on PC A can connect to photonserver PC A, but, the...
View ArticleGame crashes when two objects collide. (On ios device)
The game runs great in Unity 4. But when the game is built and put in Xcode, it runs on the iphone 5, but always crashes when 2 objects collide. I submitted a bug request and a test scene. (Case...
View ArticleThread 1: EXC_BAD_ACCESSS problem.
In the case of building scene asset bundle and loading the asset bundle, crash occur. I have no idea about why this app crash with EXC_BAD_ACCESS. Thanks for help.
View ArticleMesh.CreateVBO causing stutters with Metal renderer?
Hello. I'm just putting together a new build of my game and I upgraded Unity from 5.1.1p3 to 5.1.3f1 and noticed I was getting severe performance dips on A7 and A8 devices. I made a profiler build and...
View ArticleIOS Push Notification Tutorial.
Hello guys. Few days ago I start working on Push notifications for IOS Native Plugin, and I find out that Unity already contains this feature out of the box. Not in the very convenient way but it steel...
View ArticleiOS UnityReportWWWReceivedData crash
Hey, We're seeing this crash below semi frequently in our game built with Unity 5.1.1p1, IL2CPP, and universal ARM v7/64-bit. I think this is a bug that happens some times when using the WWW class....
View ArticlePollfish Unity Plugin is out - Introducing monetization with surveys in Unity...
Hello everyone, At Pollfish we are proud to announce the release of Pollfish Unity Plugin. Pollfish is a new innovative way of monetization for mobile apps that delivers 10-20x more revenue than...
View ArticleApple Submission Warning: Missing Push Notification Entitlement
I submitted a simple, straightforward Unity app (with no plugins) to the App Store and got this warning. Apparently, other people have encountered it as well. It doesn't kill our chances at getting...
View ArticleUnity AppController subclassing.
So in 4.2 there is this release note: iOS: Improved support for AppController subclassing and unity view integration with native UI. I am someone who pretty much hacked the AppController like two years...
View ArticleSharing data between ios / android apps
Hi everyone, Our team is working on an App that will work a little bit like a parental control. So let's say app A is the controller and app B is a game. In app A, parents create an account which is...
View ArticleAllocating / Deallocating memory for UnitySendMessage()
I'm trying to make a Native iOS to Unity call on a game object. On the native side I have: Code (CSharp): char* MakeCharArray(NSString *string) { return strdup([string UTF8String]); } -...
View ArticleUnity iOS 64 bit build crash at com.apple.IOAccelerator.BlockFences,...
I am using Unity 4.6.6f2 and made il2cpp build to support 64 bit requirement from apple. I am having strange random crash and in device crash logs, I see these crash reports. It is happening on...
View ArticleDistorted UI Text
During certain scenes in our game, the UI text becomes distorted. This seems to happen at random points in our game. I've attached a screenshot to this post - distortion is happening in the top bar....
View ArticleiOS UnityReportWWWFailedWithError and NSURLErrorDomain error -1002
I'm getting a crash on iOS only with a EXC_BAD_ACCESS in WWWConnection.mm UnityReportWWWFailedWithError (Line 163). Error code is NSURLErrorDomain -1002. bt all in thread 1: Spoiler: Error * thread #1:...
View ArticleSphero / Ollie Connector for Unity-IOS
For those who looking for the Ollie/Sphero connectivity with unity in IOS platform. I made the unity package for that with demo scene and with description. Asset Store :...
View ArticleSymlink Unity Libraries in Build settings?
The "Symlink Unity Libraries" checkbox popped up in 3.4, but what does it do if checked? I don't think it's been added to the documentation yet as I couldn't find it anywhere...but if it has, then...
View ArticleA workaround for the "yield return www" hang on iOS
Hey, Today I have encountered a serious issue with Unity and the WWW class (using 5.1.2p3) In case there's no network connectivity, the following code hangs: Code (CSharp): yield return www; // hangs...
View ArticleiOS simulators not for selection as destination [SOLVED, sort of]
Hello everyone! Could this problem be caused by Unity? I have problems with this since updating from Xcode version 6.1 to 6.2. None of the simulators show up as destination to run my apps on. They do...
View ArticleUnity iPhone Apps in the Store - List Yours Here
Hey everyone, I thought it would be useful for everyone to post the name of their Unity iPhone apps that are live in the AppStore in this thread so we can all go and sample the goodness. So post away.
View Article