fr.jeanf.questsystem 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/publish.yml +23 -0
- package/.github/workflows.meta +8 -0
- package/README.md +20 -0
- package/README.md.meta +7 -0
- package/Runtime/Prefabs/QuestCore.prefab +359 -0
- package/Runtime/Prefabs/QuestCore.prefab.meta +7 -0
- package/Runtime/Prefabs/QuestIcon.prefab +474 -0
- package/Runtime/Prefabs/QuestIcon.prefab.meta +7 -0
- package/Runtime/Prefabs.meta +8 -0
- package/Runtime/Quests/GoToPlaces/PlaceToVisit.prefab +160 -0
- package/Runtime/Quests/GoToPlaces/PlaceToVisit.prefab.meta +7 -0
- package/Runtime/Quests/GoToPlaces/SpecificObjectCheck.prefab +158 -0
- package/Runtime/Quests/GoToPlaces/SpecificObjectCheck.prefab.meta +7 -0
- package/Runtime/Quests/GoToPlaces.meta +8 -0
- package/Runtime/Quests/Quest_StethoscopeCheck.prefab +645 -0
- package/Runtime/Quests/Quest_StethoscopeCheck.prefab.meta +7 -0
- package/Runtime/Quests/Quest_VisitAllPlaces.prefab +645 -0
- package/Runtime/Quests/Quest_VisitAllPlaces.prefab.meta +7 -0
- package/Runtime/Quests/Quest_VisitPlaces.prefab +247 -0
- package/Runtime/Quests/Quest_VisitPlaces.prefab.meta +7 -0
- package/Runtime/Quests.meta +8 -0
- package/Runtime/Scripts/Core/Quest.cs +101 -0
- package/Runtime/Scripts/Core/Quest.cs.meta +11 -0
- package/Runtime/Scripts/Core/QuestData.cs +18 -0
- package/Runtime/Scripts/Core/QuestData.cs.meta +11 -0
- package/Runtime/Scripts/Core/QuestInfoSO.cs +34 -0
- package/Runtime/Scripts/Core/QuestInfoSO.cs.meta +11 -0
- package/Runtime/Scripts/Core/QuestItem.cs +115 -0
- package/Runtime/Scripts/Core/QuestItem.cs.meta +11 -0
- package/Runtime/Scripts/Core/QuestManager.cs +243 -0
- package/Runtime/Scripts/Core/QuestManager.cs.meta +11 -0
- package/Runtime/Scripts/Core/QuestState.cs +12 -0
- package/Runtime/Scripts/Core/QuestState.cs.meta +11 -0
- package/Runtime/Scripts/Core/QuestStep.cs +38 -0
- package/Runtime/Scripts/Core/QuestStep.cs.meta +11 -0
- package/Runtime/Scripts/Core/QuestStepState.cs +19 -0
- package/Runtime/Scripts/Core/QuestStepState.cs.meta +11 -0
- package/Runtime/Scripts/Core.meta +8 -0
- package/Runtime/Scripts/Events/GameEventsManager.cs +29 -0
- package/Runtime/Scripts/Events/GameEventsManager.cs.meta +11 -0
- package/Runtime/Scripts/Events/InputEvents.cs +32 -0
- package/Runtime/Scripts/Events/InputEvents.cs.meta +11 -0
- package/Runtime/Scripts/Events/MiscEvents.cs +22 -0
- package/Runtime/Scripts/Events/MiscEvents.cs.meta +11 -0
- package/Runtime/Scripts/Events/PlayerEvents.cs +49 -0
- package/Runtime/Scripts/Events/PlayerEvents.cs.meta +11 -0
- package/Runtime/Scripts/Events/QuestEvents.cs +49 -0
- package/Runtime/Scripts/Events/QuestEvents.cs.meta +11 -0
- package/Runtime/Scripts/Events/ScenarioEvents.cs +22 -0
- package/Runtime/Scripts/Events/ScenarioEvents.cs.meta +11 -0
- package/Runtime/Scripts/Events.meta +8 -0
- package/Runtime/Scripts/Input/InputManager.cs +36 -0
- package/Runtime/Scripts/Input/InputManager.cs.meta +11 -0
- package/Runtime/Scripts/Input.meta +8 -0
- package/Runtime/Scripts/Prefabs/QuestCore.prefab +126 -0
- package/Runtime/Scripts/Prefabs/QuestCore.prefab.meta +7 -0
- package/Runtime/Scripts/Prefabs/QuestStatusListner_DEBUG.prefab +235 -0
- package/Runtime/Scripts/Prefabs/QuestStatusListner_DEBUG.prefab.meta +7 -0
- package/Runtime/Scripts/Prefabs.meta +8 -0
- package/Runtime/Scripts/Scenarios/ScenarioManager.cs +31 -0
- package/Runtime/Scripts/Scenarios/ScenarioManager.cs.meta +11 -0
- package/Runtime/Scripts/Scenarios.meta +8 -0
- package/Runtime/Scripts/jeanf.QuestSystem.asmdef +18 -0
- package/Runtime/Scripts/jeanf.QuestSystem.asmdef.meta +7 -0
- package/Runtime/Scripts/quests/GoToPlaces/PlaceToVisit.prefab +142 -0
- package/Runtime/Scripts/quests/GoToPlaces/PlaceToVisit.prefab.meta +7 -0
- package/Runtime/Scripts/quests/GoToPlaces/SpecificObjectCheck.prefab +158 -0
- package/Runtime/Scripts/quests/GoToPlaces/SpecificObjectCheck.prefab.meta +7 -0
- package/Runtime/Scripts/quests/GoToPlaces.meta +8 -0
- package/Runtime/Scripts/quests/Quest_StethoscopeCheck.prefab +645 -0
- package/Runtime/Scripts/quests/Quest_StethoscopeCheck.prefab.meta +7 -0
- package/Runtime/Scripts/quests/Quest_VisitAllPlaces.prefab +645 -0
- package/Runtime/Scripts/quests/Quest_VisitAllPlaces.prefab.meta +7 -0
- package/Runtime/Scripts/quests/Quest_VisitPlaces.prefab +272 -0
- package/Runtime/Scripts/quests/Quest_VisitPlaces.prefab.meta +7 -0
- package/Runtime/Scripts/quests.meta +8 -0
- package/Runtime/Scripts.meta +8 -0
- package/Runtime.meta +8 -0
- package/package.json +21 -0
- package/package.json.meta +7 -0
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
%YAML 1.1
|
|
2
|
+
%TAG !u! tag:unity3d.com,2011:
|
|
3
|
+
--- !u!1 &1276561737734036081
|
|
4
|
+
GameObject:
|
|
5
|
+
m_ObjectHideFlags: 0
|
|
6
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
7
|
+
m_PrefabInstance: {fileID: 0}
|
|
8
|
+
m_PrefabAsset: {fileID: 0}
|
|
9
|
+
serializedVersion: 6
|
|
10
|
+
m_Component:
|
|
11
|
+
- component: {fileID: 8021202417070481879}
|
|
12
|
+
- component: {fileID: 1148498383818880812}
|
|
13
|
+
- component: {fileID: 1719444737110723029}
|
|
14
|
+
- component: {fileID: 6003908436417981624}
|
|
15
|
+
- component: {fileID: 4795164805886314905}
|
|
16
|
+
- component: {fileID: 7820619341499880734}
|
|
17
|
+
m_Layer: 0
|
|
18
|
+
m_Name: SpecificObjectCheck
|
|
19
|
+
m_TagString: Untagged
|
|
20
|
+
m_Icon: {fileID: 0}
|
|
21
|
+
m_NavMeshLayer: 0
|
|
22
|
+
m_StaticEditorFlags: 0
|
|
23
|
+
m_IsActive: 1
|
|
24
|
+
--- !u!4 &8021202417070481879
|
|
25
|
+
Transform:
|
|
26
|
+
m_ObjectHideFlags: 0
|
|
27
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
28
|
+
m_PrefabInstance: {fileID: 0}
|
|
29
|
+
m_PrefabAsset: {fileID: 0}
|
|
30
|
+
m_GameObject: {fileID: 1276561737734036081}
|
|
31
|
+
serializedVersion: 2
|
|
32
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
33
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
34
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
35
|
+
m_ConstrainProportionsScale: 0
|
|
36
|
+
m_Children: []
|
|
37
|
+
m_Father: {fileID: 0}
|
|
38
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
39
|
+
--- !u!33 &1148498383818880812
|
|
40
|
+
MeshFilter:
|
|
41
|
+
m_ObjectHideFlags: 0
|
|
42
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
43
|
+
m_PrefabInstance: {fileID: 0}
|
|
44
|
+
m_PrefabAsset: {fileID: 0}
|
|
45
|
+
m_GameObject: {fileID: 1276561737734036081}
|
|
46
|
+
m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
|
|
47
|
+
--- !u!23 &1719444737110723029
|
|
48
|
+
MeshRenderer:
|
|
49
|
+
m_ObjectHideFlags: 0
|
|
50
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
51
|
+
m_PrefabInstance: {fileID: 0}
|
|
52
|
+
m_PrefabAsset: {fileID: 0}
|
|
53
|
+
m_GameObject: {fileID: 1276561737734036081}
|
|
54
|
+
m_Enabled: 1
|
|
55
|
+
m_CastShadows: 0
|
|
56
|
+
m_ReceiveShadows: 1
|
|
57
|
+
m_DynamicOccludee: 1
|
|
58
|
+
m_StaticShadowCaster: 0
|
|
59
|
+
m_MotionVectors: 1
|
|
60
|
+
m_LightProbeUsage: 1
|
|
61
|
+
m_ReflectionProbeUsage: 1
|
|
62
|
+
m_RayTracingMode: 2
|
|
63
|
+
m_RayTraceProcedural: 0
|
|
64
|
+
m_RenderingLayerMask: 257
|
|
65
|
+
m_RendererPriority: 0
|
|
66
|
+
m_Materials:
|
|
67
|
+
- {fileID: 2100000, guid: 6b0007d52a410ce4ea72f4ce1d847afe, type: 2}
|
|
68
|
+
m_StaticBatchInfo:
|
|
69
|
+
firstSubMesh: 0
|
|
70
|
+
subMeshCount: 0
|
|
71
|
+
m_StaticBatchRoot: {fileID: 0}
|
|
72
|
+
m_ProbeAnchor: {fileID: 0}
|
|
73
|
+
m_LightProbeVolumeOverride: {fileID: 0}
|
|
74
|
+
m_ScaleInLightmap: 1
|
|
75
|
+
m_ReceiveGI: 1
|
|
76
|
+
m_PreserveUVs: 0
|
|
77
|
+
m_IgnoreNormalsForChartDetection: 0
|
|
78
|
+
m_ImportantGI: 0
|
|
79
|
+
m_StitchLightmapSeams: 1
|
|
80
|
+
m_SelectedEditorRenderState: 3
|
|
81
|
+
m_MinimumChartSize: 4
|
|
82
|
+
m_AutoUVMaxDistance: 0.5
|
|
83
|
+
m_AutoUVMaxAngle: 89
|
|
84
|
+
m_LightmapParameters: {fileID: 0}
|
|
85
|
+
m_SortingLayerID: 0
|
|
86
|
+
m_SortingLayer: 0
|
|
87
|
+
m_SortingOrder: 0
|
|
88
|
+
m_AdditionalVertexStreams: {fileID: 0}
|
|
89
|
+
--- !u!65 &6003908436417981624
|
|
90
|
+
BoxCollider:
|
|
91
|
+
m_ObjectHideFlags: 0
|
|
92
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
93
|
+
m_PrefabInstance: {fileID: 0}
|
|
94
|
+
m_PrefabAsset: {fileID: 0}
|
|
95
|
+
m_GameObject: {fileID: 1276561737734036081}
|
|
96
|
+
m_Material: {fileID: 0}
|
|
97
|
+
m_IncludeLayers:
|
|
98
|
+
serializedVersion: 2
|
|
99
|
+
m_Bits: 0
|
|
100
|
+
m_ExcludeLayers:
|
|
101
|
+
serializedVersion: 2
|
|
102
|
+
m_Bits: 0
|
|
103
|
+
m_LayerOverridePriority: 0
|
|
104
|
+
m_IsTrigger: 1
|
|
105
|
+
m_ProvidesContacts: 0
|
|
106
|
+
m_Enabled: 1
|
|
107
|
+
serializedVersion: 3
|
|
108
|
+
m_Size: {x: 1, y: 1, z: 1}
|
|
109
|
+
m_Center: {x: 0, y: 0, z: 0}
|
|
110
|
+
--- !u!114 &4795164805886314905
|
|
111
|
+
MonoBehaviour:
|
|
112
|
+
m_ObjectHideFlags: 0
|
|
113
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
114
|
+
m_PrefabInstance: {fileID: 0}
|
|
115
|
+
m_PrefabAsset: {fileID: 0}
|
|
116
|
+
m_GameObject: {fileID: 1276561737734036081}
|
|
117
|
+
m_Enabled: 1
|
|
118
|
+
m_EditorHideFlags: 0
|
|
119
|
+
m_Script: {fileID: 11500000, guid: 1c5e2645e4ea25842a27fff4d2ae2e0a, type: 3}
|
|
120
|
+
m_Name:
|
|
121
|
+
m_EditorClassIdentifier:
|
|
122
|
+
_isDebug: 1
|
|
123
|
+
layerMask:
|
|
124
|
+
serializedVersion: 2
|
|
125
|
+
m_Bits: 64
|
|
126
|
+
colliderEnterEvent:
|
|
127
|
+
m_PersistentCalls:
|
|
128
|
+
m_Calls:
|
|
129
|
+
- m_Target: {fileID: 7820619341499880734}
|
|
130
|
+
m_TargetAssemblyTypeName: jeanf.EventSystem.StringEventSender, jeanf.eventsystem
|
|
131
|
+
m_MethodName: SendString
|
|
132
|
+
m_Mode: 5
|
|
133
|
+
m_Arguments:
|
|
134
|
+
m_ObjectArgument: {fileID: 0}
|
|
135
|
+
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
|
|
136
|
+
m_IntArgument: 0
|
|
137
|
+
m_FloatArgument: 0
|
|
138
|
+
m_StringArgument: Room_001
|
|
139
|
+
m_BoolArgument: 0
|
|
140
|
+
m_CallState: 2
|
|
141
|
+
colliderExitEvent:
|
|
142
|
+
m_PersistentCalls:
|
|
143
|
+
m_Calls: []
|
|
144
|
+
--- !u!114 &7820619341499880734
|
|
145
|
+
MonoBehaviour:
|
|
146
|
+
m_ObjectHideFlags: 0
|
|
147
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
148
|
+
m_PrefabInstance: {fileID: 0}
|
|
149
|
+
m_PrefabAsset: {fileID: 0}
|
|
150
|
+
m_GameObject: {fileID: 1276561737734036081}
|
|
151
|
+
m_Enabled: 1
|
|
152
|
+
m_EditorHideFlags: 0
|
|
153
|
+
m_Script: {fileID: 11500000, guid: 2fd9b9f906de77d4191ecdb4143c10ef, type: 3}
|
|
154
|
+
m_Name:
|
|
155
|
+
m_EditorClassIdentifier:
|
|
156
|
+
_isDebug: 0
|
|
157
|
+
stringMessageChannel: {fileID: 11400000, guid: 30bf593c00877bb4dbff9cfc789ef67e,
|
|
158
|
+
type: 2}
|