#im having trouble finding someone making a dash ability in 3d

1 messages · Page 1 of 1 (latest)

light star
#

What did you try searching? I found many videos searching "unity c# dash tutorial" - in general, depending on the kind of dash your looking for, I would imagine you could lock gravity on your player (if your player uses physics), disable its collider and lerp to some new directional position, or AddForce with physics for x amount of time if your dash is time based instead of distance based, and if your dash should move by physics or translation (ignoring physics/passing through objects)

true dirge
#

or dash unity3d

light star
# true dirge or dash unity3d

I would guess that search term might get more results, I would also include the words "c#" or "tutorial" to refine your search a bit more, though even that should find you some relevant forum posts and videos

true dirge
#

What kind of dash?

#

If you need sprint button: Make the speed = sprint speed when input is given

#

Basic math, But it's the executing what is hard, Tho if you know c# basics you should know how it's done basically