Merge branch 'develop' into feature/配置项相关

This commit is contained in:
2025-12-12 15:16:11 +08:00
79 changed files with 12154 additions and 9723 deletions
@@ -99,6 +99,10 @@ namespace AibisDream
{
_dialogueRunner.StartDialogue(nodeName);
}
else
{
Debug.LogWarning($"节点 {nodeName} 不存在!");
}
}
private bool CheckIfNodeExistInCurrentYarnProject(string nodeName)