NOTE: "Container" is missing from Tags input at bottom.
I have several different "Monster" sprites. I want to group together each Monster instance with 1 instance of a few other data arrays. I think Containers are the way to do this.
I'm seeing what seems like a C3 bug to me, but perhaps I don't understand Containers correctly.
Steps to recreate:
1. Any C3 project when several instances of same ojbect "type" that then each need a few other objects grouped with them.
2. Select one parent object "type", click Create Container
3. Using Add Object button, add another 2 or 3 objects to group together with this parent object
4. Now select another instance of this same object "type"
5. Click Add Object button, to add these same child objects
6. Notice that you can no longer select these child objects
I appears that you are not allowed to make multiple Containers with same "type" of parent object with repeated sets of child objects.
Does this make sense?
Is this a bug or are Containers not what I should be using to solve my problem?
Thank you for sharing your C3 expertise! :-)