Skip to content

Instantly share code, notes, and snippets.

View tomblenz's full-sized avatar

Thomas Bell tomblenz

View GitHub Profile
var movement = transform.forward * speed * Time.deltaTime;
belt.position -= movement;
belt.MovePosition (belt.position + movement);