I was using standart character controller in demo in 1.2 vers;
In the 1.3 CharacterController is't updated at all; I mean some code, what i add (camera rotation of my camera and your grab control) work fine
but CharacterControl.body not moving. CharacterControl added to Space and Space is update normally. But CharacterControl.Body stoped in the ait (even not fall) .
What has changed ?
Re: question about Character controller
Posted: Sat Dec 28, 2013 5:09 pm
by Norbo
If it's not falling while in the air and gravity is set to some nonzero value, that strongly implies the character is not actually in the space. While a variety of things changed, I don't remember anything related to this which would properly explain what you see.
Could you reproduce the behavior in isolation for me to look at?
Re: question about Character controller
Posted: Sat Dec 28, 2013 8:07 pm
by mr_join
Hi! Thx for reply. I added the old version of CharacterController but nothing change;
on video position of the CaracterController.Body.
It's Fun but my bot (but not testing he's camera position and etc) that using charactercontroller for moving still work and fall normal on the ground;
And fun that *.exe file of the game is not running on win8 (old vers normally run i don't kwon how is linked)
As you can see on video = position of character body has't change; I pressed all move buttons and jump btn;
Re: question about Character controller
Posted: Sat Dec 28, 2013 8:54 pm
by Norbo
At a glance I still don't see anything wrong, but the leading theory based on the described behavior is still that the character is still somehow not actually in the Space.
I would recommend walking through/putting breakpoints in the code with a debugger to verify that the character and its body are in the Space, that the Space is being updated, and that the input is being handled as expected.
If you verify that all of that is working correctly, look for anything that might be controlling the Body entity outside of the character. For example, if its position is being continually reset, it wouldn't be able to move (though its velocity would continue to change unless it was also reset).
Re: question about Character controller
Posted: Sat Dec 28, 2013 11:32 pm
by mr_join
Sorry for wasted time! He's really just was not in the space.
Thx for helping !!!