feat(save): 实现 Yarn tag 自动存档判定与异步写盘
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -162,7 +162,13 @@ namespace AibisDream
|
||||
private void OnNodeStart(string nodeName)
|
||||
{
|
||||
UpdateCurrentNodeContext(nodeName);
|
||||
SaveRestoreOrchestrator.TryAutoSave();
|
||||
|
||||
if (!SavePointEvaluator.CanAutoSave(out _))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
StartCoroutine(SaveRestoreOrchestrator.AutoSaveRoutine(nodeName));
|
||||
}
|
||||
|
||||
private void OnNodeComplete(string nodeName)
|
||||
|
||||
Reference in New Issue
Block a user