Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.1.0] - 2023/01/10
Added
- Classes
PercentageVariable
andPercentageReference
- Uses floats in the range [0..1]
- Custom editor property drawer that uses a slider
- Functions
SetFixedValue
andSetVariable
onValueReference
- Virtual property
defaultValue
onScriptableVariable
- Function
ResetToDefault
onScriptableVariable
- Array and list extension method
IndexOf
to get the index of an element/item using a custom predicate
Changed
- Renamed
TimerBehaviour
toTimedBehaviour
- Renamed
constantValue
tofixedValue
inValueReference
- Renamed
useConstant
touseVariable
inValueReference
- Defaults to
false
instead oftrue
to match the existing logic
- Defaults to
- Renamed array and list extension method
IsAny
toContains
- Renamed array and list extension method
IsEach
toContainsAll
- Capitalized various property names
- Fixed documentation typos and grammar
[1.0.0] - 2022/11/27
- Initial release