- Docs have nothing on this.
- FAQ is offline.
- Creating a new TextMeshProUGUI from Editor - works fine
- Creating a new TextMeshProUGUI from Script - fails; the component is created, added, but nothing renders, and the Inspector is corrupt (the ‘material’ section is missing), but ALL FIELDS ARE IDENTICAL to the ‘created from Editor’ version.
I have tens of thousands of Text objects to create, and I’m not going to do it by hand in the Editor when it takes 30 seconds to write the script to do it for me. Except I’ve spent 1 hour trying to find any docs on TMP for this and debug it.