I’m currently trying to use:
void Start()
{
Cursor.visible = false;
}
The console is printing this error:
Assets\Scripts\Cursor.cs(9,16): error CS0117: ‘Cursor’ does not contain a definition for ‘visible’
Just upgraded to 2020. Could this be a new bug?