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.

Are you sure that variable (RotationAxisRotationXY) is declared in that scope or a higher one ?

Surely a variable has to have a lowercase first letter?