Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Question Why is that Vector2 on a Stick normalized ?

Discussion in 'Input System' started by Vagabond_, May 28, 2021.

  1. Vagabond_

    Vagabond_

    Joined:
    Aug 26, 2014
    Posts:
    1,145
    Hi,

    i am trying to add support for Logitech wheels in a game... as the wheel and the brakes seems to use a single Stick control, when i turn the wheel it also changes the brakes because it seems the vector gets normalized.

    There are no any Processors added that might normalize the vector !

    Is that normal and how we can make the vector Y value hold the input from brakes and the X value to hold the steering value ?

    upload_2021-5-28_21-54-46.png
     
  2. Vagabond_

    Vagabond_

    Joined:
    Aug 26, 2014
    Posts:
    1,145
    No one knows what could be wrong here ?