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 - alex.miron

Pages: [1]
1
NGUI 3 Support / Re: NGUI with Unity Sprite packer
« on: September 15, 2014, 08:04:10 AM »
It's working now with UI2DSprites only.

2
NGUI 3 Support / NGUI with Unity Sprite packer
« on: September 15, 2014, 05:33:51 AM »
Hello,

I have recently started working with NGUI and I want to use Unity3d's built in sprite packer for packing my atlases.
I can not use UISprites since I can't use sprites other than those in a UIAtlas so I use UITextures and UI2DSprites.
I insert the according packing tags on every sprite but still in the memory profiler I see both the sprites and the atlases.

What is the best way to use Sprite packer with NGUI?
What kind of renderers should I use ? UISprite, UITexture or UI2DSprite ?

I have to release the game by the end of the week and the only thing I still have to do is take care of the memory problems, so it's rather urgent.
Thank you.

3
NGUI 3 Support / UILabel's outline effect
« on: August 08, 2014, 06:31:13 AM »
I saw that the UILabel's outline doesn't look very crisp.
The edges of some of the letters doesn't get outlined.

Is it a bug or is something from my font ?

Pages: [1]