its changing but i want it to change slowly
function Update () {
if (Input.GetKey ("w"))
{
Camera.main.fieldOfView += 100*Time.deltaTime;
}
}
↧