Writing custom Inspectors is time consuming. When a type changes its custom inspector must be modified as well. Stop wasting that time and start to spend it on more important tasks. Not only does the ...
The default Unity inspector doesn't handle listening to value changes very well. If you use get and set, a lot of code is required to sync the value with the inspector. To solve this pain point, I ...