make mouse invisible and lock it unity code example Example: how to make mouse invisible unity void Start() { Cursor.visible = false; }