how to make mouse invisible unity

Code Example - how to make mouse invisible unity

                
                        void Start()
{
	Cursor.visible = false;
}