Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Caro on June 10, 2019, 05:41:49 AM

Title: "Mouse pick 2d event" doesn't work with Edge Collider 2D?
Post by: Caro on June 10, 2019, 05:41:49 AM
It works with box, capsule and circle collider 2D but not Edge Collider 2D.

Polygon Collider works so I can use it for now, but it's giving me more work in modifying an already complex shape.

Can anyone help me? Thank you :)
Title: Re: "Mouse pick 2d event" doesn't work with Edge Collider 2D?
Post by: djaydino on June 10, 2019, 08:18:10 AM
Hi.
Edge collider is a line, so you would need to click exactly on the line to trigger (if it triggers at all)

If you make a close shape with the edge collider, the inside of the shape is not colliding.

You can use a empty parent/child to make a simplified shape or edit the existing one.