[ BUGS ] Game View ~> Can see Black Box . Scene view ~> Can see TMPro font

Hi guys,

Anyone know why this is happening and how to fix it? TMPro has a lot of powerful features, but it’s got bugs.

Are you doing any kind of scaling / animating of the scale on the text object?

You also appear to be using one of the surface shaders that requires lighting in the scene. Make sure you have appropriate lighting on the text object.

If adjusting lighting doesn’t do the trick and assuming the issue isn’t scale related, switch to the normal Distance Field shader to see if the text renders correctly.

If the text renders correctly, then we know if it potentially lighting related. If that is the case, I noticed that you are using Aura Preview which I am not familiar but it appears it might be affect lighting so see if disabling that has any affects on the text rendering.

1 Like

This was it! Thank you!