Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Fallback font always loaded even if not used?

Discussion in 'UGUI & TextMesh Pro' started by damelin, Feb 7, 2023.

  1. damelin

    damelin

    Joined:
    Jul 3, 2012
    Posts:
    62
    I was profiling my memory and I saw that my Korean font was loaded even if my current game language wasn't Korean. It is set as a fallback for other fonts. So I would expect it not to be loaded until a character isn't found in other fonts?

    Is there a way to only load the Korean font when the game really needs it?