Please add a posibility to add a nested go in go file.
Collections is not a solution because i can’t add collection to other go.
I would rather advocate for allowing you to parent collections to game objects, but I really think this would make collections more useful (and intuitive).
I discussed a bit about this in this thread:
5 Likes
Here’s an example of game object structure from my game which would become much more DRY (don’t repeat yourself) if we could parent collections:
There’s 3 almost identical (just some different sprites) entries in that list
1 Like
+1 on this, would really make things easier for development, hitting same wall trying to put a collection under GO. If GOs can be nested in files that would remove that problem in the first place.
