Is there any way to check when a GameObjects transform.rotation is going up or down? In the code for the player I can check this just by checking the keys that are held down, but in the automated AI version of the code I can’t do that.
If there is a rigid body on the GO, you can check its rotational magnitude.
Yeah, there is. I’ll look into that.