Is it possible to make editor script to automate the process of creating and updating font asset files? Any API available for that?
Yes, its possible. Don’t have code right now, but some time ago I created ScriptableObject where i assign font, settings we want and it recreated/updated TMP assets. Then wen we have many fonts we can just select them all and run their generation script. It is possible without anything specific.
Thanks! Great to hear that it’s doable. I just couldn’t find any documentation on how to modify the font assets from editor scripts, so if anyone has a link, that would help a lot.