Hello
I'm a beginner NGUI user trying to add a button at the top left of my screen.
There are two problems:
1 - I add a UI Root 2D using the UI Wizard and add a Button under a Panel using Widget Wizard. Afterwards, I add an UIAnchor script to the button, set the camera in the script and send it to the top left. It centres the button centre in the top left (first pixel) of the screen, so I end up seeing 1/4 of the button. Is this the expected behaviour? Do I have to use offsets?
2 - I already have a main camera in my game, which is isometric, so I don't want that camera the UI Wizard creates. I create a new UI Root but use "None" as Camera. Again, create a Button under the Panel, add UIAnchor, set it to use my camera and send to top left. The button goes out of the camera view. What am I doing wrong?