Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: col000r on February 26, 2014, 10:19:20 AM
-
I'm trying to anchor an element to the top-right of the screen in my 3D GUI. Why doesn't this work? Is this not supposed to work?
Steps to reproduce:
- Make a new 3D GUI
- Add a Label
- Set the Label's pivot to top right
- Set the Anchors to Unified and set Top and Right to 0 on the Target's Top and Right
- Notice how the label is out of view, whatever you do
- Now set Anchor to none and add an Anchor component, set it to TopRight and see how that does work
-
The anchors were designed to work in 2D, so it won't work quite right with 3D. It's a limitation.
-
Okay, good to know.