Space.World

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

Yes it does. It exists regardless of whether your syntax highlighting is working or not.

–Eric