I was looking at the documentation for Rotate:
It says:
// Rotate the object around its local Y axis at 1 degree per second
transform.Rotate(Time.deltaTime, 0, 0);
Isn’t that for a rotation about the X axis, not the Y?
It says Y, but I think it should say X.
Thanks.
Have a blessed day.