Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: helpmeplease on May 02, 2013, 06:42:45 AM
-
i want to use dynamic font to dragablePanel
but, i have some problem
look at attached file.
(http://postfiles1.naver.net/20130502_144/gochja_136749497845772Qx3_PNG/problem.PNG?type=w3)
how can i ? help me please
-
Hi,
I'm having problems with dynamic font's alpha and scrollable panel with clipping.
When a label goes over the panel's soft clipping area it does not fade away nicely. Is it dynamic font's problem or someting else?
(http://i.imgur.com/nv68hEJ.png)
(I'm just starting to use NGUI)
-
i don`t know what problem is
-
i don`t know what problem is
I know it's about alpha blending but not sure if it's fixable or already fixed at version 2.60.
Hope someone with more experience with NGUI will answer :)
-
Looks like it's not switching to the proper shader. If you are using the 2.5.7 version from the forums, make sure you have all 3 shaders, so soft shading is supported.
-
@helpmeplease: Your issue is that you have "depth" enabled on your scrollable panel. Turn it off. Why did you enable it in the first place?
-
Looks like it's not switching to the proper shader. If you are using the 2.5.7 version from the forums, make sure you have all 3 shaders, so soft shading is supported.
I use version 2.5.1 from asset store :) How do I change shader when I use Dynamicfont with Material from the font, I can't modify anything in that material, not even the shader.
(http://i.imgur.com/OafjtQS.png)
-
I use version 2.5.1 from asset store :) How do I change shader when I use Dynamicfont with Material from the font, I can't modify anything in that material, not even the shader.
Solved It 8) Don't need to change shader at that material, just make new one:
1. Make new Material
2. Set Shader To Unlit/Dynamic Text Shader (!! Not AlphaClip or SoftClip)
3. Set Font Texture from the ttf to material's texture
4. ? ? ?
5. Profit!
-
What tkok said.