Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Rigidbody.angularVelocity specify measurement

Discussion in 'Documentation' started by JonRurka, Nov 18, 2016.

  1. JonRurka

    JonRurka

    Joined:
    Nov 19, 2012
    Posts:
    35
    Currently, the page for Rigidbody.angularVelocity (https://docs.unity3d.com/ScriptReference/Rigidbody-angularVelocity.html) Does not specify what unit it's measured in. Could the line "The angular velocity vector of the rigidbody." be changed to "The angular velocity vector of the rigidbody measured in radians per second." This tripped me up for a couple days thinking it was measured in degrees per second.

    Thank you,
    nug700