Vector3.up
static var up: Vector3;
Description

Shorthand for writing Vector3(0, 1, 0).

	transform.position += Vector3.up * Time.deltaTime;