Apparently events can't be fired from inherited classes, so the...
Apparently events can't be fired from inherited classes, so the ScriptableVariable base class now has a protected function to fire its OnValueChanged event.
... | ... | @@ -2,7 +2,7 @@ |
"name": "com.futuretech.shared", | ||
"displayName": "FutureTech Shared", | ||
"description": "Contains shared items such as the Scriptable Variables.", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"unity": "2018.3", | ||
"license": "MIT", | ||
"repository": { | ||
... | ... |
Please register or sign in to comment