Why isn't it possible to Data bind to a Getter?
It would be very useful if we could, since in some cases we need to show data of one of our Singletons, and it would be easier to just write a getter instead of writing the whole "void Update() { value = Singleton.instance.value }".
Any thoughts on it?