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

Pages: 1 [2] 3 4 ... 24
16
NGUI 3 Support / 3.7.3 Texture Mask
« on: September 25, 2014, 01:16:31 PM »
Hi Aren,
I tried the new Texture Mask feature and I really like it, but the child textures isn't clipping outside panel dimensions.

I've attached a screenshot with the example. In pink is the UIPanel dimensions and I move the child image but it goes out of the clipping area.

Thanks,
Emilio

17
NGUI 3 Support / Re: Animating UISprite Dimensions in 3.0.x?
« on: September 23, 2014, 01:32:53 PM »
Hi Aren,
Will you add this script to the latest versions? I think is useful like AnimatedAlpha and AnimatedColor.

Thanks!

18
NGUI 3 Support / Re: Double Slice on Texture
« on: September 09, 2014, 08:07:07 AM »
Ok, thanks!

19
NGUI 3 Support / Double Slice on Texture
« on: September 05, 2014, 03:05:56 PM »
Hi,
I need a double slice texture, like the image attached. I just want the green part to repeat en each side.
Is this possible?

My first thought was using 2 images; one for the center and another one for the side and repeat this one to the other side. At the end are 3 images.

Thanks


20
NGUI 3 Support / Re: NGUI Plugins
« on: September 02, 2014, 02:31:54 PM »

21
NGUI 3 Support / UILabel outline correctly
« on: August 28, 2014, 10:18:11 AM »
Hi Aren,
I want to know when will be fixed the outline in the UILabels, right know it's just duplicating the current character and add some offset to them. So, if you want a thick outline starts creating empty spaces.

The real outline should be a stroke around the character.

Apparently the FreeType library already have this, I'm not sure.

Could you integrate this?

Thanks!

22
NGUI 3 Support / Re: Default texture setting
« on: August 19, 2014, 10:47:22 AM »
I don't know why or how but I started having issues with this recently. I upgrade to version 3.6.8 and I continue changing and adding new images to the atlases, and the new ones start looking with some transparency on it. The problem: "Alpha is Transparency" wasn't check. I turn it on and and is working properly.

Anyway, I changed the code line to true in NGUIEditorTools.cs.

23
Thanks Aren!
UIWrapContent improves the performance but doesn't have custom sorting as UIGrid, it's a shame. At the moment the programmers are doing the port.

Would you implement Custom Sort at some point?

Thanks!

24
I'm performance issue with ScrollViews and a big list of items inside the grid. This list could go from 0 to over 100 items.
What can I do to improve this?

1] UIPanel/UIScrollView
2] --UIGrid
3] ----UIDragScrollView/BoxCollider
4] ------(Inside this object are several UILabels, ProgressBars and UISprites)

I tried adding an UIPanel to object [3] and removing soft clipping in [1].
But the results doesn't improve too much.

Any ideas?
Thanks in advance!

25
NGUI 3 Support / Re: ScrollView - Soft clip at bottom only?
« on: July 31, 2014, 03:07:01 PM »
Shouldn't be easier to have softness X Left/Right and Y Top/Bottom in the same clipping panel options?

26
NGUI 3 Support / Re: NGUI support for Unity 4.1.04f
« on: July 02, 2014, 11:38:50 AM »
Thanks Aren!
It's for the company, so IT it's getting it from the repository.

27
NGUI 3 Support / Re: NGUI support for Unity 4.1.04f
« on: July 01, 2014, 02:20:46 PM »
Thanks Nicky, I'll contact IT for that specific version.

Cheers.

28
NGUI 3 Support / NGUI support for Unity 4.1.04f
« on: July 01, 2014, 11:39:59 AM »
Hi Aren,
Which NGUI version will work with Unity 4.1.04f? the latest should work?

PS: We can't upgrade Unity.

Thanks!

29
NGUI 3 Support / ScrollView w/ Drag&Drop and different Panels
« on: June 12, 2014, 04:30:46 PM »
Hi,
I'm using scrollviews with soft clipping and the items inside has an UIPanel, and when you drag out and it comes back to the scrollview it clips with the scrollview even if it has a UIDragDropRoot in the parent Panel. That the correct behavior? Also we have a container where you put the selected item and you can replace it with another item, but each time you replace it the old item came back to the scrollview but doesn't clip. The coders told me they just change the parent of the item. I don't know what else they have to do. Any help will be appreciated.

The hierarchy is this one:
UIPanel [Scrollview]
|- UIGrid
|-- ItemContainer [specific script]
|--- Item [UIPanel/Collider/UIButton/DragDropItem/UIDragScrollView]

Best,
Emilio

*EDIT*
Also, if the Grid it's with 'Keep Within Panel' checked and I drag an item down and up the grid moves.

30
NGUI 3 Support / Re: NGUI Toolbar
« on: May 13, 2014, 09:29:05 AM »
woahhh!
Looks awesome!  ;D ;D

When we can get this?

Pages: 1 [2] 3 4 ... 24