Thanks for reading!
Say I got my inventory screen that I want to be able to bring up both in the navigation layout and the combat layout, how would you go about it?
1. Put all the inventory feature assets in a Base layout, flag them global then call them individually every time you bring up the inventory in anyother layout
2. Put them in the same "inventory" layer in every layout and make them appear when needed.
Considering that the inventory has to be saved in a savegame.
Thanks again!