I am working on a game. and I have built several layouts (play area(numerous layouts), map, hud, inventory, battle) what i want to achieve is having the play area as my main layout with the hud layout supper imposed over it, I know that i could use layers to add the the hud to each play area layout, but think there mist be an easier way.
I also want to be able to call other layout eg inventory, without losing the progress of the main layout. eg play opens inventory to check what he is holding, and then closing the inventory and is still in the same position as they were before they opened the inventory.
hope this makes seance.