what does this mean? "function not valid macro" thats an error im getting.
heres the code
Function update () {
if (input.GetButton("Forward")){
transform.Translate(transform.forward * moveSpeed * Time.deltaTime);
}
}
↧