Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - creator_chen

Pages: [1]
1
NGUI 3 Support / Error after importing NGUI3.9.6
« on: December 21, 2015, 10:35:08 PM »
After importing NGUI3.9.6 I got the following error:

Assets/NGUI/Scripts/Internal/NGUITools.cs(1493,35): error CS1061: Type `UnityEngine.TextEditor' does not contain a definition for `text' and no extension method `text' of type `UnityEngine.TextEditor' could be found (are you missing a using directive or an assembly reference?)

I work with Unity5.2.2f1, Help~~~ :'(

2
NGUI 3 Support / Problem about animating UIPanel's alpha
« on: August 24, 2015, 03:32:50 AM »
Hi~
I found a bug when playing around with the new version of NGUI. In my testing scene, there is a panel with a scroll view attached under it, and click the button "close" and "open" can hide and show the panel by animating it's alpha. The problem is, if I alternately click "close" and "open" for several times, the content of the scroll view just disappears!! I don't know why...The attachment is my testing scene(you need import NGUI 3.9.2 first in your project, or you can't see anything), and my unity version is 5.0.2p2, my working platform is win7. Please help! Thanks!!

Pages: [1]