We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a671d19 commit 5a84916Copy full SHA for 5a84916
1 file changed
README.md
@@ -8,7 +8,7 @@ Adds a field to any scriptable object tagged with the `[SOVariant]` attribute th
8
9
When changing values in the original, values are automagically propagated to the children.
10
11
-<img src="https://s2.gifyu.com/images/ScriptableObjectOverrideDemo.gif" width="100%">
+<img src="https://raw.githubusercontent.com/GieziJo/ScriptableObjectVariant/assets/ScriptableObjectOverrideDemo.gif" width="100%">
12
13
## Usage
14
Add the tag `[SOVariant]` before the class header of any ScriptableObject class you want to be overridable, i.e. to be able to create a variant of.
0 commit comments