拼ui 一些业务逻辑x实现
This commit is contained in:
@@ -52,7 +52,10 @@ public class notebook_faterType : ScriptableObject
|
||||
|
||||
isUnlocked = value;
|
||||
#if UNITY_EDITOR
|
||||
EditorUtility.SetDirty(this);
|
||||
if (!Application.isPlaying)
|
||||
{
|
||||
EditorUtility.SetDirty(this);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user