I was using an older version of iTween and rotateBy was working fine. I just upgraded to the newest C# version and the same code in rotateBy is not producing the same results.
Picture a quarter on it’s flat side on a table. The below code would spin that quarter on it’s flat side.
It doesn’t do that anymore. It like rotates it on the z axis then when it’s done it flips it facing forward. Very strange. The idea is that I have a hexagon piece so I want it to rotate 60 degrees each time I click.