Unity Physics, falling in different directions

I want to make a game where sometimes a box will fall left, fall right, fall up or fall down as normal. How much of a task is it to do something like this on the existing unity physics? Like change the direction of gravity on a per object basis?

“0 liner”

  1. Disable gravity
  2. Use ConstantForce :slight_smile: