I’m creating a grid of tiles (each tile is an Actor). I’m planning a fixed camera angle, and would like the grid rotated 45 degrees.
Rather than rotate and position every tile, is it possible to spawn the Actors as a child of a parent object? I could then set the rotate on the parent object/actor transform.