Hey all,
I’m editing some variables inside a class and I have created an interface in order to edit variables in a generic way. However it seems that EditorUtility.SetDirty doesn’t work without the specific instance of the class so I can’t apply the new values.
Is there a way to do this or do I have to try every class it implements that interface?