ScriptableObject-Architecture
ScriptableObject-Architecture copied to clipboard
Changing value of Variables in Inspector no longer Raises its event.
According to the Tutorial section of this repo (and past versions), a developer is able to cause Variable events to raise by changing the value in the Inspector, such as in this screenshot taken of the tutorial on this page.
However, this is no longer the case. The "raise event when value has changed" code has been removed from the BaseVariableEditor class.
Steps to reproduce: Create any kind of Variable, (like IntVariable) Hook its event up to something (like a GameEventListener). Change the Value in Inspector. notice that nothing happens.
