Unity 3D Character rotating without any key press
Today, I've met strange behavior in unity 3D mode. Currently developing the 3D game such as FPS type of game. Here is basic code. The problem happened when press Left, Right key several times after. My player continues rotating even if release left, right key. private void MoveByPad() { float h = CnInputManager.GetAxisRaw("Horizontal"); float v = CnInputManager.GetAxisRaw("Vertical"); if (v > 0)..
개발/정보
2017. 5. 18. 09:01
최근댓글