How do I fix my compiler errors? (Probably simple to solve)
(Background) Hello. I am a total scrub at Unity and programing overall so if you've got a little more experience than I do, this will most likely be easy to solve. I've been trying to create some kind...
View ArticleGame Perfect in Unity 5 but not in Android Device
Hello devs! first of all thanks for reading my problem and your expected solutions.. Here is my problem... I'm working on a child age game for 2 months, everything was perfect till I imported my asset...
View ArticleThe Roll-A-Ball tutorial doesn't work with Unity 5.
I have just started to use Unity, and I went on the first game tutorial (Roll-A-Ball) to learn some of the basics. However, once I got on to making the script to move the character, an error came up on...
View Articleerror 0120 Help
I keep having trouble with a C# script. I keep fixing errors, and unity finds other errors. One of which I can't figure out how to fix. `using UnityEngine; using System.Collections; using UnityEngine;...
View ArticleUnity 5 causes windows 8 to blue screen?
I recently updated my project to Unity 5 and started playing with new lightmapper and tools and I also started to encounter unexpected Blue Screens with KMODE_EXCEPTION_NOT_HANDLED or...
View ArticleSo switched to Unity 5 and Hell broke loose
I guess most of the main input has been changed? When I tried loading in any sample assets. no mouse input is registered. I imported the standard assets and none of the character controllers will work....
View ArticleAndroid Ads Error
i made a android game, without ads, i dont get an error but if i active ads (GoogleMobileAds.unitypackage and (dev tools/extra/google/google_play_services/lib ) i take this error;...
View ArticleHas anyone made Android build on Unity5?
I just need to see the exact combination of Android SDK requirements. Unity 5 is lying to me with error messages, where everything should already be installed. I was able to make a build with Unity 4....
View ArticleError CS0029 LineRenderer Help
Hi, i have a problem. I started practicing in unity with a tutorial video of unity , Which is called Fun with laser and when to I create the script, appears the following error message:...
View ArticleFailed to load window layout - from Win7 to Mac
"This can happen if layout contains custom windows and there are compile errors in the project." Getting this error when importing a project from Windows 7 to Mac. I just copied the project folder and...
View ArticleCursor.SetCursur overload error? (Fixed)
I'm getting the weirdest error because the code is directly from the API but it does not work all I did was change the names Heres the relevant code: var gamec: Texture; var greenc: Texture; Function...
View ArticleIm getting a "NullReferenceException: Object reference not set to an instance...
I'm following quill18creates's tutorial on making a Multiplayer FPS and I'm on part 5 of his tutorial. I get this error: NullReferenceException: Object reference not set to an instance of an object...
View ArticleActor:update mass from shapes must be nonnegative
This only happens on my standalone but it dont have problems on Editor. ERROR:Actor:update mass from shapes must be nonnegative Any idea ? It happens without any explanation.
View ArticleStandalone CTD (Access Violation) - Making sense of "error.log" files?
**While testing a standalone windows build on a machine inferior to the one used to develop the game, I experienced several Crashes-To-Desktop.** I found "error.log" files created by the crash events,...
View ArticleBCE0022: Cannot convert 'String' to 'int'.
HI, I'm new with unity. I'm trying to practice but i'm getting this error BCE0022: Cannot convert 'String' to 'int' with this: can someone help me please? var score: int = "500"; var personnage: String...
View ArticleHow do I grid of erros (mes.colors out of bounds)>
So I am making a flag blow in the wind with unity 5. Looks really cool. However, I get 2 errors whenever I click on the 'cloth'. The errors are below and pictures of the inspecto![alt text][1]r are...
View ArticlePhoton Unity Illegal view ID:0
enter code hereIm making a co-op game using photon unity networking and I've run into an issue while making a restart function that not even google could solve for me or give me any insight.I am using...
View ArticleWhy can't my Physics.Raycast work
I'm making 2D games (well, i'm really new), and I use this UnityScript code (frankly speaking, it's from the tutorial) inside a gun sprite without collider in (0,0,0). I put some objects with box...
View ArticleDeltatime not working anymore?
I was working on my small horror game, and then I went to go do something and then when I came back there was like 1000 errors about deltatime, even though some of the errors where about stuff I did a...
View ArticleError building Player: Extracting referenced dlls failed
While building my game for Android, got this errors: Environments: Unity 5 Java 7 * NullReferenceException: Object reference not set to an instance of an object...
View Article