Top "Rigid-bodies" questions

How to Prevent RigidBody from passing through other colliders

I've got a coin RigidBody and walls around it with box colliders. For trial purpose I've applied the following code …

unity3d game-physics unityscript rigid-bodies
How to use rigidbody.addforce for a bullet in a 2D game

I'm a beginner in unity and I want to recreate a 2D turn based game like worms. I have a …

unity3d unity3d-2dtools rigid-bodies
How to make a 2D Soft-body physics engine?

The definition of rigid body in Box2d is A chunk of matter that is so strong that the distance …

physics game-physics rigid-bodies
Re-positioning a Rigid Body in Bullet Physics

I am writing a character animation rendering engine that uses Bullet Physics as a physics simulation engine. A sequence will …

position set physics bullet rigid-bodies
Integrate angular velocity as quaternion rotation

I have (somewhat blindly) been using quaternions for rotations in physics rigid body simulation for a while, but recently started …

rotation quaternions rigid-bodies