Editing in Animator removes Player tag
I have a player character which is labelled with the 'Player' tag. The game runs smoothly (is able to locate and assign variables through the FindTag function) until I edit the player character...
View ArticleScript copied exactly, yet I get the console errors
I am doing this tutorial on making a sphere on a long rectangle jump by pressing the W key, and I can roll the ball using A or D. This is the 2nd time I've followed one of this guys tutorials which...
View ArticleError: Script is not found in project
I have spent days building the terrain for a game in playmaker. I moved files that were in the asset folder into a subfolder for all the scenes. I know not to move the asset folder but didn't realize...
View ArticleCan you help me find the script error please?
Cant find error in script and i have to finish my game for a project at school in less than 4 hours can someone help :( using UnityEngine; using System.Collections; [RequireComponent...
View ArticleShader Replacement Error
I was finding out how to add depth of field in Unity Free, and it is very hard. I downloaded this "Shader Replacement" in the asset store because stated that it has a simple Depth-of-Field...
View ArticleNullReferenceException Error
Hey, I have a problem with my enemyHealth script. I googled the error and found something that i have to make a new instance of the object. Maybe with ' new Object() ' or something else but i cant fix...
View ArticleA problem with Unity Installation on Linux Ubuntu 14.04
A friend of mine is trying to install unity on Linux Ubintu 14.04 he is doing everything from this tutorial [link text][1] [1]:...
View ArticleNullReferenceException: Object reference not set to an instance of an object...
Hello. I download a free Advanced Building System. And, when I start the game, I have error:> Blockquote>>NullReferenceException: Object reference not set to an instance of an...
View ArticleRayCasting + Animation Problem
So I have my raycasting script for shooting a "rifle" at a Raptor but it only seems to work when he is in his walking animation and not any of the other animations. I am using an Animator Controller...
View ArticleConsole error when trying to use gizmos?
I'm getting these errors in the console and I can't figure out why. "error CS0117: `Gizmos' does not contain a definition for `color'" and "error CS0117: `Gizmos' does not contain a definition for...
View ArticleSomething wrong about Graphics card?
I've Installed unity 3 in my PC. when I Open, it has Error "Unity Editor requires a graphics card with at least 4 texture units. All graphics cards manufactured since 2002 should be ok." Help me, give...
View ArticleWhy am I getting an error for PNG files in an iOS Bundle File?
I'm integrating Google Play Game Services into our app, and part of that process is including two files with the ".bundle" extension - GooglePlus.bundle and PlayGameServices.bundle. Two issues arise as...
View ArticleUnderwater Collision Problem
I have an underwater slow effect in place whenever my character goes under water. Here is the code for that:`using UnityEngine; using System.Collections; public class WaterPhysics : MonoBehaviour {...
View ArticleAssets/color change.js(7,10): BCE0089: Type 'color change' already has a...
function OnMouseEnter() { //change the color of the text renderer.material.color = Color.green; } function OnMouseEnter() { //change the color of the text renderer.material.color = Color.white; } i...
View ArticleAssets/colorchange.cs(4,14): error CS0101: The namespace `global::' already...
using UnityEngine; using System.Collections; public class DelegateMenu : MonoBehaviour { //we have to declare a delegate so that we can use it in the OnGUI function private delegate void...
View ArticleCollision returning an error
Hi there, I have come across an problem that I can't solve. This is part of my crate's script. When in collides, I want it to spawn a coin from the pool. No errors show up in the console until the...
View Articleexpecting EOF, found '}'.
I have a code like that, var speed : float = 5.0f; var X : float; function Start () { X = transform.localScale.x; } function Update () { if(Input.GetKey("W"){ transform.position.y += speed *...
View ArticleProblems reconnecting to server
Hi there, Here is my problem: When I connect to the server the first time after the server is set up, everything is fine. But when I disconnect and connect again to the server the client receives two...
View ArticleJavascript(Unityscript) returning Boo compiler error
I was having a discussion with some friends of mine about what language would be good as a first Unity programming language so I decided to do some experimenting. I know that Javascript or Unityscript...
View ArticleThe class defined in script file named 'colorchange' does not match the file...
using UnityEngine; using System.Collections; public class DelegateMenu : MonoBehaviour { //we have to declare a delegate so that we can use it in the OnGUI function private delegate void...
View Article