How can I prevent TMPro fonts from automatically modifying while project building?
When I go to file > build and run (or build), the TMPro .asset files changes automatically. Don’t want to go around stashing the changes everytime I build my project. This happens when the dialog for the building appears.
How to prevent color changes when the text property of TextMeshPro is modified
As you can see, I use a method to modify the text property of TextMeshPro, and immediately after the modification, I change its vertex color (red or white), and then use the ForceMeshUpdate method. However, the text still briefly returns to the default color (green) for a moment. I am currently aware that a series of methods are called when the text property is modified. I am investigating the cause of the problem in the source code. To avoid wasting too much time, I would like to ask if anyone has any ideas about such an issue?
Is there any reference material that will help me learn to TextMeshPro
How to prevent color changes when the text property of TextMeshPro is modified.