-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edge Colliders don't collide with other edge colliders #4
Comments
I put in a pull request to do this, #2 until it is pulled in feel free to use the code from my fork, https://github.com/richardkopelow/Custom-2D-Colliders Cheers |
@richardkopelow have you added the arc collider in your fork? |
@Sytten I haven't converted it to use the polygon collider. I'll look at doing that tonight or tomorrow morning. It would probably be best to use the edge collider when the shape is not set to be "pizza slices", and hot swap for a poly collider when it is. That or make the poly collider sweep over the arch and then back do it was |
@Sytten I really slacked getting back to you on this but it is done if you need it. |
Nice thanks! |
I used the Ellipse collider, but find out that they don't collide with other Ellipse collider.
A box, or circle collider do collide with Edge collider though.
You should try using Polygon Collider 2D instead.
The text was updated successfully, but these errors were encountered: