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

Pages: [1]
1
NGUI 3 Support / NGUI Prefab Toolbar Error
« on: November 07, 2015, 04:49:51 PM »
I haven't used NGUI in a long time, but I decided after endless problems with UGUI InputField, I would use it for an in game multiline text editor need. I like UGUI, but it has just too many bugs for the number of platform targets I have. Frankly, I've been thinking of switching back to NGUI completely.

OK, so I grab the latest NGUI (3.9.4b) from the Asset Store, start a new scene, and import it into my Unity 5.2.2f1 project. All is well. Then I open my main scene, dock the Prefab Toolbar, and drag a "Control - Background" onto the Hierarch. It fails with the attached scary error saying "No Drag&Drop has been setup."

I do have a UGUI Canvas in the scene. Could there be a conflict there?

All advice welcome. I really need a bug free multiline input field...

2
NGUI 3 Support / Re: How to handle resizing label in scrollview
« on: May 25, 2014, 01:44:37 AM »
Excellent! Thank you very much.  8)

3
NGUI 3 Support / How to handle resizing label in scrollview
« on: May 23, 2014, 12:45:53 AM »
Hi Tasharen,

Basically, I am trying to get a scrollview that contains a single label to scroll when the label resizes height. The text in the label is set in code. I can't seem to find a way to get it to work.

I can get the label to resize properly with advanced anchors and "resize height" selected, and the vertical scroll bar appears and resizes properly. The problem is when you move the scroll bar the text bobs a little, but you does not scroll down with the scroll bar. 

Any ideas?

-R.

Pages: [1]