I tend to have to modify my game objects settings quite often, example I have blades in my game, water, fire, moving platforms, and all have an associated script for them, as so:
My Blade has the following options:
What this allows me to do is easily change settings and reuse reuse reuse the component in different ways :). I found that by having a Split 2 layout set it was easier to play my game and also see how my objects were behaving.
Just sharing progress…