You can already do it yourself.
Set the gravity to 0, and every tick add a force on your object.
The angle/direction of this force depends on what you want, and this is a way to apply gravity in the direction you want.
It requires a bit of math I guess, to transform the orientation into an angle for the force, but it is doable.