Closed mitay-walle closed 10 months ago
Thanks for the bug report. Could you write a minimal working example of what is not working? This code works as expected for me:
[SOVariant, CreateAssetMenu]
public class TestSO : ScriptableObject
{
public List<TestSONonVariant> myList;
}
[CreateAssetMenu]
public class TestSONonVariant : ScriptableObject
{
[SerializeField] private float data;
}
I've List of references to another ScriptableObjects, and IsOverriden is true, but if I turn it off, I can't turn it on back