Search Unity

Unity Physics, falling in different directions

Discussion in 'iOS and tvOS' started by devknob, Sep 18, 2009.

  1. devknob

    devknob

    Joined:
    Apr 2, 2009
    Posts:
    66
    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?
     
  2. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    "0 liner"

    1. Disable gravity
    2. Use ConstantForce :)