#No, simply when the game starts the
1 messages · Page 1 of 1 (latest)
But I put it on the floor bro!
It's not that complicated, there's just no force that hits so the figure starts to float!
When the game starts it is on the ground and then it starts to float
no
yesssssss
what hahaahah
Okay
See if the ground check works
Like look in the inspector
Disable the character controller
It works, I checked from the logs.
and move it up and down
Okay
wait
your gravity force is negative
if you substract it, it gets positive
gravityForce = Physics.gravity.y;
Physics,gravity.y is -9.81 if I default
if you do moveDirection.y -= gravity you start floating
its workkkkkkkkkkkk
😂
you were right
yeah
But the jumps are really small