Welcome,
Guest
. Please
login
or
register
.
June 10, 2026, 08:50:03 AM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
UILabel with dynamic font doesn't show when covered by texture mask UIPanel
« previous
next »
Print
Pages: [
1
]
Author
Topic: UILabel with dynamic font doesn't show when covered by texture mask UIPanel (Read 5787 times)
netguy
Newbie
Thank You
-Given: 0
-Receive: 0
Posts: 2
UILabel with dynamic font doesn't show when covered by texture mask UIPanel
«
on:
June 14, 2016, 12:22:27 AM »
Hello,
I meet a problem, any one can help me?
On PS4 and XBoxOne, an UILabel with dynamic font doesn't show when its parent is a UIPanel with a texture mask.
Does anyone meet such problem before?
Logged
netguy
Newbie
Thank You
-Given: 0
-Receive: 0
Posts: 2
Re: UILabel with dynamic font doesn't show when covered by texture mask UIPanel
«
Reply #1 on:
June 14, 2016, 08:42:36 PM »
I found the solution.
The reason is the incompatible keywords cause this problem.
Solution:
in Unlit - Text (TextureClip).shader
Replace the type of vertex with SV_POSITION in v2f struct.
Replace the output type of frag with SV_Target.
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
UILabel with dynamic font doesn't show when covered by texture mask UIPanel