@Gama11 said in Disable Physics - Platform is effected ny player.:
[...] it looks like you're modifying x and y of the player FlxObject directly in KeyboardInputComponent? That way, you're bypassing Flixel's physics, you should use velocity instead.
I switched over and this now works. Thanks!