I have slow motion in my game, so when slow motion is activated I simply set time scale to 0.5 to make everything move half the original speed. Player also moves at half speed but I dont want that, I want my player to move independently from game time scale. Player sprite object has platform behaviour. Any help is always appreciated