Hey KaiClaiver, I'm experiencing a pretty annoying framerate drop when enabling STM component - even when built out. I'm using stm + fleece and have narrowed it down to onEnable() behavior. In the scene I have nothing but first person controller and a trigger which onTriggerEnter() just turns on the stm component.
Do you have any suggestions as to how to minimise the loading overhead?
[Edit] After some more fruitling around it appears to be hanging when setting stm.Text =. Whether it's a fleece passage or a short string (I've tested it with "yeah" and "asdfjhaksjdhfk" and the longer string does seem to cause more hang).