ScriptableObject-Architecture icon indicating copy to clipboard operation
ScriptableObject-Architecture copied to clipboard

Changing value of Variables in Inspector no longer Raises its event.

Open Monsoonexe opened this issue 4 years ago • 0 comments

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.

image

Monsoonexe avatar Feb 07 '21 01:02 Monsoonexe