Flappy bird font

Hello,

I want to use this font for my game: Flappy Birdy Font | dafont.com. Currently I have this:

The thing is that I want the black outlines like it is now, but I want to change the color inside the font. I know you can do cool things with TextMeshPro but I can’t upload custom fonts there :confused:

Text Mesh Pro allows for custom fonts. The documentation for how to do that is very detailed, and pretty easy to find

Thanks >.< already looked at this document and I thought it was describing something totally different.

http://digitalnativestudios.com/textmeshpro/docs/font/

still looking in TextMesh how to change the color inside the font. It’s really strange I can only change the outline color. Also when u see here: Flappy Birdy Font | dafont.com you can clearly see that the color inside the font is white and when I import it into Unity it’s transparant.

Fonts don’t have any color information. The inside isn’t white, it’s transparent (it only appears white because the page is white). The font is essentially already an outline. What you need is a font that consists of the inside, then you can make an outline around that.

–Eric

Thanks for the answer couldn’t figure that out :face_with_spiral_eyes: