feat(chapter): 重构章节系统为多出口图结构

- TalkSceneSO 引入 SceneExit 多出口列表与 displayOrder 排序
- GameManager.NextSceneSo 与 Yarn NextYarn 支持 exitName 跳转
- ChapterController 改用 GameManager 全局 SceneSO 列表
- SceneSO 资源迁移至 Archive/Demo/Fiction/Test 子目录
This commit is contained in:
2026-04-25 20:13:29 +08:00
parent 5bc48400c5
commit 93012f5f7c
64 changed files with 291 additions and 101 deletions
@@ -1,8 +1,8 @@
fileFormatVersion: 2
guid: f9314e7bc5b932c41b8cd00507d7ac19
NativeFormatImporter:
guid: b69b73da769b9f74e8d1da23717b76bf
folderAsset: yes
DefaultImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
@@ -12,10 +12,16 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Day3_mid
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: aaef579ad8bdda542b503b40ce6773a8, type: 2}
nextScene: {fileID: 0}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: aaef579ad8bdda542b503b40ce6773a8, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: 640f90d7758f6524f8735352da531604, type: 3}
firstSceneName: Scene/ClinicOut
title:
description:
coverPic: {fileID: 0}
chapter: "\u96EAxue"
graphPosition: {x: 420, y: 110}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,8 +12,16 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Day3_night
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: ff82a99e791be3e41acf40232f908eb3, type: 2}
nextScene: {fileID: 0}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: ff82a99e791be3e41acf40232f908eb3, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: 640f90d7758f6524f8735352da531604, type: 3}
firstSceneName: Scene/ClinicOut
isEndOfDay: 1
nameToPlayer: "\u7B2C\u4E09\u5929\u4E2D\u5348\u4F11\u606F"
title:
description:
coverPic: {fileID: 0}
chapter:
graphPosition: {x: 0, y: -990}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,8 +12,16 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Day4_mid
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: 362a7dfb573114247a33c0e290b698eb, type: 2}
nextScene: {fileID: 0}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: 362a7dfb573114247a33c0e290b698eb, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: fceb65c69f946c740992b742bc01a6a2, type: 3}
firstSceneName: Scene/ClinicOut
isEndOfDay: 0
nameToPlayer: "\u7B2C\u56DB\u5929\u4E2D\u5348\u4F11\u606F"
title:
description:
coverPic: {fileID: 0}
chapter:
graphPosition: {x: 0, y: -770}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,10 +12,16 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: FP_HuoShan
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: 8d8b11f0c2fbc4d4cb8c2857d98383c9, type: 2}
nextScene: {fileID: 0}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: 8d8b11f0c2fbc4d4cb8c2857d98383c9, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: dc075ea1c729cec4484634a00ebb03a4, type: 3}
firstSceneName: Scene/HuoShanFixScene
title:
description:
coverPic: {fileID: 0}
chapter:
graphPosition: {x: 0, y: -550}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,10 +12,16 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Gts1
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: 172e1298764e87a4b9ed51264b908ba9, type: 2}
nextScene: {fileID: 0}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: 172e1298764e87a4b9ed51264b908ba9, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: 31109973cccc10642a3bc09bc70f47d3, type: 3}
firstSceneName: Scene/PeipeiFixScene
title: "10\u5E74\u524D"
description: "\u201C\u4E8B\u6545\u201D"
coverPic: {fileID: -3514371587045790464, guid: fd04c28739017964789d58d573f9fabb, type: 3}
chapter: "\u201C\u4E8B\u6545\u201D"
graphPosition: {x: 0, y: -330}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,10 +12,16 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: PeipeiDay1
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: 68a9c1b8c5230454bb9498fd2ab5714b, type: 2}
nextScene: {fileID: 0}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: 68a9c1b8c5230454bb9498fd2ab5714b, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: 26fc6619bbcda734a81361b8bb615f04, type: 3}
firstSceneName: Scene/PeipeiFixScene
title: "\u4F69\u4F69"
description: "\u7B2C\u4E00\u4F4D\u75C5\u4EBA"
coverPic: {fileID: 21300000, guid: ef7ba7c21d2aea048abe5729d7da2eee, type: 3}
chapter: "\u7B2C\u4E00\u4F4D\u75C5\u4EBA"
graphPosition: {x: 0, y: 110}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,10 +12,16 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: PeipeiDay2
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: afc5b01ef301cc74db7cae741acad427, type: 2}
nextScene: {fileID: 0}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: afc5b01ef301cc74db7cae741acad427, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: 247e2ccd847942843bb87841bb9888c5, type: 3}
firstSceneName: Scene/PeipeiFixScene
title:
description:
coverPic: {fileID: 0}
chapter:
graphPosition: {x: 420, y: -110}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,8 +12,16 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: PeipeiDay3
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: e749fe0f9aa32f44097e037f52a5bfe0, type: 2}
nextScene: {fileID: 0}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: e749fe0f9aa32f44097e037f52a5bfe0, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: 05ccf66391562af43835d718ca36f508, type: 3}
firstSceneName: Scene/PeipeiFixScene
isEndOfDay: 1
nameToPlayer: "\u7B2C\u56DB\u5929\u4E0A\u5348\u4F69\u4F69"
title:
description:
coverPic: {fileID: 0}
chapter:
graphPosition: {x: 0, y: 330}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,8 +12,16 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Prologue_begin
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: 2f763a2c04ecafb4981379b7363f9791, type: 2}
nextScene: {fileID: 0}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: 2f763a2c04ecafb4981379b7363f9791, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: ab71ff7b298372f48a262ad5b949c395, type: 3}
firstSceneName: Scene/OpenFixScene
isEndOfDay: 0
nameToPlayer: "\u5E8F\u7AE0"
title:
description:
coverPic: {fileID: 0}
chapter:
graphPosition: {x: 0, y: 550}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,8 +12,16 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: StoneDay2
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: afc5b01ef301cc74db7cae741acad427, type: 2}
nextScene: {fileID: 0}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: afc5b01ef301cc74db7cae741acad427, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: fa8082420f7bb5b4a8ab33a59c70bcc9, type: 3}
firstSceneName: Scene/ExpressFixScene
isEndOfDay: 0
nameToPlayer: "\u77F3\u5934\u590D\u8BCA"
title:
description:
coverPic: {fileID: 0}
chapter:
graphPosition: {x: 0, y: 770}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,8 +12,16 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: YingliDay1
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: e749fe0f9aa32f44097e037f52a5bfe0, type: 2}
nextScene: {fileID: 0}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: e749fe0f9aa32f44097e037f52a5bfe0, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: 3bb399faf6caadd4c89f85b7aa83c388, type: 3}
firstSceneName: Scene/YingliFixScene
isEndOfDay: 0
nameToPlayer: "\u82F1\u7406\u521D\u8BCA"
title:
description:
coverPic: {fileID: 0}
chapter:
graphPosition: {x: 0, y: 990}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -1,8 +1,8 @@
fileFormatVersion: 2
guid: 6d49b124127007b48b6881ce33350263
NativeFormatImporter:
guid: d9ce4de6ffe606743a73b423d93578c5
folderAsset: yes
DefaultImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
@@ -12,10 +12,15 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Day0_Prologue
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: ac5ca9a66ff22ab4b9cd5adbdade6b8c, type: 2}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: ac5ca9a66ff22ab4b9cd5adbdade6b8c, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: 2fa76ffaa57f62244b77be9b25ca14c2, type: 3}
firstSceneName: Scene/OpenFixScene
title: "\u68A6"
description: "\u6D77\u6D6A\u4E0E\u75C5\u75DB"
coverPic: {fileID: 21300000, guid: c66b2b5ca74393c45a0d281a6662aa54, type: 3}
chapter: "\u6D77\u6D6A\u4E0E\u75C5\u75DB"
graphPosition: {x: -8.666687, y: 0}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,10 +12,15 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Day1_FIRST_PP1
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: 68a9c1b8c5230454bb9498fd2ab5714b, type: 2}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: 68a9c1b8c5230454bb9498fd2ab5714b, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: 26fc6619bbcda734a81361b8bb615f04, type: 3}
firstSceneName: Scene/PeipeiFixScene
title: "\u4F69\u4F69"
description: "\u7B2C\u4E00\u4F4D\u75C5\u4EBA"
coverPic: {fileID: 21300000, guid: ef7ba7c21d2aea048abe5729d7da2eee, type: 3}
chapter: "\u7B2C\u4E00\u4F4D\u75C5\u4EBA"
graphPosition: {x: 640, y: 0}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,10 +12,15 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Day1_begin
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: dadf07a02eb4b8d4c8bdf1739a10c9c5, type: 2}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: dadf07a02eb4b8d4c8bdf1739a10c9c5, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: 533dc422c8871c143a551bd5d446b439, type: 3}
firstSceneName: Scene/SubWay
title: "\u5730\u94C1\u4E0A"
description: "\u8BB0\u5F97\u6253\u5361"
coverPic: {fileID: 21300000, guid: f78e34492dd89b341928553dd1dfcbdb, type: 3}
chapter: "\u8BB0\u5F97\u6253\u5361"
graphPosition: {x: 320, y: 0}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,10 +12,15 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Day1_mid
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: ada4bdc2db5594e4f860c90b3a4b9da8, type: 2}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: ada4bdc2db5594e4f860c90b3a4b9da8, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: 293561ce52efc594399242651d44b366, type: 3}
firstSceneName: Scene/ClinicOut
title: "\u5348\u4F11"
description: "\u51AC\u5929\u5230\u4E86"
coverPic: {fileID: 21300000, guid: 7715c89797cc6ca4e914b85f5524e9fd, type: 3}
chapter: "\u51AC\u5929\u5230\u4E86"
graphPosition: {x: 960, y: 0}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,10 +12,15 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Day1_night
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: 653fbfbb55fef7740a2360590e29d552, type: 2}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: 653fbfbb55fef7740a2360590e29d552, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: 29ebe788cfe2c084e88ffdd8e2f93378, type: 3}
firstSceneName: Scene/ClinicOut
title: "\u9152\u676F\u548C\u724C"
description: "\u9152\u676F\u548C\u724C"
coverPic: {fileID: 21300000, guid: df86302e77350e34ea422cd24043dd93, type: 3}
chapter: "\u9152\u676F\u548C\u724C"
graphPosition: {x: 1280, y: 0}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,10 +12,15 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Day1_sleep
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: 172e1298764e87a4b9ed51264b908ba9, type: 2}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: 172e1298764e87a4b9ed51264b908ba9, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: beb6e77de3427b04dae210b2c9ca29a1, type: 3}
firstSceneName: "Scene/\u68A6\u5883"
title: "\u542F\u793A"
description: "\u627E\u5230\u5929\u6587\u53F0\u7684\u5165\u53E3"
coverPic: {fileID: 21300000, guid: 20296b9c29cb10f4a97913165e98fb62, type: 3}
chapter: "\u627E\u5230\u5929\u6587\u53F0\u7684\u5165\u53E3"
graphPosition: {x: 1600, y: 0}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,10 +12,15 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Day2_FIRST_HS1
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: 8d8b11f0c2fbc4d4cb8c2857d98383c9, type: 2}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: 8d8b11f0c2fbc4d4cb8c2857d98383c9, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: dc075ea1c729cec4484634a00ebb03a4, type: 3}
firstSceneName: Scene/HuoShanFixScene
title: "\u706B\u5C71"
description: "\u6211\u7684\u7535\u89C6\u5934\u670B\u53CB"
coverPic: {fileID: 21300000, guid: 77af8281471ddab42993b4b7795f2f57, type: 3}
chapter: "\u6211\u7684\u7535\u89C6\u5934\u670B\u53CB"
graphPosition: {x: 2240, y: 0}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,10 +12,15 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Day2_NEXT_PP2
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: afc5b01ef301cc74db7cae741acad427, type: 2}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: afc5b01ef301cc74db7cae741acad427, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: 247e2ccd847942843bb87841bb9888c5, type: 3}
firstSceneName: Scene/PeipeiFixScene
title: "\u505C\u6B62\u60F3\u8C61"
description: "\u505C\u6B62\u60F3\u8C61"
coverPic: {fileID: 21300000, guid: ef7ba7c21d2aea048abe5729d7da2eee, type: 3}
chapter: "\u505C\u6B62\u60F3\u8C61"
graphPosition: {x: 2880, y: 0}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,10 +12,15 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Day2_begin
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: 0bdbd8e46fa688e49a5a670b78b6f956, type: 2}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: 0bdbd8e46fa688e49a5a670b78b6f956, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: 6ecfe80fd0370554db9a7ec3a173f7e3, type: 3}
firstSceneName: Scene/SubWay
title: "\u5730\u94C1\u4E0A"
description: "\u5BBF\u9189"
coverPic: {fileID: 21300000, guid: 922da7b13a1cf2747a43933c2afea754, type: 3}
chapter: "\u5BBF\u9189"
graphPosition: {x: 1920, y: 0}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,10 +12,15 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Day2_mid
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: a4dba2e2976607d45a28d4c8cade6b0a, type: 2}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: a4dba2e2976607d45a28d4c8cade6b0a, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: 25f49957c68bca34bb1aeafec7feca8b, type: 3}
firstSceneName: Scene/ClinicOut
title: "\u7B2C\u4E8C\u5929\u4E2D\u5348"
description: "\u7B2C\u4E8C\u5929\u4E2D\u5348"
coverPic: {fileID: 21300000, guid: 7715c89797cc6ca4e914b85f5524e9fd, type: 3}
chapter: "\u7B2C\u4E8C\u5929\u4E2D\u5348"
graphPosition: {x: 2560, y: 0}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,10 +12,15 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Day2_night
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: aaef579ad8bdda542b503b40ce6773a8, type: 2}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: aaef579ad8bdda542b503b40ce6773a8, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: ec06c945cb99fb544b1dd9a2a6ea9a7b, type: 3}
firstSceneName: Scene/ClinicOut
title: "\u5915\u9633"
description: "\u5915\u9633"
coverPic: {fileID: 21300000, guid: dc09bd90b2ce79249ac504f07b98944f, type: 3}
chapter: "\u5915\u9633"
graphPosition: {x: 3200, y: 0}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,10 +12,15 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Day2_sleep
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: 362a7dfb573114247a33c0e290b698eb, type: 2}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: 362a7dfb573114247a33c0e290b698eb, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: 62f2a99a47fc652449b846035a739529, type: 3}
firstSceneName: "Scene/\u68A6\u5883"
title: "\u542F\u793A"
description: "\u6D77\u662F\u5B58\u5728\u7684\u5417\uFF1F"
coverPic: {fileID: 21300000, guid: 2796d4ad771bcde488978d1c1e67ed8f, type: 3}
chapter: "\u6D77\u662F\u5B58\u5728\u7684\u5417\uFF1F"
graphPosition: {x: 3520, y: 0}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -12,10 +12,13 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: GeneralEnd
m_EditorClassIdentifier:
nextScene: {fileID: 0}
exits: []
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: e6bac2644a8a04b4899ce2fe8ae1f4fc, type: 3}
firstSceneName: Scene/Bridge
title: "\u7ED3\u675F"
description: "\u7ED3\u675F"
coverPic: {fileID: 21300000, guid: 8344881c78a9845499555d573e34e362, type: 3}
chapter: "\u7ED3\u675F"
graphPosition: {x: 3840, y: 0}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: df234a5ef69dc6d468e8accd8fe47fbe
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -12,8 +12,16 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: Day1_NEXT_ST1
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: ada4bdc2db5594e4f860c90b3a4b9da8, type: 2}
nextScene: {fileID: 0}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: ada4bdc2db5594e4f860c90b3a4b9da8, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: 9c6e0818864e6964d83f946e81e32916, type: 3}
firstSceneName: Scene/ExpressFixScene
isEndOfDay: 0
nameToPlayer: "\u77F3\u5934\u521D\u8BCA"
title:
description:
coverPic: {fileID: 0}
chapter:
graphPosition: {x: 0, y: 0}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -1,19 +0,0 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: HuoshanDay1
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: 8d8b11f0c2fbc4d4cb8c2857d98383c9, type: 2}
yarnProject: {fileID: 7545569452688597077, guid: 5b30d815fe3ef1d4aa1af835b6801fd4, type: 3}
firstSceneName: Scene/HuoShanFixScene
isEndOfDay: 0
nameToPlayer: "\u706B\u5C71\u521D\u8BCA"
@@ -1,19 +0,0 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: StoneDay1
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: ada4bdc2db5594e4f860c90b3a4b9da8, type: 2}
yarnProject: {fileID: 7545569452688597077, guid: 9c6e0818864e6964d83f946e81e32916, type: 3}
firstSceneName: Scene/ExpressFixScene
isEndOfDay: 0
nameToPlayer: "\u77F3\u5934\u521D\u8BCA"
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: f47b16116007f004580e98b8f50d35ac
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -12,10 +12,16 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 157431981b8a721458e6706c374a3867, type: 3}
m_Name: TestSO
m_EditorClassIdentifier:
nextScene: {fileID: 11400000, guid: 10601ce26230723479d875a630f15732, type: 2}
nextScene: {fileID: 0}
exits:
- exitName: default
targetScene: {fileID: 11400000, guid: 10601ce26230723479d875a630f15732, type: 2}
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: b81ce7d02242fc74daf531067098286f, type: 3}
firstSceneName: Scene/ExpressFixScene
title:
description:
coverPic: {fileID: 0}
chapter:
graphPosition: {x: 0, y: 640}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}
@@ -13,9 +13,13 @@ MonoBehaviour:
m_Name: Test_Shitou
m_EditorClassIdentifier:
nextScene: {fileID: 0}
exits: []
displayOrder: 0
yarnProject: {fileID: 7545569452688597077, guid: a2b0fa96399ebca4c9c61e346f95b037, type: 3}
firstSceneName: Scene/Scene/ExpressFixScene
title: "\u77F3\u5934\u7684\u5FC3"
description:
coverPic: {fileID: 0}
chapter:
graphPosition: {x: 0, y: 480}
nodeColor: {r: 0.85, g: 0.45, b: 0.45, a: 1}