Releases: RamiAhmed/overridable-scriptable-objects
Releases · RamiAhmed/overridable-scriptable-objects
1.0.2
[1.0.2] - 04-12-2025
- Added support for partial JSON overrides. Override files no longer need to contain all fields - only fields present in the JSON will be overridden, while other fields retain their original values from the
ScriptableObjectasset. - Added convenience
TryLoadOverride()method.
1.0.1
[1.0.1] - 10-08-2025
- Added configuration asset (
OverridableScriptableObjectConfiguration) for configuration management. - Added hierarchical override path support, including custom paths.
- Introduced
IgnoreOverridableFieldAttributeto optionally exclude fields from override serialization.