I have a camera that rotates around an object and I want the object to move forward as to where the camera is looking. Can't really think of a way to do it, any tips?
Camera.main.transform.forward is where it's looking. You could translate your object along the negative of that, or move the camera forward.