Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: col000r on February 26, 2014, 10:19:20 AM

Title: 3D GUI: Anchors don't work for corners
Post 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:
Title: Re: 3D GUI: Anchors don't work for corners
Post by: ArenMook on February 26, 2014, 02:08:30 PM
The anchors were designed to work in 2D, so it won't work quite right with 3D. It's a limitation.
Title: Re: 3D GUI: Anchors don't work for corners
Post by: col000r on February 28, 2014, 03:16:14 AM
Okay, good to know.