Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Jes28 on February 02, 2015, 06:06:39 AM

Title: Using RectTransforn Tool for widget
Post by: Jes28 on February 02, 2015, 06:06:39 AM
Hi. I try to use rectTransform for NGUI and release logs says that NGUI use it for Unity 4.6+ but when I (or NGUI) enable rect tool all handles are gone and I can not use it.
Title: Re: Using RectTransforn Tool for widget
Post by: ArenMook on February 03, 2015, 10:11:34 AM
Open up UIWidget.cs, go to line 1320 and change it from:
  1. #if UNITY_4_3 || UNITY_4_5 || UNITY_4_6
to:
  1. #if UNITY_4_3 || UNITY_4_5
Title: Re: Using RectTransforn Tool for widget
Post by: Jes28 on February 04, 2015, 03:29:11 AM
I have no UNITY_4_6 in file at all and line 1320 is empty line after showHandles property.
I am on 3.7.4
Title: Re: Using RectTransforn Tool for widget
Post by: BehindTheStone on February 04, 2015, 05:00:29 AM
Well, then you should update to 3.7.9
Title: Re: Using RectTransforn Tool for widget
Post by: Jes28 on February 06, 2015, 08:01:48 AM
Thanks :)

Now it works :)