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

Pages: [1]
1
NGUI 3 Support / Re: Adding UI Panel to a GameObject.
« on: March 06, 2014, 11:47:52 AM »
Thanks for your responses, I wasn't thinking about it properly. For some reason I was thinking I need to make scale a larger number. Got it working.

2
NGUI 3 Support / Re: Adding UI Panel to a GameObject.
« on: March 06, 2014, 08:58:28 AM »
Adjust the scale values on the UIPanel? All this did was make the label and texture huge.

3
NGUI 3 Support / Re: Adding UI Panel to a GameObject.
« on: March 05, 2014, 09:11:11 AM »
So that is part of my problem, I can't seem to resize the panel. Also, there is no UIRoot object in my current scene, just the UIPanel attached to the monitor.

4
NGUI 3 Support / Adding UI Panel to a GameObject.
« on: March 04, 2014, 03:41:00 PM »
I am trying to add a UI Panel to a GameObject and I am having issues getting it sized properly. I attached a UIPanel to the GameObject and then added a Label and Sprite to it. I was able the resize the Label/Sprite to fit the object, but not the panel. The current result is text that is quite blurry. When I just use the regular UI Root object for Label, the text is much more crisp. Is there some other way to embed GUIs on GameObject.

Pages: [1]