Hi,
I’m generating a TextMesh Pro font asset from code, and when I call TMPro_FontPlugin.Initialize_FontEngine() I get error code 240.
Are these error codes documented somewhere? Does someone know what error 240 means?
Thanks.
Hi,
I’m generating a TextMesh Pro font asset from code, and when I call TMPro_FontPlugin.Initialize_FontEngine() I get error code 240.
Are these error codes documented somewhere? Does someone know what error 240 means?
Thanks.
Did you get anywhere with this?
I was having the same problem, and managed to get around it by always calling TMPro_FontPlugin.Destroy_FontEngine() before Initialize_FontEngine()