Hi so basically i know how lerps work and stuff but can u do this to use it as a varible??
Example 1:
transform.position = Vector3(Mathf.Lerp(minimum, maximum, Time.time), 0, 0);
can you do this :
var hello = transform.position = Vector3(Mathf.Lerp(minimum, maximum, Time.time), 0, 0);
or would u have to make transform.poisiton a variable?