diff --git a/Assets/Fungus/Narrative/Scripts/SayDialog.cs b/Assets/Fungus/Narrative/Scripts/SayDialog.cs index e812a6b7..8c904670 100644 --- a/Assets/Fungus/Narrative/Scripts/SayDialog.cs +++ b/Assets/Fungus/Narrative/Scripts/SayDialog.cs @@ -135,12 +135,13 @@ namespace Fungus { Writer writer = GetWriter(); - // Stop any existing Say Command and write this one instead - // This will probably take a frame or two to complete - while (writer.isWriting || writer.isWaitingForInput) + if (writer.isWriting || writer.isWaitingForInput) { writer.Stop(); - yield return null; + while (writer.isWriting || writer.isWaitingForInput) + { + yield return null; + } } this.fadeWhenDone = fadeWhenDone; diff --git a/Assets/Tests/Narrative/NarrativeTests.unity b/Assets/Tests/Narrative/NarrativeTests.unity index 04199c80..c78af67c 100644 --- a/Assets/Tests/Narrative/NarrativeTests.unity +++ b/Assets/Tests/Narrative/NarrativeTests.unity @@ -8,25 +8,25 @@ SceneSettings: m_PVSPortalsArray: [] m_OcclusionBakeSettings: smallestOccluder: 5 - smallestHole: .25 + smallestHole: 0.25 backfaceThreshold: 100 --- !u!104 &2 RenderSettings: m_ObjectHideFlags: 0 serializedVersion: 6 m_Fog: 0 - m_FogColor: {r: .5, g: .5, b: .5, a: 1} + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} m_FogMode: 3 - m_FogDensity: .00999999978 + m_FogDensity: 0.01 m_LinearFogStart: 0 m_LinearFogEnd: 300 - m_AmbientSkyColor: {r: .211999997, g: .226999998, b: .259000003, a: 1} - m_AmbientEquatorColor: {r: .114, g: .125, b: .133000001, a: 1} - m_AmbientGroundColor: {r: .0469999984, g: .0430000015, b: .0350000001, a: 1} + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} m_AmbientIntensity: 1 m_AmbientMode: 3 m_SkyboxMaterial: {fileID: 0} - m_HaloStrength: .5 + m_HaloStrength: 0.5 m_FlareStrength: 1 m_FlareFadeSpeed: 3 m_HaloTexture: {fileID: 0} @@ -40,7 +40,7 @@ RenderSettings: --- !u!157 &4 LightmapSettings: m_ObjectHideFlags: 0 - serializedVersion: 5 + serializedVersion: 6 m_GIWorkflowMode: 1 m_LightmapsMode: 1 m_GISettings: @@ -66,7 +66,7 @@ LightmapSettings: m_FinalGather: 0 m_FinalGatherRayCount: 1024 m_ReflectionCompression: 2 - m_LightmapSnapshot: {fileID: 0} + m_LightingDataAsset: {fileID: 0} m_RuntimeCPUUsage: 25 --- !u!196 &5 NavMeshSettings: @@ -74,15 +74,15 @@ NavMeshSettings: m_ObjectHideFlags: 0 m_BuildSettings: serializedVersion: 2 - agentRadius: .5 + agentRadius: 0.5 agentHeight: 2 agentSlope: 45 - agentClimb: .400000006 + agentClimb: 0.4 ledgeDropHeight: 0 maxJumpAcrossDistance: 0 accuratePlacement: 0 minRegionArea: 2 - cellSize: .166666672 + cellSize: 0.16666667 manualCellSize: 0 m_NavMeshData: {fileID: 0} --- !u!1 &11556236 @@ -112,7 +112,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 61dddfdc5e0e44ca298d8f46f7f5a915, type: 3} m_Name: m_EditorClassIdentifier: - selectedFlowchart: {fileID: 562609154} + selectedFlowchart: {fileID: 670062727} --- !u!4 &11556238 Transform: m_ObjectHideFlags: 1 @@ -162,7 +162,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 650, y: -260} m_SizeDelta: {x: 1300, y: 100} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &13885714 MonoBehaviour: m_ObjectHideFlags: 0 @@ -203,11 +203,11 @@ MonoBehaviour: m_Transition: 2 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .145098045, g: .75686276, b: .87843138, a: .698039234} - m_PressedColor: {r: .0784313753, g: .513725519, b: .600000024, a: 1} - m_DisabledColor: {r: .588235319, g: .647058845, b: .666666687, a: .501960814} + m_HighlightedColor: {r: 0.14509805, g: 0.75686276, b: 0.8784314, a: 0.69803923} + m_PressedColor: {r: 0.078431375, g: 0.5137255, b: 0.6, a: 1} + m_DisabledColor: {r: 0.5882353, g: 0.64705884, b: 0.6666667, a: 0.5019608} m_ColorMultiplier: 2 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 21300000, guid: 888feb4a32e3b564fb7e6f9b28cc8e10, type: 3} @@ -238,7 +238,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 10754, guid: 0000000000000000e000000000000000, type: 0} - m_Color: {r: 1, g: 1, b: 1, a: .862745106} + m_Color: {r: 1, g: 1, b: 1, a: 0.8627451} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -344,7 +344,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 0} m_AnchoredPosition: {x: 1435, y: 404} m_SizeDelta: {x: 300, y: 300} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &18001254 MonoBehaviour: m_ObjectHideFlags: 0 @@ -848,9 +848,9 @@ RectTransform: m_RootOrder: 3 m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 1533.59998, y: 83.8300018} - m_SizeDelta: {x: 77.9000015, y: 77} - m_Pivot: {x: .5, y: .5} + m_AnchoredPosition: {x: 1533.6, y: 83.83} + m_SizeDelta: {x: 77.9, y: 77} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &28716241 MonoBehaviour: m_ObjectHideFlags: 0 @@ -872,11 +872,11 @@ MonoBehaviour: m_Transition: 1 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .960784316, g: .960784316, b: .960784316, a: 1} - m_PressedColor: {r: .784313738, g: .784313738, b: .784313738, a: 1} - m_DisabledColor: {r: .784313738, g: .784313738, b: .784313738, a: .501960814} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} m_ColorMultiplier: 1 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 0} m_PressedSprite: {fileID: 0} @@ -979,7 +979,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8bafa54482a87ac4cbd7ff1bfd1ac93a, type: 3} m_Name: m_EditorClassIdentifier: - checkAfterTime: .5 + checkAfterTime: 0.5 repeatCheckTime: 0 repeatEveryTime: 1 checkAfterFrames: 1 @@ -1056,7 +1056,7 @@ MonoBehaviour: m_SubmitButton: Submit m_CancelButton: Cancel m_InputActionsPerSecond: 10 - m_RepeatDelay: .5 + m_RepeatDelay: 0.5 m_ForceModuleActive: 0 --- !u!114 &41636571 MonoBehaviour: @@ -1083,7 +1083,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 1 + m_RootOrder: 2 --- !u!1 &45801409 GameObject: m_ObjectHideFlags: 0 @@ -1121,7 +1121,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 650, y: -575} m_SizeDelta: {x: 1300, y: 100} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &45801411 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1162,11 +1162,11 @@ MonoBehaviour: m_Transition: 2 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .145098045, g: .75686276, b: .87843138, a: .698039234} - m_PressedColor: {r: .0784313753, g: .513725519, b: .600000024, a: 1} - m_DisabledColor: {r: .588235319, g: .647058845, b: .666666687, a: .501960814} + m_HighlightedColor: {r: 0.14509805, g: 0.75686276, b: 0.8784314, a: 0.69803923} + m_PressedColor: {r: 0.078431375, g: 0.5137255, b: 0.6, a: 1} + m_DisabledColor: {r: 0.5882353, g: 0.64705884, b: 0.6666667, a: 0.5019608} m_ColorMultiplier: 2 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 21300000, guid: 888feb4a32e3b564fb7e6f9b28cc8e10, type: 3} @@ -1197,7 +1197,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 10754, guid: 0000000000000000e000000000000000, type: 0} - m_Color: {r: 1, g: 1, b: 1, a: .862745106} + m_Color: {r: 1, g: 1, b: 1, a: 0.8627451} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -1252,9 +1252,9 @@ RectTransform: m_RootOrder: 2 m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 803, y: 145.630005} + m_AnchoredPosition: {x: 803, y: 145.63} m_SizeDelta: {x: 1539, y: 199.75} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &93721128 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1281,8 +1281,9 @@ MonoBehaviour: m_FontStyle: 0 m_BestFit: 0 m_MinSize: 10 - m_MaxSize: 40 + m_MaxSize: 50 m_Alignment: 0 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -1348,7 +1349,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &96381569 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1377,6 +1378,7 @@ MonoBehaviour: m_MinSize: 30 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -1423,7 +1425,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &97347672 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1437,7 +1439,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: .196078435, g: .196078435, b: .196078435, a: 1} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -1452,6 +1454,7 @@ MonoBehaviour: m_MinSize: 10 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -1524,6 +1527,7 @@ Canvas: m_OverridePixelPerfect: 0 m_SortingLayerID: 0 m_SortingOrder: 0 + m_TargetDisplay: 0 --- !u!225 &131087276 CanvasGroup: m_ObjectHideFlags: 0 @@ -1609,7 +1613,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 0} m_AnchoredPosition: {x: 622.25, y: 281} m_SizeDelta: {x: 1178.5, y: 71} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &134022281 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1623,7 +1627,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: .258823544, g: .254901975, b: .262745112, a: 1} + m_Color: {r: 0.25882354, g: 0.25490198, b: 0.2627451, a: 1} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -1636,8 +1640,9 @@ MonoBehaviour: m_FontStyle: 0 m_BestFit: 0 m_MinSize: 10 - m_MaxSize: 40 + m_MaxSize: 50 m_Alignment: 0 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 1 m_VerticalOverflow: 0 @@ -1684,7 +1689,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 0} m_AnchoredPosition: {x: 589.25, y: 550} m_SizeDelta: {x: 1178.5, y: 71} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &135818570 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1698,7 +1703,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: .258823544, g: .254901975, b: .262745112, a: 1} + m_Color: {r: 0.25882354, g: 0.25490198, b: 0.2627451, a: 1} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -1711,8 +1716,9 @@ MonoBehaviour: m_FontStyle: 0 m_BestFit: 0 m_MinSize: 10 - m_MaxSize: 40 + m_MaxSize: 50 m_Alignment: 0 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 1 m_VerticalOverflow: 0 @@ -1885,7 +1891,7 @@ RectTransform: m_GameObject: {fileID: 149131494} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: .899999976, y: 1, z: 1} + m_LocalScale: {x: 0.9, y: 1, z: 1} m_Children: - {fileID: 364445738} m_Father: {fileID: 724348928} @@ -1894,7 +1900,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 650, y: -655} m_SizeDelta: {x: 1300, y: 50} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &149131496 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1934,12 +1940,12 @@ MonoBehaviour: m_SelectOnRight: {fileID: 0} m_Transition: 1 m_Colors: - m_NormalColor: {r: .250980407, g: .250980407, b: .250980407, a: .501960814} - m_HighlightedColor: {r: .501960814, g: .501960814, b: .501960814, a: .698039234} - m_PressedColor: {r: .345098048, g: .345098048, b: .345098048, a: .698039234} - m_DisabledColor: {r: .250980407, g: .250980407, b: .250980407, a: .501960814} + m_NormalColor: {r: 0.2509804, g: 0.2509804, b: 0.2509804, a: 0.5019608} + m_HighlightedColor: {r: 0.5019608, g: 0.5019608, b: 0.5019608, a: 0.69803923} + m_PressedColor: {r: 0.34509805, g: 0.34509805, b: 0.34509805, a: 0.69803923} + m_DisabledColor: {r: 0.2509804, g: 0.2509804, b: 0.2509804, a: 0.5019608} m_ColorMultiplier: 2 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 0} m_PressedSprite: {fileID: 0} @@ -1976,7 +1982,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: .588} + m_Color: {r: 1, g: 1, b: 1, a: 0.588} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -2035,7 +2041,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 0} m_AnchoredPosition: {x: 805, y: 301} m_SizeDelta: {x: 1519, y: 509} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &157771019 MonoBehaviour: m_ObjectHideFlags: 0 @@ -2081,8 +2087,9 @@ MonoBehaviour: m_FontStyle: 0 m_BestFit: 0 m_MinSize: 10 - m_MaxSize: 40 + m_MaxSize: 50 m_Alignment: 0 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -2095,6 +2102,131 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 157771017} +--- !u!1 &173945950 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 180152, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 4 + m_Component: + - 224: {fileID: 173945951} + - 222: {fileID: 173945954} + - 114: {fileID: 173945953} + - 114: {fileID: 173945952} + m_Layer: 5 + m_Name: Continue + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &173945951 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22433354, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 173945950} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1460166035} + m_Father: {fileID: 995680047} + m_RootOrder: 1 + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 0} + m_AnchoredPosition: {x: -38.900024, y: 38.074993} + m_SizeDelta: {x: 77.900024, y: 77} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &173945952 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11419088, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 173945950} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1392445389, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 173945953} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1764227328} + m_MethodName: SetButtonClickedFlag + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + m_TypeName: UnityEngine.UI.Button+ButtonClickedEvent, UnityEngine.UI, Version=1.0.0.0, + Culture=neutral, PublicKeyToken=null +--- !u!114 &173945953 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11493918, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 173945950} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_Sprite: {fileID: 21300000, guid: 226248ac6f184e448af731df91b91958, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 +--- !u!222 &173945954 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22268826, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 173945950} --- !u!114 &183204959 MonoBehaviour: m_ObjectHideFlags: 0 @@ -2151,11 +2283,11 @@ MonoBehaviour: m_Transition: 1 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .960784316, g: .960784316, b: .960784316, a: 1} - m_PressedColor: {r: .784313738, g: .784313738, b: .784313738, a: 1} - m_DisabledColor: {r: .784313738, g: .784313738, b: .784313738, a: .501960814} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} m_ColorMultiplier: 1 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 0} m_PressedSprite: {fileID: 0} @@ -2234,9 +2366,9 @@ RectTransform: m_RootOrder: 3 m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 1533.59998, y: 83.8300018} - m_SizeDelta: {x: 77.9000015, y: 77} - m_Pivot: {x: .5, y: .5} + m_AnchoredPosition: {x: 1533.6, y: 83.83} + m_SizeDelta: {x: 77.9, y: 77} + m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &231990860 GameObject: m_ObjectHideFlags: 0 @@ -2357,6 +2489,7 @@ Canvas: m_OverridePixelPerfect: 0 m_SortingLayerID: 0 m_SortingOrder: 1 + m_TargetDisplay: 0 --- !u!1 &238588414 GameObject: m_ObjectHideFlags: 0 @@ -2391,7 +2524,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 0} m_AnchoredPosition: {x: 588.75, y: 235.37001} m_SizeDelta: {x: 1178.5, y: 71} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &238588416 MonoBehaviour: m_ObjectHideFlags: 0 @@ -2405,7 +2538,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: .258823544, g: .254901975, b: .262745112, a: 1} + m_Color: {r: 0.25882354, g: 0.25490198, b: 0.2627451, a: 1} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -2418,8 +2551,9 @@ MonoBehaviour: m_FontStyle: 0 m_BestFit: 0 m_MinSize: 10 - m_MaxSize: 40 + m_MaxSize: 50 m_Alignment: 0 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 1 m_VerticalOverflow: 0 @@ -2620,11 +2754,11 @@ RectTransform: m_Children: [] m_Father: {fileID: 983768062} m_RootOrder: 0 - m_AnchorMin: {x: .5, y: 1} - m_AnchorMax: {x: .5, y: 1} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: -1000} m_SizeDelta: {x: 1000, y: 1000} - m_Pivot: {x: .5, y: 0} + m_Pivot: {x: 0.5, y: 0} --- !u!114 &254519491 MonoBehaviour: m_ObjectHideFlags: 0 @@ -2748,7 +2882,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 650, y: -575} m_SizeDelta: {x: 1300, y: 100} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &292044249 MonoBehaviour: m_ObjectHideFlags: 0 @@ -2789,11 +2923,11 @@ MonoBehaviour: m_Transition: 2 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .145098045, g: .75686276, b: .87843138, a: .698039234} - m_PressedColor: {r: .0784313753, g: .513725519, b: .600000024, a: 1} - m_DisabledColor: {r: .588235319, g: .647058845, b: .666666687, a: .501960814} + m_HighlightedColor: {r: 0.14509805, g: 0.75686276, b: 0.8784314, a: 0.69803923} + m_PressedColor: {r: 0.078431375, g: 0.5137255, b: 0.6, a: 1} + m_DisabledColor: {r: 0.5882353, g: 0.64705884, b: 0.6666667, a: 0.5019608} m_ColorMultiplier: 2 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 21300000, guid: 888feb4a32e3b564fb7e6f9b28cc8e10, type: 3} @@ -2824,7 +2958,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 10754, guid: 0000000000000000e000000000000000, type: 0} - m_Color: {r: 1, g: 1, b: 1, a: .862745106} + m_Color: {r: 1, g: 1, b: 1, a: 0.8627451} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -2876,11 +3010,11 @@ RectTransform: m_Children: [] m_Father: {fileID: 983768062} m_RootOrder: 2 - m_AnchorMin: {x: .5, y: 1} - m_AnchorMax: {x: .5, y: 1} - m_AnchoredPosition: {x: 460.429993, y: -1000} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: 460.43, y: -1000} m_SizeDelta: {x: 1000, y: 1000} - m_Pivot: {x: .5, y: 0} + m_Pivot: {x: 0.5, y: 0} --- !u!114 &297056951 MonoBehaviour: m_ObjectHideFlags: 0 @@ -2953,11 +3087,11 @@ RectTransform: - {fileID: 1685783391} m_Father: {fileID: 231990861} m_RootOrder: 0 - m_AnchorMin: {x: .5, y: .5} - m_AnchorMax: {x: .5, y: .5} - m_AnchoredPosition: {x: -1.84769997e-05, y: 191} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -0.000018477, y: 191} m_SizeDelta: {x: 1300, y: 680} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &311089578 MonoBehaviour: m_ObjectHideFlags: 0 @@ -3026,9 +3160,9 @@ RectTransform: m_RootOrder: 2 m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 803, y: 145.630005} + m_AnchoredPosition: {x: 803, y: 145.63} m_SizeDelta: {x: 1539, y: 199.75} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &319877267 MonoBehaviour: m_ObjectHideFlags: 0 @@ -3055,8 +3189,9 @@ MonoBehaviour: m_FontStyle: 0 m_BestFit: 0 m_MinSize: 10 - m_MaxSize: 40 + m_MaxSize: 50 m_Alignment: 0 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -3093,6 +3228,55 @@ RectTransform: m_PrefabParentObject: {fileID: 22410280, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} m_PrefabInternal: {fileID: 1450066430} +--- !u!1 &343669595 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 4 + m_Component: + - 4: {fileID: 343669596} + - 114: {fileID: 343669597} + m_Layer: 0 + m_Name: TestAssertions + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &343669596 +Transform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 343669595} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -6.6049495, y: -8.653389, z: -10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1773780614} + m_RootOrder: 0 +--- !u!114 &343669597 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 343669595} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8bafa54482a87ac4cbd7ff1bfd1ac93a, type: 3} + m_Name: + m_EditorClassIdentifier: + checkAfterTime: 2 + repeatCheckTime: 0 + repeatEveryTime: 1 + checkAfterFrames: 1 + repeatCheckFrame: 1 + repeatEveryFrame: 1 + hasFailed: 0 + checkMethods: 1 + m_ActionBase: {fileID: 1966860783} + checksPerformed: 0 --- !u!1 &346685255 GameObject: m_ObjectHideFlags: 0 @@ -3123,7 +3307,7 @@ Transform: - {fileID: 231990861} - {fileID: 32796572} m_Father: {fileID: 0} - m_RootOrder: 13 + m_RootOrder: 14 --- !u!114 &346685257 MonoBehaviour: m_ObjectHideFlags: 0 @@ -3230,7 +3414,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: -20, y: -10} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &392887984 GameObject: m_ObjectHideFlags: 0 @@ -3313,7 +3497,7 @@ Transform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 401634244} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 642.626648, y: 110.301666, z: 0} + m_LocalPosition: {x: 642.62665, y: 110.30167, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1731000812} @@ -3394,7 +3578,7 @@ MonoBehaviour: m_EditorClassIdentifier: portraitCanvas: {fileID: 983768063} dimPortraits: 1 - fadeDuration: .75 + fadeDuration: 0.75 moveDuration: 1 fadeEaseType: 4 moveEaseType: 4 @@ -3440,7 +3624,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: -20, y: -10} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &538232714 GameObject: m_ObjectHideFlags: 0 @@ -3542,6 +3726,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 panLevelCustomCurve: serializedVersion: 2 m_Curve: @@ -3552,6 +3737,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 spreadCustomCurve: serializedVersion: 2 m_Curve: @@ -3562,6 +3748,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 reverbZoneMixCustomCurve: serializedVersion: 2 m_Curve: @@ -3572,6 +3759,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 --- !u!114 &538232718 MonoBehaviour: m_ObjectHideFlags: 0 @@ -3608,7 +3796,7 @@ MonoBehaviour: m_EditorClassIdentifier: targetTextObject: {fileID: 620765065} writingSpeed: 60 - punctuationPause: .25 + punctuationPause: 0.25 hiddenTextColor: {r: 1, g: 1, b: 1, a: 0} writeWholeWords: 0 forceRichText: 1 @@ -3625,14 +3813,13 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 3a0bbe22c246e4c78ad8e9816cbae9d5, type: 3} m_Name: m_EditorClassIdentifier: - fadeDuration: .25 + fadeDuration: 0.25 continueButton: {fileID: 1804865466} dialogCanvas: {fileID: 538232724} nameText: {fileID: 1315917466} storyText: {fileID: 620765068} characterImage: {fileID: 1086965756} fitTextWithImage: 1 - textWidthScale: .800000012 --- !u!114 &538232721 MonoBehaviour: m_ObjectHideFlags: 0 @@ -3702,6 +3889,7 @@ Canvas: m_OverridePixelPerfect: 0 m_SortingLayerID: 0 m_SortingOrder: 1 + m_TargetDisplay: 0 --- !u!1 &562609145 GameObject: m_ObjectHideFlags: 0 @@ -3982,9 +4170,9 @@ RectTransform: m_RootOrder: 1 m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 799, y: 145.630005} + m_AnchoredPosition: {x: 799, y: 145.63} m_SizeDelta: {x: 1531, y: 200} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &572306880 MonoBehaviour: m_ObjectHideFlags: 0 @@ -4011,8 +4199,9 @@ MonoBehaviour: m_FontStyle: 0 m_BestFit: 0 m_MinSize: 10 - m_MaxSize: 40 + m_MaxSize: 50 m_Alignment: 0 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -4124,7 +4313,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8bafa54482a87ac4cbd7ff1bfd1ac93a, type: 3} m_Name: m_EditorClassIdentifier: - checkAfterTime: .5 + checkAfterTime: 0.5 repeatCheckTime: 0 repeatEveryTime: 1 checkAfterFrames: 1 @@ -4246,7 +4435,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 650, y: -155} m_SizeDelta: {x: 1300, y: 100} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &596686162 MonoBehaviour: m_ObjectHideFlags: 0 @@ -4287,11 +4476,11 @@ MonoBehaviour: m_Transition: 2 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .145098045, g: .75686276, b: .87843138, a: .698039234} - m_PressedColor: {r: .0784313753, g: .513725519, b: .600000024, a: 1} - m_DisabledColor: {r: .588235319, g: .647058845, b: .666666687, a: .501960814} + m_HighlightedColor: {r: 0.14509805, g: 0.75686276, b: 0.8784314, a: 0.69803923} + m_PressedColor: {r: 0.078431375, g: 0.5137255, b: 0.6, a: 1} + m_DisabledColor: {r: 0.5882353, g: 0.64705884, b: 0.6666667, a: 0.5019608} m_ColorMultiplier: 2 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 21300000, guid: 888feb4a32e3b564fb7e6f9b28cc8e10, type: 3} @@ -4322,7 +4511,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 10754, guid: 0000000000000000e000000000000000, type: 0} - m_Color: {r: 1, g: 1, b: 1, a: .862745106} + m_Color: {r: 1, g: 1, b: 1, a: 0.8627451} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -4378,7 +4567,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &611264359 MonoBehaviour: m_ObjectHideFlags: 0 @@ -4407,6 +4596,7 @@ MonoBehaviour: m_MinSize: 30 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -4453,7 +4643,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &614752970 MonoBehaviour: m_ObjectHideFlags: 0 @@ -4482,6 +4672,7 @@ MonoBehaviour: m_MinSize: 30 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -4529,9 +4720,9 @@ RectTransform: m_RootOrder: 1 m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 799, y: 145.630005} + m_AnchoredPosition: {x: 799, y: 145.63} m_SizeDelta: {x: 1531, y: 200} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &620765067 MonoBehaviour: m_ObjectHideFlags: 0 @@ -4577,8 +4768,9 @@ MonoBehaviour: m_FontStyle: 0 m_BestFit: 0 m_MinSize: 10 - m_MaxSize: 40 + m_MaxSize: 50 m_Alignment: 0 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -4628,7 +4820,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 650, y: -470} m_SizeDelta: {x: 1300, y: 100} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &658326117 MonoBehaviour: m_ObjectHideFlags: 0 @@ -4669,11 +4861,11 @@ MonoBehaviour: m_Transition: 2 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .145098045, g: .75686276, b: .87843138, a: .698039234} - m_PressedColor: {r: .0784313753, g: .513725519, b: .600000024, a: 1} - m_DisabledColor: {r: .588235319, g: .647058845, b: .666666687, a: .501960814} + m_HighlightedColor: {r: 0.14509805, g: 0.75686276, b: 0.8784314, a: 0.69803923} + m_PressedColor: {r: 0.078431375, g: 0.5137255, b: 0.6, a: 1} + m_DisabledColor: {r: 0.5882353, g: 0.64705884, b: 0.6666667, a: 0.5019608} m_ColorMultiplier: 2 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 21300000, guid: 888feb4a32e3b564fb7e6f9b28cc8e10, type: 3} @@ -4704,7 +4896,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 10754, guid: 0000000000000000e000000000000000, type: 0} - m_Color: {r: 1, g: 1, b: 1, a: .862745106} + m_Color: {r: 1, g: 1, b: 1, a: 0.8627451} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -4759,9 +4951,9 @@ RectTransform: m_RootOrder: 2 m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 803, y: 145.630005} + m_AnchoredPosition: {x: 803, y: 145.63} m_SizeDelta: {x: 1539, y: 199.75} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &658513473 MonoBehaviour: m_ObjectHideFlags: 0 @@ -4788,8 +4980,9 @@ MonoBehaviour: m_FontStyle: 0 m_BestFit: 0 m_MinSize: 10 - m_MaxSize: 40 + m_MaxSize: 50 m_Alignment: 0 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -4821,115 +5014,341 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 658513471} ---- !u!1 &685425358 +--- !u!1 &670062722 GameObject: m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 0} + m_PrefabParentObject: {fileID: 142980, guid: 5e7fbc8d4eb714b279eeeef2262c1e1a, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - - 4: {fileID: 685425359} - - 114: {fileID: 685425360} + - 4: {fileID: 670062723} + - 114: {fileID: 670062727} + - 114: {fileID: 670062726} + - 114: {fileID: 670062725} + - 114: {fileID: 670062724} + - 114: {fileID: 670062731} + - 114: {fileID: 670062730} + - 114: {fileID: 670062729} + - 114: {fileID: 670062728} + - 114: {fileID: 670062732} m_Layer: 0 - m_Name: SayDialogOverlap + m_Name: Flowchart m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!4 &685425359 + m_IsActive: 1 +--- !u!4 &670062723 Transform: m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 0} + m_PrefabParentObject: {fileID: 467082, guid: 5e7fbc8d4eb714b279eeeef2262c1e1a, type: 2} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 685425358} + m_GameObject: {fileID: 670062722} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 538232715} - - {fileID: 1508308448} - - {fileID: 1913435019} - - {fileID: 1045375689} - - {fileID: 392887985} - m_Father: {fileID: 0} - m_RootOrder: 7 ---- !u!114 &685425360 + m_Children: [] + m_Father: {fileID: 1773780614} + m_RootOrder: 1 +--- !u!114 &670062724 MonoBehaviour: - m_ObjectHideFlags: 0 + m_ObjectHideFlags: 2 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 685425358} + m_GameObject: {fileID: 670062722} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b1dba0b27b0864740a8720e920aa88c0, type: 3} + m_Script: {fileID: 11500000, guid: ec422cd568a9c4a31ad7c36d0572b9da, type: 3} m_Name: m_EditorClassIdentifier: - timeout: 15 - ignored: 0 - succeedAfterAllAssertionsAreExecuted: 0 - expectException: 0 - expectedExceptionList: - succeedWhenExceptionIsThrown: 0 - includedPlatforms: -1 - platformsToIgnore: [] - dynamic: 0 - dynamicTypeName: ---- !u!1 &700088254 -GameObject: - m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 188900, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} - m_PrefabInternal: {fileID: 0} - serializedVersion: 4 - m_Component: - - 224: {fileID: 700088255} - - 222: {fileID: 700088259} - - 114: {fileID: 700088258} - - 225: {fileID: 700088257} - - 114: {fileID: 700088256} - m_Layer: 5 - m_Name: Panel - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &700088255 -RectTransform: - m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 22488900, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, - type: 2} - m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 700088254} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 134022280} - - {fileID: 18001253} - - {fileID: 319877266} - - {fileID: 206980756} - m_Father: {fileID: 1125936941} - m_RootOrder: 0 - m_AnchorMin: {x: .5, y: 0} - m_AnchorMax: {x: .5, y: 0} - m_AnchoredPosition: {x: -805, y: 0} - m_SizeDelta: {x: 1605, y: 335} - m_Pivot: {x: 0, y: 0} ---- !u!114 &700088256 + itemId: 1 + errorMessage: + indentLevel: 0 + storyText: Write a bit of text that takes a couple of seconds to write out to the + dialog. + description: + character: {fileID: 0} + portrait: {fileID: 0} + voiceOverClip: {fileID: 0} + showAlways: 1 + showCount: 1 + extendPrevious: 0 + fadeWhenDone: 1 + waitForClick: 1 + setSayDialog: {fileID: 0} +--- !u!114 &670062725 MonoBehaviour: - m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 11478524, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + m_ObjectHideFlags: 2 + m_PrefabParentObject: {fileID: 11462346, guid: 5e7fbc8d4eb714b279eeeef2262c1e1a, type: 2} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 700088254} + m_GameObject: {fileID: 670062722} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: -1862395651, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} + m_Script: {fileID: 11500000, guid: d2f6487d21a03404cb21b245f0242e79, type: 3} m_Name: m_EditorClassIdentifier: - m_Delegates: - - eventID: 4 + parentBlock: {fileID: 670062726} +--- !u!114 &670062726 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_PrefabParentObject: {fileID: 11433304, guid: 5e7fbc8d4eb714b279eeeef2262c1e1a, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 670062722} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3d3d73aef2cfc4f51abf34ac00241f60, type: 3} + m_Name: + m_EditorClassIdentifier: + nodeRect: + serializedVersion: 2 + x: 70 + y: 70 + width: 120 + height: 40 + itemId: 0 + blockName: Write A + description: + eventHandler: {fileID: 670062725} + commandList: + - {fileID: 670062732} + - {fileID: 670062724} +--- !u!114 &670062727 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11430050, guid: 5e7fbc8d4eb714b279eeeef2262c1e1a, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 670062722} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7a334fe2ffb574b3583ff3b18b4792d3, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 1.0 + scrollPos: {x: 0, y: 0} + variablesScrollPos: {x: 0, y: 0} + variablesExpanded: 1 + blockViewHeight: 400 + zoom: 1 + scrollViewRect: + serializedVersion: 2 + x: -343 + y: -340 + width: 1126 + height: 859 + selectedBlock: {fileID: 670062726} + selectedCommands: + - {fileID: 670062732} + variables: [] + description: + stepPause: 0 + colorCommands: 1 + hideComponents: 1 + saveSelection: 1 + localizationId: + hideCommands: [] +--- !u!114 &670062728 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 670062722} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3315ad2ebb85443909a1203d56d9344e, type: 3} + m_Name: + m_EditorClassIdentifier: + itemId: 4 + errorMessage: + indentLevel: 0 + duration: 0.5 +--- !u!114 &670062729 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 670062722} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d2f6487d21a03404cb21b245f0242e79, type: 3} + m_Name: + m_EditorClassIdentifier: + parentBlock: {fileID: 670062731} +--- !u!114 &670062730 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 670062722} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ec422cd568a9c4a31ad7c36d0572b9da, type: 3} + m_Name: + m_EditorClassIdentifier: + itemId: 3 + errorMessage: + indentLevel: 0 + storyText: Interrupted + description: + character: {fileID: 0} + portrait: {fileID: 0} + voiceOverClip: {fileID: 0} + showAlways: 1 + showCount: 1 + extendPrevious: 0 + fadeWhenDone: 1 + waitForClick: 1 + setSayDialog: {fileID: 0} +--- !u!114 &670062731 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 670062722} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3d3d73aef2cfc4f51abf34ac00241f60, type: 3} + m_Name: + m_EditorClassIdentifier: + nodeRect: + serializedVersion: 2 + x: 256 + y: 72 + width: 120 + height: 40 + itemId: 2 + blockName: Write B + description: + eventHandler: {fileID: 670062729} + commandList: + - {fileID: 670062728} + - {fileID: 670062730} +--- !u!114 &670062732 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 670062722} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d65d551a201c94bc79950076ff3eaf2e, type: 3} + m_Name: + m_EditorClassIdentifier: + itemId: 5 + errorMessage: + indentLevel: 0 + sayDialog: {fileID: 1764227332} +--- !u!1 &685425358 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 4 + m_Component: + - 4: {fileID: 685425359} + - 114: {fileID: 685425360} + m_Layer: 0 + m_Name: SayDialogOverlap + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &685425359 +Transform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 685425358} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 538232715} + - {fileID: 1508308448} + - {fileID: 1913435019} + - {fileID: 1045375689} + - {fileID: 392887985} + m_Father: {fileID: 0} + m_RootOrder: 8 +--- !u!114 &685425360 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 685425358} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b1dba0b27b0864740a8720e920aa88c0, type: 3} + m_Name: + m_EditorClassIdentifier: + timeout: 15 + ignored: 0 + succeedAfterAllAssertionsAreExecuted: 0 + expectException: 0 + expectedExceptionList: + succeedWhenExceptionIsThrown: 0 + includedPlatforms: -1 + platformsToIgnore: [] + dynamic: 0 + dynamicTypeName: +--- !u!1 &700088254 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 188900, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 4 + m_Component: + - 224: {fileID: 700088255} + - 222: {fileID: 700088259} + - 114: {fileID: 700088258} + - 225: {fileID: 700088257} + - 114: {fileID: 700088256} + m_Layer: 5 + m_Name: Panel + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &700088255 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22488900, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 700088254} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 134022280} + - {fileID: 18001253} + - {fileID: 319877266} + - {fileID: 206980756} + m_Father: {fileID: 1125936941} + m_RootOrder: 0 + m_AnchorMin: {x: 0.5, y: 0} + m_AnchorMax: {x: 0.5, y: 0} + m_AnchoredPosition: {x: -805, y: 0} + m_SizeDelta: {x: 1605, y: 335} + m_Pivot: {x: 0, y: 0} +--- !u!114 &700088256 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11478524, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 700088254} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -1862395651, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 4 callback: m_PersistentCalls: m_Calls: @@ -5128,7 +5547,7 @@ MonoBehaviour: toPosition: {fileID: 1022563244} facing: 2 useDefaultSettings: 1 - fadeDuration: .5 + fadeDuration: 0.5 moveDuration: 1 shiftOffset: {x: 0, y: 0} move: 0 @@ -5172,7 +5591,7 @@ MonoBehaviour: toPosition: {fileID: 0} facing: 2 useDefaultSettings: 1 - fadeDuration: .5 + fadeDuration: 0.5 moveDuration: 1 shiftOffset: {x: 0, y: 0} move: 0 @@ -5230,11 +5649,11 @@ RectTransform: - {fileID: 149131495} m_Father: {fileID: 1393368592} m_RootOrder: 0 - m_AnchorMin: {x: .5, y: .5} - m_AnchorMax: {x: .5, y: .5} - m_AnchoredPosition: {x: -1.84769997e-05, y: 191} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -0.000018477, y: 191} m_SizeDelta: {x: 1300, y: 680} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &724348929 MonoBehaviour: m_ObjectHideFlags: 0 @@ -5846,7 +6265,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &754457510 MonoBehaviour: m_ObjectHideFlags: 0 @@ -5875,6 +6294,7 @@ MonoBehaviour: m_MinSize: 30 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -5938,7 +6358,7 @@ Transform: - {fileID: 858751897} - {fileID: 1393368592} m_Father: {fileID: 0} - m_RootOrder: 10 + m_RootOrder: 11 --- !u!1 &778843050 GameObject: m_ObjectHideFlags: 0 @@ -5973,8 +6393,8 @@ RectTransform: - {fileID: 620765066} m_Father: {fileID: 538232715} m_RootOrder: 0 - m_AnchorMin: {x: .5, y: 0} - m_AnchorMax: {x: .5, y: 0} + m_AnchorMin: {x: 0.5, y: 0} + m_AnchorMax: {x: 0.5, y: 0} m_AnchoredPosition: {x: -805, y: 0} m_SizeDelta: {x: 1605, y: 335} m_Pivot: {x: 0, y: 0} @@ -6093,7 +6513,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 650, y: -365} m_SizeDelta: {x: 1300, y: 100} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &782033640 MonoBehaviour: m_ObjectHideFlags: 0 @@ -6134,11 +6554,11 @@ MonoBehaviour: m_Transition: 2 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .145098045, g: .75686276, b: .87843138, a: .698039234} - m_PressedColor: {r: .0784313753, g: .513725519, b: .600000024, a: 1} - m_DisabledColor: {r: .588235319, g: .647058845, b: .666666687, a: .501960814} + m_HighlightedColor: {r: 0.14509805, g: 0.75686276, b: 0.8784314, a: 0.69803923} + m_PressedColor: {r: 0.078431375, g: 0.5137255, b: 0.6, a: 1} + m_DisabledColor: {r: 0.5882353, g: 0.64705884, b: 0.6666667, a: 0.5019608} m_ColorMultiplier: 2 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 21300000, guid: 888feb4a32e3b564fb7e6f9b28cc8e10, type: 3} @@ -6169,7 +6589,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 10754, guid: 0000000000000000e000000000000000, type: 0} - m_Color: {r: 1, g: 1, b: 1, a: .862745106} + m_Color: {r: 1, g: 1, b: 1, a: 0.8627451} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -6191,57 +6611,147 @@ CanvasRenderer: type: 2} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 782033638} ---- !u!1 &788504223 +--- !u!1 &782889242 GameObject: m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 172108, guid: 9bb64c8df70904eecac3f71f81bf339b, type: 2} + m_PrefabParentObject: {fileID: 148914, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - - 224: {fileID: 788504224} - - 222: {fileID: 788504226} - - 114: {fileID: 788504225} + - 224: {fileID: 782889243} + - 222: {fileID: 782889246} + - 114: {fileID: 782889245} + - 114: {fileID: 782889244} m_Layer: 5 - m_Name: Text + m_Name: Image m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 ---- !u!224 &788504224 +--- !u!224 &782889243 RectTransform: m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 22472108, guid: 9bb64c8df70904eecac3f71f81bf339b, + m_PrefabParentObject: {fileID: 22448914, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 788504223} + m_GameObject: {fileID: 782889242} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] - m_Father: {fileID: 1996499111} + m_Father: {fileID: 1429130326} m_RootOrder: 0 m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} ---- !u!114 &788504225 + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 1386, y: 263.13} + m_SizeDelta: {x: 357, y: 435} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &782889244 MonoBehaviour: m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 11472108, guid: 9bb64c8df70904eecac3f71f81bf339b, + m_PrefabParentObject: {fileID: 11439142, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 788504223} + m_GameObject: {fileID: 782889242} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} + m_Script: {fileID: 1679637790, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} m_Name: m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_OnCullStateChanged: + m_IgnoreLayout: 0 + m_MinWidth: -1 + m_MinHeight: -1 + m_PreferredWidth: 350 + m_PreferredHeight: 350 + m_FlexibleWidth: -1 + m_FlexibleHeight: -1 +--- !u!114 &782889245 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11448914, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 782889242} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_Sprite: {fileID: 21300000, guid: ea8f56c43254d41728f5ac4e8299b6c9, type: 3} + m_Type: 0 + m_PreserveAspect: 1 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 +--- !u!222 &782889246 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22248914, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 782889242} +--- !u!1 &788504223 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 172108, guid: 9bb64c8df70904eecac3f71f81bf339b, type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 4 + m_Component: + - 224: {fileID: 788504224} + - 222: {fileID: 788504226} + - 114: {fileID: 788504225} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &788504224 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22472108, guid: 9bb64c8df70904eecac3f71f81bf339b, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 788504223} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1996499111} + m_RootOrder: 0 + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &788504225 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11472108, guid: 9bb64c8df70904eecac3f71f81bf339b, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 788504223} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, @@ -6254,6 +6764,7 @@ MonoBehaviour: m_MinSize: 30 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -6296,11 +6807,11 @@ RectTransform: m_Children: [] m_Father: {fileID: 983768062} m_RootOrder: 4 - m_AnchorMin: {x: .5, y: 1} - m_AnchorMax: {x: .5, y: 1} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 1300, y: -1000} m_SizeDelta: {x: 1000, y: 1000} - m_Pivot: {x: .5, y: 0} + m_Pivot: {x: 0.5, y: 0} --- !u!114 &813974794 MonoBehaviour: m_ObjectHideFlags: 0 @@ -6370,8 +6881,8 @@ RectTransform: - {fileID: 572306879} m_Father: {fileID: 1242507976} m_RootOrder: 0 - m_AnchorMin: {x: .5, y: 0} - m_AnchorMax: {x: .5, y: 0} + m_AnchorMin: {x: 0.5, y: 0} + m_AnchorMax: {x: 0.5, y: 0} m_AnchoredPosition: {x: -805, y: 0} m_SizeDelta: {x: 1605, y: 335} m_Pivot: {x: 0, y: 0} @@ -6484,7 +6995,7 @@ MonoBehaviour: m_EditorClassIdentifier: portraitCanvas: {fileID: 131087275} dimPortraits: 1 - fadeDuration: .75 + fadeDuration: 0.75 moveDuration: 1 fadeEaseType: 4 moveEaseType: 4 @@ -6564,7 +7075,7 @@ Transform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 858751896} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -.0500000007, y: -.540000021, z: -10} + m_LocalPosition: {x: -0.05, y: -0.54, z: -10} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 764446532} @@ -6803,7 +7314,7 @@ MonoBehaviour: itemId: 6 errorMessage: indentLevel: 0 - duration: .5 + duration: 0.5 --- !u!114 &861253881 MonoBehaviour: m_ObjectHideFlags: 0 @@ -6850,7 +7361,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &868000844 MonoBehaviour: m_ObjectHideFlags: 0 @@ -6879,6 +7390,7 @@ MonoBehaviour: m_MinSize: 30 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -6921,11 +7433,11 @@ RectTransform: m_Children: [] m_Father: {fileID: 131087274} m_RootOrder: 0 - m_AnchorMin: {x: .5, y: 1} - m_AnchorMax: {x: .5, y: 1} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: -1000} m_SizeDelta: {x: 1000, y: 1000} - m_Pivot: {x: .5, y: 0} + m_Pivot: {x: 0.5, y: 0} --- !u!114 &879247671 MonoBehaviour: m_ObjectHideFlags: 0 @@ -7385,7 +7897,7 @@ MonoBehaviour: facing: 2 useDefaultSettings: 1 fadeDuration: 0 - moveDuration: .5 + moveDuration: 0.5 shiftOffset: {x: 100, y: 0} move: 1 shiftIntoPlace: 0 @@ -7782,6 +8294,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 panLevelCustomCurve: serializedVersion: 2 m_Curve: @@ -7792,6 +8305,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 spreadCustomCurve: serializedVersion: 2 m_Curve: @@ -7802,6 +8316,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 reverbZoneMixCustomCurve: serializedVersion: 2 m_Curve: @@ -7812,6 +8327,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 --- !u!114 &927439918 MonoBehaviour: m_ObjectHideFlags: 0 @@ -7865,7 +8381,7 @@ MonoBehaviour: m_EditorClassIdentifier: targetTextObject: {fileID: 157771017} writingSpeed: 60 - punctuationPause: .25 + punctuationPause: 0.25 hiddenTextColor: {r: 1, g: 1, b: 1, a: 0} writeWholeWords: 0 forceRichText: 1 @@ -7882,14 +8398,13 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 3a0bbe22c246e4c78ad8e9816cbae9d5, type: 3} m_Name: m_EditorClassIdentifier: - fadeDuration: .25 + fadeDuration: 0.25 continueButton: {fileID: 1645730419} dialogCanvas: {fileID: 927439925} nameText: {fileID: 135818570} storyText: {fileID: 157771020} characterImage: {fileID: 2121383753} fitTextWithImage: 1 - textWidthScale: .800000012 --- !u!114 &927439922 MonoBehaviour: m_ObjectHideFlags: 0 @@ -7959,6 +8474,7 @@ Canvas: m_OverridePixelPerfect: 0 m_SortingLayerID: 0 m_SortingOrder: 1 + m_TargetDisplay: 0 --- !u!1 &956321188 GameObject: m_ObjectHideFlags: 0 @@ -7989,7 +8505,7 @@ Transform: - {fileID: 1807695773} - {fileID: 580175291} m_Father: {fileID: 0} - m_RootOrder: 12 + m_RootOrder: 13 --- !u!114 &956321190 MonoBehaviour: m_ObjectHideFlags: 0 @@ -8042,11 +8558,11 @@ RectTransform: m_Children: [] m_Father: {fileID: 983768062} m_RootOrder: 1 - m_AnchorMin: {x: .5, y: 1} - m_AnchorMax: {x: .5, y: 1} - m_AnchoredPosition: {x: -460.429993, y: -1000} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: -460.43, y: -1000} m_SizeDelta: {x: 1000, y: 1000} - m_Pivot: {x: .5, y: 0} + m_Pivot: {x: 0.5, y: 0} --- !u!114 &969752613 MonoBehaviour: m_ObjectHideFlags: 0 @@ -8142,6 +8658,7 @@ Canvas: m_OverridePixelPerfect: 0 m_SortingLayerID: 0 m_SortingOrder: 0 + m_TargetDisplay: 0 --- !u!225 &983768064 CanvasGroup: m_ObjectHideFlags: 0 @@ -8242,14 +8759,14 @@ Camera: m_Enabled: 1 serializedVersion: 2 m_ClearFlags: 1 - m_BackGroundColor: {r: .192156866, g: .301960796, b: .474509805, a: .0196078438} + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0.019607844} m_NormalizedViewPortRect: serializedVersion: 2 x: 0 y: 0 width: 1 height: 1 - near clip plane: .300000012 + near clip plane: 0.3 far clip plane: 1000 field of view: 60 orthographic: 1 @@ -8265,7 +8782,7 @@ Camera: m_HDR: 0 m_OcclusionCulling: 1 m_StereoConvergence: 10 - m_StereoSeparation: .0219999999 + m_StereoSeparation: 0.022 m_StereoMirrorMode: 0 --- !u!4 &991628168 Transform: @@ -8278,7 +8795,105 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 0 + m_RootOrder: 1 +--- !u!1 &995680046 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 188894, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 4 + m_Component: + - 224: {fileID: 995680047} + - 222: {fileID: 995680050} + - 114: {fileID: 995680049} + - 114: {fileID: 995680048} + m_Layer: 5 + m_Name: StoryText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &995680047 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22488896, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 995680046} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1429021446} + - {fileID: 173945951} + m_Father: {fileID: 1429130326} + m_RootOrder: 1 + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 799, y: 145.63} + m_SizeDelta: {x: 1531, y: 200} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &995680048 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11439138, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 995680046} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1679637790, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreLayout: 0 + m_MinWidth: -1 + m_MinHeight: -1 + m_PreferredWidth: 1150 + m_PreferredHeight: 200 + m_FlexibleWidth: 1 + m_FlexibleHeight: -1 +--- !u!114 &995680049 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11488896, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 995680046} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 12800000, guid: 79197ecfbc3a4294a89ce589dac02cf2, type: 3} + m_FontSize: 50 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 50 + m_Alignment: 0 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Story text +--- !u!222 &995680050 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22288894, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 995680046} --- !u!1 &1022563243 GameObject: m_ObjectHideFlags: 0 @@ -8309,11 +8924,11 @@ RectTransform: m_Children: [] m_Father: {fileID: 131087274} m_RootOrder: 1 - m_AnchorMin: {x: .5, y: 1} - m_AnchorMax: {x: .5, y: 1} - m_AnchoredPosition: {x: -460.429993, y: -1000} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: -460.43, y: -1000} m_SizeDelta: {x: 1000, y: 1000} - m_Pivot: {x: .5, y: 0} + m_Pivot: {x: 0.5, y: 0} --- !u!114 &1022563245 MonoBehaviour: m_ObjectHideFlags: 0 @@ -8385,8 +9000,8 @@ RectTransform: - {fileID: 1982302733} m_Father: {fileID: 1714427703} m_RootOrder: 0 - m_AnchorMin: {x: .5, y: 0} - m_AnchorMax: {x: .5, y: 0} + m_AnchorMin: {x: 0.5, y: 0} + m_AnchorMax: {x: 0.5, y: 0} m_AnchoredPosition: {x: -805, y: 0} m_SizeDelta: {x: 1605, y: 335} m_Pivot: {x: 0, y: 0} @@ -8519,7 +9134,7 @@ Transform: - {fileID: 1125936941} - {fileID: 1685415951} m_Father: {fileID: 0} - m_RootOrder: 6 + m_RootOrder: 7 --- !u!224 &1029277842 stripped RectTransform: m_PrefabParentObject: {fileID: 22410270, guid: c6289d5f8fa843145a2355af9cb09719, @@ -8562,7 +9177,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 650, y: -365} m_SizeDelta: {x: 1300, y: 100} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1042430577 MonoBehaviour: m_ObjectHideFlags: 0 @@ -8603,11 +9218,11 @@ MonoBehaviour: m_Transition: 2 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .145098045, g: .75686276, b: .87843138, a: .698039234} - m_PressedColor: {r: .0784313753, g: .513725519, b: .600000024, a: 1} - m_DisabledColor: {r: .588235319, g: .647058845, b: .666666687, a: .501960814} + m_HighlightedColor: {r: 0.14509805, g: 0.75686276, b: 0.8784314, a: 0.69803923} + m_PressedColor: {r: 0.078431375, g: 0.5137255, b: 0.6, a: 1} + m_DisabledColor: {r: 0.5882353, g: 0.64705884, b: 0.6666667, a: 0.5019608} m_ColorMultiplier: 2 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 21300000, guid: 888feb4a32e3b564fb7e6f9b28cc8e10, type: 3} @@ -8638,7 +9253,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 10754, guid: 0000000000000000e000000000000000, type: 0} - m_Color: {r: 1, g: 1, b: 1, a: .862745106} + m_Color: {r: 1, g: 1, b: 1, a: 0.8627451} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -8697,7 +9312,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 650, y: -50} m_SizeDelta: {x: 1300, y: 100} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1044538972 MonoBehaviour: m_ObjectHideFlags: 0 @@ -8738,11 +9353,11 @@ MonoBehaviour: m_Transition: 2 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .145098045, g: .75686276, b: .87843138, a: .698039234} - m_PressedColor: {r: .0784313753, g: .513725519, b: .600000024, a: 1} - m_DisabledColor: {r: .588235319, g: .647058845, b: .666666687, a: .501960814} + m_HighlightedColor: {r: 0.14509805, g: 0.75686276, b: 0.8784314, a: 0.69803923} + m_PressedColor: {r: 0.078431375, g: 0.5137255, b: 0.6, a: 1} + m_DisabledColor: {r: 0.5882353, g: 0.64705884, b: 0.6666667, a: 0.5019608} m_ColorMultiplier: 2 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 21300000, guid: 888feb4a32e3b564fb7e6f9b28cc8e10, type: 3} @@ -8773,7 +9388,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 10754, guid: 0000000000000000e000000000000000, type: 0} - m_Color: {r: 1, g: 1, b: 1, a: .862745106} + m_Color: {r: 1, g: 1, b: 1, a: 0.8627451} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -8836,7 +9451,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: nameText: Somebody - nameColor: {r: .235294104, g: .235294104, b: .235294104, a: 1} + nameColor: {r: 0.2352941, g: 0.2352941, b: 0.2352941, a: 1} soundEffect: {fileID: 0} profileSprite: {fileID: 21300000, guid: 10cc2fec4b8aa4db983981588b06b591, type: 3} portraits: @@ -8873,11 +9488,11 @@ RectTransform: m_Children: [] m_Father: {fileID: 983768062} m_RootOrder: 3 - m_AnchorMin: {x: .5, y: 1} - m_AnchorMax: {x: .5, y: 1} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: -1300, y: -1000} m_SizeDelta: {x: 1000, y: 1000} - m_Pivot: {x: .5, y: 0} + m_Pivot: {x: 0.5, y: 0} --- !u!114 &1049860614 MonoBehaviour: m_ObjectHideFlags: 0 @@ -9016,7 +9631,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 3 + m_RootOrder: 4 --- !u!1 &1086965754 GameObject: m_ObjectHideFlags: 0 @@ -9104,9 +9719,9 @@ RectTransform: m_RootOrder: 0 m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 212, y: 263.130005} + m_AnchoredPosition: {x: 212, y: 263.13} m_SizeDelta: {x: 357, y: 435} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &1090798151 GameObject: m_ObjectHideFlags: 0 @@ -9190,6 +9805,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 panLevelCustomCurve: serializedVersion: 2 m_Curve: @@ -9200,6 +9816,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 spreadCustomCurve: serializedVersion: 2 m_Curve: @@ -9210,6 +9827,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 reverbZoneMixCustomCurve: serializedVersion: 2 m_Curve: @@ -9220,6 +9838,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 --- !u!114 &1090798154 MonoBehaviour: m_ObjectHideFlags: 0 @@ -9251,7 +9870,7 @@ MonoBehaviour: m_EditorClassIdentifier: targetTextObject: {fileID: 658513471} writingSpeed: 60 - punctuationPause: .25 + punctuationPause: 0.25 hiddenTextColor: {r: 1, g: 1, b: 1, a: 0} writeWholeWords: 0 forceRichText: 1 @@ -9268,14 +9887,13 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 3a0bbe22c246e4c78ad8e9816cbae9d5, type: 3} m_Name: m_EditorClassIdentifier: - fadeDuration: .25 + fadeDuration: 0.25 continueButton: {fileID: 0} dialogCanvas: {fileID: 1090798160} nameText: {fileID: 2082946105} storyText: {fileID: 658513473} characterImage: {fileID: 1112648895} fitTextWithImage: 1 - textWidthScale: .800000012 --- !u!114 &1090798157 MonoBehaviour: m_ObjectHideFlags: 0 @@ -9345,6 +9963,7 @@ Canvas: m_OverridePixelPerfect: 0 m_SortingLayerID: 0 m_SortingOrder: 1 + m_TargetDisplay: 0 --- !u!1 &1112648893 GameObject: m_ObjectHideFlags: 0 @@ -9380,7 +9999,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 0} m_AnchoredPosition: {x: 1435, y: 404} m_SizeDelta: {x: 300, y: 300} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1112648895 MonoBehaviour: m_ObjectHideFlags: 0 @@ -9535,6 +10154,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 panLevelCustomCurve: serializedVersion: 2 m_Curve: @@ -9545,6 +10165,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 spreadCustomCurve: serializedVersion: 2 m_Curve: @@ -9555,6 +10176,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 reverbZoneMixCustomCurve: serializedVersion: 2 m_Curve: @@ -9565,6 +10187,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 --- !u!114 &1125936943 MonoBehaviour: m_ObjectHideFlags: 0 @@ -9579,7 +10202,7 @@ MonoBehaviour: m_EditorClassIdentifier: targetTextObject: {fileID: 319877265} writingSpeed: 60 - punctuationPause: .25 + punctuationPause: 0.25 hiddenTextColor: {r: 1, g: 1, b: 1, a: 0} writeWholeWords: 0 forceRichText: 1 @@ -9596,14 +10219,13 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 3a0bbe22c246e4c78ad8e9816cbae9d5, type: 3} m_Name: m_EditorClassIdentifier: - fadeDuration: .25 + fadeDuration: 0.25 continueButton: {fileID: 0} dialogCanvas: {fileID: 1125936948} nameText: {fileID: 134022281} storyText: {fileID: 319877267} characterImage: {fileID: 18001255} fitTextWithImage: 1 - textWidthScale: .800000012 --- !u!114 &1125936945 MonoBehaviour: m_ObjectHideFlags: 0 @@ -9673,6 +10295,7 @@ Canvas: m_OverridePixelPerfect: 0 m_SortingLayerID: 0 m_SortingOrder: 1 + m_TargetDisplay: 0 --- !u!114 &1134255998 MonoBehaviour: m_ObjectHideFlags: 0 @@ -9730,9 +10353,9 @@ RectTransform: m_RootOrder: 0 m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 1386, y: 263.130005} + m_AnchoredPosition: {x: 1386, y: 263.13} m_SizeDelta: {x: 357, y: 435} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1176433425 MonoBehaviour: m_ObjectHideFlags: 0 @@ -9809,7 +10432,7 @@ Transform: m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 1182946598} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -.0500000007, y: -.540000021, z: -10} + m_LocalPosition: {x: -0.05, y: -0.54, z: -10} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1667572790} @@ -9848,9 +10471,9 @@ RectTransform: m_RootOrder: 1 m_AnchorMin: {x: 1, y: 0} m_AnchorMax: {x: 1, y: 0} - m_AnchoredPosition: {x: -38.9000244, y: 38.0749931} - m_SizeDelta: {x: 77.9000244, y: 77} - m_Pivot: {x: .5, y: .5} + m_AnchoredPosition: {x: -38.900024, y: 38.074993} + m_SizeDelta: {x: 77.900024, y: 77} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1188419015 MonoBehaviour: m_ObjectHideFlags: 0 @@ -9872,11 +10495,11 @@ MonoBehaviour: m_Transition: 1 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .960784316, g: .960784316, b: .960784316, a: 1} - m_PressedColor: {r: .784313738, g: .784313738, b: .784313738, a: 1} - m_DisabledColor: {r: .784313738, g: .784313738, b: .784313738, a: .501960814} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} m_ColorMultiplier: 1 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 0} m_PressedSprite: {fileID: 0} @@ -10260,14 +10883,13 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 3a0bbe22c246e4c78ad8e9816cbae9d5, type: 3} m_Name: m_EditorClassIdentifier: - fadeDuration: .25 + fadeDuration: 0.25 continueButton: {fileID: 1188419015} dialogCanvas: {fileID: 1242507979} nameText: {fileID: 238588416} storyText: {fileID: 572306880} characterImage: {fileID: 1176433426} fitTextWithImage: 1 - textWidthScale: .800000012 --- !u!223 &1242507979 Canvas: m_ObjectHideFlags: 0 @@ -10286,6 +10908,7 @@ Canvas: m_OverridePixelPerfect: 0 m_SortingLayerID: 0 m_SortingOrder: 1 + m_TargetDisplay: 0 --- !u!82 &1242507980 AudioSource: m_ObjectHideFlags: 0 @@ -10327,6 +10950,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 panLevelCustomCurve: serializedVersion: 2 m_Curve: @@ -10337,6 +10961,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 spreadCustomCurve: serializedVersion: 2 m_Curve: @@ -10347,6 +10972,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 reverbZoneMixCustomCurve: serializedVersion: 2 m_Curve: @@ -10357,6 +10983,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 --- !u!114 &1242507981 MonoBehaviour: m_ObjectHideFlags: 0 @@ -10393,7 +11020,7 @@ MonoBehaviour: m_EditorClassIdentifier: targetTextObject: {fileID: 572306878} writingSpeed: 60 - punctuationPause: .25 + punctuationPause: 0.25 hiddenTextColor: {r: 1, g: 1, b: 1, a: 0} writeWholeWords: 0 forceRichText: 1 @@ -10498,9 +11125,9 @@ RectTransform: m_RootOrder: 1 m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 765.27002, y: 238} + m_AnchoredPosition: {x: 765.27, y: 238} m_SizeDelta: {x: 1531.5, y: 65} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1315917466 MonoBehaviour: m_ObjectHideFlags: 0 @@ -10514,7 +11141,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: .258823544, g: .254901975, b: .262745112, a: 1} + m_Color: {r: 0.25882354, g: 0.25490198, b: 0.2627451, a: 1} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -10527,8 +11154,9 @@ MonoBehaviour: m_FontStyle: 0 m_BestFit: 0 m_MinSize: 10 - m_MaxSize: 40 + m_MaxSize: 50 m_Alignment: 0 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 1 m_VerticalOverflow: 0 @@ -10657,11 +11285,11 @@ RectTransform: m_Children: [] m_Father: {fileID: 131087274} m_RootOrder: 3 - m_AnchorMin: {x: .5, y: 1} - m_AnchorMax: {x: .5, y: 1} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: -1300, y: -1000} m_SizeDelta: {x: 1000, y: 1000} - m_Pivot: {x: .5, y: 0} + m_Pivot: {x: 0.5, y: 0} --- !u!114 &1336986581 MonoBehaviour: m_ObjectHideFlags: 0 @@ -10817,58 +11445,328 @@ Canvas: m_OverridePixelPerfect: 0 m_SortingLayerID: 0 m_SortingOrder: 1 ---- !u!224 &1439815621 stripped + m_TargetDisplay: 0 +--- !u!1 &1429021445 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 188898, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 4 + m_Component: + - 224: {fileID: 1429021446} + - 222: {fileID: 1429021448} + - 114: {fileID: 1429021447} + m_Layer: 5 + m_Name: NameText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1429021446 RectTransform: - m_PrefabParentObject: {fileID: 22410276, guid: c6289d5f8fa843145a2355af9cb09719, - type: 2} - m_PrefabInternal: {fileID: 1450066430} ---- !u!1001 &1450066430 -Prefab: m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 2084461895} - m_Modifications: - - target: {fileID: 410270, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 410270, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 410270, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 410270, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 410270, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 410270, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 410270, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 410270, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} - propertyPath: m_RootOrder - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 110274, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} - propertyPath: m_Name - value: Stage - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_ParentPrefab: {fileID: 100100000, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} - m_IsPrefabParent: 0 ---- !u!114 &1472091390 + m_PrefabParentObject: {fileID: 22488894, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1429021445} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 995680047} + m_RootOrder: 0 + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 588.75, y: 235.37001} + m_SizeDelta: {x: 1178.5, y: 71} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1429021447 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11488900, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1429021445} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.25882354, g: 0.25490198, b: 0.2627451, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 12800000, guid: bb145366ce7024469a5758b08d31802c, type: 3} + m_FontSize: 50 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 50 + m_Alignment: 0 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Character Name +--- !u!222 &1429021448 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22288898, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1429021445} +--- !u!1 &1429130325 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 188900, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 4 + m_Component: + - 224: {fileID: 1429130326} + - 222: {fileID: 1429130330} + - 114: {fileID: 1429130329} + - 225: {fileID: 1429130328} + - 114: {fileID: 1429130327} + m_Layer: 5 + m_Name: Panel + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1429130326 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22488900, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1429130325} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 782889243} + - {fileID: 995680047} + m_Father: {fileID: 1764227327} + m_RootOrder: 0 + m_AnchorMin: {x: 0.5, y: 0} + m_AnchorMax: {x: 0.5, y: 0} + m_AnchoredPosition: {x: -805, y: 0} + m_SizeDelta: {x: 1605, y: 335} + m_Pivot: {x: 0, y: 0} +--- !u!114 &1429130327 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11478524, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1429130325} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -1862395651, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 4 + callback: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1764227328} + m_MethodName: SetDialogClickedFlag + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + delegates: [] +--- !u!225 &1429130328 +CanvasGroup: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22583964, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1429130325} + m_Enabled: 1 + m_Alpha: 1 + m_Interactable: 1 + m_BlocksRaycasts: 1 + m_IgnoreParentGroups: 0 +--- !u!114 &1429130329 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11488904, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1429130325} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_Sprite: {fileID: 21300000, guid: eeb00f6cd27e9ef4d9174551b3342dec, type: 3} + m_Type: 0 + m_PreserveAspect: 1 + m_FillCenter: 0 + m_FillMethod: 0 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 +--- !u!222 &1429130330 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22288900, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1429130325} +--- !u!224 &1439815621 stripped +RectTransform: + m_PrefabParentObject: {fileID: 22410276, guid: c6289d5f8fa843145a2355af9cb09719, + type: 2} + m_PrefabInternal: {fileID: 1450066430} +--- !u!1001 &1450066430 +Prefab: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 2084461895} + m_Modifications: + - target: {fileID: 410270, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 410270, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 410270, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 410270, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 410270, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 410270, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 410270, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 410270, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 110274, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} + propertyPath: m_Name + value: Stage + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_ParentPrefab: {fileID: 100100000, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} + m_IsPrefabParent: 0 +--- !u!1 &1460166034 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 155030, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 4 + m_Component: + - 224: {fileID: 1460166035} + - 222: {fileID: 1460166037} + - 114: {fileID: 1460166036} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1460166035 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22443574, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1460166034} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 173945951} + m_RootOrder: 0 + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1460166036 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11431470, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1460166034} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: +--- !u!222 &1460166037 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22257884, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1460166034} +--- !u!114 &1472091390 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} @@ -10941,6 +11839,7 @@ MonoBehaviour: m_MinSize: 30 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -10970,7 +11869,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &1635768759 GameObject: m_ObjectHideFlags: 0 @@ -11054,9 +11953,9 @@ RectTransform: m_RootOrder: 1 m_AnchorMin: {x: 1, y: 0} m_AnchorMax: {x: 1, y: 0} - m_AnchoredPosition: {x: -38.9000244, y: 38.0749931} - m_SizeDelta: {x: 77.9000244, y: 77} - m_Pivot: {x: .5, y: .5} + m_AnchoredPosition: {x: -38.900024, y: 38.074993} + m_SizeDelta: {x: 77.900024, y: 77} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1645730419 MonoBehaviour: m_ObjectHideFlags: 0 @@ -11078,11 +11977,11 @@ MonoBehaviour: m_Transition: 1 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .960784316, g: .960784316, b: .960784316, a: 1} - m_PressedColor: {r: .784313738, g: .784313738, b: .784313738, a: 1} - m_DisabledColor: {r: .784313738, g: .784313738, b: .784313738, a: .501960814} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} m_ColorMultiplier: 1 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 0} m_PressedSprite: {fileID: 0} @@ -11181,8 +12080,8 @@ RectTransform: - {fileID: 28716240} m_Father: {fileID: 1090798152} m_RootOrder: 0 - m_AnchorMin: {x: .5, y: 0} - m_AnchorMax: {x: .5, y: 0} + m_AnchorMin: {x: 0.5, y: 0} + m_AnchorMax: {x: 0.5, y: 0} m_AnchoredPosition: {x: -805, y: 0} m_SizeDelta: {x: 1605, y: 335} m_Pivot: {x: 0, y: 0} @@ -11298,7 +12197,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 0} m_AnchoredPosition: {x: 622.25, y: 281} m_SizeDelta: {x: 1178.5, y: 71} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1649878569 MonoBehaviour: m_ObjectHideFlags: 0 @@ -11312,7 +12211,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: .258823544, g: .254901975, b: .262745112, a: 1} + m_Color: {r: 0.25882354, g: 0.25490198, b: 0.2627451, a: 1} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -11325,8 +12224,9 @@ MonoBehaviour: m_FontStyle: 0 m_BestFit: 0 m_MinSize: 10 - m_MaxSize: 40 + m_MaxSize: 50 m_Alignment: 0 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 1 m_VerticalOverflow: 0 @@ -11373,7 +12273,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1665046711 MonoBehaviour: m_ObjectHideFlags: 0 @@ -11402,6 +12302,7 @@ MonoBehaviour: m_MinSize: 30 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -11444,7 +12345,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: .196078435, g: .196078435, b: .196078435, a: 1} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -11459,6 +12360,7 @@ MonoBehaviour: m_MinSize: 10 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -11488,7 +12390,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &1667572788 GameObject: m_ObjectHideFlags: 0 @@ -11541,7 +12443,7 @@ Transform: - {fileID: 825247592} - {fileID: 1182946599} m_Father: {fileID: 0} - m_RootOrder: 11 + m_RootOrder: 12 --- !u!1 &1684276424 GameObject: m_ObjectHideFlags: 0 @@ -11576,7 +12478,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1684276426 MonoBehaviour: m_ObjectHideFlags: 0 @@ -11605,6 +12507,7 @@ MonoBehaviour: m_MinSize: 30 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -11703,7 +12606,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 650, y: -155} m_SizeDelta: {x: 1300, y: 100} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1685671022 MonoBehaviour: m_ObjectHideFlags: 0 @@ -11744,11 +12647,11 @@ MonoBehaviour: m_Transition: 2 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .145098045, g: .75686276, b: .87843138, a: .698039234} - m_PressedColor: {r: .0784313753, g: .513725519, b: .600000024, a: 1} - m_DisabledColor: {r: .588235319, g: .647058845, b: .666666687, a: .501960814} + m_HighlightedColor: {r: 0.14509805, g: 0.75686276, b: 0.8784314, a: 0.69803923} + m_PressedColor: {r: 0.078431375, g: 0.5137255, b: 0.6, a: 1} + m_DisabledColor: {r: 0.5882353, g: 0.64705884, b: 0.6666667, a: 0.5019608} m_ColorMultiplier: 2 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 21300000, guid: 888feb4a32e3b564fb7e6f9b28cc8e10, type: 3} @@ -11779,7 +12682,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 10754, guid: 0000000000000000e000000000000000, type: 0} - m_Color: {r: 1, g: 1, b: 1, a: .862745106} + m_Color: {r: 1, g: 1, b: 1, a: 0.8627451} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -11859,12 +12762,12 @@ MonoBehaviour: m_SelectOnRight: {fileID: 0} m_Transition: 1 m_Colors: - m_NormalColor: {r: .250980407, g: .250980407, b: .250980407, a: .501960814} - m_HighlightedColor: {r: .501960814, g: .501960814, b: .501960814, a: .698039234} - m_PressedColor: {r: .345098048, g: .345098048, b: .345098048, a: .698039234} - m_DisabledColor: {r: .250980407, g: .250980407, b: .250980407, a: .501960814} + m_NormalColor: {r: 0.2509804, g: 0.2509804, b: 0.2509804, a: 0.5019608} + m_HighlightedColor: {r: 0.5019608, g: 0.5019608, b: 0.5019608, a: 0.69803923} + m_PressedColor: {r: 0.34509805, g: 0.34509805, b: 0.34509805, a: 0.69803923} + m_DisabledColor: {r: 0.2509804, g: 0.2509804, b: 0.2509804, a: 0.5019608} m_ColorMultiplier: 2 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 0} m_PressedSprite: {fileID: 0} @@ -11901,7 +12804,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: .588} + m_Color: {r: 1, g: 1, b: 1, a: 0.588} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -11932,7 +12835,7 @@ RectTransform: m_GameObject: {fileID: 1685783386} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: .899999976, y: 1, z: 1} + m_LocalScale: {x: 0.9, y: 1, z: 1} m_Children: - {fileID: 499706540} m_Father: {fileID: 311089577} @@ -11941,7 +12844,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 650, y: -655} m_SizeDelta: {x: 1300, y: 50} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &1699319066 GameObject: m_ObjectHideFlags: 0 @@ -11979,7 +12882,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 650, y: -50} m_SizeDelta: {x: 1300, y: 100} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1699319068 MonoBehaviour: m_ObjectHideFlags: 0 @@ -12020,11 +12923,11 @@ MonoBehaviour: m_Transition: 2 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .145098045, g: .75686276, b: .87843138, a: .698039234} - m_PressedColor: {r: .0784313753, g: .513725519, b: .600000024, a: 1} - m_DisabledColor: {r: .588235319, g: .647058845, b: .666666687, a: .501960814} + m_HighlightedColor: {r: 0.14509805, g: 0.75686276, b: 0.8784314, a: 0.69803923} + m_PressedColor: {r: 0.078431375, g: 0.5137255, b: 0.6, a: 1} + m_DisabledColor: {r: 0.5882353, g: 0.64705884, b: 0.6666667, a: 0.5019608} m_ColorMultiplier: 2 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 21300000, guid: 888feb4a32e3b564fb7e6f9b28cc8e10, type: 3} @@ -12055,7 +12958,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 10754, guid: 0000000000000000e000000000000000, type: 0} - m_Color: {r: 1, g: 1, b: 1, a: .862745106} + m_Color: {r: 1, g: 1, b: 1, a: 0.8627451} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -12111,7 +13014,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1705380759 MonoBehaviour: m_ObjectHideFlags: 0 @@ -12140,6 +13043,7 @@ MonoBehaviour: m_MinSize: 30 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -12173,15 +13077,345 @@ MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 1708812486} + m_GameObject: {fileID: 1708812486} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b1dba0b27b0864740a8720e920aa88c0, type: 3} + m_Name: + m_EditorClassIdentifier: + timeout: 5 + ignored: 0 + succeedAfterAllAssertionsAreExecuted: 0 + expectException: 0 + expectedExceptionList: + succeedWhenExceptionIsThrown: 0 + includedPlatforms: -1 + platformsToIgnore: [] + dynamic: 0 + dynamicTypeName: +--- !u!4 &1708812488 +Transform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1708812486} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 462273690} + - {fileID: 2043226670} + - {fileID: 1065579871} + m_Father: {fileID: 0} + m_RootOrder: 10 +--- !u!1 &1714427702 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 188902, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} + m_PrefabInternal: {fileID: 0} + serializedVersion: 4 + m_Component: + - 224: {fileID: 1714427703} + - 223: {fileID: 1714427712} + - 114: {fileID: 1714427711} + - 225: {fileID: 1714427710} + - 114: {fileID: 1714427709} + - 114: {fileID: 1714427708} + - 114: {fileID: 1714427707} + - 114: {fileID: 1714427704} + - 114: {fileID: 1714427706} + - 82: {fileID: 1714427705} + m_Layer: 5 + m_Name: SayDialog + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1714427703 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22488902, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1714427702} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0, y: 0, z: 0} + m_Children: + - {fileID: 1024293039} + m_Father: {fileID: 1929911610} + m_RootOrder: 1 + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0, y: 0} +--- !u!114 &1714427704 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11481894, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1714427702} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 43b85556abd314f3f870c18c013fdcef, type: 3} + m_Name: + m_EditorClassIdentifier: + clickMode: 1 + keyPressMode: 2 + shiftKeyEnabled: 1 + nextClickDelay: 0 + keyList: 0900000020000000 +--- !u!82 &1714427705 +AudioSource: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 8294266, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1714427702} + m_Enabled: 1 + serializedVersion: 4 + OutputAudioMixerGroup: {fileID: 0} + m_audioClip: {fileID: 0} + m_PlayOnAwake: 0 + m_Volume: 1 + m_Pitch: 1 + Loop: 0 + Mute: 0 + Spatialize: 0 + Priority: 128 + DopplerLevel: 1 + MinDistance: 1 + MaxDistance: 500 + Pan2D: 0 + rolloffMode: 0 + BypassEffects: 0 + BypassListenerEffects: 0 + BypassReverbZones: 0 + rolloffCustomCurve: + serializedVersion: 2 + m_Curve: + - time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + - time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + panLevelCustomCurve: + serializedVersion: 2 + m_Curve: + - time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + spreadCustomCurve: + serializedVersion: 2 + m_Curve: + - time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + reverbZoneMixCustomCurve: + serializedVersion: 2 + m_Curve: + - time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 +--- !u!114 &1714427706 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1714427702} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c4782cf42f2644447b9631f6e522160b, type: 3} + m_Name: + m_EditorClassIdentifier: + volume: 0.539 + loop: 1 + targetAudioSource: {fileID: 0} + audioMode: 1 + beepSounds: + - {fileID: 8300000, guid: 0cec78902391f4944881c028a5bd61e2, type: 3} + - {fileID: 8300000, guid: e63f93fa5d357441485c639326e9e8f7, type: 3} + soundEffect: {fileID: 8300000, guid: 98d045067b3b7428c842dab1285b43a1, type: 3} + inputSound: {fileID: 0} +--- !u!114 &1714427707 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11487070, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1714427702} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a676940fce6344af1a70043b089a6c14, type: 3} + m_Name: + m_EditorClassIdentifier: + targetTextObject: {fileID: 93721126} + writingSpeed: 60 + punctuationPause: 0.25 + hiddenTextColor: {r: 1, g: 1, b: 1, a: 0} + writeWholeWords: 0 + forceRichText: 1 + instantComplete: 1 +--- !u!114 &1714427708 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11488894, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1714427702} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3a0bbe22c246e4c78ad8e9816cbae9d5, type: 3} + m_Name: + m_EditorClassIdentifier: + fadeDuration: 0.25 + continueButton: {fileID: 0} + dialogCanvas: {fileID: 1714427712} + nameText: {fileID: 1649878569} + storyText: {fileID: 93721128} + characterImage: {fileID: 1999698865} + fitTextWithImage: 1 +--- !u!114 &1714427709 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11486804, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1714427702} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1301386320, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreReversedGraphics: 1 + m_BlockingObjects: 0 + m_BlockingMask: + serializedVersion: 2 + m_Bits: 4294967295 +--- !u!225 &1714427710 +CanvasGroup: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22588896, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1714427702} + m_Enabled: 1 + m_Alpha: 1 + m_Interactable: 1 + m_BlocksRaycasts: 1 + m_IgnoreParentGroups: 0 +--- !u!114 &1714427711 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11488906, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1714427702} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 1980459831, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} + m_Name: + m_EditorClassIdentifier: + m_UiScaleMode: 1 + m_ReferencePixelsPerUnit: 32 + m_ScaleFactor: 1 + m_ReferenceResolution: {x: 1600, y: 1200} + m_ScreenMatchMode: 0 + m_MatchWidthOrHeight: 1 + m_PhysicalUnit: 3 + m_FallbackScreenDPI: 96 + m_DefaultSpriteDPI: 96 + m_DynamicPixelsPerUnit: 1 +--- !u!223 &1714427712 +Canvas: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22388894, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1714427702} + m_Enabled: 1 + serializedVersion: 2 + m_RenderMode: 0 + m_Camera: {fileID: 0} + m_PlaneDistance: 100 + m_PixelPerfect: 1 + m_ReceivesEvents: 1 + m_OverrideSorting: 0 + m_OverridePixelPerfect: 0 + m_SortingLayerID: 0 + m_SortingOrder: 1 + m_TargetDisplay: 0 +--- !u!1 &1731000811 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 4 + m_Component: + - 4: {fileID: 1731000812} + - 114: {fileID: 1731000813} + m_Layer: 0 + m_Name: SayTest + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &1731000812 +Transform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1731000811} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 401634245} + - {fileID: 24983359} + - {fileID: 1066357891} + m_Father: {fileID: 0} + m_RootOrder: 5 +--- !u!114 &1731000813 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1731000811} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: b1dba0b27b0864740a8720e920aa88c0, type: 3} m_Name: m_EditorClassIdentifier: - timeout: 5 + timeout: 10 ignored: 0 - succeedAfterAllAssertionsAreExecuted: 0 + succeedAfterAllAssertionsAreExecuted: 1 expectException: 0 expectedExceptionList: succeedWhenExceptionIsThrown: 0 @@ -12189,38 +13423,93 @@ MonoBehaviour: platformsToIgnore: [] dynamic: 0 dynamicTypeName: ---- !u!4 &1708812488 -Transform: +--- !u!1 &1754947672 +GameObject: m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 0} + m_PrefabParentObject: {fileID: 110280, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 1708812486} + serializedVersion: 4 + m_Component: + - 224: {fileID: 1754947673} + - 222: {fileID: 1754947675} + - 114: {fileID: 1754947674} + m_Layer: 0 + m_Name: Offscreen Right + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1754947673 +RectTransform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22410278, guid: c6289d5f8fa843145a2355af9cb09719, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1754947672} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 462273690} - - {fileID: 2043226670} - - {fileID: 1065579871} - m_Father: {fileID: 0} - m_RootOrder: 9 ---- !u!1 &1714427702 + m_Children: [] + m_Father: {fileID: 131087274} + m_RootOrder: 4 + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: 1300, y: -1000} + m_SizeDelta: {x: 1000, y: 1000} + m_Pivot: {x: 0.5, y: 0} +--- !u!114 &1754947674 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 11410282, guid: c6289d5f8fa843145a2355af9cb09719, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1754947672} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 0} + m_RaycastTarget: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, + Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + m_Sprite: {fileID: 21300000, guid: ea8f56c43254d41728f5ac4e8299b6c9, type: 3} + m_Type: 0 + m_PreserveAspect: 1 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 +--- !u!222 &1754947675 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 22210276, guid: c6289d5f8fa843145a2355af9cb09719, + type: 2} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1754947672} +--- !u!1 &1764227326 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 188902, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - - 224: {fileID: 1714427703} - - 223: {fileID: 1714427712} - - 114: {fileID: 1714427711} - - 225: {fileID: 1714427710} - - 114: {fileID: 1714427709} - - 114: {fileID: 1714427708} - - 114: {fileID: 1714427707} - - 114: {fileID: 1714427704} - - 114: {fileID: 1714427706} - - 82: {fileID: 1714427705} + - 224: {fileID: 1764227327} + - 223: {fileID: 1764227336} + - 114: {fileID: 1764227335} + - 225: {fileID: 1764227334} + - 114: {fileID: 1764227333} + - 114: {fileID: 1764227332} + - 114: {fileID: 1764227331} + - 114: {fileID: 1764227330} + - 114: {fileID: 1764227328} + - 82: {fileID: 1764227329} m_Layer: 5 m_Name: SayDialog m_TagString: Untagged @@ -12228,32 +13517,32 @@ GameObject: m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 ---- !u!224 &1714427703 +--- !u!224 &1764227327 RectTransform: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 22488902, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 1714427702} + m_GameObject: {fileID: 1764227326} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0, y: 0, z: 0} m_Children: - - {fileID: 1024293039} - m_Father: {fileID: 1929911610} - m_RootOrder: 1 + - {fileID: 1429130326} + m_Father: {fileID: 1773780614} + m_RootOrder: 2 m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} m_Pivot: {x: 0, y: 0} ---- !u!114 &1714427704 +--- !u!114 &1764227328 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11481894, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 1714427702} + m_GameObject: {fileID: 1764227326} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 43b85556abd314f3f870c18c013fdcef, type: 3} @@ -12264,13 +13553,13 @@ MonoBehaviour: shiftKeyEnabled: 1 nextClickDelay: 0 keyList: 0900000020000000 ---- !u!82 &1714427705 +--- !u!82 &1764227329 AudioSource: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 8294266, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 1714427702} + m_GameObject: {fileID: 1764227326} m_Enabled: 1 serializedVersion: 4 OutputAudioMixerGroup: {fileID: 0} @@ -12305,6 +13594,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 panLevelCustomCurve: serializedVersion: 2 m_Curve: @@ -12315,6 +13605,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 0 spreadCustomCurve: serializedVersion: 2 m_Curve: @@ -12325,6 +13616,7 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 + m_RotationOrder: 4 reverbZoneMixCustomCurve: serializedVersion: 2 m_Curve: @@ -12335,72 +13627,74 @@ AudioSource: tangentMode: 0 m_PreInfinity: 2 m_PostInfinity: 2 ---- !u!114 &1714427706 + m_RotationOrder: 0 +--- !u!114 &1764227330 MonoBehaviour: m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 0} + m_PrefabParentObject: {fileID: 11404316, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, + type: 2} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 1714427702} + m_GameObject: {fileID: 1764227326} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: c4782cf42f2644447b9631f6e522160b, type: 3} m_Name: m_EditorClassIdentifier: - volume: .538999975 + volume: 1 loop: 1 targetAudioSource: {fileID: 0} - audioMode: 1 + audioMode: 0 beepSounds: - - {fileID: 8300000, guid: 0cec78902391f4944881c028a5bd61e2, type: 3} - - {fileID: 8300000, guid: e63f93fa5d357441485c639326e9e8f7, type: 3} - soundEffect: {fileID: 8300000, guid: 98d045067b3b7428c842dab1285b43a1, type: 3} - inputSound: {fileID: 0} ---- !u!114 &1714427707 + - {fileID: 8300000, guid: 774486030b696474e8b3cf7f178123da, type: 3} + - {fileID: 8300000, guid: f637c5ce9d10e45c7855ed89bfc6b97e, type: 3} + - {fileID: 8300000, guid: c53b7c20372e444c6bd7f2ac0729bbe2, type: 3} + soundEffect: {fileID: 0} + inputSound: {fileID: 8300000, guid: 14a396b1562834718b2d52b9c4639264, type: 3} +--- !u!114 &1764227331 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11487070, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 1714427702} + m_GameObject: {fileID: 1764227326} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: a676940fce6344af1a70043b089a6c14, type: 3} m_Name: m_EditorClassIdentifier: - targetTextObject: {fileID: 93721126} + targetTextObject: {fileID: 995680046} writingSpeed: 60 - punctuationPause: .25 + punctuationPause: 0.25 hiddenTextColor: {r: 1, g: 1, b: 1, a: 0} writeWholeWords: 0 forceRichText: 1 instantComplete: 1 ---- !u!114 &1714427708 +--- !u!114 &1764227332 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11488894, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 1714427702} + m_GameObject: {fileID: 1764227326} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 3a0bbe22c246e4c78ad8e9816cbae9d5, type: 3} m_Name: m_EditorClassIdentifier: - fadeDuration: .25 - continueButton: {fileID: 0} - dialogCanvas: {fileID: 1714427712} - nameText: {fileID: 1649878569} - storyText: {fileID: 93721128} - characterImage: {fileID: 1999698865} + fadeDuration: 0.25 + continueButton: {fileID: 173945952} + dialogCanvas: {fileID: 1764227336} + nameText: {fileID: 1429021447} + storyText: {fileID: 995680049} + characterImage: {fileID: 782889245} fitTextWithImage: 1 - textWidthScale: .800000012 ---- !u!114 &1714427709 +--- !u!114 &1764227333 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11486804, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 1714427702} + m_GameObject: {fileID: 1764227326} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 1301386320, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} @@ -12411,25 +13705,25 @@ MonoBehaviour: m_BlockingMask: serializedVersion: 2 m_Bits: 4294967295 ---- !u!225 &1714427710 +--- !u!225 &1764227334 CanvasGroup: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 22588896, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 1714427702} + m_GameObject: {fileID: 1764227326} m_Enabled: 1 m_Alpha: 1 m_Interactable: 1 m_BlocksRaycasts: 1 m_IgnoreParentGroups: 0 ---- !u!114 &1714427711 +--- !u!114 &1764227335 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 11488906, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 1714427702} + m_GameObject: {fileID: 1764227326} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 1980459831, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} @@ -12445,13 +13739,13 @@ MonoBehaviour: m_FallbackScreenDPI: 96 m_DefaultSpriteDPI: 96 m_DynamicPixelsPerUnit: 1 ---- !u!223 &1714427712 +--- !u!223 &1764227336 Canvas: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 22388894, guid: 8a005a9e0713f4cc1b5ad29fb07657d3, type: 2} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 1714427702} + m_GameObject: {fileID: 1764227326} m_Enabled: 1 serializedVersion: 2 m_RenderMode: 0 @@ -12463,49 +13757,35 @@ Canvas: m_OverridePixelPerfect: 0 m_SortingLayerID: 0 m_SortingOrder: 1 ---- !u!1 &1731000811 + m_TargetDisplay: 0 +--- !u!1 &1773780612 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} serializedVersion: 4 m_Component: - - 4: {fileID: 1731000812} - - 114: {fileID: 1731000813} + - 4: {fileID: 1773780614} + - 114: {fileID: 1773780613} m_Layer: 0 - m_Name: SayTest + m_Name: InterruptSay m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 0 ---- !u!4 &1731000812 -Transform: - m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 1731000811} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 401634245} - - {fileID: 24983359} - - {fileID: 1066357891} - m_Father: {fileID: 0} - m_RootOrder: 4 ---- !u!114 &1731000813 +--- !u!114 &1773780613 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 1731000811} + m_GameObject: {fileID: 1773780612} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: b1dba0b27b0864740a8720e920aa88c0, type: 3} m_Name: m_EditorClassIdentifier: - timeout: 10 + timeout: 5 ignored: 0 succeedAfterAllAssertionsAreExecuted: 1 expectException: 0 @@ -12515,76 +13795,21 @@ MonoBehaviour: platformsToIgnore: [] dynamic: 0 dynamicTypeName: ---- !u!1 &1754947672 -GameObject: - m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 110280, guid: c6289d5f8fa843145a2355af9cb09719, type: 2} - m_PrefabInternal: {fileID: 0} - serializedVersion: 4 - m_Component: - - 224: {fileID: 1754947673} - - 222: {fileID: 1754947675} - - 114: {fileID: 1754947674} - m_Layer: 0 - m_Name: Offscreen Right - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1754947673 -RectTransform: +--- !u!4 &1773780614 +Transform: m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 22410278, guid: c6289d5f8fa843145a2355af9cb09719, - type: 2} + m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 1754947672} + m_GameObject: {fileID: 1773780612} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 131087274} - m_RootOrder: 4 - m_AnchorMin: {x: .5, y: 1} - m_AnchorMax: {x: .5, y: 1} - m_AnchoredPosition: {x: 1300, y: -1000} - m_SizeDelta: {x: 1000, y: 1000} - m_Pivot: {x: .5, y: 0} ---- !u!114 &1754947674 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 11410282, guid: c6289d5f8fa843145a2355af9cb09719, - type: 2} - m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 1754947672} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 0} - m_RaycastTarget: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, - Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - m_Sprite: {fileID: 21300000, guid: ea8f56c43254d41728f5ac4e8299b6c9, type: 3} - m_Type: 0 - m_PreserveAspect: 1 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 ---- !u!222 &1754947675 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 22210276, guid: c6289d5f8fa843145a2355af9cb09719, - type: 2} - m_PrefabInternal: {fileID: 0} - m_GameObject: {fileID: 1754947672} + m_Children: + - {fileID: 343669596} + - {fileID: 670062723} + - {fileID: 1764227327} + m_Father: {fileID: 0} + m_RootOrder: 15 --- !u!1 &1792473781 GameObject: m_ObjectHideFlags: 0 @@ -12619,8 +13844,8 @@ RectTransform: - {fileID: 157771018} m_Father: {fileID: 927439916} m_RootOrder: 0 - m_AnchorMin: {x: .5, y: 0} - m_AnchorMax: {x: .5, y: 0} + m_AnchorMin: {x: 0.5, y: 0} + m_AnchorMax: {x: 0.5, y: 0} m_AnchoredPosition: {x: -801.5, y: 340} m_SizeDelta: {x: 1603, y: 659} m_Pivot: {x: 0, y: 0} @@ -12736,7 +13961,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1797328012 MonoBehaviour: m_ObjectHideFlags: 0 @@ -12750,7 +13975,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: .196078435, g: .196078435, b: .196078435, a: 1} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -12765,6 +13990,7 @@ MonoBehaviour: m_MinSize: 10 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -12811,9 +14037,9 @@ RectTransform: m_RootOrder: 0 m_AnchorMin: {x: 1, y: 0} m_AnchorMax: {x: 1, y: 0} - m_AnchoredPosition: {x: -38.9000244, y: 38.0749931} - m_SizeDelta: {x: 77.9000244, y: 77} - m_Pivot: {x: .5, y: .5} + m_AnchoredPosition: {x: -38.900024, y: 38.074993} + m_SizeDelta: {x: 77.900024, y: 77} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1804865466 MonoBehaviour: m_ObjectHideFlags: 0 @@ -12835,11 +14061,11 @@ MonoBehaviour: m_Transition: 1 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .960784316, g: .960784316, b: .960784316, a: 1} - m_PressedColor: {r: .784313738, g: .784313738, b: .784313738, a: 1} - m_DisabledColor: {r: .784313738, g: .784313738, b: .784313738, a: .501960814} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} m_ColorMultiplier: 1 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 0} m_PressedSprite: {fileID: 0} @@ -13147,7 +14373,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1837434064 MonoBehaviour: m_ObjectHideFlags: 0 @@ -13176,6 +14402,7 @@ MonoBehaviour: m_MinSize: 30 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -13256,7 +14483,7 @@ Transform: - {fileID: 15920199} - {fileID: 1242507976} m_Father: {fileID: 0} - m_RootOrder: 8 + m_RootOrder: 9 --- !u!1 &1913435018 GameObject: m_ObjectHideFlags: 0 @@ -13314,7 +14541,7 @@ MonoBehaviour: variablesScrollPos: {x: 0, y: 0} variablesExpanded: 1 blockViewHeight: 280 - zoom: .998999953 + zoom: 0.99899995 scrollViewRect: serializedVersion: 2 x: -343 @@ -13647,7 +14874,7 @@ Transform: - {fileID: 594837300} - {fileID: 2009395473} m_Father: {fileID: 0} - m_RootOrder: 5 + m_RootOrder: 6 --- !u!114 &1929911611 MonoBehaviour: m_ObjectHideFlags: 0 @@ -13686,6 +14913,26 @@ MonoBehaviour: other: {fileID: 0} otherPropertyPath: constantValueGeneric: 0 +--- !u!114 &1966860783 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 58783f051e477fd4e93b42ec7a43bb64, type: 3} + m_Name: + m_EditorClassIdentifier: + go: {fileID: 995680046} + thisPropertyPath: Text.text + compareToType: 1 + other: {fileID: 0} + otherPropertyPath: + constantValueGeneric: Interrupted + compareType: 0 + comparisonType: 4 + ignoreCase: 0 --- !u!1 &1968482741 GameObject: m_ObjectHideFlags: 0 @@ -13716,11 +14963,11 @@ RectTransform: m_Children: [] m_Father: {fileID: 131087274} m_RootOrder: 2 - m_AnchorMin: {x: .5, y: 1} - m_AnchorMax: {x: .5, y: 1} - m_AnchoredPosition: {x: 460.429993, y: -1000} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: 460.43, y: -1000} m_SizeDelta: {x: 1000, y: 1000} - m_Pivot: {x: .5, y: 0} + m_Pivot: {x: 0.5, y: 0} --- !u!114 &1968482743 MonoBehaviour: m_ObjectHideFlags: 0 @@ -13790,9 +15037,9 @@ RectTransform: m_RootOrder: 3 m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 1533.59998, y: 83.8300018} - m_SizeDelta: {x: 77.9000015, y: 77} - m_Pivot: {x: .5, y: .5} + m_AnchoredPosition: {x: 1533.6, y: 83.83} + m_SizeDelta: {x: 77.9, y: 77} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1982302734 MonoBehaviour: m_ObjectHideFlags: 0 @@ -13814,11 +15061,11 @@ MonoBehaviour: m_Transition: 1 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .960784316, g: .960784316, b: .960784316, a: 1} - m_PressedColor: {r: .784313738, g: .784313738, b: .784313738, a: 1} - m_DisabledColor: {r: .784313738, g: .784313738, b: .784313738, a: .501960814} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} m_ColorMultiplier: 1 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 0} m_PressedSprite: {fileID: 0} @@ -13915,7 +15162,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 10, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1992903421 MonoBehaviour: m_ObjectHideFlags: 0 @@ -13929,7 +15176,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: .200000003, g: .709803939, b: .898039222, a: .945098042} + m_Color: {r: 0.2, g: 0.70980394, b: 0.8980392, a: 0.94509804} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -13988,7 +15235,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 650, y: -470} m_SizeDelta: {x: 1300, y: 100} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1996499112 MonoBehaviour: m_ObjectHideFlags: 0 @@ -14029,11 +15276,11 @@ MonoBehaviour: m_Transition: 2 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .145098045, g: .75686276, b: .87843138, a: .698039234} - m_PressedColor: {r: .0784313753, g: .513725519, b: .600000024, a: 1} - m_DisabledColor: {r: .588235319, g: .647058845, b: .666666687, a: .501960814} + m_HighlightedColor: {r: 0.14509805, g: 0.75686276, b: 0.8784314, a: 0.69803923} + m_PressedColor: {r: 0.078431375, g: 0.5137255, b: 0.6, a: 1} + m_DisabledColor: {r: 0.5882353, g: 0.64705884, b: 0.6666667, a: 0.5019608} m_ColorMultiplier: 2 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 21300000, guid: 888feb4a32e3b564fb7e6f9b28cc8e10, type: 3} @@ -14064,7 +15311,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 10754, guid: 0000000000000000e000000000000000, type: 0} - m_Color: {r: 1, g: 1, b: 1, a: .862745106} + m_Color: {r: 1, g: 1, b: 1, a: 0.8627451} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -14121,7 +15368,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 0} m_AnchoredPosition: {x: 1435, y: 404} m_SizeDelta: {x: 300, y: 300} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1999698864 MonoBehaviour: m_ObjectHideFlags: 0 @@ -14257,7 +15504,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &2011349149 MonoBehaviour: m_ObjectHideFlags: 0 @@ -14271,7 +15518,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: .196078435, g: .196078435, b: .196078435, a: 1} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -14286,6 +15533,7 @@ MonoBehaviour: m_MinSize: 10 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -14332,7 +15580,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &2013319749 MonoBehaviour: m_ObjectHideFlags: 0 @@ -14346,7 +15594,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: .196078435, g: .196078435, b: .196078435, a: 1} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -14361,6 +15609,7 @@ MonoBehaviour: m_MinSize: 10 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -14468,7 +15717,7 @@ MonoBehaviour: toPosition: {fileID: 969752612} facing: 0 useDefaultSettings: 1 - fadeDuration: .5 + fadeDuration: 0.5 moveDuration: 1 shiftOffset: {x: 0, y: 0} move: 0 @@ -14541,7 +15790,7 @@ MonoBehaviour: toPosition: {fileID: 254519490} facing: 0 useDefaultSettings: 1 - fadeDuration: .5 + fadeDuration: 0.5 moveDuration: 1 shiftOffset: {x: 0, y: 0} move: 1 @@ -14586,7 +15835,7 @@ MonoBehaviour: toPosition: {fileID: 297056950} facing: 0 useDefaultSettings: 1 - fadeDuration: .5 + fadeDuration: 0.5 moveDuration: 1 shiftOffset: {x: 0, y: 0} move: 1 @@ -14670,7 +15919,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &2046151994 MonoBehaviour: m_ObjectHideFlags: 0 @@ -14699,6 +15948,7 @@ MonoBehaviour: m_MinSize: 30 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -14745,7 +15995,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 0} m_AnchoredPosition: {x: 622.25, y: 281} m_SizeDelta: {x: 1178.5, y: 71} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &2082946105 MonoBehaviour: m_ObjectHideFlags: 0 @@ -14759,7 +16009,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: .258823544, g: .254901975, b: .262745112, a: 1} + m_Color: {r: 0.25882354, g: 0.25490198, b: 0.2627451, a: 1} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -14772,8 +16022,9 @@ MonoBehaviour: m_FontStyle: 0 m_BestFit: 0 m_MinSize: 10 - m_MaxSize: 40 + m_MaxSize: 50 m_Alignment: 0 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 1 m_VerticalOverflow: 0 @@ -14818,7 +16069,7 @@ Transform: - {fileID: 891159645} - {fileID: 1090798152} m_Father: {fileID: 0} - m_RootOrder: 2 + m_RootOrder: 3 --- !u!114 &2084461896 MonoBehaviour: m_ObjectHideFlags: 0 @@ -14874,7 +16125,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &2101400352 MonoBehaviour: m_ObjectHideFlags: 0 @@ -14888,7 +16139,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: .196078435, g: .196078435, b: .196078435, a: 1} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -14903,6 +16154,7 @@ MonoBehaviour: m_MinSize: 10 m_MaxSize: 40 m_Alignment: 4 + m_AlignByGeometry: 0 m_RichText: 1 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 @@ -14948,9 +16200,9 @@ RectTransform: m_RootOrder: 0 m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 1386, y: 263.130005} + m_AnchoredPosition: {x: 1386, y: 263.13} m_SizeDelta: {x: 357, y: 435} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &2121383753 MonoBehaviour: m_ObjectHideFlags: 0 @@ -15039,7 +16291,7 @@ RectTransform: m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 10, y: 0} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &2124946675 MonoBehaviour: m_ObjectHideFlags: 0 @@ -15053,7 +16305,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: .200000003, g: .709803939, b: .898039222, a: .945098042} + m_Color: {r: 0.2, g: 0.70980394, b: 0.8980392, a: 0.94509804} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -15112,7 +16364,7 @@ RectTransform: m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 650, y: -260} m_SizeDelta: {x: 1300, y: 100} - m_Pivot: {x: .5, y: .5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &2127610500 MonoBehaviour: m_ObjectHideFlags: 0 @@ -15153,11 +16405,11 @@ MonoBehaviour: m_Transition: 2 m_Colors: m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: .145098045, g: .75686276, b: .87843138, a: .698039234} - m_PressedColor: {r: .0784313753, g: .513725519, b: .600000024, a: 1} - m_DisabledColor: {r: .588235319, g: .647058845, b: .666666687, a: .501960814} + m_HighlightedColor: {r: 0.14509805, g: 0.75686276, b: 0.8784314, a: 0.69803923} + m_PressedColor: {r: 0.078431375, g: 0.5137255, b: 0.6, a: 1} + m_DisabledColor: {r: 0.5882353, g: 0.64705884, b: 0.6666667, a: 0.5019608} m_ColorMultiplier: 2 - m_FadeDuration: .100000001 + m_FadeDuration: 0.1 m_SpriteState: m_HighlightedSprite: {fileID: 21300000, guid: 888feb4a32e3b564fb7e6f9b28cc8e10, type: 3} @@ -15188,7 +16440,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 10754, guid: 0000000000000000e000000000000000, type: 0} - m_Color: {r: 1, g: 1, b: 1, a: .862745106} + m_Color: {r: 1, g: 1, b: 1, a: 0.8627451} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: