Search Unity

Can someone help me?

Discussion in 'Editor & General Support' started by Chuckderp, Apr 18, 2014.

  1. Chuckderp

    Chuckderp

    Joined:
    Apr 9, 2014
    Posts:
    6
    So I am making progress in a game I'm calling 'Interrogation', but when I move the mouse left or right, it moves the character a whole lot.

    So I just want to ask if anyone knows what the problem is. Thanks! :smile:
     
  2. drewradley

    drewradley

    Joined:
    Sep 22, 2010
    Posts:
    3,063
    There could be thousands of reasons this happens and no one can do more than guess with the little information you gave us. My guess is you need to adjust the Sensitivity of the Axes in the Input Manager.
     
  3. gooncorp

    gooncorp

    Joined:
    Dec 30, 2011
    Posts:
    131
    i struggled with this for a long time. its gonna take a bit of time but you will get it hang in there. you may want to use a different approach for how you are coding it. i had to orient my characters y rotation based on the mouse inputs directly so as to avoid those problems you are talking about. i could provide an example let me know.