Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

Character Controller unity isGrounded is false

The reason why your isGrounded is always false, is because you are checking it before you apply gravity, it is therefore not grounded at that point. Then you apply gravity and it becomes grounded. Whenever using the character controller, you should also never call . Move more than once per frame
 
PREVIOUS NEXT
Tagged: #Character #Controller #unity #isGrounded #false
ADD COMMENT
Topic
Name
2+8 =