“This script isn’t necessary in Unity 4, since in that case you can click on the font and choose “Create Editable Copy” in the gear menu in the inspector.”
I am using unity 4 and as I clicked on “create editable copy” , it showed me a message (check the pic).
Please any hints about how to access the Font Texture? or any alternative method would help also.
In the import settings, change the ‘Character’ setting to one other than dynamic. You’ll need to pick one that makes sure you have all of the character set you need.
Unicode if you’ll need foreign characters, if not pick one of the ASCII options.
Make sure you set the font size you’ll want aswell - It’ll become ‘baked’ to that size, so it’ll get blurry if you have to scale it up.
Once you’ve changed this, you should be able to get the texture and edit it yourself