I have a button on the canvas, and when I set the text button with English text, it works correctly, but when it is set by Thai text, it delays up to 6 seconds (poor performance).
At first I thought it was because I upload a lot of sounds and images, but after deleting all of them it is still slow, and if I change my Thai text, it works fast.
Does anyone know how to fix this problem?
public Text text; void Start () { text.text = "เพลงจิ้งจก"; }
I tried changing the font (Thonburi font), but did not affect it. So, my solution is to change the text to an image, which is a bad solution, but cannot find any useful ways.
performance c # unity3d unity5
Nguyen tran
source share