Do the values in the attributes for transform mean anything or have any significance? I see random values like -1.207921e-05 and 2.677221e-05 when I do a play preview of the game.
e-05 means that its a value thats on the 10^-5 scale so 0.0000xxxx
its basically 0
It’s because of floating point imprecision. Don’t worry about it.
–Eric