unity —EdgeCollider 2D conflict determination is not possible.

Asked 1 years ago, Updated 1 years ago, 38 views

EdgeCollider 2D and CircleCollider 2D can be determined, but EdgeCollider 2D did not respond to each other.Is it a specification?Thank you for your cooperation.

unity 5.2.1

unity3d

2022-09-29 20:25

1 Answers

ttp://answers.unity3d.com/questions/832350/no-collision-with-edge-collider-2d.html
The Unity 2D rigid body uses a Box 2D library and
UnityEdgeCollider 2D does not collide with each other (because there is no volume).
You can replace EdgeCollider 2D with PolygonCollider 2D.


2022-09-29 20:25

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.