Files
Cielonos/.agent/skills-Cielonos/unity-technician/knowledge/INDEX.md
SoulliesOfficial 8186f54e90 新场景,剧情
2026-06-02 12:55:39 -04:00

12 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Unity Technician 知识库索引
> 最后更新: 2026-03-05
## 知识文件列表
| 文件名 | 主题 | 核心内容 | 适用场景 |
|--------|------|---------|---------|
| `BehaviorDesignerPro.md` | Behavior Designer Pro 行为树节点编写 | 架构总览、Task 基类生命周期、四种节点类型 (Action/Conditional/Composite/Decorator)、Conditional Aborts 机制、SharedVariable、事件系统、Movement/Senses Pack Add-On、自定义 Inspector、本项目自定义基类与节点清单、最佳实践 | 编写/修改 AI 行为树节点 |
| `YarnSpinner.md` | Yarn Spinner 整合与脚本编写 | 框架架构、Unity 整合、多分支变量语法、自定义命令 `[YarnCommand]` 与自定义函数 `[YarnFunction]` 代码示例、性能避坑指南 | 编写剧情对话、扩展 C# 叙事指令与函数接口 |
| `YarnSpinnerLargeScale.md` | 3A 级大型剧情与本地化架构 | SSOT单一事实来源剧情 ScriptableObject 变量架构、Unity 官方本地化包文本导出、Addressables 异步多语言音频配音加载、Wwise 集成、打字机音频同步代码、工程红线 | 大型/复杂互动叙事项目架构设计、多语种(文本+音频)本地化管线搭建 |