Unity 3D, the increasingly popular WYSIWYG—ish engine for building video games, does a lot of things really well. Helping you build in-game user interfaces? That’s not one of them. At least, not yet.
2023 is certainly an interesting year to keep you on your toes, and finding time to keep managing all the requests and updates that come in are taking their toll, especially for a FREE project, but ...
Every time a single UI element inside a Canvas changes (e.g. change 1 Text or Image), the whole Canvas has to generate the meshes and draw them all over again (very costly). Each time there is a UI ...