I have a fresh scene with a new GUI setup just as the tutorials show. I've added a button template with my own nine-sliced sprite. I've ensured the button is configured the same as the ones in the tutorials, and double checked that it has a collider and that it is enabled. I've also ensured that my layers are all aligned (in this case it's all in the default layer since its just an fresh scene with only the wizard created GUI).
The button isn't picking up any event states. I've tried hovering, clicking, and disabling. I've tried adding debug logs to see if maybe it was only the display that wasn't happening, but the console isn't showing any logs. Any ideas?
I'm fairly new to nGUI, so I figure there's a good chance that I'm missing something simple, but I've struggled with this a while and done a bit of searching for a known answer without success. Any help would be appreciated.