Open jtkelm2 opened 1 year ago
I just tested this. The original code is missing a CollisionType
component. A later post mentions that, but without code.
I've made a more verbose example out of it, with named values instead of blind ints: https://gist.github.com/dpwiz/34f195b0aa2191dd4c2f86ebea78814f
TLDR:
CollisionType
as a component to a shape (i.e. it would not be inferred from the masks)
Issue #49 still reproduces for me. I haven't been able to get around the issue, but what I can say is that even though
CollisionType
appears to be properly exported as of today,CollisionGroup
is not, and that appears implicated in the code.