Sorry the docs are not up to date here. The font assets are now in the assets
folder and you can replace them there
Note that you need to add them to source control too (modify the gitignore
in your project) because assets
is ignored by default.
Which commands were missing for your font to look correct? It’s a known issue that kerning doesnt look right yet
Happy to fix that in the generator
Just didnt have time yet to look into it further
If I overwrite them in assets, they won’t be overwritten
by user 103054507105067008
If I replace assets/saira_condensed-semibold.png with my own and the json file, will the fonts be regenerated from their versions in the editor and overwrite? I overwrote them and it still looks the same
by user 103054507105067008
They will only be re-generated if you charset changes in Unity or the files dont exist.
by user 103054507105067008
These are the generator previews, and on the right also using the generated .png and json
by user 103054507105067008

by user 103054507105067008
I need to know why the spacing of the letters is so off, in the Unity editor, the font looks the same as the preview from the MSDF generator
by user 103054507105067008
Thanks, is there any way to manually edit the character spacing/kerning to work around this for now? I was trying to remove all those horrible sprite sheet textures I was using that we discussed and move onto using UI text with strings instead
by user 103054507105067008
Other fonts like the Batman Forever font looked fine when exported aside from some size differences which were probably also related to Kerning, wish this app was for Batman haha
by user 103054507105067008
Nice, luckily they mention the horizontal as well as the vertical, seems the glyph adjuster linked only worked to adjust y axis which is a shame
by user 103054507105067008
Yeah I also don’t think it’s a good idea to simply adjust the baseline by magic
I’ll chase it up on that issue
was excited to rip out those chunky sprite sheets we were using in the website today
by user 103054507105067008