My script keeps saying the file and class are not the same even though they are.,So I put this code in, and renamed the script to CameraPOV, and changes the class name to CameraPOV but the error keeps saying that it’s not the same!
You placed the definitions of the Turn() and Thrust() methods outside the braces of your CameraPOV class.
Simply remove Line 31.
Its because you have an error in your script. check your script very well. once youve solved the problem, the error goes away