Support => NGUI 3 Support => Topic started by: Ryder on May 27, 2014, 07:12:35 PM
Title: Unity Move Tool is hidden when Handles are Off
Post by: Ryder on May 27, 2014, 07:12:35 PM
So in Unity 4.5+ the Unity Move Tool is hidden when a UIWidget is selected. This is great when the handles are On so that the Handles and Move tools don't fight each other but when the Handles are Off you get nothing. It feels like you should get some tool in the Editor at all times when a Widget is selected.
My fix in NGUIEditorTools.cs is to add a check for UIWidget.showHandlesWithMoveTool.