Skip to content

Releases: RamiAhmed/overridable-scriptable-objects

1.0.2

04 Dec 10:33

Choose a tag to compare

[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 ScriptableObject asset.
  • Added convenience TryLoadOverride() method.

1.0.1

10 Aug 13:38

Choose a tag to compare

[1.0.1] - 10-08-2025

  • Added configuration asset (OverridableScriptableObjectConfiguration) for configuration management.
  • Added hierarchical override path support, including custom paths.
  • Introduced IgnoreOverridableFieldAttribute to optionally exclude fields from override serialization.

1.0.0

02 Aug 23:48

Choose a tag to compare

[1.0.0] - 03-08-2025

  • First public release.
  • Core functionality for overridable ScriptableObjects.
  • Editor integration for saving, loading, and deleting overrides.