Skip to content
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

Collisions sometimes not detecting #23

Open
csf30816 opened this issue Aug 13, 2020 · 0 comments
Open

Collisions sometimes not detecting #23

csf30816 opened this issue Aug 13, 2020 · 0 comments

Comments

@csf30816
Copy link

I have a small game with a circle player and some polygons and circles around (~1.1k colliders). Once and a while I will find that a collision is not detected between the player and an object. I don't know why this is happening as I use a class to create the objects and other objects collisions work perfectly. I don't think it's because I passed some mystical object limitation number, because objects created after the broken ones work fine.

I am using counter clock-wise polygons. Created like this:

var poly=new Polygon(x, y, ...);

system.insert(poly);

I know this repo is pretty dead but maybe someone faced a similar issue and can help. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant