Xcode build error
Empty scene. Unity 5.2.1f1 and Xcode 7.0.1. 3 errors.> clang: error: **unable to execute> command: Segmentation fault: 11**>> clang: error: **clang frontend command> failed due to signal...
View ArticleUnhandled Exception: System.StackOverflowException when using Switch Statement?
There is an issue where the switch statement does not work anymore and then Unity complains that another script is to blame for this exception. I don't know why or how this error is occurring but it is...
View ArticleLighting Error Problem - GI lighting not working in runtime.
In Editor everything seems to work fine, i load level from intro scene and to make sure in the lighting window both scenes have same values, but when i load this level in runtime it loads a hard shaded...
View ArticleNo readable font with unity 5.3.0 on OSX 10.9.5
Hello, I use OSX 10.9.5 and want to work with Unity 5.3.0. Therefore I downloaded and installed it. But when I start it, the font is unreadable, so that I cant use it. Here is how it looks like:...
View ArticleBlack screen and crash, build iOS
Unity 5.3.0, Xcode 7.2, iPhone 4s. Build Successful. After starting the application is presented a black screen and the application crashes. > Thread 1: EXC_BAD_ACCESS (code=1,> address=0x0)...
View ArticleNetworkClient Send with no Connection
I am using Unity's Network manager. When the player disconnects to the server and reconnects they receive data from server but cannot send data. When the reconnected client tries to send data, they get...
View ArticleUnknown error
So i decided to upgrade my unity a few days ago (from 5.0-5.3) when it got within the program stuff starting getting weird i couldn't import images, I couldn't change settings and the game i made's...
View ArticleAddRigidBody Script Error
I have an AddRigidBody script for an FPS zombie game, and it has this error. I'm not even really sure what this means, nor can I find it anywhere on the internet. The error: "...
View ArticleUnexpected Symbol 'float'
I am making this script for health, and I am trying to clean up this error. If you can tell, I'm kind of new to Unity healthText.text = string.Format ("+ {0}", CurrentHealth ) float currentXValue =...
View ArticleNullReferenceException: Object reference not set to an instance of an object
Help? I'm trying to create basic AI to follow the player around, keep getting this 'error' and the Enemy Tank never moves? [Here is a link to my code for the EnemyMovement Class][1] [1]:...
View ArticleGame Crashes On Startup in Android Phone?
I tried to compile the game in android Device while loading of splash Screen game get crash. Here is the Error Log[link text][1] Please Help [1]: /storage/temp/60157-output-log.txt
View ArticleAddRigidBody Script Error
I'm not sure if this counts as an error since there's no error icon in the box. The player doesn't go through walls or the zombie, but the zombie goes through the walls. Everything has a collider...
View ArticleXcode build error ..
Hi, When trying to build to iOS with Xcode as it builds to the phone then starts to run I get the below error. Does anyone know what this means please? ![alt text][1] [1]:...
View ArticleMethod Must have a Return Type (Vector3 x,y,z)
So i've been trying to figure this out for 3hours now and I cant figure it out. My idea is that I have this cube . and when I push it a distance away from it's original position. It destroys itself....
View ArticleUnexpected symbol GUI
Thats is my code but o think all is right but console writing me "Unexpected symbol GUI" Thanks for all using UnityEngine; using System.Collections; public class Gracz : MonoBehaviour { public int...
View ArticleInstantiating prefab gives isfinite error
My project was running good in unity 5.2 . But after upgrading to 5.3.1 whenever I instantiate a prefab it throws me 'aabb' 'isfinite' errors which I had never seen before. Please help..![alt text][1]...
View ArticleJust look at it and please,help me...
After installing any assets from Asset Store, i have 30 Standard Assets errors (30 per any asset installed). I downloaded one asset now and... probably you'll know the rest. [Link to my YT video in...
View ArticleReally weird Unity Camera Bug (In Editor)
When I get close to objects , they just go away. and with that I mean. Not even that close. proably about 100 meters away from the object.. ![alt text][1] ![alt text][2] [1]:...
View ArticleWhy am I getting all these errors
I have just started making games & when i created a c# script for movement I got 15 errors visualstudio/xamarin studio do not recognise vector3 here it is using UnityEngine; using...
View ArticleGame Wont Open After Build (.exe, windows 7, 32 bit)
Hello all, thank you for taking the time to read this. I just completed my first game ever, and I successfully have it built and running on my android device. However, when I build it for PC, the exe...
View Article