I’m designing a UI for my game, and I want to control the formatting of it programmatically. That is, I want to add variables that control the colors, fonts, from the top-level of the UI, rather than set them all individually.
I know how to write a script that does that, but I’m wondering if there’s a way that will allow me to tweak the public variables in the inspector, and watch them update without having to run it.
Thanks!