Unity-Technologies / CharacterControllerSamples

Sample projects for the Unity.CharacterController package
Other
225 stars 41 forks source link

With Simulate Dynamic Body On,Platformer Player can walk through Other Platformer Character #3

Closed cloudhu closed 1 year ago

cloudhu commented 1 year ago

It is the Platformer Demo,I made some AI Characters,but they can just walk through each other,I try to prevent it,but failed,please help me with this issue,thanks!

cloudhu commented 1 year ago

Set Physics Shape Component:Material>Collision Response ->Collide or Collide Raise Collision Events,this fix everything.