I place a cube in my level (scaled along one axis) and start doing something else.
Then I place another cube, but want to copy and paste the location and rotation data from the first cube onto this new one.
So far I'm doing that by copying & pasting 6 numbers one by one. Is there a faster way to clone the location/rotation of an object (eg. with a single key press)?
