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 - hjbo

Pages: [1]
1
TNet 3 Support / TNet Unity 5.0.1f1 not work
« on: May 06, 2015, 08:52:55 PM »
5.0.1f1 and 5.0.1p1 not work.

2
NGUI 3 Support / NGUI for android mouse
« on: August 04, 2014, 09:22:30 PM »
A mouse is installed in the Android TV, ngui do not click on UI,why? thanks very much.

3
NGUI 3 Support / Re: UITexture.mainTexture cannot unload resources?
« on: January 02, 2014, 11:38:57 PM »
Thank you very much

4
NGUI 3 Support / UITexture.mainTexture cannot unload resources?
« on: January 02, 2014, 03:10:11 AM »
code:
      Texture texture = uiTexture .mainTexture;
      mainBGUITexture.mainTexture = Resources.Load(path + "/" + curFrame, typeof(Texture)) as Texture;
      Resources .UnloadAsset (texture);
this code run in Update Function,Resources .UnloadAsset (texture) does not work,but it work well on NGUI 2.6
I did not carefully read UITexture code,but add two lines of code:uiTexture.enable= false;uiTexture.enable= true;
it can UnloadAsset ,why?  Thanks

5
NGUI 3 Support / Can you make a hyperlink in lable?
« on: February 20, 2013, 02:39:51 AM »
Can you make a hyperlink in lable?

6
NGUI 3 Support / Use of the scroll view
« on: January 03, 2013, 10:13:53 PM »
Use of the scroll view, I do a ipad projects, each item is a full-screen, he needs across half the screen to switch to the next item, can quickly program will be able to switch to the next item?Is the speed of recognition, how can I do that? Thank you!

7
NGUI 3 Support / scroll view Button to locate
« on: December 30, 2012, 09:56:43 PM »
scroll view, I want to click the button and then you can locate an item, and how to do it? Thank you!

Pages: [1]