i’m new to the engine and i’m trying to learn by making a little 2d Side-Scrolling game, everything was going right until i tried to make that when the player hits a enemy the value of the damage pops up, i found that with Text render component you can make that, the problem is that i can’t find how to set it to Unlit, so that i don’t have to put a light source. I’d like to know how to use a custom font aswell.
Basically i’d like to know how to use a custom font and be Unlit on Text render component.
To make the material unlit, click the magnify glass beside the material to find it in the content browser, then copy it into your own project files (DefaultTextMaterialOpaque).
Open your copied material, change the shading model to Unlit, and disconnect VertexColor from BaseColor, and plug it into EmissiveColor instead: