Player jitters on floor, causing missed jumps request
This is more critical when the platform angle is between 90-270, making jumping almost impossible.
Attach a Capx
http://www.avishaymizrav.com/platformSineBug.capx
Is this a bug or should i handle jumping from rotating platforming separately with vector Y/X?
Update: I found a temporary solution, if the wall angle is between 300-420 and the player is not jumping, i am pushing the player 2px in self.angle+90, this keeps him steady and jumping is working better.
Maybe this is something that should be auto implemented for the platform plugin.