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.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

TextMesh Pro TextMesh Pro breaks and becomes uninteligable in build only

Discussion in 'UGUI & TextMesh Pro' started by ToastHatter, Sep 17, 2023.

  1. ToastHatter

    ToastHatter

    Joined:
    Nov 11, 2016
    Posts:
    53
    I've been using TextMesh Pro in my version of unity (2018.2.2f1) for several years now, and suddenly when i make a new build all of the text becomes squares/unintelligible. Here is what it looks like



    The text still looks normal in the editor and previous build, It should look like the image blow.

    upload_2023-9-17_3-47-20.png

    it's also not all instances of text mesh pro, as some are still absolutely fine in the build.

    I tried making another build just in case it was a one off but it's still happening.
    I haven't updated anything and nothing appeared in the console after the build completed. Any ideas as to what could have happened and any ides on how I could start to fix this?


    Current settings for this particular font, these have not been altered for years likely.

    upload_2023-9-17_3-52-21.png upload_2023-9-17_3-52-44.png
     

    Attached Files:

  2. ToastHatter

    ToastHatter

    Joined:
    Nov 11, 2016
    Posts:
    53
    Found the source of the problem, turns out my resources folder was over 4GB and that resulted in unity failing to build certain textures, removing some unnecessary/old files helped get it below the threshold. I will however likely need to look into asset bundles more