Object Groupings

I think it would be extremely useful to be able to group different objects into a single group. Each object having their respectable behaviors and all, but can be grouped into certain categories. Then you can use these groups in raycasts, collisions, etc. This will make it so you dont have to clutter everything with multiple behavior blocks when you could just use one for those specific groups of objects.

that would be really useful!

I wish…
@grazer

I think Parent objects will work for that?

For example you can create an “Enemy” object type, then make all your enemies have “Enemy” as their parent and raycast/collide/message the “Enemy” type.

well thanks @grazer you learn something new every day