OK I'm testing the performance of the new beta UI and I have managed to crash it with 170 dynamic text labels with shadows (see code below).
Stress testing the Beta UI - Text
Code (CSharp):
- public GameObject txt;
- public Transform panel;
- public Text counter;
- List<Text> textList;
- textList = new List<Text>();
- }