Search Unity

RigidBody2D object falls...

Discussion in 'Scripting' started by boowman, Jul 24, 2014.

  1. boowman

    boowman

    Joined:
    Jan 3, 2014
    Posts:
    57
    Hello
    I would like to know if it's possible to make an object drop immediately, by this i mean if I jump I want it to fall down a lot faster.
     
  2. Isikuo

    Isikuo

    Joined:
    Jul 23, 2014
    Posts:
    13
    Do you mean like a character controller? There is a section for fall speed/gravity
     
  3. Arowx

    Arowx

    Joined:
    Nov 12, 2009
    Posts:
    8,194
    If you're using a rigidbody, you can increase the gravity, or apply an additional downward force.
     
  4. boowman

    boowman

    Joined:
    Jan 3, 2014
    Posts:
    57
    I have created a custom script for the player so I don't have them.
     
  5. boowman

    boowman

    Joined:
    Jan 3, 2014
    Posts:
    57
    Which bit is to increase the gravity with rigidbody2D?
     
  6. Arowx

    Arowx

    Joined:
    Nov 12, 2009
    Posts:
    8,194
  7. LeftyRighty

    LeftyRighty

    Joined:
    Nov 2, 2012
    Posts:
    5,148
  8. boowman

    boowman

    Joined:
    Jan 3, 2014
    Posts:
    57
    Thank you both.