Author Topic: UILabel with dynamic font doesn't show when covered by texture mask UIPanel  (Read 5786 times)

netguy

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
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?

netguy

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
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.