i’m using the transform var rotation e World.Space as a parameter:
transform.Rotate(0,tumbleSpeed * time.deltaTime,0,Space.World);
The problem is Space.World doesn’t exist!!
if a write Space.World or Space.Self the word “Space” change color in blue, but the other word doesn’t change.
thanks