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

Pages: 1 ... 5 6 [7]
91
NGUI 3 Support / Re: Prefab Toolbar does not appear well?
« on: August 13, 2014, 09:20:16 PM »
But I found at some computer, prefab toolbar's icon shows well even at unity free version.(PC, Android, all free)

92
NGUI 3 Support / Re: Prefab Toolbar does not appear well?
« on: August 13, 2014, 07:57:00 AM »
Do you actually have an Android Pro license though? That's what I was talking about -- you need a Pro license (of Unity, not NGUI).

no...so that is problem...

I only have PC windows unity pro only.

93
NGUI 3 Support / How to pass string with color to UIText List?
« on: August 13, 2014, 12:48:04 AM »
So I want to make message windows.

Messages will have various color as its sort (battle message, event message, etc), so I want to pass string with color info to UITextList

but UITextList seems only give .Add(str) function. So color should be "[FF0000]msg" like this.

Isn't there another way to pass color info? like, textlist.Add(str, colorpicker);


94
NGUI 3 Support / Re: Prefab Toolbar does not appear well?
« on: August 12, 2014, 08:44:16 PM »
So I found reason, when my project is PC standalone, prefab toolbar works well, but after I change it to Android platform, image reimported or changed automatically, and toolbar icon disappears.

I changed texture setting of Ngui-editor-preview folder to Advanced, GUI, but didnt work.

Only solution was change build setting to PC standalone again.

But I want to use android environment.

95
NGUI 3 Support / Re: Prefab Toolbar does not appear well?
« on: August 12, 2014, 08:09:11 PM »
well, my ngui license is standard.

I revised script as your direction, but problem stand still.

strange thing is, I tested with fresh new project and download ngui again and import, now prefab toolbar's icons seems well.

I dont know what is problem my existing project, it just have some scripts I made, and almost empty project.


96
NGUI 3 Support / Prefab Toolbar does not appear well?
« on: August 11, 2014, 10:12:25 PM »
Hi.
I am newbie at ngui and just before installed newest version, 3.6.9 and unity4.5.2f1

So I am watching tutorial video1(setup) at this site, but my Prefab Toolbar shows empty icons only.
(image attached)

Why? I imported ngui 2-3 times from asset store, I dont think I have missed file.


97
NGUI 3 Support / Are there thing NGUI can't but EZGUI can?
« on: June 02, 2013, 12:21:02 AM »
as title,

and vice versa quetion.

Thanks.

98
The 3 main things are UIAnchor, UIStretch and SD/HD/Other atlases.

hi,

if that for ngui?  Is there a tutorial or example source implemented it?

What if not using ngui?

99
Hi.

So for developing android game, screen resolution is very annoying problem even if start develop.

I use LG Optimus G, its resolution is 768 * 1280, most recent ones(Galaxy S4, etc) is 1920 *1080 (Full HD),

whereas olders are 480 * 800, even lowers.

So how deal this problem?

At unity, after switch platform to Android, at game screen, there is some resolution options, but my monitor is 2560 * 1080, which even can't properly show 800 * 1280 portrait because of lack of vertical resolution.

Anyway, even if I make android game's GUI based on 480 * 800 at unity, how can I know it shows exactly same ratio and position I intended at other resolution android devices?

How deal this problem?

Thanks.

Pages: 1 ... 5 6 [7]