Search Unity

Select collider

Discussion in 'Editor & General Support' started by JakobWagner, Aug 6, 2010.

  1. JakobWagner

    JakobWagner

    Joined:
    Aug 2, 2010
    Posts:
    19
    Hi

    I have a character with a script attached (third person controller). This gives the character a capsule collider.

    I am supposed to move this, but I can't figure out how to select it. When I select the character, I move the character and not the collider.

    So, how do I select a collider?

    Thanks,
    Jakob
     
  2. antenna-tree

    antenna-tree

    Joined:
    Oct 30, 2005
    Posts:
    5,324
    You should create an Empty Game Object, attach the third person controller script to that, and then make the character a child of that object. That way you can adjust the two independently of each other.