Empty Object Collider not working

I have put empty object and then I have added box collider 2D for finding game over in block breaker. But when I run the game ball every time goes below empty object collider. Can any one help me why empty object collider is not working?

Thanks

Hi Pratik,

Check the size of your collider 2D. Is it large enough? If it does not have any dimensions, other colliders will very likely miss it. Furthermore, do not make your ball too fast because Unity cannot handle fast moving objects well.

1 Like

Thanks. :slight_smile: I have remove and added that again empty object and this time it is working.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms