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 have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

More information on Input Manager Properties

Discussion in 'Documentation' started by Dumaas, Jan 25, 2021.

  1. Dumaas

    Dumaas

    Joined:
    Jan 20, 2018
    Posts:
    1
    The current documentation on the input manager lists information about the various properties of the virtual axes: https://docs.unity3d.com/2018.4/Documentation/Manual/class-InputManager.html

    However there isn't much detail on what the values of these properties can be. For example there are no stated maximum/minimum values for Gravity or Sensitivity. The documentation also says that inputs that are not sensitive to input intensity are unable to output values other than 1, 0 and -1, but through testing I have found this to be untrue.

    Is there additional documentation for this? Does anyone know anything more?