Day: May 9, 2015

  • Using Icon Fonts in Unity

    In this example I’m using Font Awesome. First you download it and then drag the .ttf font file into your Resources folder. Now, there are 2 ways to add text: in the UI and in code. Let’s go through both. Adding icons in the UI Say you had a button in the hierarchy with a…