I want to cursor be visible on pressing “2” key, I tried every script from internet, the only thing it worked is to make FirstPersonController dissabled, but that doesn’t show me a cursor.
So… I tried to look for some code to disable/enable Lock Cursor that is on the First Person Controller script.
Since im a noob, it took me a while to notise they are all Serializeable Privates.
Edit first person controller, change [SerializeField] private MouseLook m_MouseLook to public and then you can: