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

Predicting the effect of AddForceAtPosition on AngularVelocity and Velocity

Discussion in 'Physics' started by BenZed, Jan 19, 2015.

  1. BenZed

    BenZed

    Joined:
    May 29, 2014
    Posts:
    524
    As the title suggest, does anyone know of a way to predict the effect that AddForceAtPosition would have on a Rigidbody2D?

    As in, if the velocity is at 0,0 and the angularVelocity is at 0f, what would those values be after I added force of 1,0 at position 1,1

    Perhaps it's a simple equation or something more complex.