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

Question What is Attitude Sensor? Gyro vs Accelerometer vs Something else?

Discussion in 'Input System' started by makaka-org, Jun 11, 2023.

  1. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    906
    It is a separate sensor, or it combines Gyro and/or Accelerometer data and/or something else?

    If "and" case, then how AttitudeSensor.current.attitude.ReadValue(); will behave if the Gyro sensor is absent?

    Will it the same as with the existing of Gyro?

    How can I test this value "without Gyro" on Gyro Supported device? - for devices which have an accelerometer but don't have a gyro.... because I don't have a device without a gyro
     
  2. makaka-org

    makaka-org

    Joined:
    Dec 1, 2013
    Posts:
    906