Search Unity

Character Controller

Discussion in 'Physics' started by LokenGarviel, Aug 27, 2020.

?

how to reduce the size of the character controller area?

  1. no way

    0 vote(s)
    0.0%
  2. use somethin other

    0 vote(s)
    0.0%
  1. LokenGarviel

    LokenGarviel

    Joined:
    Aug 25, 2020
    Posts:
    12
    applied a character controller to the character, but it has too large an area, why so, how to reduce it?
    if you change the radius to 0, then the area is still slickly large
    upload_2020-8-27_12-43-40.png
     
  2. AlTheSlacker

    AlTheSlacker

    Joined:
    Jun 12, 2017
    Posts:
    326
    Note: You have a scale of 13 on the transform you have the controller attached to. I try to avoid transform scales whenever possible as I always find they get inherited when you least want them to.