When the Currency exceeds a number around 2147483647, the text in the CombatantInfomationHUD displaying the Currency becomes blank.
I have tried various changes such as changing the UI Number Text Format setting to Froat, but this does not solve the blank text problem.
Where can I remove this limitation?
I don't know because all the Limit Quantity settings are turned off.
  • 2,147,483,647 is the maximum possible quantity due to, well, that being the maximum integer number possible.
    Going over that number should restart it from the lowest possible number (-2,147,483,648).

    As for the display, might be that it's somewhat wrapper or out of view do the TMP component's setup. Try using overflow and disable wrapping the text.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.