Ok another question, with this one I hope to be less of a thorn in your side.
I have made my inventory, looks amazing! It works amazing, thank you! I however come up with another problem. How do I make another UI root and camera that goes with it? Here is what I am trying to do:
I have a camera on my inventory UI, that works just fine(via NGUI). I was wondering how I am able to make a inventory and then a HUD this way. Every time I create a new panel, UI, etc, through NGUI it always attaches itself to the original UI root. So what I am asking is if there is a way to make another UI root so I can stick another camera on it and make another viewport for the HUD. I know how to toggle the prefabs through "SetActive" and it works. That way both the HUD and the Inventory are on the same UI root. Sadly everything under the one UI root has to be(and reverts back no matter what) to the layer the UI root is. I was just hoping to have 2 'viewports' as it were so things are not all in one space. If not possible I understand, honestly I was just trying to make it look clean.
Another way to ask my question would be, how would you set this up to be 'clean' looking? Thank you for your time again!