Search Unity

CapsuleCollider Orientation

Discussion in 'Wish List' started by Jonathan Czeck, May 8, 2005.

  1. Jonathan Czeck

    Jonathan Czeck

    Joined:
    Mar 17, 2005
    Posts:
    1,713
    It'd be great to be able to be able to alter the orientation of the capsule to solve challenges like this:



    Guess I could edit the model itself..

    Cheers,
    -Jon
     
  2. Joachim_Ante

    Joachim_Ante

    Unity Technologies

    Joined:
    Mar 16, 2005
    Posts:
    5,203
    You can attach the collider as a a transform child.
    This way you can also attach multiple colliders to the same rigid body.