Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: kobilica on August 20, 2014, 05:07:26 AM
-
Hello, I want to make 3D GUI and wish to move UIPanel .. problem is this -> even if I move it in Transform, it always stays in same position (gizmo lines don't move)?
I want to make GUI similar to https://www.youtube.com/watch?v=PPGsGYahjd0 where camera goes from UI to UI (panel to panel). But it is annoying editing UI if I can't move panel (I can't see where I can put buttons / where the limits are + editing anchor is very annoying)
Any ideas?
-
I'm guessing you're referring to the fact that when you use the move tool it wants you to move the panel along the 2D plane? I can disable that for 3D UIs in the next update. You can also disable it yourself via NGUI menu -> Options -> Handles -> Turn off
-
Yes! You have guessed it half right :).
Thanks! I have the gizmo for moving working now, it works cool.. with one problem. When I set the anchoring on widget, it only moves in Z direction with parent and acts like 2D sprite.. it stays frozen in X or Y axis (does not correspond to the parent/uiPanel movement). ???
About your offer for update:
No need to disable it default for 3D UI, I will survive :-*
-
Well old UIAnchor works nicely I mean it obeys the 3D transformations, I think I will use that :)