MonoGame.Extended icon indicating copy to clipboard operation
MonoGame.Extended copied to clipboard

Collision grouping

Open janfokke opened this issue 5 years ago • 3 comments

If my game has some trees and a couple of boundaries then I don't want these to check for collisions on each other.

In the current CollisionComponent, it is not possible to specify this

janfokke avatar Jul 23 '19 17:07 janfokke

Hello @janfokke,

Collisions will definitely need to be revisited all together.

lithiumtoast avatar May 20 '20 05:05 lithiumtoast

I already did some performance upgrades and added layers in my own fork https://github.com/janfokke/MonoGame.Extended/tree/collisionLocal

janfokke avatar May 20 '20 05:05 janfokke