Hi,
I'm testing object rotation with PlayMaker.
It's very simple action.
Every button down,
1. get rotation value of object.
2. add 90 degree to y-angle.
3. set rotation value of object.
It works but sometimes it does not returns exact value.
Attached pic is about rotate from 0 degree of y-angle, rotate 90 degree and return to 0 degree.
So it should be 0 degree of y-angle but it's not. (not 0 but 7.629395E-06)
Why this happen?