Array error, cannot convert float to float[] ????
Yeah, the tittle pretty much explains it. I have three arrays that goes towards collecting data from different light components found on another array, but when trying to assign these values to the...
View ArticleCall Function
Hi guys ! I got error while call the function . Here is my two script : LevelControllerScript: var Friend : GameObject; function SecondRunning(){ Friend.animation.Play("SecondRunning"); }...
View Article2D Array Rigidbody details storing error - C#
I am building this project, scattering planets across space randomly and I want Gravitation to be implied accurately. What I am doing is this: 1 Instantiating a random number of planets and scattering...
View ArticleError building Player: Win32Exception - with plugin?
I installed this plugin to use Google Play Services with unity, and now I'm getting this error: Error building Player: Win32Exception: ApplicationName='C:\Program Files\Java\jre8\bin\javac.exe' My...
View ArticleRoll-a-ball tutorial Rotator error
I'm currently doing the roll-a-ball tutorial and have faced many errors, which i resolved after taking help online. But the one(s) I'm having with the rotator, I couldn't find them anywhere. using...
View Articleelse, ||, and == aren't working....
what is the new correct way to use "else" "||" and "==" .. because no scripts from any tutorials or anything that have them are working... if an example is required i can provide one..
View ArticleI can't get my script to have a timer that runs down
What my script is supposed to do is have my "Matchbox" hit the "FirePit" and turn it on. When my "Matchbox" hits the "Firepit" it does turn it on but it would stay on forever. So I tried to add a timer...
View Article'else' not working.... please help:(
the script I have is not working when I'm pretty sure it should be but when I try to play it, it says Assets/SCRIPTS/character script.js(20,1): BCE0044: expecting }, found 'else'. someone please help,...
View ArticleShader error with SurfaceOutput.Normal
Hi all! I wrote a shader to texture land in my world: http://pastebin.com/UwQMyuAb It works nice, until I tried to set o.Normal. No matter to what I try to set it, It throws many Shader errors in...
View ArticleStealth Error- Input Button Sneak is not set up + object references not set...
I have been following the tutorials in every detail and I can't get this to work at all. There are no error in the script but something is wrong. I took the PlayerMovement script from the Done folder...
View ArticleAssets/PlayerControl.js(3,21): UCE0001: ';' expected. Insert a semicolon at...
Why isnt it working, I can't add player movement in unity!!!1 #pragma strict var moveUp : KeyCode var moveDown : KeyCode var speed : float = 10; function Update () { if (Input.GetKey(moveUp)) { } else...
View ArticleError Code BCE0019
I can't find an answer to this error anywhere but my script is for making the character do he run animation when the a or d key is pressed but it says rowNumber isn't a member of object #pragma strict...
View ArticleDevelopment Build hangs, Normal Does Not
Hi, I have a problem with my project hanging on Nexus 7 (Android) if I BUILD & RUN it with 'development build' checked ON. The same project works fine in non-dev mode on Android and any mode on...
View ArticleObject reference not set to an instance of a object -
im quite new to unity, heres my question , well it comes up with an error and says - Object reference not set to an instance of a object heartbeat.OnTriggerEnter(UnityEngine.Collider col) script-- var...
View ArticleError BCE0018
If you check my profile I get error after error in scripts and when researching this script I found that it is cause monodevelop doesn't recognize the "AnimateTexture" as a class (sorry I'm new) So can...
View Articlemonodevelop shows error and does not start
I get an error on line 1 char 1 error invalid character - code 800A03F6 - Microsoft JScript compilation error what is at that location is "# pragma strict". Monodevelop does not open. How do I fix it?
View ArticleError Code BCE0044
So I told me to put a } to end the function and I did but I got another BCE0044 saying it expected else but got } which is what it told me to put I am going crazy it is so annoying >:( #pragma...
View ArticleObject2Terrain Error
Hello I have an error with the object2Terrain script which when i click the button this happens. Can't add component 'MeshCollider' to Plane because the game object is a generated prefab and can only...
View ArticleRecursive culling with the same camera is not possible.
The error I'm getting is the title of this question. I added the water pro example prefab to a scene. That error continuously spits out. I don't know why. I've tried searching answers.unity3d and the...
View ArticleUnexpected error
Hi guys,I am following this tutorial on youtube and i followed i think he typed but got a few errors i dont understand. Assets/Scripts/Network/NetworkAnimsStates.cs(6,22): error CS1519: Unexpected...
View Article