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

Pages: [1]
1
NGUI 3 Support / Problem with object scale.....
« on: April 23, 2014, 03:23:24 PM »
hi!! I'm developing scroll ui.

and with 'Resources.Load(prefabs/....)', i loaded contents in scroll.

but when i upgraded my ngui 3.5.6 to 3.5.8,  contents of my scroll are had strange scale.

they became zero. so i can't see anything in my scene view.

i try to scale them to 1,1,1 with 'prefabs.transform.localScale', but it doesn't work....

this just happened when i updated my ngui. what can i do??

please help!!

2
NGUI 3 Support / Finding UIToggle Option can be none.....
« on: March 11, 2014, 01:44:40 AM »
Hello! now Im making Tabs with NGUI(Ver 3.5.3) and have a small problem..

im using UItoggle to make tabs. In the parents tab, it has another child tabs again. and When i played , parents tabs remember which child tabs were activated!

I want their state back to start state(selected nothing) in every time when i select each tabs. So. i was searched to solve this and finally I found 'optionCanBeNone = false ' in UIToggle script.

I think this is what i really want.

but i'm not familiar with code. could you give me some advice or example of code?

How can i activate optionCanBeNone = true ?? 

please help!  :)

3
NGUI 3 Support / Re: NGUI Multiple Atlases.
« on: February 23, 2014, 08:39:17 PM »
Ok Aren! Thank you for your quick response! ;D

But I still need to use Atlases, because I have scenes that many kind of cards are occur in one scene.

for example, card shop or Inventory. i will show 10 ~ 20 cards in one scene.

maybe, I think... I have to reduce size of cards....

4
NGUI 3 Support / NGUI Multiple Atlases.
« on: February 21, 2014, 05:44:11 AM »
Hello! im developing game UI by NGUI now.

My game's genre is trading card game, so i need lot's of images and it cause lot's of Atlases!

I heard that '2D toolkit' have Atlas setting about "Multiple Atlases" and it makes possible to use various kind of atlases like one atlas.

So, my question is NGUI can support that kind of function too? or do Tasharen entertainment have a plan to make it??  :)

Pages: [1]