fake error
i am getting compiler error witch i think are fake, here is the script function Start() { MasterServer.ipAddress = "127.0.0.1"; MasterServer.port = 23466; } i am getting: 'ipAddress' is not a member of...
View ArticleUnity Internal Compiler Error
Internal compiler error. See the console log for more information. ......(Continue) HOW TO SOLVE INTERNAL ERROR IN UNITOHA I have reimported all but Internal compiler error! Please help me how to solve...
View ArticleAnimation isnt playing as legacy type.
Hello guys, I made an animation to change color of a component in my game. I started game but animation didnt played. It said "animation must be marked as legacy" I changed it as legacy , but this time...
View ArticleError when importing certain assets packs (like water(pro))
Does anyone have an idea why I keep getting this error when I import certain assets such as water(pro) and the new Unity standards assets(beta) bundle? Any help would be much appreciated. I always get...
View ArticleIm getting errors when I try to run my C# Script.
Hello Please excuse the title. My usual language is Javascript so please excuse me if im making an obvious mistake here in C#. However my problem is that I keep getting three errors (1....
View Articletransform.eulerAngles(0,0); "transform does not contain deffinition for...
I get an error saying: "transform does not contain deffinition for "eulerAngles"... Heres my code: using UnityEngine; using System.Collections; public class PlayerControl : MonoBehaviour { byte...
View ArticleGui label errors
I used this code (and similar but with the same errors). I also tried GuiLayout.label GUI.Label(Rect(10,10,100,30),"Test"); The errors that I get: Assets/Scripts/NetworkManager.cs(15,27): error CS0119:...
View Articleerror CS8032: Internal compiler error during parsing, Run with -v for details
Hello Forgive me if this is a simple mistake, for I am more used to Javascript and am not as good at C#, but when I try to run one of my scripts I keep getting the error...
View ArticleCan someone help me with a error
I am a getting this error and can not find out what is wrong with it. Assets/Scripts/Pause Menu.cs(16,28): error CS1525: Unexpected symbol `Time' ![alt text][1] [1]: /storage/temp/24858-capture.png...
View ArticleUp Arrow creates error in Game
Hi all, I've got a 2D looking sidescroller game that was built in a 3D project. Even though it is a 2D sidescroller game, I am using FPSController. My Horizontal movement keys are the right and left...
View ArticleEnum is thought to be a float?
I keep running into this issue with Mono that my Enum is the wrong type and is expected to be a float? I'm getting error **CS1061- Type 'float' does not contain a definition for 'smooth'**.... blah...
View ArticleCS1519 error Help please
Here is my code Please help thank you using UnityEngine; using System.Collections; public class MenuRaycast : MonoBehaviour { private bool inOptionsMenu = false; private bool showCredits = false;...
View ArticleParse Error on OutlinedDiffuse Shader
Hello, I'm trying to use the OutlineDiffuse shader in my game project. I have no experience/knowledge about shaders. I'm using the shader in the wiki:...
View ArticleVery odd but harmless error? *Not that urgent*
Hello guys! I've received an error that's really odd for me. It says "MissingFieldException : UnityEngine.RigidbodyConstraints.freezePosition", but it stills allows me to play the scene. Also, I've...
View ArticleRoll a Ball tutorial error
Here goes a rally stupid question, but I've tried everything I could thing of and everything I've read on here, and nothing works. I'm currently doing the 'Roll a Ball' tutorial and I'm onto the 2nd...
View ArticleXML, Saving Data of Lists gives error
I'm trying to save character data for a game. I tried using xml but i get an error when instantiating the player, and i cant figure out why. In the players start method i try saving for testing. Would...
View Articleerror CS0118: `New_Career.Fame' is a `field' but a `type' was expected
Hello Excuse me if there is a simple answer to this, for I am not experienced with C# and am more comfortable with Javascript but for some reason I keep getting the error error CS0118:...
View ArticleHow to make animations only play with script?
Hello! I've recently run into a animation problem. I'm trying to make a door open when you enter a trigger, so I made a very simple animation of the door opening to activate with the script. The...
View ArticleProblem using 'function Update ()' to restart the game, error CS0246
This is my script: using UnityEngine; using System.Collections; public class Score : MonoBehaviour { public GUISkin ScoreSkin; int playerScore = 0; int enemyScore = 0; public void IncreaseScore (int...
View ArticleUCE0001: ';' expected. Insert a semicolon at the end
UCE0001: ';' expected. Insert a semicolon at the end i got that error messsage after i put a script to my model actually im trying to follow this tutorial : http://www.youtube.com/watch?v=y9eJhD0r3H0...
View Article