I’m a little puzzled understanding how to export a UI layout from the editor.
I have a simple hierarchy just to test some things, like this:
[ul][li]UI (Root)
[list][]TestText (Text at top center)[/li]
[li]CloseButton (Button at top right)[/li]
[li]HelloText (Text at bottom center)[/li][/ul][/:m][/list:u]
Now I want to export all these 3 UI elements into an XML file to load it in my game. But when I choose the root UI node, clicking on “UI-layout > Save UI-Layout (as…)” does nothing. I can only export single items which are children of the root.
Is this expected behavior? Do I always need to define a custom container stretching over the whole root which I then export and put children in?