Hello everyone ,
I make a demo , learn from a open game “KO”.
After I import character to scene, it can be control to move , and the physics is well when collision happen.
But the confusion to me is : gravity invalid for the character.
My core code here (Hero inherit from Controller):
Hero->
Controller->
And load scene code:
scene in editor:
when game running , character in sky ,do not drop to ground, everything else is normal
someone can help me ,thanks !