Hi guys, I am a brand new user of this fantastic product, so a real newbie.
So I have project with 2 scenes:
Menu (the main menu)
Scene (the 3d game scene)
I added some Texture Buttons to the Menu scene and they work fine!
I added some Texture Buttons to the Scene scene and they did not work. After browsing the forums and messing around a lot I found a solution.
Solution:
--> for the Scene scene (where the buttons did not work) I checked the UICamera script attached to the Main default camera that was already in my scene. NGUI's UI Root camera does not seem to have an effect.
If i understand correctly, the UICamera script only needs to be enabled with the NGUI camera, right? At least, that's how it works with my Menu scene (that worked from the start).
Please enlighten me, since I would like the project to be clean and efficient without any quick fixes that seem to work.
Thanks!