Extract fonts #19
EmberLightVFX
started this conversation in
Ideas
Replies: 1 comment 4 replies
|
I will check this weekend, but it will depend on what type of font system is used in the game. sometimes it is an image, sometimes a real font, it depends a lot on the game. for font replacement I was forced to use several methods to get it to work. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The game I'm currently translating uses a font that has most characters for writing in Swedish. All characters except
å.As UnityGameTranslator can see what fonts are being used, would it be possible for it to also extract those? That way I could add the missing
åand use the new font to replace the old one.All reactions