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

Bug incorrect statements in Rigidbody.MovePosition

Discussion in 'Documentation' started by chobitsfan, Nov 6, 2020.

  1. chobitsfan

    chobitsfan

    Joined:
    Jul 4, 2019
    Posts:
    2
    In document of Rigidbody.MovePosition(Vector3 position), it states "The position occurs in local space". But it seems position is actually in world space?
     
  2. Baste

    Baste

    Joined:
    Jan 24, 2013
    Posts:
    6,294
    Yup, MovePosition moves to a worldPosition.

    The documentation is correct, and better written, and better formatted, in the docs for 2018.4. @jo-unity, what happened?
     
  3. jo-unity

    jo-unity

    Unity Technologies

    Joined:
    Mar 27, 2019
    Posts:
    33
    Baste likes this.