Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

One more question, im new to unity somewhat and i cant figure out how to do the font for size 11 and 13 to fit on top of eachother one is the outline and the other the filling like you did in your example, but the pixels dont line up for me properly. is there like a specific way to do it? thanks!

Hello! Here on the left are the settings I used for importing them into Unity, for pixel clarity.

For alignment, I found that both fonts should have the same X position, but the outline should be placed 1px higher on Y axis. So, if "FantasyRPGtitle" Pos Y is 4, then "FantasyRPGtitleOutline" should be at 5. This way they align perfectly. Not sure why this is needed, since I created them in the same size and grid...


I hope this solves the issue for you!

(+1)

thanks it works now! i didnt know about the +1 on y so i tought it didnt line up at all so i was stressin.

Awesome, I'm glad it works! Yes, it's a bit weird haha. I'll add it to the description so others know.