This is my implementation of variables in Unity using scriptable objects as explained in this talk. The change is that the exposed variable is actually Observable of the variable type so it is compatible with UniRx.
- This project requires UniRx - https://github.com/neuecc/UniRx
TODO