Hi all,
I am creating a UI which has the following layout:
In the editor, they appear as follows,
Canvas
Image
Main Panel
Interaction Panel
Information Panel
These are all set to UI layer, and the Image forms the background for the UI. Even though the interaction panel is set within the main panel, it is not a child of it. The canvas is set to ScreenSpace - Overlay, and I am using Unity Beta (.Net 4.6 “Yay”).
The problem I have is that the Informational panel is not visible either in the scene view or the game view. The image is set to stretch both ways all the transforms have been 0’d. I also tried removing the image and adding it to the Main Panel and scaling that to full canvas size. Same issue.
Any ideas on what I might be missing?