soarcreator
Results
1
issues of
soarcreator
When it crashes, textInfo returns null. Therefore, I changed it like below, and seems working fine. public int GetCharCount() { var info = tmpText.textInfo; return info == null ? 0...