playMaker

Author Topic: Player moves into enemy with capsule collider and Rolls/climbs onto top  (Read 1733 times)

autumnboy

  • Junior Playmaker
  • **
  • Posts: 73
Hey all, I don't know whether it's a Unity thing or the character controller problem. But the player (character controller) seems to be able to climb up capsule colliders, even three times bigger than itself.
The character controller is set to:

slope limit : 35
step offset: 0.05
Skin Width: 0.03
Center: 0.9
Radius: 0.5
Height 1.69
 
Has anyone else had this problem, or know what I might be doing wrong.

Thanks, :)

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Player moves into enemy with capsule collider and Rolls/climbs onto top
« Reply #1 on: October 25, 2017, 03:33:46 PM »
Hi,
I believe that it is a unity thing, i can remember someone talking about it on Game Def League's Discord channel.

Try googling : unity player moves on top of enemy

there are a few unity answer you can check out.

autumnboy

  • Junior Playmaker
  • **
  • Posts: 73
Re: Player moves into enemy with capsule collider and Rolls/climbs onto top
« Reply #2 on: October 26, 2017, 06:03:55 PM »
Thanks.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Player moves into enemy with capsule collider and Rolls/climbs onto top
« Reply #3 on: October 27, 2017, 04:15:41 PM »
Hi,
No problem, let me know if you solved the problem :)