#Cannot jump at all

1 messages · Page 1 of 1 (latest)

candid void
#

SO before I was having a problem with infinite jumping, and then i fixed it by placing groundMask into checksphere but now I can't jump at all. Was wondering if someone could take a look at my code and tell me whats up.

Code: https://paste.ofcode.org/e2q2QHNjFkEFCUdwp79GrM

lyric bison
#

so isCharacterGrounded is false when it should not be?

mighty crescent
#

isCharacterGrounded debug this, its probably false all the time

candid void
#

how would i do that?

lyric bison
#

so HandleIsGrounded does not deliver the results you need / expect ?

candid void
#

yes

lyric bison
#

why not use the CharacterController ground check?

candid void
#

let me try that

candid void
mighty crescent
#

Debug.Log(isCharacterGrounded);