You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(!backingField.IsEmpty)thrownewArgumentException($"{path} not found in the current model, add objects before animations, or disable verification.",nameof(path));
31
+
if(backingField.IsEmpty)thrownewArgumentException($"{path} not found in the current model, add objects before animations, or disable verification.",nameof(path));
0 commit comments