Hi! anchoring works very well with 2d setup and works as expected but i wanted to try 3D and spice it up a bit ;-)
basically i have health bar that i rotated a bit and trying to anchor to top left corner as it was with 2d setup. results are inconsistent and values are odd.
here is my setup
UI Root(3D)
Camera (perspective)
Panel (UIPanel)
HealthBar (UISprite/UISlider)
I am trying to anchor to both UIRoot or UIPanel with unified anchor type, but it does not give me good results. I usually first move widget without anchors and then turn the anchors on and hopefully i get values setup for the position.
I am using latest NGUI but with Unity 3.5.7 (Should this anchoring work properly with perspective camera? and if so what is the proper way of doing it?)
Thank you very much!