Hello,
Let’s say I have some frames, each containing a few components that are logically related to each other: frame 1, frame 2, frame 3.
Now, I need to group these 3 frames together (or frame them together), to create, let’s say, ”Parent Frame”. The goal is to get this hierarchy in the assets panel: click on the Parent Frame => I see frame 1, frame 2 and frame 3 => click on frame 1=> I see the components contained by frame 1.
However, it doesn’t seem to work, as when I click on Parent Frame, I see all the components of frames 1, 2 and 3 put together, as if frame 1, frame 2, frame 3 never existed and all the components were children of Parent Frame.
How can I make this work?
Thanks.