Changelog
All notable changes to this library will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.6.2] - 2022-12-28
Added
ScriptableObjectVariable
variantScriptableObjectWatcher
component- Icons for variables in the Editor
- Icons for watcher components in the Editor
[0.6.1] - 2022-12-08
Fixed
- Missing meta files
[0.6.0] - 2022-12-06
Added
IObservable
interfaceObservableObject
classObservableWatcher
component- Observables sample scene
[0.5.0] - 2022-12-03
Added
ColorVariable
variantColorVariableWatcher
componentColorReference
variantVector2IntVariable
variantVector2IntVariableWatcher
componentVector2IntReference
variantVector2Variable
variantVector2VariableWatcher
componentVector2Reference
variantVector3Variable
variantVector3VariableWatcher
componentVector3Reference
variantVector4Variable
variantVector4VariableWatcher
componentVector4Reference
variantSetPosition(Vector3Variable)
method toTransformVariable
class- Custom editors for new types
Changed
- Exposed
Variable
getter property onRuntimeVariableWatcher
component
[0.4.2] - 2022-12-03
Added
isReadOnly
andIsReadOnly
property toRuntimeVariable
base classMakeReadOnly()
method toRuntimeVariable
base class
[0.4.1] - 2022-12-02
Added
- Docs via
mdbook
inDocumentation~
directory - GitHub CI/CD workflows for documentation
[0.4.0] - 2022-11-30
Added
RuntimeVariableEditor<T>
abstract base classBoolVariableEditor
custom editorDoubleVariableEditor
custom editorFloatVariableEditor
custom editorIntVariableEditor
custom editorStringVariableEditor
custom editorTransformVariableEditor
custom editorRuntimeReferenceDrawer
custom property drawerRuntimeVariableWatcherEditor<T, TVar>
abstract base classBoolVariableWatcherEditor
custom editorDoubleVariableWatcherEditor
custom editorFloatVariableWatcherEditor
custom editorIntVariableWatcherEditor
custom editorStringVariableWatcherEditor
custom editorTransformVariableWatcherEditor
custom editorraiseOnAwake
property toRuntimeVariableWatcher
base class
[0.3.0] - 2022-11-30
Added
RuntimeReference<T>
abstract base classBoolReference
variantDoubleReference
variantFloatReference
variantIntReference
variantStringReference
variantTransformReference
variantCopyFrom(BoolVariable)
method toBoolVariable
CopyFrom(IntVariable)
method toDoubleVariable
CopyFrom(FloatVariable)
method toDoubleVariable
CopyFrom(DoubleVariable)
method toDoubleVariable
CopyFrom(IntVariable)
method toFloatVariable
CopyFrom(FloatVariable)
method toFloatVariable
CopyFrom(IntVariable)
method toIntVariable
CopyFrom(StringVariable)
method toStringVariable
CopyFrom(TransformVariable)
method toTransformVariable
CopyTo(BoolVariable)
method toBoolVariable
CopyTo(DoubleVariable)
method toDoubleVariable
CopyTo(DoubleVariable)
method toFloatVariable
CopyTo(FloatVariable)
method toFloatVariable
CopyTo(IntVariable)
method toIntVariable
CopyTo(FloatVariable)
method toIntVariable
CopyTo(DoubleVariable)
method toIntVariable
CopyTo(StringVariable)
method toStringVariable
CopyTo(TransformVariable)
method toTransformVariable
SetValue(int)
method toDoubleVariable
SetValue(float)
method toDoubleVariable
SetStringValue(int)
method toFloatVariable
Stringify(bool)
method toStringVariable
Stringify(int)
method toStringVariable
Stringify(float)
method toStringVariable
Stringify(double)
method toStringVariable
- References sample scene
Fixed
- Watchers sample scene UI elements
[0.2.1] - 2022-11-30
Changed
- Renamed package to
runtime-variables
- Renamed
Variable<T>
toRuntimeVariable<T>
for consistency - Renamed
VariableWatcher<T>
toRuntimeVariableWatcher<T>
for consistency
[0.2.0] - 2022-11-30
Added
VariableWatcher<T>
abstract base classBoolVariableWatcher
componentDoubleVariableWatcher
componentFloatVariableWatcher
componentIntVariableWatcher
componentStringVariableWatcher
componentTransformVariableWatcher
component- Watchers sample scene
[0.1.0] - 2022-11-29
Added
Variable<T>
abstract base classBoolVariable
variantDoubleVariable
variantFloatVariable
variantIntVariable
variantStringVariable
variantTransformVariable
variant- Variables sample scene