Null Reference Exception
When attempting to play the game, an error pops up telling me the following; "NullReferenceException: Object reference not set to an instance of an object CompleteProject.EnemyMovement.Update () (at...
View ArticleC# Greater Than or Equal To
Hello everyone. It seems like there would be a lot of documentary on this question, but I can't do anything I have found. I want to have an If statement that is, if variable1 >= 25, do x. My code...
View ArticlePlease Help (Java Coding)
NullReferenceException: Object reference not set to an instance of an object ammoDisplayerHub.Update () (at Assets/Scripts/ammoDisplayerHub.js:9) Is the Error! And #pragma strict import UnityEngine.UI;...
View ArticleAsset Store Connection timed out with proxy
hey guys, Im using Unity 5.3 in Windows 10. Im having the following problem: I cant download any asset from the Asset store. I can login, connect to the Asset store and even buy assets. when i try to...
View ArticleWhat do these error messages mean? I keep trying to build it and I get these
Error adding system: Data not available. UnityEditor.HostView:OnGUI() IOException: Win32 IO returned 112. Path: C:\Program...
View ArticleThe name `followerPosition' does not exist in the current context
I am attempting to get a game object to follow another game object and keep getting this error i am not sure what this error means. using UnityEngine; using System.Collections; public class...
View ArticleI have an error in the script which says that 'void' is not an iterator...
I was coding when this appeared: Assets/scripts/explosion particle.cs(19,14): error CS1624: The body of `explosionparticle.OnTriggerEnter2D(UnityEngine.Collider2D)' cannot be an iterator block because...
View ArticleUnneeded UCE0001 ;
Here's my code. _#pragma strict static var score = float 0;_ It has one line, with a semicolon on it, but it asks me for one anyway. What's wrong?
View ArticleBCE0004: Ambiguous reference 'audio': Piano 1.audio, UnityEngine.Component.audio
i'm creating a 3d game where you press a key and noise should play , but i still get the error code. This is my script so far: @script RequireComponent(AudioSource) var audio : AudioSource; public var...
View ArticleErrors when Unity started
Hi! I see those errors ![alt text][1] And can't find how fix it. Can somebody help? [1]: /storage/temp/66602-errorsunity.png
View ArticleAmbigous Advertisement import error?
Okay so I have managed to get UnityAds working Javascript, however I have come across this error when importing? ![alt text][1] I've searched the forums and read the documentation, but I still can't...
View ArticleLoading script assembly error
Since I've updated Unity to verison 5.3.4f1, I get this error every time I open a project or make a new one: *Loading script assembly "C:/Program...
View ArticleProblem with Crouch Script - 3D C#
I cant seem to work out what the problem with my script is, here it is below: using UnityEngine; using System.Collections; [RequireComponent (typeof(CharacterController))] public class...
View ArticleError BCE0019: 'refusethrow' is not a member of 'UnityEngine.GameObject'.
I've fixed multiple errors within this code but can't figure out what is going on here. It says it happens at (66,80). Thanks! #pragma strict var objectPos : Vector3; var objectRot : Quaternion; var...
View Articleerror in build andtoid apk
![alt text][1] [1]: /storage/temp/66714-eror.png i have this problem from build game android, how can I fix this bug?
View ArticleError:--service is not available try later when work online in unity5
Error:--service is not available try later when work online in unity5
View ArticleError CS1519 and Error CS8025
This is my first time ever coding, and it's for the Roll-a-Ball tutorial, and I'm kind of stuck because I don't think I can remove any of the symbols it's telling me to remove. Here are the error...
View Articlequestion about CommandInvokationFailure: Unable to convert classes into dex...
Good evening, I'm having a "CommandInvokationFailure" error when trying to build my game for android. I'm using Unity 5.3.3f1 with the plugins Google Play Games 0.9.32 and Facebook SDK 7.4.0. The exact...
View ArticleIt says it's expecting an identifier, and that public is a keyword, but I...
So I'm starting to code this "Simon Says" game from scratch, so I decided to start with the random sequence, but this error pops up that makes no sense to me! using UnityEngine; using...
View ArticleKeep Getting NullReferenceException: Object reference not set to an instance...
this is super annoying and I cant seem to understand why im getting it, someone explain it please? Heres the line that gives me the error; txtDate.text = DateNumber.ToString("0"); and heres the whole...
View Article