I was wondering if adding too many objects to a Family with Behaviors would ultimately cause dropped performance?
Currently I have a small-ish Family (containing a handful of objects) with the Solid behavior. As my project grows I'm gonna add more and more stuff to that Family.
Would it be better performance-wise to just have a singular object with the Solid Behavior on it and use that for collisions? Or is this way ok, too?