Error Luanching Web Plug In
Im running on Mac o x 10.5.8 and every time I try to play a game with the unity web player it shows the error Launching Unity Web Plug. I have cleared my cache and deleted the unity web plugin and the...
View ArticleGUI Error: You are pushing more GUIClips than you are popping. Make sure they...
#pragma strict var beep : AudioClip; var menuSkin : GUISkin; var menuArea : Rect; var playButton : Rect; var instructionsButton : Rect; var quitButton : Rect; var instructions : Rect; private var...
View ArticleGUI Error: You are pushing more GUIClips than you are popping. Make sure they...
I have an error in my GUI script for my main menu. I get: GUI Error: You are pushing more GUIClips than you are popping. Make sure they are balanced) I know what this error means as I've sat here...
View ArticleCS0103 Error
Having an issue with creating a State Machine. In my states, the variable, 'manager' doesn't exist in the current context. I'm not sure why it isn't grabbing it from the BeginState. **StateManager:**...
View ArticleSmoothDamp not working?
Hi, I am moving my object using: transform.position.z-=0.1; because it is set to kinematic... I am trying to make the movement of this object much smoother, searching the WWW I find...
View ArticleErrors with Simple Inventory free Asset
Hello i get 30 Errors when i Import the Simple Inventory free from Assets store. An exsample: Assets/Inventory/Scripts/Items/Item.js(117,30): BCE0019: 'enabled' is not a member of 'UnityEngine.Component'.
View Articlewhats wrong with my code?
i get the error Assets/Scripts/CursorGone.cs(12,9): error CS0246: The type or namespace name `function' could not be found. Are you missing a using directive or an assembly reference? and it higlights...
View Articlegetting error "Object reference not set to an instance of an object" when i...
Hi, sorry for nooby question I have a static class for the players and keeping the players list (Players) and a class that holds each individual player (PlayerClass) static public class Players {...
View ArticleThe name 'SwipeControl' does not denote a valid type ('not found')
I have gotten this error : The name 'SwipeControl' does not denote a valid type ('not found'). This is the script : var swipeCtrl : SwipeControl; var obj : Transform[] = new Transform[0]; var minXPos :...
View ArticleMenu Building - Cannot implicity convert type float to int
Back again with a new noobie question. So I'm building this main menu Rust style and I found a quality slider code for my options menu. Totally overjoyed I copy pasted it in my code to find the error...
View ArticleFor statement errors?
So, I am working on a parenting script that will make an array of objects parent to another object. Before I go any further, here is my script- var allforces : GameObject []; var editmode = true;...
View ArticleWhy am I getting this error repeatedly?
Assets/scripting_basics2.js(106,21): BCE0067: There is already a local variable with the name 'doesFightHappen'. error, I'm just learning to use javascript, and just playing around, and this is the...
View ArticleCan anyone help with this "rigidbody" scripting error?
/Users/sartiv/Desktop/Screen shot 2014-01-31 at 8.56.35 AM.png
View ArticleUnity says that my script isn't doing anything?
I am working on a building game, and I spawn objects & parent them to a master object. Unity is giving me the Expressions in statements must only be executed for their side-effects. error. After a...
View ArticleUCE0001 JavaScript Array error
I trying to get my head around array's in Unity JavaScript. But all ever get is this error message. Assets/test1.js(3,25): UCE0001: ';' expected. Insert a semicolon at the end. Unity 4.3.3f1 (I am new...
View ArticleNullReferenceException
I know there have been many questions on this before, but each question has had completely different code to mine, and I thought I should ask. I have started making a player job script, and it works,...
View ArticleBug in scrolling game
I am making a scrolling game and I have a bug in which holding the jump key as you die will cause the character to disappear and the score to run forever.
View ArticleTrying to get enemy to aim at the player and shoot at it
Here's my code (I use Javascript): #pragma strict //Find Player var Target : Transform; //Projectile itself var projectile: Rigidbody2D; var seconds : float = 5; var projectileSpeed : float = 5; var...
View ArticleError with vector3 initialization
Im getting this error :"Assets/_Scripts/PlayerController.cs(27,39): error CS1922: A field or property `UnityEngine.Vector3' cannot be initialized with a collection object initializer because type...
View ArticleEditor !hasError
In my Unity editor, the import for a very small sprite (1x4) is not working. I have type "sprite" set for the texture. However, the sprite asset does not exist. When I entered the console, there were a...
View Article