What would be the best method of resizing lots of UI elements? Would you do it by simply experiementing or setting them to a % of the resized window? Or maybe have the window size fixed (this seems easiest) and just have it auto-scale? Or is there any kind of add-on that helps with UI elements?
I'm looking at rebuilding my management game in C3. I've never got very far because it doesn't really seem suited to this kind of game but I'm sure it's perfectly capable of it if I can get past the UI / screen sizing issue.