Create virtual groups based on behavior

As a developer I would like to pick all objects that have a certain behavior without having to manually assign each of those objects to a group.

These should just be dynamically available in the same way that groups are today. It’s a very common source of ire when you forget to add the latest platform object to your “Platforms” group and now a bunch of logic doesn’t work for only that new object.

1 Like

That is the kind of stuff macros (/editor scripts) would be useful for, you could make idk an event like “When an object has been added to the group Platforms, add the platformer behavior to the created object”

1 Like