Hey there,
I'm sorry if this question was raised up previously.
I'm mostly busy in modeling field and was wondering what is intended way of structure your scene, how developers see the users build their scene structure on complex assets with 100-s of objects for example like characters.
Me personally I used to build all nodes under /obj/ directory.
But as the asset becomes more complex it starts look messy.
Then I started to use subnets which is great to organaize all the stuff but it has some limitations and one of them is that for some reason subnet's children don't inherit transforms from their parents(am I missing something here?).
Appreciate any thoughts, ideas on that.