- Home /
Unity BCE0005 Error. Please Help!
Hello Guys,
This is my first post so here I go.
I Get a BCE0005 Error. It says "BCE0005 Unkown Identifier: 'RotationAxisRotationXY'.
My script I'm trying to write is for RotationAxisRotationXY is "if(RotationAxisRotationXY == RotationAxis.MouseX){"
I have some script after that but Why is it saying RotationAxisRotationXY Is Unknown. How can I Fix this?
Regards, Raxis.
Answer by Berenger · Apr 26, 2012 at 07:06 PM
Are you sure that variable (RotationAxisRotationXY) is declared in that scope or a higher one ?
Answer by GenericUsername_1004 · Apr 27, 2012 at 04:20 PM
Surely a variable has to have a lowercase first letter?
a variables first letter doesn't "have" to be lowercase
Indeed, it's just a convention you may or may not follow. It helps people to know if a word is a function, a variable, a property, a constant etc. You can write everything in capital if you like it !
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Getting Unknown Identifier Error 1 Answer
SendMessage illogical errors 0 Answers