feat: Round 48 narrative systems improvements
- QuestSO: Add ValidateBranchCycles() DFS detection for branches[].nextQuest loop - QuestSO: Mark three legacy prerequisite fields with v2.0 removal warning in Tooltip - IQuestManager: Add QuestLockReason enum + QuestLockInfo struct (strongly-typed lock info) - IQuestManager: Add GetQuestLockInfo() method to interface; GetQuestLockReason() now delegates to it - IQuestEventSource: Add OnQuestStateChanged(questId, oldState, newState) unified event - QuestManager: Implement GetQuestLockInfo(); fire OnQuestStateChanged on all state transitions - DialogueManager: Add one-frame yield in HandleChoices before ShowChoices (skip-debounce fix) - DialogueManager: Increment _playbackId in ForceEnd() to invalidate residual choice callbacks - DialogueSequenceSO: Add UNITY_EDITOR debug log in TryGetActiveVariant on variant match - WorldStateRegistry: Add OnBatchStateChanged event + BatchMark() batch-write API - DialogueModule: List badge shows warning indicator for unconditional-shadowing variants - DialogueModule: BuildVariantsCard shows logic mode (AND/OR) alongside flag conditions Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -21339,6 +21339,7 @@ GameObject:
|
||||
- component: {fileID: 1354690328}
|
||||
- component: {fileID: 1354690327}
|
||||
- component: {fileID: 1354690326}
|
||||
- component: {fileID: 1354690329}
|
||||
m_Layer: 8
|
||||
m_Name: Square (1)
|
||||
m_TagString: Untagged
|
||||
@@ -21458,6 +21459,32 @@ Transform:
|
||||
m_Children: []
|
||||
m_Father: {fileID: 0}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!114 &1354690329
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1354690325}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 87d47b3e0cb42914b8b2ae885bebf30b, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
costOverride: -1
|
||||
linkType: 1
|
||||
clearance: 2
|
||||
navTag: 0
|
||||
avgWaitTime: 0
|
||||
maxTraversableDistance: 0
|
||||
autoMap: 1
|
||||
start: {x: -2, y: 0}
|
||||
goal: {x: 2, y: 0}
|
||||
isBidirectional: 1
|
||||
visualizationType: 5
|
||||
traversalAngle: 0
|
||||
horizontalSpeed: 1
|
||||
bezierControlPoint: {x: 0, y: 3}
|
||||
--- !u!1 &1357827205
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
|
||||
Reference in New Issue
Block a user