#Help me please
1 messages · Page 1 of 1 (latest)
and...?
is Jump getting called when it should?
ok, did you confirm that it is using debug log?
or anything?
or are you just saying that it does
you can use Debug.Log inside your jump method to see if it's getting called
ok ill try that
something like Debug.Log( "jumping!" )
inside Jump
the Console window
oh then its not working
ok make sure readyToJump is true and grounded is true
in the updates or just at the top?
in update is fine
put the things to true
oh I meant for you to check that they were true lol
lol
yeah
maybe call ResetJump in Start()