I created 2 panels, one for HUD and one for Character sheet. I added a button to the Character UI panel and set it's layer
to match that panel, but the button does not work. When I say it does not work, I mean that it does not scale, make
click sound, and does not change offset even though the button was created using the defaults for those and the
audio clip was added to the script. I checked the button's z value and ensured that it was in front of all of the other
GUI elements, but it still does not work with mouse over and does not detect the mouse click. I am using a culling
mask for the Character UI panel that toggles it on and off with a keypress, but I don't think that would affect it.