Assets/SampleScenes/Menu/Scripts/PauseMenu.cs(58,20): error CS0117: Cursor' does not contain a definition for
visible’
And in one case, it’s also giving me this error as well
“There are inconsistent line endings in the ‘Assets/Cursor.cs’ script. Some are Mac OS X (UNIX) and some are Windows.
This might lead to incorrect line numbers in stacktraces and compiler errors. Many text editors can fix this using Convert Line Endings menu commands.”
Is the error that I am getting for the Raycasting part of the RPG Unity tutorial. Could anyone please help me?