Search Unity

Can't see my capsule collider

Discussion in 'Physics' started by Kinkladze11, Feb 25, 2015.

  1. Kinkladze11

    Kinkladze11

    Joined:
    Feb 25, 2015
    Posts:
    36
    Hey hey,

    I'm currently studying the space shooter tutorial videos and am a bit stuck.

    I am working on the player ship and enter :-

    Add component>physics>capsule collider

    as shown in the tutorial.

    However, the physical representation of my collider does not appear in my scene view as it does in the video.

    I also have the same issue for other types of colliders.

    Any advice would be greatly appreciated.

    Thanks in advance.
     
  2. Twelv445

    Twelv445

    Joined:
    Feb 22, 2013
    Posts:
    32
    you'll need to select your component to view the collider, if you cant see it. chances are it is very small.
    As unity uses a fixed scale, the colliders wont be represented in an accurate scale if the actual gameObject it is attached to is not of scale (1,1,1). Make sure to always scale objects in the import setting to make sure they can be represented in the desried scale as (1,1,1) in the scene view
     
  3. Kinkladze11

    Kinkladze11

    Joined:
    Feb 25, 2015
    Posts:
    36
    Hey, thanks for looking at this for me......I think I've got it setup right, could you check as per screenshot? Many Thanks

    upload_2015-2-27_23-9-20.png
     
    rafaelgeronimo likes this.