Search Unity

Jump Travel

Discussion in 'Scripting' started by Brendando, Apr 4, 2008.

  1. Brendando

    Brendando

    Joined:
    Mar 10, 2008
    Posts:
    26
    Hi...
    Would it be possible to create something a bit like the jump pads in Halo 3? So, the character would run/jump onto it and it would throw them a certain distance into the air and across the level? Any help is greatly appreciated, :D.
    Cheers.
     
  2. sbuchbinder

    sbuchbinder

    Joined:
    Apr 4, 2008
    Posts:
    53
    Just check out the 3D Platform tutorial, there's a jump pad script in there that should help you out :D
     
  3. Brendando

    Brendando

    Joined:
    Mar 10, 2008
    Posts:
    26
    Yeh, thanks, took a look. But I'm not sure how to adapt it to my needs; I barely have any knowledge of scripting, XD, and I think the script is rigged to work with the third person character in the tutorial, specifically.
    Again, thanks though, ;).
     
  4. AngryAnt

    AngryAnt

    Keyboard Operator

    Joined:
    Oct 25, 2005
    Posts:
    3,045
    Groovy. Though to adapt or redo this you'll need to pick up basic understanding of programming in unity or get yourself a code slave. :wink:

    Disclaimer: That was not an offer :p
     
  5. Brendando

    Brendando

    Joined:
    Mar 10, 2008
    Posts:
    26
    Haha. I was thinking; instead I'd scripting, wouldn't it be possible to create something like a constant force?
     
  6. AngryAnt

    AngryAnt

    Keyboard Operator

    Joined:
    Oct 25, 2005
    Posts:
    3,045
    I'm not sure what you're getting at. For a jump pad, a nice big one-time jolt seems like the obvious solution to me.