Optimizing Unity UI

This video has some excellent tips and it helped me make some simple optimizations to my UI in Space Engineers Calculator. The short story: I added sub-canvases and replaced Unity’s vertical layout group with my own implementation. The long story: My application consists of mostly Unity UI. Most of the application runs reasonably well except […]