Unity does not start
Hi all, after a few days that you make use unity alive the first mistakes and how to start than with an error that does not make you open the application? practically up to 4-5 days ago it opened...
View ArticleProblems Accessing Components by Name
Hi, I have some problems. I've switched the platform target to Android, and a lot of errors came out. I noticed that most of them are of this type: BCE0019: 'OnCollisionEnter' is not a member of...
View ArticleAnyone know what's wrong with this code? (NOT SOLVED)
I keep getting a error on this code. It says: **'isBuild' is not a member of 'UnityEngine.Component'.** it occurs on line 15 For some reason I can't get a straight answer, Thanks if you know. #pragma...
View ArticleMy buttons do not appear when paused?
I am trying to make my own puse script from various tutorials and snippets, it was going ok till i started to add buttons.. At first they would appear even when not paused. not they don't appear at...
View ArticleTerrain splat 8 is null.
im getting an error "Terrain splat 8 is null." the number in the error ranges from 0-8 anyone knows what this error means or how to fix it?
View ArticleAsset Server "Role admin does not exist"
Whenever I connect to the unity asset server, I always recieve the error "Could not login to localhost role "admin" does not exist." I have been trying to combat this problem for hours now and I...
View ArticleBCE0044 expecting :, found '='
so i was following a tutorial and I needed the cube to measure the distance from the cube to the player but for some reason i got the BCE0044 error. This is my code: playerDistance =...
View ArticleEVERYTHING is "missing."
Hi all. On my last quit, I got an error about a file being unwriteable. Since my project was already saved, I figured I could safely ignore the error and clicked "force quit." Now however, I've just...
View ArticleSnake Game problems - errors
Hello, I am new to coding and would like some help. I am making simple snake type game by following some tutorials and changing as I go along. However, the closer I get to finishing the more errors...
View ArticleHow do i fix the error "The type of namespace name 'PathRuntime' could not be...
So I was just fooling around with the latest version of pathfinder that AngryAnt created, and I got to the part where I needed to add the 'DemoSeeker' script, but it came up with the error written...
View ArticleError in script, when it's not
I use this script to move one object towards another (found it on unity answers). using UnityEngine; using System.Collections; public class ConstantSpeedMove: MonoBehaviour { public Transform target;...
View ArticleAnimation Window greyed out, IndexOutOfRangeException error?
So, I was about to make an animation to my knife. (Attack) And I clicked on my knife, did go to animation tab and then, it was kinda stuck and this was how the window looked: ![alt text][1] When I...
View ArticleIndex array is out of range (following H&S tut)
I have been trying to get this code to work for a while now, I am pretty new to this whole C# scripting and never really finished learning XML. My problem is with changing a material for the hair. I...
View ArticleScroll text works, but load level is to fast!
I am using a script to load text on the screen and it scrolls down, wish it was up but my issue is that i added a load function at the bottom and it loads the level before it even scrolls the text....
View ArticleUnityException and ArgumentException
i have a problem with this so it's say i have error like "UnityException: You are not allowed to call this function when declaring a variable. Move it to the line after without a variable declaration."...
View ArticleC# question
if(Vector3.Distance(target.position, transform.position) <= 20 && (Vector3.Distance(target.position, transform.position) >= 11) Ok I am getting errors on this line of code. Is there a way...
View ArticleAn object reference is required to access non-static member
Ok, I understand this error, and I know the answer is simple: "Declare a static variable". But my problem is: I want to use a simple public variable, so that I can drag and drop the GameObjects onto...
View Articlescript switching gives error
i have two scripts, the main script which is the **"playerscript"** and the second script which is the **"actionScript"**. I have tried different methods of switching but they don't work maybe i'm...
View ArticleLight Bleeding Through Hard Edges on Shadow Casting Object
I am making environment modules for our game. The goal was to use the least amount of geometry possible. I created the modules by extruding faces on cubes, and then inverting the normals. When I turn...
View ArticleAssets/Scripts/CarCameraScript.js(35,33) '+' Cannot be used with a left hand...
#pragma strict var car : Transform; var distance : float = 6.4; var height : float = 1.4; var rotationDamping : float = 3.0; var heightDamping : float = 2.0; var zoomRatio : float = 0.5; var DefaultFOV...
View Article