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 ...
A simple bouncing variable class with its own inspector window. The purpose for this is to add an easy to use 'bounce' controller to any game object in Unity. This is frame based, not time based. Only ...