win32exception : invalid data when building for ios
im using unity 5.0.0f4 personal and mac osx 10.10.2 and xcode 6.1 every time i build for ios i got the following error: Win32Exception: Invalid data System.Diagnostics.Process.Start_shell...
View Articlewhile loop works in editor, stuck on iOS
Hi guys, I have this piece of code. candy_currentLerpTime = 0 while(Candy[Index].transform.position.y > postDropPos.y && paused == false) { Candy[Index].transform.position = Vector3.Lerp...
View ArticleSwift as a iOS plugin in Unity
Can we use Swift language for developing Unity iOS plugins?
View ArticleXcode Exc_Bad_Access Error, Help please:
After successfully building my unity project in Xcode i encounter the following error as soon as the game starts to run on the iOS simulator. The error appears in GetBuffer[inlined], and is highlighted...
View ArticlePosting an app to iOS App Store?
My question is do I need to have screenshots of my game to post on the iOS App Store? Also, do I need a URL or could I use a email for my support contact instead of a URL?
View Article[iOS] Display the Activity Window to Share a Score
Hi all, I was wondering if there was a simple solution to display the activity window to share (via message, email, twitter, Facebook, etc..) after tapping a "share" button, as seen in many games like...
View ArticleUnity5 Editor: No any iOS devices available
Hi, I am developing small game for iOS platform (as default) using my Unity remote 4 with iPad / iPhone as remote device to make fast gameplay test during development. Computer: - iMac 21' - Yosemite...
View ArticleNo any iOS devices available in Unity editor via Unity remote4
Hi, got problem with Unity remote control for iOS devices after upgrading from Unity4.x to Unity5 on my iMac (Yosemite) Tech: - iMac Yosemite latest build - iTunes latest build - Unity remote4 - Unity5...
View ArticleUnity 5.0.1 ios app crashes on load
So I made an ios app that was running fine until I updated to unity 5.0.1, my other projects on ios do run fine, even after the update. The app run in the unity editor, but when it try to upload it to...
View Articlewhy screen freezes when i press the home button? Help!
Hello everyone, i am desperate, my game is almost done, is a 2d game for iOS, I'm testing on iPhone 6, 64gb, sometimes (not always), when I press the home button the screen freezes, and there is any...
View ArticleUsing NGUI buttons on my Ipad doesn't work properly?
I am making a simple infinite runner and I made the whole UI using Unitys native NGUI system. The buttons work properly when playing in the unity editor or using unity remote 4 on my ipad but when I...
View ArticleWhy my game app is so big?
Hi guys, heres is the log of the unity build: ![alt text][1] [1]: /storage/temp/44205-buildsize.png but the size of the app in the iphone is 75mb :S !!!!!!!! What Im doing wrong??? Thank you in advance
View ArticleHow to update apple watch content (from extension) with data from Unity project
So a few days down the line from first question: http://answers.unity3d.com/questions/938476/empty-project-empty-apple-watch-does-not-compile-i.html#comment-941306 Not sure if it fits here as it's...
View ArticleIL2CPP problem on AddRange(List)?
Hello there, So I've been building the game with Mono 2.x for a while now and there seems to be no problem with Mono. However when I build with IL2CPP, in some part of the game, AddRange doesn't run...
View ArticleiOS Xcode LLVM error when team members try to build
So I am working on a project for iOS. I can build the project on my Macbook Pro. But other people get an error when building the project for their iOS devices. It seems to be a Xcode project error on...
View ArticleHow to display correct ios launch screens?
I'm having trouble with having ios devices showing the correct launch screen. When building an app to an iPhone 4 using launch images, the app is loading the iPhone 6+ splash screen instead of the one...
View ArticleScore UI update causes frames to skip IOS only
Hello, So I'm using this techique to update my score. I never had any troubles with it, but this occured in a previous project of mine. I fixed it there by replacing the new UI with a GUIText, which...
View Articlewhy the size of an completely empty project is 58.9 mb?
ok i'm definitely doing something wrong, I'm developing a 2d game (almost done) casual game for ios, my app is very large 78mb, so I have tried everything, I just make an empty project and build it in...
View ArticleiOS Advertising Identifier Rejection
Hi, I am using Unity3D 4.6.4f1 and there is not external or 3rd party plugin in my project. But when I use> grep -r advertisingIdentifier . I got this:...
View Article