Author Topic: Can't move the Gameobject with axis line?  (Read 2603 times)

kfconeone

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 5
    • View Profile
Can't move the Gameobject with axis line?
« on: June 17, 2014, 10:31:39 PM »
I upgraded my Unity 4.3 -> 4.5 yesterday,and soon met this problem...

I can move the gameobject without any NGUI component on it,but if I add something like UIbutton,the axis move line disappear!(red line,green line and blue line for drag)

my NGUI Version is 3.5.7, is this a bug when I use Unity 4.5 with NGUI v3.5.7?

or is there any way to show the axis move line?

« Last Edit: June 18, 2014, 12:09:32 AM by kfconeone »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Can't move the Gameobject with axis line?
« Reply #1 on: June 18, 2014, 05:02:55 PM »
It disappears in Unity 4.5 because it's not needed. You should not be using it. You should be using the box in the scene view with the blue dots. That lets you move the widget, scale it, and rotate it all in one.

However if you really are attached to the move gizmo, you can get it back via NGUI menu -> Options by disabling handles.

You're going to lose a lot of useful functionality this way, but it's up to you.