Commit 452a9fc6 authored by Yousef Sameh's avatar Yousef Sameh

Tutorial

parent cbf5e5fb
...@@ -5,7 +5,6 @@ using System.Collections.Generic; ...@@ -5,7 +5,6 @@ using System.Collections.Generic;
using TMPro; using TMPro;
using UnityEngine; using UnityEngine;
using UnityEngine.UI; using UnityEngine.UI;
using static UnityEngine.Windows.WebCam.VideoCapture;
namespace AL_Arcade.DialogueSystem.Scripts namespace AL_Arcade.DialogueSystem.Scripts
{ {
...@@ -226,7 +225,7 @@ namespace AL_Arcade.DialogueSystem.Scripts ...@@ -226,7 +225,7 @@ namespace AL_Arcade.DialogueSystem.Scripts
ShowDialogueUI(true); ShowDialogueUI(true);
DisplayMessage(sequence.firstMessage); DisplayMessage(sequence.firstMessage);
// FreeUseDialogue.gameObject.SetActive(false); // FreeUseDialogue.gameObject.SetActive(false);
} }
public void StartDialogue(DialogueMessageBase firstMessage, DialogueTrigger dialogueTrigger) public void StartDialogue(DialogueMessageBase firstMessage, DialogueTrigger dialogueTrigger)
...@@ -239,7 +238,7 @@ namespace AL_Arcade.DialogueSystem.Scripts ...@@ -239,7 +238,7 @@ namespace AL_Arcade.DialogueSystem.Scripts
currentMessageForEvent = dialogueTrigger; currentMessageForEvent = dialogueTrigger;
ShowDialogueUI(true); ShowDialogueUI(true);
DisplayMessage(firstMessage); DisplayMessage(firstMessage);
// FreeUseDialogue.gameObject.SetActive(false); // FreeUseDialogue.gameObject.SetActive(false);
} }
GameObject prefabToUse; GameObject prefabToUse;
private void DisplayMessage(DialogueMessageBase message) private void DisplayMessage(DialogueMessageBase message)
...@@ -483,4 +482,4 @@ namespace AL_Arcade.DialogueSystem.Scripts ...@@ -483,4 +482,4 @@ namespace AL_Arcade.DialogueSystem.Scripts
currentLanguage = language; currentLanguage = language;
} }
} }
} }
\ No newline at end of file
using System; using System;
using System.Collections; using System.Collections;
using System.IO;
using UnityEngine;
using UnityEngine.UI; using UnityEngine.UI;
using TMPro; using TMPro;
using ALArcade.ArabicTMP; using ALArcade.ArabicTMP;
using UnityEngine;
namespace AL_Arcade.DialogueSystem.Scripts namespace AL_Arcade.DialogueSystem.Scripts
{ {
...@@ -78,13 +77,13 @@ namespace AL_Arcade.DialogueSystem.Scripts ...@@ -78,13 +77,13 @@ namespace AL_Arcade.DialogueSystem.Scripts
{ {
// Setup button listener // Setup button listener
voiceButton.onClick.AddListener(OnVoiceButtonClicked); voiceButton.onClick.AddListener(OnVoiceButtonClicked);
// Initialize microphone // Initialize microphone
InitializeMicrophone(); InitializeMicrophone();
// Set initial state // Set initial state
SetState(VoiceState.IDLE); SetState(VoiceState.IDLE);
Debug.Log("[VoiceMessageUI] Initialized"); Debug.Log("[VoiceMessageUI] Initialized");
} }
...@@ -223,7 +222,7 @@ namespace AL_Arcade.DialogueSystem.Scripts ...@@ -223,7 +222,7 @@ namespace AL_Arcade.DialogueSystem.Scripts
// Start recording // Start recording
recordedClip = Microphone.Start(microphoneDevice, false, maxRecordingDuration, recordingFrequency); recordedClip = Microphone.Start(microphoneDevice, false, maxRecordingDuration, recordingFrequency);
recordingStartTime = Time.realtimeSinceStartup; recordingStartTime = Time.realtimeSinceStartup;
SetState(VoiceState.RECORDING); SetState(VoiceState.RECORDING);
Debug.Log("[VoiceMessageUI] Recording started"); Debug.Log("[VoiceMessageUI] Recording started");
} }
...@@ -271,7 +270,7 @@ namespace AL_Arcade.DialogueSystem.Scripts ...@@ -271,7 +270,7 @@ namespace AL_Arcade.DialogueSystem.Scripts
// Convert to WAV and send // Convert to WAV and send
SetState(VoiceState.SENDING); SetState(VoiceState.SENDING);
byte[] wavData = ConvertToWAV(recordedClip); byte[] wavData = ConvertToWAV(recordedClip);
if (wavData != null && wavData.Length > 0) if (wavData != null && wavData.Length > 0)
{ {
Debug.Log($"[VoiceMessageUI] Sending {wavData.Length} bytes to AI handler"); Debug.Log($"[VoiceMessageUI] Sending {wavData.Length} bytes to AI handler");
...@@ -476,7 +475,7 @@ namespace AL_Arcade.DialogueSystem.Scripts ...@@ -476,7 +475,7 @@ namespace AL_Arcade.DialogueSystem.Scripts
{ {
Debug.Log("[VoiceMessageUI] Processing complete"); Debug.Log("[VoiceMessageUI] Processing complete");
SetState(VoiceState.COMPLETE); SetState(VoiceState.COMPLETE);
// Auto-return to idle after a short delay // Auto-return to idle after a short delay
StartCoroutine(AutoReturnToIdle()); StartCoroutine(AutoReturnToIdle());
} }
...@@ -500,4 +499,4 @@ namespace AL_Arcade.DialogueSystem.Scripts ...@@ -500,4 +499,4 @@ namespace AL_Arcade.DialogueSystem.Scripts
} }
#endregion #endregion
} }
} }
\ No newline at end of file
fileFormatVersion: 2
guid: 3a1518ae4d222110c817c9a6112ceb44
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
...@@ -13,26 +13,18 @@ MonoBehaviour: ...@@ -13,26 +13,18 @@ MonoBehaviour:
m_Name: Vignette m_Name: Vignette
m_EditorClassIdentifier: m_EditorClassIdentifier:
active: 1 active: 1
m_AdvancedMode: 0
color: color:
m_OverrideState: 1 m_OverrideState: 1
m_Value: {r: 0, g: 0, b: 0, a: 1} m_Value: {r: 0, g: 0, b: 0, a: 1}
hdr: 0
showAlpha: 0
showEyeDropper: 1
center: center:
m_OverrideState: 0 m_OverrideState: 0
m_Value: {x: 0.5, y: 0.5} m_Value: {x: 0.5, y: 0.5}
intensity: intensity:
m_OverrideState: 1 m_OverrideState: 1
m_Value: 0.312 m_Value: 0.312
min: 0
max: 1
smoothness: smoothness:
m_OverrideState: 1 m_OverrideState: 1
m_Value: 0.365 m_Value: 0.365
min: 0.01
max: 1
rounded: rounded:
m_OverrideState: 0 m_OverrideState: 0
m_Value: 0 m_Value: 0
...@@ -49,40 +41,40 @@ MonoBehaviour: ...@@ -49,40 +41,40 @@ MonoBehaviour:
m_Name: Bloom m_Name: Bloom
m_EditorClassIdentifier: m_EditorClassIdentifier:
active: 1 active: 1
m_AdvancedMode: 0 skipIterations:
m_OverrideState: 0
m_Value: 1
threshold: threshold:
m_OverrideState: 1 m_OverrideState: 1
m_Value: 0.9 m_Value: 0.9
min: 0
intensity: intensity:
m_OverrideState: 1 m_OverrideState: 1
m_Value: 0.5 m_Value: 0.5
min: 0
scatter: scatter:
m_OverrideState: 0 m_OverrideState: 0
m_Value: 0 m_Value: 0
min: 0
max: 1
clamp: clamp:
m_OverrideState: 0 m_OverrideState: 0
m_Value: 65472 m_Value: 65472
min: 0
tint: tint:
m_OverrideState: 0 m_OverrideState: 0
m_Value: {r: 1, g: 1, b: 1, a: 1} m_Value: {r: 1, g: 1, b: 1, a: 1}
hdr: 0
showAlpha: 0
showEyeDropper: 1
highQualityFiltering: highQualityFiltering:
m_OverrideState: 0 m_OverrideState: 0
m_Value: 0 m_Value: 0
downscale:
m_OverrideState: 0
m_Value: 0
maxIterations:
m_OverrideState: 0
m_Value: 6
dirtTexture: dirtTexture:
m_OverrideState: 0 m_OverrideState: 0
m_Value: {fileID: 0} m_Value: {fileID: 0}
dimension: 1
dirtIntensity: dirtIntensity:
m_OverrideState: 0 m_OverrideState: 0
m_Value: 0 m_Value: 0
min: 0
--- !u!114 &-7333466258214690650 --- !u!114 &-7333466258214690650
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 3 m_ObjectHideFlags: 3
...@@ -96,31 +88,21 @@ MonoBehaviour: ...@@ -96,31 +88,21 @@ MonoBehaviour:
m_Name: ColorAdjustments m_Name: ColorAdjustments
m_EditorClassIdentifier: m_EditorClassIdentifier:
active: 1 active: 1
m_AdvancedMode: 0
postExposure: postExposure:
m_OverrideState: 1 m_OverrideState: 1
m_Value: 0.5 m_Value: 0.5
contrast: contrast:
m_OverrideState: 1 m_OverrideState: 1
m_Value: 10 m_Value: 10
min: -100
max: 100
colorFilter: colorFilter:
m_OverrideState: 0 m_OverrideState: 0
m_Value: {r: 1, g: 1, b: 1, a: 1} m_Value: {r: 1, g: 1, b: 1, a: 1}
hdr: 1
showAlpha: 0
showEyeDropper: 1
hueShift: hueShift:
m_OverrideState: 0 m_OverrideState: 0
m_Value: 0 m_Value: 0
min: -180
max: 180
saturation: saturation:
m_OverrideState: 1 m_OverrideState: 1
m_Value: 10 m_Value: 10
min: -100
max: 100
--- !u!114 &-5049855111148452411 --- !u!114 &-5049855111148452411
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 3 m_ObjectHideFlags: 3
...@@ -134,12 +116,9 @@ MonoBehaviour: ...@@ -134,12 +116,9 @@ MonoBehaviour:
m_Name: ChromaticAberration m_Name: ChromaticAberration
m_EditorClassIdentifier: m_EditorClassIdentifier:
active: 1 active: 1
m_AdvancedMode: 0
intensity: intensity:
m_OverrideState: 1 m_OverrideState: 1
m_Value: 0.7 m_Value: 0.7
min: 0
max: 1
--- !u!114 &11400000 --- !u!114 &11400000
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
...@@ -157,3 +136,44 @@ MonoBehaviour: ...@@ -157,3 +136,44 @@ MonoBehaviour:
- {fileID: -9082520654620400615} - {fileID: -9082520654620400615}
- {fileID: -7333466258214690650} - {fileID: -7333466258214690650}
- {fileID: -5049855111148452411} - {fileID: -5049855111148452411}
- {fileID: 2150327561888915515}
--- !u!114 &2150327561888915515
MonoBehaviour:
m_ObjectHideFlags: 3
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: cdfbdbb87d3286943a057f7791b43141, type: 3}
m_Name: ChannelMixer
m_EditorClassIdentifier:
active: 1
redOutRedIn:
m_OverrideState: 0
m_Value: 100
redOutGreenIn:
m_OverrideState: 0
m_Value: 0
redOutBlueIn:
m_OverrideState: 0
m_Value: 0
greenOutRedIn:
m_OverrideState: 0
m_Value: 0
greenOutGreenIn:
m_OverrideState: 0
m_Value: 100
greenOutBlueIn:
m_OverrideState: 0
m_Value: 0
blueOutRedIn:
m_OverrideState: 0
m_Value: 0
blueOutGreenIn:
m_OverrideState: 0
m_Value: 0
blueOutBlueIn:
m_OverrideState: 0
m_Value: 100
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 1fe79f9353655bc45970064f25aac3e0, type: 3}
m_Name: Answers
m_EditorClassIdentifier:
fillColor: {r: 0.122840874, g: 0.692496, b: 0.9169811, a: 1}
outlineColor: {r: 0.99607843, g: 0.5686275, b: 0, a: 1}
dialogueTextColor: {r: 0, g: 0, b: 0, a: 1}
fileFormatVersion: 2
guid: a1fada176e578c6818fc86972e77f414
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &354394638795119815
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4100465359117485531}
- component: {fileID: 849276418556149885}
- component: {fileID: 3097062133809934787}
m_Layer: 0
m_Name: Background
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &4100465359117485531
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 354394638795119815}
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_ConstrainProportionsScale: 0
m_Children:
- {fileID: 2312826700175090056}
m_Father: {fileID: 1212968242050920929}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 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!222 &849276418556149885
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 354394638795119815}
m_CullTransparentMesh: 1
--- !u!114 &3097062133809934787
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 354394638795119815}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 2100000, guid: a9dbebe0e3a868a4996a1752137cbf78, type: 2}
m_Color: {r: 0, g: 0.6370027, b: 1, a: 0.7764706}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 21300000, guid: d474b04f7e27e044a98134c8ff3069ea, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!1 &466293837183622358
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1796306328178023420}
- component: {fileID: 6103015534732168231}
- component: {fileID: 6405613518401894101}
- component: {fileID: 4223942262071071131}
m_Layer: 0
m_Name: Canvas
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &1796306328178023420
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 466293837183622358}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 2.5, y: 2.5, z: 2.5}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 2472651219855986615}
m_Father: {fileID: 3863717612164386599}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: -0.2873}
m_SizeDelta: {x: 0.887, y: 0.9614}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!223 &6103015534732168231
Canvas:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 466293837183622358}
m_Enabled: 1
serializedVersion: 3
m_RenderMode: 2
m_Camera: {fileID: 0}
m_PlaneDistance: 100
m_PixelPerfect: 0
m_ReceivesEvents: 1
m_OverrideSorting: 0
m_OverridePixelPerfect: 0
m_SortingBucketNormalizedSize: 0
m_VertexColorAlwaysGammaSpace: 0
m_AdditionalShaderChannelsFlag: 25
m_UpdateRectTransformForStandalone: 0
m_SortingLayerID: 0
m_SortingOrder: 0
m_TargetDisplay: 0
--- !u!114 &6405613518401894101
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 466293837183622358}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3}
m_Name:
m_EditorClassIdentifier:
m_UiScaleMode: 0
m_ReferencePixelsPerUnit: 100
m_ScaleFactor: 1
m_ReferenceResolution: {x: 800, y: 600}
m_ScreenMatchMode: 0
m_MatchWidthOrHeight: 0
m_PhysicalUnit: 3
m_FallbackScreenDPI: 96
m_DefaultSpriteDPI: 96
m_DynamicPixelsPerUnit: 1
m_PresetInfoIsWorld: 1
--- !u!114 &4223942262071071131
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 466293837183622358}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3}
m_Name:
m_EditorClassIdentifier:
m_IgnoreReversedGraphics: 1
m_BlockingObjects: 0
m_BlockingMask:
serializedVersion: 2
m_Bits: 4294967295
--- !u!1 &876136593729918608
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4011777645442847714}
- component: {fileID: 3158195604214375255}
- component: {fileID: 148473045139447442}
m_Layer: 0
m_Name: Background
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &4011777645442847714
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 876136593729918608}
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_ConstrainProportionsScale: 0
m_Children:
- {fileID: 2766099633203759078}
m_Father: {fileID: 2727094522979628301}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 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!222 &3158195604214375255
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 876136593729918608}
m_CullTransparentMesh: 1
--- !u!114 &148473045139447442
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 876136593729918608}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 2100000, guid: a9dbebe0e3a868a4996a1752137cbf78, type: 2}
m_Color: {r: 0, g: 0.6370027, b: 1, a: 0.7764706}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 21300000, guid: d474b04f7e27e044a98134c8ff3069ea, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!1 &1013216411151545188
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1805985063405216141}
- component: {fileID: 5676414353738036712}
- component: {fileID: 4097495947895788997}
m_Layer: 0
m_Name: Right Corner
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1805985063405216141
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1013216411151545188}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0.38268343, w: 0.92387956}
m_LocalPosition: {x: -4.42, y: -0.08, z: 18.77}
m_LocalScale: {x: 1, y: 1, z: 37.5}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 2472390415394530774}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 45}
--- !u!33 &5676414353738036712
MeshFilter:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1013216411151545188}
m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
--- !u!23 &4097495947895788997
MeshRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1013216411151545188}
m_Enabled: 1
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: 82fe25cec94d2e34bb3bc0661a942fbe, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 3
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0}
--- !u!1 &1056479311347704049
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6159703713037720506}
m_Layer: 0
m_Name: 4_end
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &6159703713037720506
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1056479311347704049}
serializedVersion: 2
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -0, y: 0.010000001, z: -0.000000005404134}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 861200301820435091}
m_Father: {fileID: 2079274486687841178}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1276063282597076896
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4595065058288785683}
- component: {fileID: 2158818646573991198}
- component: {fileID: 1967633607687927404}
m_Layer: 0
m_Name: Left Corner
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4595065058288785683
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1276063282597076896}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0.38268343, w: 0.92387956}
m_LocalPosition: {x: 0.58, y: -0.05, z: 18.769989}
m_LocalScale: {x: 1, y: 1, z: 37.3}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 2472390415394530774}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 45}
--- !u!33 &2158818646573991198
MeshFilter:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1276063282597076896}
m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
--- !u!23 &1967633607687927404
MeshRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1276063282597076896}
m_Enabled: 1
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: 82fe25cec94d2e34bb3bc0661a942fbe, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 3
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0}
--- !u!1 &1543009437849158108
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6186647339524892604}
- component: {fileID: 4988339211106766991}
m_Layer: 0
m_Name: Arch
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &6186647339524892604
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1543009437849158108}
serializedVersion: 2
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071067}
m_LocalPosition: {x: -1.8869616, y: -0.05999756, z: 0.067}
m_LocalScale: {x: 86.95653, y: 100, z: 100}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 2472390415394530774}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!137 &4988339211106766991
SkinnedMeshRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1543009437849158108}
m_Enabled: 1
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 3
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 6795462705980167066, guid: a5f3eac157d569a46a9780ea8b4161a0, type: 3}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 3
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
serializedVersion: 2
m_Quality: 0
m_UpdateWhenOffscreen: 0
m_SkinnedMotionVectors: 1
m_Mesh: {fileID: 1960654409700015248, guid: a5f3eac157d569a46a9780ea8b4161a0, type: 3}
m_Bones:
- {fileID: 2079274486687841178}
- {fileID: 6159703713037720506}
- {fileID: 5286184485495149785}
- {fileID: 416081754838916123}
- {fileID: 4726621317660214483}
- {fileID: 2567185442582637237}
- {fileID: 9193647807594241230}
- {fileID: 1840751689442296955}
m_BlendShapeWeights: []
m_RootBone: {fileID: 9193647807594241230}
m_AABB:
m_Center: {x: 0, y: -0.007797137, z: -0.036611572}
m_Extent: {x: 0.022999998, y: 0.017421596, z: 0.18667279}
m_DirtyAABB: 0
--- !u!1 &1941648883521768872
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2427301299944611286}
- component: {fileID: 614796526828034715}
- component: {fileID: 6000439577481141202}
m_Layer: 0
m_Name: Cube.002
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2427301299944611286
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1941648883521768872}
serializedVersion: 2
m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067}
m_LocalPosition: {x: -0, y: 0, z: 0}
m_LocalScale: {x: 100, y: 100, z: 100}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 3863717612164386599}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &614796526828034715
MeshFilter:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1941648883521768872}
m_Mesh: {fileID: -1550514412580984892, guid: ece3a1a04be4a5744bc15666926bdbab, type: 3}
--- !u!23 &6000439577481141202
MeshRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1941648883521768872}
m_Enabled: 1
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: a826a85f03aecd4409ff4ddc9201cd91, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 3
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0}
--- !u!1 &2324018620106476344
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 416081754838916123}
m_Layer: 0
m_Name: 1_end
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &416081754838916123
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2324018620106476344}
serializedVersion: 2
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -0, y: 0.01, z: -6.357561e-10}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 5506252690427969332}
m_Father: {fileID: 5286184485495149785}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &2363893391509294230
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2766099633203759078}
- component: {fileID: 6019563445308671316}
- component: {fileID: 4834463203290174680}
- component: {fileID: 5373549306822161660}
- component: {fileID: 2951232680349240238}
m_Layer: 0
m_Name: Text
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &2766099633203759078
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2363893391509294230}
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_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 4011777645442847714}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: -0.1074, y: -0.1718}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &6019563445308671316
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2363893391509294230}
m_CullTransparentMesh: 1
--- !u!114 &4834463203290174680
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2363893391509294230}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0e20cc1eab1d04e7c9515c000ca5ba22, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: '
'
m_isRightToLeft: 1
m_fontAsset: {fileID: 11400000, guid: 195f51441c36d334cbdef3cedc5b756d, type: 2}
m_sharedMaterial: {fileID: 6706907063635417430, guid: 195f51441c36d334cbdef3cedc5b756d,
type: 2}
m_fontSharedMaterials: []
m_fontMaterial: {fileID: 0}
m_fontMaterials: []
m_fontColor32:
serializedVersion: 2
rgba: 4294967295
m_fontColor: {r: 1, g: 1, b: 1, a: 1}
m_enableVertexGradient: 0
m_colorMode: 3
m_fontColorGradient:
topLeft: {r: 1, g: 1, b: 1, a: 1}
topRight: {r: 1, g: 1, b: 1, a: 1}
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
bottomRight: {r: 1, g: 1, b: 1, a: 1}
m_fontColorGradientPreset: {fileID: 0}
m_spriteAsset: {fileID: 0}
m_tintAllSprites: 0
m_StyleSheet: {fileID: 0}
m_TextStyleHashCode: -1183493901
m_overrideHtmlColors: 0
m_faceColor:
serializedVersion: 2
rgba: 4294967295
m_fontSize: 0.2
m_fontSizeBase: 0.2
m_fontWeight: 400
m_enableAutoSizing: 0
m_fontSizeMin: 0
m_fontSizeMax: 72
m_fontStyle: 0
m_HorizontalAlignment: 2
m_VerticalAlignment: 512
m_textAlignment: 65535
m_characterSpacing: 0
m_wordSpacing: 0
m_lineSpacing: 0
m_lineSpacingMax: 0
m_paragraphSpacing: 0
m_charWidthMaxAdj: 0
m_enableWordWrapping: 1
m_wordWrappingRatios: 0.4
m_overflowMode: 0
m_linkedTextComponent: {fileID: 0}
parentLinkedComponent: {fileID: 0}
m_enableKerning: 1
m_enableExtraPadding: 0
checkPaddingRequired: 0
m_isRichText: 1
m_parseCtrlCharacters: 1
m_isOrthographic: 1
m_isCullingEnabled: 0
m_horizontalMapping: 0
m_verticalMapping: 0
m_uvLineOffset: 0
m_geometrySortingOrder: 0
m_IsTextObjectScaleStatic: 0
m_VertexBufferAutoSizeReduction: 0
m_useMaxVisibleDescender: 1
m_pageToDisplay: 1
m_margin: {x: 0, y: 0, z: 0, w: 0}
m_isUsingLegacyAnimationComponent: 0
m_isVolumetricText: 0
m_hasFontAssetChanged: 0
m_baseMaterial: {fileID: 0}
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
m_ArabicText: '
'
m_ShowTashkeel: 1
m_PreserveNumbers: 1
m_FixTags: 1
m_ForceRTL: 1
--- !u!225 &5373549306822161660
CanvasGroup:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2363893391509294230}
m_Enabled: 1
m_Alpha: 0
m_Interactable: 1
m_BlocksRaycasts: 0
m_IgnoreParentGroups: 0
--- !u!114 &2951232680349240238
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2363893391509294230}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 17dc91f7e2539ac4891e7ae2debea41b, type: 3}
m_Name:
m_EditorClassIdentifier:
fadeDuration: 0.75
fadeOnStart: 0
--- !u!1 &2797325251468985549
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2911493446053570505}
m_Layer: 0
m_Name: Answer 3
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2911493446053570505
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2797325251468985549}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -0.89565194, y: 0.045, z: 19.389997}
m_LocalScale: {x: 0.3478261, y: 0.4, z: 0.40000004}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 3863717612164386599}
m_Father: {fileID: 4830976338093831673}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &2812368887744881538
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2472390415394530774}
- component: {fileID: 6693462729831703566}
- component: {fileID: 8642645737511651068}
- component: {fileID: 3200567362197024153}
- component: {fileID: 1059355429629242346}
- component: {fileID: 8099032451838585386}
- component: {fileID: 3360698164745000681}
m_Layer: 0
m_Name: Question Area 2
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2472390415394530774
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2812368887744881538}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 86.81, y: 79.1, z: 249.37}
m_LocalScale: {x: 1.15, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1805985063405216141}
- {fileID: 4595065058288785683}
- {fileID: 4830976338093831673}
- {fileID: 6186647339524892604}
- {fileID: 3765617198756407627}
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &6693462729831703566
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2812368887744881538}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3}
m_Name:
m_EditorClassIdentifier:
m_MeshFormatVersion: 2
m_Faces:
- m_Indexes: 000000000100000002000000010000000300000002000000
m_SmoothingGroup: 0
m_Uv:
m_UseWorldSpace: 0
m_FlipU: 0
m_FlipV: 0
m_SwapUV: 0
m_Fill: 1
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Rotation: 0
m_Anchor: 9
m_Material: {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2}
m_SubmeshIndex: 0
m_ManualUV: 0
elementGroup: 0
m_TextureGroup: -1
m_SharedVertices:
- m_Vertices: 00000000
- m_Vertices: 01000000
- m_Vertices: 02000000
- m_Vertices: 03000000
m_SharedTextures: []
m_Positions:
- {x: -4.000002, y: 0.00009918213, z: 0.083496094}
- {x: -4.000002, y: 0.00009918213, z: 37.390198}
- {x: -0.000002026558, y: 0.00009918213, z: 0.083496094}
- {x: -0.000002026558, y: 0.00009918213, z: 37.390198}
m_Textures0:
- {x: -4.000002, y: 0.083496094}
- {x: -4.000002, y: 37.390198}
- {x: -0.000002026558, y: 0.083496094}
- {x: -0.000002026558, y: 37.390198}
m_Textures2: []
m_Textures3: []
m_Tangents:
- {x: 1, y: 0, z: 0, w: -1}
- {x: 1, y: 0, z: 0, w: -1}
- {x: 1, y: 0, z: 0, w: -1}
- {x: 1, y: 0, z: 0, w: -1}
m_Colors: []
m_UnwrapParameters:
m_HardAngle: 88
m_PackMargin: 20
m_AngleError: 8
m_AreaError: 15
m_PreserveMeshAssetOnDestroy: 0
assetGuid:
m_Mesh: {fileID: 0}
m_VersionIndex: 20398
m_IsSelectable: 1
m_SelectedFaces:
m_SelectedEdges: []
m_SelectedVertices:
--- !u!114 &8642645737511651068
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2812368887744881538}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Shape:
rid: 364975635074383887
m_Size: {x: -4, y: 0, z: 37.3067}
m_Rotation: {x: 0, y: 0, z: 0, w: 1}
m_PivotLocation: 1
m_PivotPosition: {x: 0, y: 0, z: 0}
m_UnmodifiedMeshVersion: 20398
m_ShapeBox:
m_Center: {x: -2.000002, y: 0.00009918213, z: 18.736847}
m_Extent: {x: 18.65335, y: 0, z: 2}
references:
version: 2
RefIds:
- rid: 364975635074383887
type: {class: Sprite, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder}
data:
--- !u!23 &3200567362197024153
MeshRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2812368887744881538}
m_Enabled: 1
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: 58ece17c6bb66704da2ed2c23550acca, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 2
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0}
--- !u!33 &1059355429629242346
MeshFilter:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2812368887744881538}
m_Mesh: {fileID: 0}
--- !u!65 &8099032451838585386
BoxCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2812368887744881538}
m_Material: {fileID: 0}
m_IncludeLayers:
serializedVersion: 2
m_Bits: 0
m_ExcludeLayers:
serializedVersion: 2
m_Bits: 0
m_LayerOverridePriority: 0
m_IsTrigger: 1
m_ProvidesContacts: 0
m_Enabled: 1
serializedVersion: 3
m_Size: {x: 3.9999998, y: 4.75295, z: 0.3311615}
m_Center: {x: -1.9999999, y: 0.9940674, z: -8.85}
--- !u!114 &3360698164745000681
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2812368887744881538}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 95aa1b91bc1f80242b80ad0f98798914, type: 3}
m_Name:
m_EditorClassIdentifier:
answersText:
- {fileID: 4834463203290174680}
- {fileID: 451421251458159005}
- {fileID: 153388666151374750}
answers: []
--- !u!1 &2822136060031450890
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1840751689442296955}
m_Layer: 0
m_Name: 3_end
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1840751689442296955
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2822136060031450890}
serializedVersion: 2
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -0, y: 0.010000001, z: -0.0000000054041314}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 4250518680910913600}
m_Father: {fileID: 9193647807594241230}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &2891380499867269341
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1212968242050920929}
- component: {fileID: 3329980883008630899}
- component: {fileID: 7123739709727123270}
- component: {fileID: 5455270773540107120}
m_Layer: 0
m_Name: Canvas
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &1212968242050920929
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2891380499867269341}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 2.5, y: 2.5, z: 2.5}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 4100465359117485531}
m_Father: {fileID: 1752375499647507746}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: -0.2873}
m_SizeDelta: {x: 0.887, y: 0.9614}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!223 &3329980883008630899
Canvas:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2891380499867269341}
m_Enabled: 1
serializedVersion: 3
m_RenderMode: 2
m_Camera: {fileID: 0}
m_PlaneDistance: 100
m_PixelPerfect: 0
m_ReceivesEvents: 1
m_OverrideSorting: 0
m_OverridePixelPerfect: 0
m_SortingBucketNormalizedSize: 0
m_VertexColorAlwaysGammaSpace: 0
m_AdditionalShaderChannelsFlag: 25
m_UpdateRectTransformForStandalone: 0
m_SortingLayerID: 0
m_SortingOrder: 0
m_TargetDisplay: 0
--- !u!114 &7123739709727123270
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2891380499867269341}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3}
m_Name:
m_EditorClassIdentifier:
m_UiScaleMode: 0
m_ReferencePixelsPerUnit: 100
m_ScaleFactor: 1
m_ReferenceResolution: {x: 800, y: 600}
m_ScreenMatchMode: 0
m_MatchWidthOrHeight: 0
m_PhysicalUnit: 3
m_FallbackScreenDPI: 96
m_DefaultSpriteDPI: 96
m_DynamicPixelsPerUnit: 1
m_PresetInfoIsWorld: 1
--- !u!114 &5455270773540107120
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2891380499867269341}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3}
m_Name:
m_EditorClassIdentifier:
m_IgnoreReversedGraphics: 1
m_BlockingObjects: 0
m_BlockingMask:
serializedVersion: 2
m_Bits: 4294967295
--- !u!1 &2965141388133162155
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 5286184485495149785}
m_Layer: 0
m_Name: 1
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &5286184485495149785
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2965141388133162155}
serializedVersion: 2
m_LocalRotation: {x: 0.7071069, y: 0, z: -0, w: 0.7071067}
m_LocalPosition: {x: -0.0005205549, y: -0.07469805, z: 0.0231703}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 416081754838916123}
m_Father: {fileID: 3765617198756407627}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &3521413827131345599
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 8612736351769253607}
- component: {fileID: 2544452504292902198}
- component: {fileID: 1247021365009340531}
m_Layer: 0
m_Name: Answer
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8612736351769253607
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3521413827131345599}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 1.3405, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 1
m_Children:
- {fileID: 2727094522979628301}
- {fileID: 8846976372166611502}
- {fileID: 5562191950972847165}
m_Father: {fileID: 1441796554842057879}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!65 &2544452504292902198
BoxCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3521413827131345599}
m_Material: {fileID: 0}
m_IncludeLayers:
serializedVersion: 2
m_Bits: 0
m_ExcludeLayers:
serializedVersion: 2
m_Bits: 0
m_LayerOverridePriority: 0
m_IsTrigger: 1
m_ProvidesContacts: 0
m_Enabled: 1
serializedVersion: 3
m_Size: {x: 2.38, y: 2.5804548, z: 0.39041108}
m_Center: {x: 0, y: -0.28522664, z: 0}
--- !u!114 &1247021365009340531
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3521413827131345599}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0bd912bb11f767e45b3d040f71b0aaa7, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!1 &4391391340137938948
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 9193647807594241230}
m_Layer: 0
m_Name: 3
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &9193647807594241230
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4391391340137938948}
serializedVersion: 2
m_LocalRotation: {x: 0.7071069, y: 0, z: -0, w: 0.7071067}
m_LocalPosition: {x: -0.0005205549, y: -0.22331329, z: 0.023170322}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1840751689442296955}
m_Father: {fileID: 3765617198756407627}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &4400800154792162215
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7037227974445303664}
- component: {fileID: 9204201210510205863}
- component: {fileID: 153388666151374750}
- component: {fileID: 9132326384420875613}
- component: {fileID: 2441305456584770365}
m_Layer: 0
m_Name: Text
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &7037227974445303664
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4400800154792162215}
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_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 2472651219855986615}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: -0.1074, y: -0.1718}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &9204201210510205863
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4400800154792162215}
m_CullTransparentMesh: 1
--- !u!114 &153388666151374750
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4400800154792162215}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0e20cc1eab1d04e7c9515c000ca5ba22, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: '
'
m_isRightToLeft: 1
m_fontAsset: {fileID: 11400000, guid: 195f51441c36d334cbdef3cedc5b756d, type: 2}
m_sharedMaterial: {fileID: 6706907063635417430, guid: 195f51441c36d334cbdef3cedc5b756d,
type: 2}
m_fontSharedMaterials: []
m_fontMaterial: {fileID: 0}
m_fontMaterials: []
m_fontColor32:
serializedVersion: 2
rgba: 4294967295
m_fontColor: {r: 1, g: 1, b: 1, a: 1}
m_enableVertexGradient: 0
m_colorMode: 3
m_fontColorGradient:
topLeft: {r: 1, g: 1, b: 1, a: 1}
topRight: {r: 1, g: 1, b: 1, a: 1}
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
bottomRight: {r: 1, g: 1, b: 1, a: 1}
m_fontColorGradientPreset: {fileID: 0}
m_spriteAsset: {fileID: 0}
m_tintAllSprites: 0
m_StyleSheet: {fileID: 0}
m_TextStyleHashCode: -1183493901
m_overrideHtmlColors: 0
m_faceColor:
serializedVersion: 2
rgba: 4294967295
m_fontSize: 0.2
m_fontSizeBase: 0.2
m_fontWeight: 400
m_enableAutoSizing: 0
m_fontSizeMin: 0
m_fontSizeMax: 72
m_fontStyle: 0
m_HorizontalAlignment: 2
m_VerticalAlignment: 512
m_textAlignment: 65535
m_characterSpacing: 0
m_wordSpacing: 0
m_lineSpacing: 0
m_lineSpacingMax: 0
m_paragraphSpacing: 0
m_charWidthMaxAdj: 0
m_enableWordWrapping: 1
m_wordWrappingRatios: 0.4
m_overflowMode: 0
m_linkedTextComponent: {fileID: 0}
parentLinkedComponent: {fileID: 0}
m_enableKerning: 1
m_enableExtraPadding: 0
checkPaddingRequired: 0
m_isRichText: 1
m_parseCtrlCharacters: 1
m_isOrthographic: 1
m_isCullingEnabled: 0
m_horizontalMapping: 0
m_verticalMapping: 0
m_uvLineOffset: 0
m_geometrySortingOrder: 0
m_IsTextObjectScaleStatic: 0
m_VertexBufferAutoSizeReduction: 0
m_useMaxVisibleDescender: 1
m_pageToDisplay: 1
m_margin: {x: 0, y: 0, z: 0, w: 0}
m_isUsingLegacyAnimationComponent: 0
m_isVolumetricText: 0
m_hasFontAssetChanged: 0
m_baseMaterial: {fileID: 0}
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
m_ArabicText: '
'
m_ShowTashkeel: 1
m_PreserveNumbers: 1
m_FixTags: 1
m_ForceRTL: 1
--- !u!225 &9132326384420875613
CanvasGroup:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4400800154792162215}
m_Enabled: 1
m_Alpha: 0
m_Interactable: 1
m_BlocksRaycasts: 0
m_IgnoreParentGroups: 0
--- !u!114 &2441305456584770365
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4400800154792162215}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 17dc91f7e2539ac4891e7ae2debea41b, type: 3}
m_Name:
m_EditorClassIdentifier:
fadeDuration: 0.75
fadeOnStart: 0
--- !u!1 &4558029177234786346
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 3863717612164386599}
- component: {fileID: 4356497257537114064}
- component: {fileID: 5538666484492134105}
m_Layer: 0
m_Name: 'Answer '
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &3863717612164386599
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4558029177234786346}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 1.3405, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 1
m_Children:
- {fileID: 1796306328178023420}
- {fileID: 8208255088710438184}
- {fileID: 2427301299944611286}
m_Father: {fileID: 2911493446053570505}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!65 &4356497257537114064
BoxCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4558029177234786346}
m_Material: {fileID: 0}
m_IncludeLayers:
serializedVersion: 2
m_Bits: 0
m_ExcludeLayers:
serializedVersion: 2
m_Bits: 0
m_LayerOverridePriority: 0
m_IsTrigger: 1
m_ProvidesContacts: 0
m_Enabled: 1
serializedVersion: 3
m_Size: {x: 2.38, y: 2.5804548, z: 0.39041108}
m_Center: {x: 0, y: -0.28522664, z: 0}
--- !u!114 &5538666484492134105
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4558029177234786346}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0bd912bb11f767e45b3d040f71b0aaa7, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!1 &5083484523560801269
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1752375499647507746}
- component: {fileID: 2804707857794530300}
- component: {fileID: 6868933903304848248}
m_Layer: 0
m_Name: Answer
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1752375499647507746
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5083484523560801269}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 1.3405, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 1
m_Children:
- {fileID: 1212968242050920929}
- {fileID: 5891656327950910662}
- {fileID: 8754381115378461096}
m_Father: {fileID: 6691389829283821619}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!65 &2804707857794530300
BoxCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5083484523560801269}
m_Material: {fileID: 0}
m_IncludeLayers:
serializedVersion: 2
m_Bits: 0
m_ExcludeLayers:
serializedVersion: 2
m_Bits: 0
m_LayerOverridePriority: 0
m_IsTrigger: 1
m_ProvidesContacts: 0
m_Enabled: 1
serializedVersion: 3
m_Size: {x: 2.38, y: 2.5804548, z: 0.39041108}
m_Center: {x: 0, y: -0.28522664, z: 0}
--- !u!114 &6868933903304848248
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5083484523560801269}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0bd912bb11f767e45b3d040f71b0aaa7, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!1 &5173703254910016091
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6691389829283821619}
m_Layer: 0
m_Name: Answer 2
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &6691389829283821619
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5173703254910016091}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -1.9391304, y: 0.045, z: 19.389997}
m_LocalScale: {x: 0.3478261, y: 0.4, z: 0.40000004}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1752375499647507746}
m_Father: {fileID: 4830976338093831673}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &5181857438068681316
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 3765617198756407627}
m_Layer: 0
m_Name: Armature.003
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &3765617198756407627
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5181857438068681316}
serializedVersion: 2
m_LocalRotation: {x: -0.7071068, y: -0, z: -0, w: 0.7071067}
m_LocalPosition: {x: -1.8869616, y: -0.05999756, z: 0.06700134}
m_LocalScale: {x: 86.95653, y: 100, z: 100}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 5286184485495149785}
- {fileID: 4726621317660214483}
- {fileID: 9193647807594241230}
- {fileID: 2079274486687841178}
m_Father: {fileID: 2472390415394530774}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &5626547696716180816
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2727094522979628301}
- component: {fileID: 8498349346254235063}
- component: {fileID: 2999953815709030269}
- component: {fileID: 2590682112113770483}
m_Layer: 0
m_Name: Canvas
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &2727094522979628301
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5626547696716180816}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 2.5, y: 2.5, z: 2.5}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 4011777645442847714}
m_Father: {fileID: 8612736351769253607}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: -0.2873}
m_SizeDelta: {x: 0.887, y: 0.9614}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!223 &8498349346254235063
Canvas:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5626547696716180816}
m_Enabled: 1
serializedVersion: 3
m_RenderMode: 2
m_Camera: {fileID: 0}
m_PlaneDistance: 100
m_PixelPerfect: 0
m_ReceivesEvents: 1
m_OverrideSorting: 0
m_OverridePixelPerfect: 0
m_SortingBucketNormalizedSize: 0
m_VertexColorAlwaysGammaSpace: 0
m_AdditionalShaderChannelsFlag: 25
m_UpdateRectTransformForStandalone: 0
m_SortingLayerID: 0
m_SortingOrder: 0
m_TargetDisplay: 0
--- !u!114 &2999953815709030269
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5626547696716180816}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3}
m_Name:
m_EditorClassIdentifier:
m_UiScaleMode: 0
m_ReferencePixelsPerUnit: 100
m_ScaleFactor: 1
m_ReferenceResolution: {x: 800, y: 600}
m_ScreenMatchMode: 0
m_MatchWidthOrHeight: 0
m_PhysicalUnit: 3
m_FallbackScreenDPI: 96
m_DefaultSpriteDPI: 96
m_DynamicPixelsPerUnit: 1
m_PresetInfoIsWorld: 1
--- !u!114 &2590682112113770483
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5626547696716180816}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3}
m_Name:
m_EditorClassIdentifier:
m_IgnoreReversedGraphics: 1
m_BlockingObjects: 0
m_BlockingMask:
serializedVersion: 2
m_Bits: 4294967295
--- !u!1 &5757251798261025704
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2312826700175090056}
- component: {fileID: 2525791518027971394}
- component: {fileID: 451421251458159005}
- component: {fileID: 4732429783908323020}
- component: {fileID: 4190552861426667135}
m_Layer: 0
m_Name: Text
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &2312826700175090056
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5757251798261025704}
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_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 4100465359117485531}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: -0.1074, y: -0.1718}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &2525791518027971394
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5757251798261025704}
m_CullTransparentMesh: 1
--- !u!114 &451421251458159005
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5757251798261025704}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0e20cc1eab1d04e7c9515c000ca5ba22, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: '
'
m_isRightToLeft: 1
m_fontAsset: {fileID: 11400000, guid: 195f51441c36d334cbdef3cedc5b756d, type: 2}
m_sharedMaterial: {fileID: 6706907063635417430, guid: 195f51441c36d334cbdef3cedc5b756d,
type: 2}
m_fontSharedMaterials: []
m_fontMaterial: {fileID: 0}
m_fontMaterials: []
m_fontColor32:
serializedVersion: 2
rgba: 4294967295
m_fontColor: {r: 1, g: 1, b: 1, a: 1}
m_enableVertexGradient: 0
m_colorMode: 3
m_fontColorGradient:
topLeft: {r: 1, g: 1, b: 1, a: 1}
topRight: {r: 1, g: 1, b: 1, a: 1}
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
bottomRight: {r: 1, g: 1, b: 1, a: 1}
m_fontColorGradientPreset: {fileID: 0}
m_spriteAsset: {fileID: 0}
m_tintAllSprites: 0
m_StyleSheet: {fileID: 0}
m_TextStyleHashCode: -1183493901
m_overrideHtmlColors: 0
m_faceColor:
serializedVersion: 2
rgba: 4294967295
m_fontSize: 0.2
m_fontSizeBase: 0.2
m_fontWeight: 400
m_enableAutoSizing: 0
m_fontSizeMin: 0
m_fontSizeMax: 72
m_fontStyle: 0
m_HorizontalAlignment: 2
m_VerticalAlignment: 512
m_textAlignment: 65535
m_characterSpacing: 0
m_wordSpacing: 0
m_lineSpacing: 0
m_lineSpacingMax: 0
m_paragraphSpacing: 0
m_charWidthMaxAdj: 0
m_enableWordWrapping: 1
m_wordWrappingRatios: 0.4
m_overflowMode: 0
m_linkedTextComponent: {fileID: 0}
parentLinkedComponent: {fileID: 0}
m_enableKerning: 1
m_enableExtraPadding: 0
checkPaddingRequired: 0
m_isRichText: 1
m_parseCtrlCharacters: 1
m_isOrthographic: 1
m_isCullingEnabled: 0
m_horizontalMapping: 0
m_verticalMapping: 0
m_uvLineOffset: 0
m_geometrySortingOrder: 0
m_IsTextObjectScaleStatic: 0
m_VertexBufferAutoSizeReduction: 0
m_useMaxVisibleDescender: 1
m_pageToDisplay: 1
m_margin: {x: 0, y: 0, z: 0, w: 0}
m_isUsingLegacyAnimationComponent: 0
m_isVolumetricText: 0
m_hasFontAssetChanged: 0
m_baseMaterial: {fileID: 0}
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
m_ArabicText: '
'
m_ShowTashkeel: 1
m_PreserveNumbers: 1
m_FixTags: 1
m_ForceRTL: 1
--- !u!225 &4732429783908323020
CanvasGroup:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5757251798261025704}
m_Enabled: 1
m_Alpha: 0
m_Interactable: 1
m_BlocksRaycasts: 0
m_IgnoreParentGroups: 0
--- !u!114 &4190552861426667135
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5757251798261025704}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 17dc91f7e2539ac4891e7ae2debea41b, type: 3}
m_Name:
m_EditorClassIdentifier:
fadeDuration: 0.75
fadeOnStart: 0
--- !u!1 &5794482881404279292
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2472651219855986615}
- component: {fileID: 937677398012347397}
- component: {fileID: 4107011296541800412}
m_Layer: 0
m_Name: Background
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &2472651219855986615
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5794482881404279292}
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_ConstrainProportionsScale: 0
m_Children:
- {fileID: 7037227974445303664}
m_Father: {fileID: 1796306328178023420}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 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!222 &937677398012347397
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5794482881404279292}
m_CullTransparentMesh: 1
--- !u!114 &4107011296541800412
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5794482881404279292}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 2100000, guid: a9dbebe0e3a868a4996a1752137cbf78, type: 2}
m_Color: {r: 0, g: 0.6370027, b: 1, a: 0.7764706}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 21300000, guid: d474b04f7e27e044a98134c8ff3069ea, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!1 &6161082138246528999
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 8208255088710438184}
- component: {fileID: 5029910402857239685}
- component: {fileID: 2569820640025663121}
m_Layer: 0
m_Name: Cube.001
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8208255088710438184
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6161082138246528999}
serializedVersion: 2
m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067}
m_LocalPosition: {x: -0, y: 0, z: 0}
m_LocalScale: {x: 100, y: 100, z: 100}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 3863717612164386599}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &5029910402857239685
MeshFilter:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6161082138246528999}
m_Mesh: {fileID: 4493585093827132993, guid: ece3a1a04be4a5744bc15666926bdbab, type: 3}
--- !u!23 &2569820640025663121
MeshRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6161082138246528999}
m_Enabled: 1
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: d08c7c28aee19484884c1d3e3d70cf59, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 3
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0}
--- !u!1 &6198125512220356088
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 8846976372166611502}
- component: {fileID: 7557652864372808757}
- component: {fileID: 2313909424366800083}
m_Layer: 0
m_Name: Cube.001
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8846976372166611502
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6198125512220356088}
serializedVersion: 2
m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067}
m_LocalPosition: {x: -0, y: 0, z: 0}
m_LocalScale: {x: 100, y: 100, z: 100}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 8612736351769253607}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &7557652864372808757
MeshFilter:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6198125512220356088}
m_Mesh: {fileID: 4493585093827132993, guid: ece3a1a04be4a5744bc15666926bdbab, type: 3}
--- !u!23 &2313909424366800083
MeshRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6198125512220356088}
m_Enabled: 1
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: d08c7c28aee19484884c1d3e3d70cf59, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 3
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0}
--- !u!1 &6394440887021856525
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 5562191950972847165}
- component: {fileID: 2791964761346770301}
- component: {fileID: 4251885467320203263}
m_Layer: 0
m_Name: Cube.002
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &5562191950972847165
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6394440887021856525}
serializedVersion: 2
m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067}
m_LocalPosition: {x: -0, y: 0, z: 0}
m_LocalScale: {x: 100, y: 100, z: 100}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 8612736351769253607}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &2791964761346770301
MeshFilter:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6394440887021856525}
m_Mesh: {fileID: -1550514412580984892, guid: ece3a1a04be4a5744bc15666926bdbab, type: 3}
--- !u!23 &4251885467320203263
MeshRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6394440887021856525}
m_Enabled: 1
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: a826a85f03aecd4409ff4ddc9201cd91, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 3
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0}
--- !u!1 &6415595526061544470
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2079274486687841178}
m_Layer: 0
m_Name: 4
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2079274486687841178
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6415595526061544470}
serializedVersion: 2
m_LocalRotation: {x: 0.7071069, y: 0, z: -0, w: 0.7071067}
m_LocalPosition: {x: -0.0005205549, y: -0.2976209, z: 0.023170335}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 6159703713037720506}
m_Father: {fileID: 3765617198756407627}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &6620630526309753404
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 5891656327950910662}
- component: {fileID: 6098474531180898284}
- component: {fileID: 3293327479106984672}
m_Layer: 0
m_Name: Cube.001
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &5891656327950910662
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6620630526309753404}
serializedVersion: 2
m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067}
m_LocalPosition: {x: -0, y: 0, z: 0}
m_LocalScale: {x: 100, y: 100, z: 100}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1752375499647507746}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &6098474531180898284
MeshFilter:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6620630526309753404}
m_Mesh: {fileID: 4493585093827132993, guid: ece3a1a04be4a5744bc15666926bdbab, type: 3}
--- !u!23 &3293327479106984672
MeshRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6620630526309753404}
m_Enabled: 1
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: d08c7c28aee19484884c1d3e3d70cf59, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 3
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0}
--- !u!1 &6692835052139174099
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1441796554842057879}
m_Layer: 0
m_Name: Answer 1
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1441796554842057879
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6692835052139174099}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -2.9826086, y: 0.045, z: 19.389997}
m_LocalScale: {x: 0.3478261, y: 0.4, z: 0.40000004}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 8612736351769253607}
m_Father: {fileID: 4830976338093831673}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &6798800225151271654
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4250518680910913600}
m_Layer: 0
m_Name: 3_end_end
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4250518680910913600
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6798800225151271654}
serializedVersion: 2
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -0, y: 0.01, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1840751689442296955}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &7696100264330072728
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4830976338093831673}
m_Layer: 0
m_Name: Answers
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4830976338093831673
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7696100264330072728}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -0.01, y: 0, z: 17.869995}
m_LocalScale: {x: 1, y: 1, z: 0.67222375}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1441796554842057879}
- {fileID: 6691389829283821619}
- {fileID: 2911493446053570505}
m_Father: {fileID: 2472390415394530774}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &7856064698606828064
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4726621317660214483}
m_Layer: 0
m_Name: 2
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4726621317660214483
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7856064698606828064}
serializedVersion: 2
m_LocalRotation: {x: 0.7071069, y: 0, z: -0, w: 0.7071067}
m_LocalPosition: {x: -0.0005205549, y: -0.14900565, z: 0.023170311}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 2567185442582637237}
m_Father: {fileID: 3765617198756407627}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &7925565890581713034
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2567185442582637237}
m_Layer: 0
m_Name: 2_end
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2567185442582637237
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7925565890581713034}
serializedVersion: 2
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -0, y: 0.01, z: -0.00000000540413}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 7208891672248142462}
m_Father: {fileID: 4726621317660214483}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &7944767249881572227
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 5506252690427969332}
m_Layer: 0
m_Name: 1_end_end
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &5506252690427969332
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7944767249881572227}
serializedVersion: 2
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -0, y: 0.01, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 416081754838916123}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &8953700946508682609
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 8754381115378461096}
- component: {fileID: 1282179083064256832}
- component: {fileID: 2839533128268769593}
m_Layer: 0
m_Name: Cube.002
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8754381115378461096
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8953700946508682609}
serializedVersion: 2
m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067}
m_LocalPosition: {x: -0, y: 0, z: 0}
m_LocalScale: {x: 100, y: 100, z: 100}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1752375499647507746}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &1282179083064256832
MeshFilter:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8953700946508682609}
m_Mesh: {fileID: -1550514412580984892, guid: ece3a1a04be4a5744bc15666926bdbab, type: 3}
--- !u!23 &2839533128268769593
MeshRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8953700946508682609}
m_Enabled: 1
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: a826a85f03aecd4409ff4ddc9201cd91, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 3
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0}
--- !u!1 &9032858738042545176
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 861200301820435091}
m_Layer: 0
m_Name: 4_end_end
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &861200301820435091
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9032858738042545176}
serializedVersion: 2
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -0, y: 0.010000003, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 6159703713037720506}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &9145356808926744007
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7208891672248142462}
m_Layer: 0
m_Name: 2_end_end
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &7208891672248142462
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9145356808926744007}
serializedVersion: 2
m_LocalRotation: {x: 0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -0, y: 0.009999997, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 2567185442582637237}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
fileFormatVersion: 2
guid: 047ae84553eb9a4a0bda54498ce71694
ModelImporter:
serializedVersion: 22200
internalIDToNameTable: []
externalObjects: {}
materials:
materialImportMode: 2
materialName: 0
materialSearch: 1
materialLocation: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
removeConstantScaleCurves: 0
motionNodeName:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 1
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations: []
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
useSRGBMaterialColor: 1
sortHierarchyByName: 1
importPhysicalCameras: 1
importVisibility: 1
importBlendShapes: 1
importCameras: 1
importLights: 1
nodeNameCollisionStrategy: 1
fileIdsGeneration: 2
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
keepQuads: 0
weldVertices: 1
bakeAxisConversion: 0
preserveHierarchy: 0
skinWeightsMode: 0
maxBonesPerVertex: 4
minBoneWeight: 0.001
optimizeBones: 1
meshOptimizationFlags: -1
indexFormat: 0
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVMarginMethod: 1
secondaryUVMinLightmapResolution: 40
secondaryUVMinObjectScale: 1
secondaryUVPackMargin: 4
useFileScale: 1
strictVertexDataChecks: 0
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
tangentImportMode: 3
normalCalculationMode: 4
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
blendShapeNormalImportMode: 1
normalSmoothingSource: 0
referencedClips: []
importAnimation: 1
humanDescription:
serializedVersion: 3
human: []
skeleton: []
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 2
humanoidOversampling: 1
avatarSetup: 0
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: 6b40214b59ebe5bac9badb98a7db280d
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &2123196516420074055
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1087968649543402722}
- component: {fileID: 6324937904355572670}
- component: {fileID: 1276339534085640715}
m_Layer: 5
m_Name: outline
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &1087968649543402722
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2123196516420074055}
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_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 3788682524685695124}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 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!222 &6324937904355572670
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2123196516420074055}
m_CullTransparentMesh: 1
--- !u!114 &1276339534085640715
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2123196516420074055}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 0.99607843, g: 0.5686275, b: 0, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 21300000, guid: 4a6d13b4adff97e4d800a522afb4a338, type: 3}
m_Type: 2
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1.6
--- !u!1 &3224654850259373552
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 507724689006163323}
- component: {fileID: 987066499089597259}
- component: {fileID: 1646482105829070541}
m_Layer: 0
m_Name: 'Text '
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &507724689006163323
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3224654850259373552}
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_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 695590657582846257}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 320, y: 104}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &987066499089597259
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3224654850259373552}
m_CullTransparentMesh: 1
--- !u!114 &1646482105829070541
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3224654850259373552}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0e20cc1eab1d04e7c9515c000ca5ba22, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: ' '
m_isRightToLeft: 1
m_fontAsset: {fileID: 11400000, guid: 978f208d0ffc7d24b925e17faf828775, type: 2}
m_sharedMaterial: {fileID: -1068976181254587461, guid: 978f208d0ffc7d24b925e17faf828775,
type: 2}
m_fontSharedMaterials: []
m_fontMaterial: {fileID: 0}
m_fontMaterials: []
m_fontColor32:
serializedVersion: 2
rgba: 4294967295
m_fontColor: {r: 1, g: 1, b: 1, a: 1}
m_enableVertexGradient: 0
m_colorMode: 3
m_fontColorGradient:
topLeft: {r: 1, g: 1, b: 1, a: 1}
topRight: {r: 1, g: 1, b: 1, a: 1}
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
bottomRight: {r: 1, g: 1, b: 1, a: 1}
m_fontColorGradientPreset: {fileID: 0}
m_spriteAsset: {fileID: 0}
m_tintAllSprites: 0
m_StyleSheet: {fileID: 0}
m_TextStyleHashCode: -1183493901
m_overrideHtmlColors: 0
m_faceColor:
serializedVersion: 2
rgba: 4294967295
m_fontSize: 25
m_fontSizeBase: 25
m_fontWeight: 400
m_enableAutoSizing: 0
m_fontSizeMin: 18
m_fontSizeMax: 72
m_fontStyle: 0
m_HorizontalAlignment: 2
m_VerticalAlignment: 512
m_textAlignment: 65535
m_characterSpacing: 0
m_wordSpacing: 0
m_lineSpacing: 0
m_lineSpacingMax: 0
m_paragraphSpacing: 0
m_charWidthMaxAdj: 0
m_enableWordWrapping: 1
m_wordWrappingRatios: 0.4
m_overflowMode: 0
m_linkedTextComponent: {fileID: 0}
parentLinkedComponent: {fileID: 0}
m_enableKerning: 1
m_enableExtraPadding: 0
checkPaddingRequired: 0
m_isRichText: 1
m_parseCtrlCharacters: 1
m_isOrthographic: 1
m_isCullingEnabled: 0
m_horizontalMapping: 0
m_verticalMapping: 0
m_uvLineOffset: 0
m_geometrySortingOrder: 0
m_IsTextObjectScaleStatic: 0
m_VertexBufferAutoSizeReduction: 0
m_useMaxVisibleDescender: 1
m_pageToDisplay: 1
m_margin: {x: 0, y: 0, z: 0, w: 0}
m_isUsingLegacyAnimationComponent: 0
m_isVolumetricText: 0
m_hasFontAssetChanged: 0
m_baseMaterial: {fileID: 0}
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
m_ArabicText: ' '
m_ShowTashkeel: 1
m_PreserveNumbers: 1
m_FixTags: 1
m_ForceRTL: 1
--- !u!1 &5821376726048528769
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 661265410764909233}
- component: {fileID: 3119693651782345057}
- component: {fileID: 1225550857822345264}
m_Layer: 5
m_Name: Answer
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &661265410764909233
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5821376726048528769}
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_ConstrainProportionsScale: 1
m_Children:
- {fileID: 3788682524685695124}
- {fileID: 695590657582846257}
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
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.5, y: 0}
--- !u!95 &3119693651782345057
Animator:
serializedVersion: 5
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5821376726048528769}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: a2a094e2fe9a3064caf600042de435f1, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
m_StabilizeFeet: 0
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
--- !u!114 &1225550857822345264
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5821376726048528769}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: bf52a3904e56d0d468e5a59abd234393, type: 3}
m_Name:
m_EditorClassIdentifier:
fill: {fileID: 9120058203623087623}
outline: {fileID: 2123196516420074055}
style: {fileID: 11400000, guid: a1fada176e578c6818fc86972e77f414, type: 2}
bubbleType: 5
dialogueText:
dialogueTextComponent: {fileID: 0}
--- !u!1 &6908159673186348881
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 695590657582846257}
- component: {fileID: 3210614813759049230}
m_Layer: 0
m_Name: Answer
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &695590657582846257
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6908159673186348881}
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_ConstrainProportionsScale: 1
m_Children:
- {fileID: 507724689006163323}
m_Father: {fileID: 661265410764909233}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -1.6242065, y: -30.31781}
m_SizeDelta: {x: -89.8707, y: -63.884}
m_Pivot: {x: 0.5, y: 1}
--- !u!222 &3210614813759049230
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6908159673186348881}
m_CullTransparentMesh: 1
--- !u!1 &9120058203623087623
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 3788682524685695124}
- component: {fileID: 3122061369306484301}
- component: {fileID: 3471889410248779215}
- component: {fileID: 2370402867435841390}
m_Layer: 5
m_Name: fill
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &3788682524685695124
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9120058203623087623}
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: 0}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1087968649543402722}
m_Father: {fileID: 661265410764909233}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 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!222 &3122061369306484301
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9120058203623087623}
m_CullTransparentMesh: 1
--- !u!114 &3471889410248779215
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9120058203623087623}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 0.122840874, g: 0.692496, b: 0.9169811, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 21300000, guid: 11bc77c9ed0609a42bd7b1468b9b7a76, type: 3}
m_Type: 2
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1.6
--- !u!114 &2370402867435841390
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9120058203623087623}
m_Enabled: 0
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 6ba262aa15869ef49b6341b2f42c9626, type: 3}
m_Name:
m_EditorClassIdentifier:
targetRect: {fileID: 661265410764909233}
affectScale: 0
fileFormatVersion: 2 fileFormatVersion: 2
guid: cb20e4de8e903e3229ce29532a6e9a61 guid: 376c8c07926bb6cb480f5420cdbea835
PrefabImporter: PrefabImporter:
externalObjects: {} externalObjects: {}
userData: userData:
......
fileFormatVersion: 2
guid: b00fb23c67597415ca01d20fe7b94b07
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:
...@@ -537,6 +537,61 @@ MonoBehaviour: ...@@ -537,6 +537,61 @@ MonoBehaviour:
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
transitionSettings: {fileID: 11400000, guid: 06fa0ad2bc756f44ab258bc74947381d, type: 2} transitionSettings: {fileID: 11400000, guid: 06fa0ad2bc756f44ab258bc74947381d, type: 2}
levelName: "\u0644\u0639\u0628\u0629 \u0627\u0644\u0634\u0631\u0627\u064A\u064A\u0646"
description: "\u0644\u0639\u0628\u0629 \u0633\u0628\u0627\u0642 \u0648\u062A\u062D\u062F\u064A
\u0639\u0644\u0645\u064A \u064A\u062A\u062D\u0643\u0645 \u0641\u064A\u0647\u0627
\u0627\u0644\u0644\u0627\u0639\u0628 \u0628\u0645\u062C\u0645\u0648\u0639\u0629
\u0645\u0646 \u062E\u0644\u0627\u064A\u0627 \u0627\u0644\u062F\u0645 \u0627\u0644\u0628\u064A\u0636\u0627\u0621
\u062F\u0627\u062E\u0644 \u0634\u0631\u064A\u0627\u0646. \u062A\u0639\u062A\u0645\u062F
\u0627\u0644\u0644\u0639\u0628\u0629 \u0639\u0644\u0649 \u062A\u0641\u0627\u062F\u064A
\u0627\u0644\u0639\u0642\u0628\u0627\u062A \u0644\u0636\u0645\u0627\u0646 \u0627\u0644\u0628\u0642\u0627\u0621\u060C
\u0648\u0645\u0648\u0627\u062C\u0647\u0629 \u0628\u0648\u0627\u0628\u0627\u062A
\u062A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u0623\u0633\u0626\u0644\u0629
\u0639\u0644\u0645\u064A\u0629 (\u0627\u062E\u062A\u064A\u0627\u0631 \u0645\u0646
\u0645\u062A\u0639\u062F\u062F)\u061B \u0627\u0644\u0625\u062C\u0627\u0628\u0629
\u0627\u0644\u0635\u062D\u064A\u062D\u0629 \u062A\u0636\u0627\u0639\u0641 \u0639\u062F\u062F
\u0627\u0644\u062E\u0644\u0627\u064A\u0627\u060C \u0648\u0627\u0644\u062E\u0627\u0637\u0626\u0629
\u062A\u0633\u0628\u0628 \u062E\u0633\u0627\u0631\u062A\u0647\u0627. \u0627\u0644\u0647\u062F\u0641
\u0647\u0648 \u062A\u062C\u0645\u064A\u0639 \u0623\u0643\u0628\u0631 \u062C\u064A\u0634
\u0645\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u062E\u0644\u0627\u064A\u0627
\u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0646\u0647\u0627\u064A\u0629
\u0627\u0644\u0645\u0631\u062D\u0644\u0629 \u0648\u0647\u0632\u064A\u0645\u0629
\"\u0627\u0644\u0648\u062D\u0634 \u0627\u0644\u0623\u062E\u064A\u0631\" \u0641\u064A
\u0645\u0639\u0631\u0643\u0629 \u062A\u0639\u062A\u0645\u062F \u0646\u062A\u064A\u062C\u062A\u0647\u0627
\u0639\u0644\u0649 \u0642\u0648\u0629 \u0627\u0644\u0639\u062F\u062F \u0627\u0644\u0630\u064A
\u0646\u062C\u062D \u0627\u0644\u0644\u0627\u0639\u0628 \u0641\u064A \u062D\u0645\u0627\u064A\u062A\u0647."
mechanics: "\u0627\u0644\u062D\u0631\u0643\u0629: \u064A\u062A\u062D\u0631\u0643
\u0627\u0644\u062C\u064A\u0634 \u062A\u0644\u0642\u0627\u0626\u064A\u0627\u064B
\u0644\u0644\u0623\u0645\u0627\u0645\u060C \u0645\u0639 \u0642\u062F\u0631\u0629
\u0627\u0644\u0644\u0627\u0639\u0628 \u0639\u0644\u0649 \u0627\u0644\u062A\u0648\u062C\u064A\u0647
\u064A\u0645\u064A\u0646\u0627\u064B \u0648\u064A\u0633\u0627\u0631\u0627\u064B
\u0644\u062A\u0641\u0627\u062F\u064A \u0627\u0644\u0639\u0642\u0628\u0627\u062A
\u0623\u0648 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0644\u0645\u0633\u0627\u0631
\u0627\u0644\u0645\u0637\u0644\u0648\u0628.\u0646\u0638\u0627\u0645 \u0627\u0644\u0628\u0648\u0627\u0628\u0627\u062A
(Gate System): \u062A\u0638\u0647\u0631 \u0628\u0648\u0627\u0628\u0627\u062A
\u0627\u062E\u062A\u064A\u0627\u0631 \u0645\u0646 \u0645\u062A\u0639\u062F\u062F
(MCQ)\u061B \u0627\u0644\u0645\u0631\u0648\u0631 \u0645\u0646 \u0628\u0648\u0627\u0628\u0629
\u0627\u0644\u0625\u062C\u0627\u0628\u0629 \u0627\u0644\u0635\u062D\u064A\u062D\u0629
\u064A\u064F\u0637\u0628\u0642 \u0645\u0639\u0627\u0645\u0644 \u0636\u0631\u0628
($x2$ \u0623\u0648 $x5 \u0645\u062B\u0644\u0627\u064B$) \u0644\u0632\u064A\u0627\u062F\u0629
\u0639\u062F\u062F \u0627\u0644\u062E\u0644\u0627\u064A\u0627 \u0641\u0648\u0631\u0627\u064B.\u0627\u0644\u0639\u0642\u0628\u0627\u062A:
\u0627\u0644\u0627\u0635\u0637\u062F\u0627\u0645 \u0628\u0627\u0644\u0639\u0648\u0627\u0626\u0642
\u062F\u0627\u062E\u0644 \u0627\u0644\u0634\u0631\u064A\u0627\u0646 \u064A\u0624\u062F\u064A
\u0625\u0644\u0649 \u062A\u0642\u0644\u064A\u0635 \u0639\u062F\u062F \u0627\u0644\u062E\u0644\u0627\u064A\u0627
\u0628\u0634\u0643\u0644 \u062A\u062F\u0631\u064A\u062C\u064A.\u0627\u0644\u0645\u0639\u0631\u0643\u0629
\u0627\u0644\u0646\u0647\u0627\u0626\u064A\u0629: \u0639\u0646\u062F \u062E\u0637
\u0627\u0644\u0646\u0647\u0627\u064A\u0629\u060C \u064A\u062A\u0645 \u062A\u062D\u0648\u064A\u0644
\u0625\u062C\u0645\u0627\u0644\u064A \u0639\u062F\u062F \u0627\u0644\u062E\u0644\u0627\u064A\u0627
\u0625\u0644\u0649 \"\u0646\u0642\u0627\u0637 \u0642\u0648\u0629\" \u0623\u0648
\"\u0645\u062E\u0632\u0648\u0646 \u062D\u064A\u0627\u0629\" \u0644\u0645\u0648\u0627\u062C\u0647\u0629
\u0627\u0644\u0648\u062D\u0634\u060C \u062D\u064A\u062B \u064A\u062A\u0645 \u0627\u0644\u062D\u0633\u0627\u0628
\u062A\u0644\u0642\u0627\u0626\u064A\u0627\u064B \u0628\u0646\u0627\u0621\u064B
\u0639\u0644\u0649 \u0645\u0627 \u062C\u0645\u0639\u0647 \u0627\u0644\u0644\u0627\u0639\u0628."
gameObjective: "\u062E\u0648\u0636 \u0627\u0644\u0645\u0639\u0631\u0643\u0629 \u0627\u0644\u0646\u0647\u0627\u0626\u064A\u0629
\u0648\u0647\u0632\u064A\u0645\u0629 \"\u0627\u0644\u0648\u062D\u0634\" (\u0627\u0644\u0645\u064A\u0643\u0631\u0648\u0628
\u0623\u0648 \u0627\u0644\u0641\u064A\u0631\u0648\u0633) \u0644\u062A\u0637\u0647\u064A\u0631
\u0627\u0644\u0634\u0631\u064A\u0627\u0646 \u0648\u0625\u062A\u0645\u0627\u0645
\u0627\u0644\u0645\u0647\u0645\u0629 \u0628\u0646\u062C\u0627\u062D."
--- !u!1 &244896238 --- !u!1 &244896238
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
...@@ -5975,11 +6030,18 @@ MonoBehaviour: ...@@ -5975,11 +6030,18 @@ MonoBehaviour:
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
questionTextParent: {fileID: 1659319913} questionTextParent: {fileID: 1659319913}
answerTextParent: {fileID: 1341721686}
spawnText: {fileID: 1140377549} spawnText: {fileID: 1140377549}
questionText: {fileID: 330580439} questionText: {fileID: 330580439}
answersText:
- {fileID: 2138132745}
- {fileID: 1695982874}
- {fileID: 1112160910}
animationDuration: 0.4 animationDuration: 0.4
MaxY: 0 MaxY: 0
MinY: 220 MinY: 220
MaxYAnswer: 120
MinYAnswer: -120
--- !u!1 &330580437 --- !u!1 &330580437
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
...@@ -6322,6 +6384,12 @@ Transform: ...@@ -6322,6 +6384,12 @@ Transform:
m_Children: [] m_Children: []
m_Father: {fileID: 470308987} m_Father: {fileID: 470308987}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!224 &444524339 stripped
RectTransform:
m_CorrespondingSourceObject: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
m_PrefabInstance: {fileID: 2119377291}
m_PrefabAsset: {fileID: 0}
--- !u!1 &470308986 --- !u!1 &470308986
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
...@@ -6641,6 +6709,18 @@ CanvasRenderer: ...@@ -6641,6 +6709,18 @@ CanvasRenderer:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 489912828} m_GameObject: {fileID: 489912828}
m_CullTransparentMesh: 1 m_CullTransparentMesh: 1
--- !u!114 &499325945 stripped
MonoBehaviour:
m_CorrespondingSourceObject: {fileID: 8576561498292959043, guid: 831fec186885e9447be6fd0a53735967,
type: 3}
m_PrefabInstance: {fileID: 960435788}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!1 &529094757 --- !u!1 &529094757
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
...@@ -6899,6 +6979,7 @@ RectTransform: ...@@ -6899,6 +6979,7 @@ RectTransform:
- {fileID: 264984214} - {fileID: 264984214}
- {fileID: 2037383066} - {fileID: 2037383066}
- {fileID: 77685071} - {fileID: 77685071}
- {fileID: 1341721686}
m_Father: {fileID: 1541849190} m_Father: {fileID: 1541849190}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0} m_AnchorMin: {x: 0, y: 0}
...@@ -7348,6 +7429,11 @@ PrefabInstance: ...@@ -7348,6 +7429,11 @@ PrefabInstance:
propertyPath: m_Color.r propertyPath: m_Color.r
value: 0.122840874 value: 0.122840874
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 1497413767654866619, guid: 831fec186885e9447be6fd0a53735967,
type: 3}
propertyPath: m_Enabled
value: 1
objectReference: {fileID: 0}
- target: {fileID: 2997119325789288182, guid: 831fec186885e9447be6fd0a53735967, - target: {fileID: 2997119325789288182, guid: 831fec186885e9447be6fd0a53735967,
type: 3} type: 3}
propertyPath: m_Type propertyPath: m_Type
...@@ -7368,6 +7454,11 @@ PrefabInstance: ...@@ -7368,6 +7454,11 @@ PrefabInstance:
propertyPath: m_Color.r propertyPath: m_Color.r
value: 0.99607843 value: 0.99607843
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 2997119325789288182, guid: 831fec186885e9447be6fd0a53735967,
type: 3}
propertyPath: m_Enabled
value: 1
objectReference: {fileID: 0}
- target: {fileID: 3970798247581572787, guid: 831fec186885e9447be6fd0a53735967, - target: {fileID: 3970798247581572787, guid: 831fec186885e9447be6fd0a53735967,
type: 3} type: 3}
propertyPath: bubbleType propertyPath: bubbleType
...@@ -7634,8 +7725,8 @@ RectTransform: ...@@ -7634,8 +7725,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0} m_AnchorMin: {x: 0.5, y: 0}
m_AnchorMax: {x: 0.5, y: 0} m_AnchorMax: {x: 0.5, y: 0}
m_AnchoredPosition: {x: 0, y: 319.73273} m_AnchoredPosition: {x: 0, y: 309.71735}
m_SizeDelta: {x: 2042.1687, y: 352.7304} m_SizeDelta: {x: 1771.7527, y: 332.6996}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!1 &1004639415 --- !u!1 &1004639415
GameObject: GameObject:
...@@ -8403,6 +8494,152 @@ Transform: ...@@ -8403,6 +8494,152 @@ Transform:
m_Children: [] m_Children: []
m_Father: {fileID: 1292347942} m_Father: {fileID: 1292347942}
m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0}
--- !u!1001 &1112160908
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 1341721686}
m_Modifications:
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_Pivot.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_Pivot.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchorMax.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchorMax.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchorMin.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchorMin.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_SizeDelta.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalRotation.y
value: -0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 1225550857822345264, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: dialogueTextComponent
value:
objectReference: {fileID: 499325945}
- target: {fileID: 3471889410248779215, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_Color.a
value: 0.2509804
objectReference: {fileID: 0}
- target: {fileID: 5821376726048528769, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_Name
value: Answer (2)
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 376c8c07926bb6cb480f5420cdbea835, type: 3}
--- !u!224 &1112160909 stripped
RectTransform:
m_CorrespondingSourceObject: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
m_PrefabInstance: {fileID: 1112160908}
m_PrefabAsset: {fileID: 0}
--- !u!114 &1112160910 stripped
MonoBehaviour:
m_CorrespondingSourceObject: {fileID: 1646482105829070541, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
m_PrefabInstance: {fileID: 1112160908}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0e20cc1eab1d04e7c9515c000ca5ba22, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!1 &1140377548 --- !u!1 &1140377548
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
...@@ -9036,6 +9273,71 @@ ParticleSystem: ...@@ -9036,6 +9273,71 @@ ParticleSystem:
type: 3} type: 3}
m_PrefabInstance: {fileID: 1334271830} m_PrefabInstance: {fileID: 1334271830}
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
--- !u!1 &1341721685
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1341721686}
- component: {fileID: 1341721687}
m_Layer: 0
m_Name: Answers
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &1341721686
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1341721685}
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_ConstrainProportionsScale: 0
m_Children:
- {fileID: 9146581691259266771}
- {fileID: 1695982873}
- {fileID: 1112160909}
m_Father: {fileID: 804671486}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 1}
m_AnchorMax: {x: 0.5, y: 1}
m_AnchoredPosition: {x: 0, y: 120}
m_SizeDelta: {x: 1226.783, y: 168.4495}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1341721687
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1341721685}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 30649d3a9faa99c48a7b1166b86bf2a0, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Padding:
m_Left: 0
m_Right: 0
m_Top: 0
m_Bottom: 0
m_ChildAlignment: 0
m_Spacing: 0
m_ChildForceExpandWidth: 1
m_ChildForceExpandHeight: 1
m_ChildControlWidth: 1
m_ChildControlHeight: 1
m_ChildScaleWidth: 0
m_ChildScaleHeight: 0
m_ReverseArrangement: 0
--- !u!1 &1352141160 --- !u!1 &1352141160
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
...@@ -9139,6 +9441,7 @@ Transform: ...@@ -9139,6 +9441,7 @@ Transform:
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: m_Children:
- {fileID: 444524339}
- {fileID: 1541849190} - {fileID: 1541849190}
- {fileID: 1968687324} - {fileID: 1968687324}
m_Father: {fileID: 470308987} m_Father: {fileID: 470308987}
...@@ -10428,95 +10731,241 @@ CanvasRenderer: ...@@ -10428,95 +10731,241 @@ CanvasRenderer:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1678600483} m_GameObject: {fileID: 1678600483}
m_CullTransparentMesh: 1 m_CullTransparentMesh: 1
--- !u!1001 &1712078976 --- !u!1001 &1695982872
PrefabInstance: PrefabInstance:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
serializedVersion: 2 serializedVersion: 2
m_Modification: m_Modification:
serializedVersion: 3 serializedVersion: 3
m_TransformParent: {fileID: 894440784779525231} m_TransformParent: {fileID: 1341721686}
m_Modifications: m_Modifications:
- target: {fileID: 5062299888877387790, guid: 86a522c6fc590e5419e5d157fc6bd1e2, - target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3} type: 3}
propertyPath: m_Name propertyPath: m_Pivot.x
value: SparklyTrail value: 0.5
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2, - target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_Pivot.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchorMax.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchorMax.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchorMin.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchorMin.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_SizeDelta.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3} type: 3}
propertyPath: m_LocalPosition.x propertyPath: m_LocalPosition.x
value: 0 value: 0
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2, - target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3} type: 3}
propertyPath: m_LocalPosition.y propertyPath: m_LocalPosition.y
value: 0 value: 0
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2, - target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3} type: 3}
propertyPath: m_LocalPosition.z propertyPath: m_LocalPosition.z
value: 0 value: 0
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2, - target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3} type: 3}
propertyPath: m_LocalRotation.w propertyPath: m_LocalRotation.w
value: 1 value: 1
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2, - target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3} type: 3}
propertyPath: m_LocalRotation.x propertyPath: m_LocalRotation.x
value: -0 value: -0
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2, - target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3} type: 3}
propertyPath: m_LocalRotation.y propertyPath: m_LocalRotation.y
value: -0 value: -0
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2, - target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3} type: 3}
propertyPath: m_LocalRotation.z propertyPath: m_LocalRotation.z
value: -0 value: -0
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2, - target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3} type: 3}
propertyPath: m_LocalEulerAnglesHint.x propertyPath: m_LocalEulerAnglesHint.x
value: 0 value: 0
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2, - target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3} type: 3}
propertyPath: m_LocalEulerAnglesHint.y propertyPath: m_LocalEulerAnglesHint.y
value: 0 value: 0
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2, - target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3} type: 3}
propertyPath: m_LocalEulerAnglesHint.z propertyPath: m_LocalEulerAnglesHint.z
value: 0 value: 0
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 1225550857822345264, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: dialogueTextComponent
value:
objectReference: {fileID: 499325945}
- target: {fileID: 3471889410248779215, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_Color.a
value: 0.2509804
objectReference: {fileID: 0}
- target: {fileID: 5821376726048528769, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_Name
value: Answer (1)
objectReference: {fileID: 0}
m_RemovedComponents: [] m_RemovedComponents: []
m_RemovedGameObjects: [] m_RemovedGameObjects: []
m_AddedGameObjects: [] m_AddedGameObjects: []
m_AddedComponents: [] m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 86a522c6fc590e5419e5d157fc6bd1e2, type: 3} m_SourcePrefab: {fileID: 100100000, guid: 376c8c07926bb6cb480f5420cdbea835, type: 3}
--- !u!1001 &1737396628 --- !u!224 &1695982873 stripped
RectTransform:
m_CorrespondingSourceObject: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
m_PrefabInstance: {fileID: 1695982872}
m_PrefabAsset: {fileID: 0}
--- !u!114 &1695982874 stripped
MonoBehaviour:
m_CorrespondingSourceObject: {fileID: 1646482105829070541, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
m_PrefabInstance: {fileID: 1695982872}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0e20cc1eab1d04e7c9515c000ca5ba22, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!1001 &1712078976
PrefabInstance: PrefabInstance:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
serializedVersion: 2 serializedVersion: 2
m_Modification: m_Modification:
serializedVersion: 3 serializedVersion: 3
m_TransformParent: {fileID: 838877879} m_TransformParent: {fileID: 894440784779525231}
m_Modifications: m_Modifications:
- target: {fileID: 1879855837389120, guid: 9d5288040bd507f40b5ac26c11f27540, type: 3} - target: {fileID: 5062299888877387790, guid: 86a522c6fc590e5419e5d157fc6bd1e2,
type: 3}
propertyPath: m_Name propertyPath: m_Name
value: BeamupCylinderRed value: SparklyTrail
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 4089663104769584, guid: 9d5288040bd507f40b5ac26c11f27540, type: 3} - target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2,
type: 3}
propertyPath: m_LocalPosition.x propertyPath: m_LocalPosition.x
value: 0 value: 0
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 4089663104769584, guid: 9d5288040bd507f40b5ac26c11f27540, type: 3} - target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2,
type: 3}
propertyPath: m_LocalPosition.y propertyPath: m_LocalPosition.y
value: 0 value: 0
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 4089663104769584, guid: 9d5288040bd507f40b5ac26c11f27540, type: 3} - target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2,
type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2,
type: 3}
propertyPath: m_LocalRotation.y
value: -0
objectReference: {fileID: 0}
- target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2,
type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5067946608456420076, guid: 86a522c6fc590e5419e5d157fc6bd1e2,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 86a522c6fc590e5419e5d157fc6bd1e2, type: 3}
--- !u!1001 &1737396628
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 838877879}
m_Modifications:
- target: {fileID: 1879855837389120, guid: 9d5288040bd507f40b5ac26c11f27540, type: 3}
propertyPath: m_Name
value: BeamupCylinderRed
objectReference: {fileID: 0}
- target: {fileID: 4089663104769584, guid: 9d5288040bd507f40b5ac26c11f27540, type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4089663104769584, guid: 9d5288040bd507f40b5ac26c11f27540, type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4089663104769584, guid: 9d5288040bd507f40b5ac26c11f27540, type: 3}
propertyPath: m_LocalPosition.z propertyPath: m_LocalPosition.z
value: -15 value: -15
objectReference: {fileID: 0} objectReference: {fileID: 0}
...@@ -11455,8 +11904,8 @@ RectTransform: ...@@ -11455,8 +11904,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1} m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 122.84009, y: -466} m_AnchoredPosition: {x: 127.11011, y: -462.8}
m_SizeDelta: {x: 112.142944, y: 110.57208} m_SizeDelta: {x: 103.6195, y: 102.168}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &2040957404 --- !u!114 &2040957404
MonoBehaviour: MonoBehaviour:
...@@ -11860,6 +12309,269 @@ CanvasRenderer: ...@@ -11860,6 +12309,269 @@ CanvasRenderer:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2088261401} m_GameObject: {fileID: 2088261401}
m_CullTransparentMesh: 1 m_CullTransparentMesh: 1
--- !u!1001 &2119377291
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 1385259871}
m_Modifications:
- target: {fileID: 4491202222895704741, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4491202222895704741, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchoredPosition.y
value: -0.00010681152
objectReference: {fileID: 0}
- target: {fileID: 5027878379347757604, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchorMax.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 5027878379347757604, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchorMin.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 5027878379347757604, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchoredPosition.x
value: 1062
objectReference: {fileID: 0}
- target: {fileID: 5027878379347757604, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5117505724877166295, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchorMax.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5117505724877166295, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchorMax.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5117505724877166295, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchorMin.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5118724528357832067, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchorMax.y
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5118724528357832067, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchorMin.y
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5118724528357832067, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_SizeDelta.x
value: 524
objectReference: {fileID: 0}
- target: {fileID: 5118724528357832067, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5118724528357832067, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchoredPosition.x
value: 362
objectReference: {fileID: 0}
- target: {fileID: 5118724528357832067, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchoredPosition.y
value: -20
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_Pivot.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_Pivot.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchorMax.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchorMax.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchorMin.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchorMin.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_SizeDelta.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5238389166288477069, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5431466379884176234, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchorMax.y
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5431466379884176234, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchorMin.y
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5431466379884176234, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_SizeDelta.x
value: 1083
objectReference: {fileID: 0}
- target: {fileID: 5431466379884176234, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5431466379884176234, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchoredPosition.x
value: 701.5
objectReference: {fileID: 0}
- target: {fileID: 5431466379884176234, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchoredPosition.y
value: -76.255005
objectReference: {fileID: 0}
- target: {fileID: 7010846666264076482, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7010846666264076482, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7429079825731308379, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_Interactable
value: 1
objectReference: {fileID: 0}
- target: {fileID: 7582993713000162731, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchorMax.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7582993713000162731, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchorMax.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7582993713000162731, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_AnchorMin.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8285433513377577724, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_Name
value: Dialogue
objectReference: {fileID: 0}
- target: {fileID: 8285433513377577724, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_IsActive
value: 1
objectReference: {fileID: 0}
- target: {fileID: 8762415544728480509, guid: 2543d780cc1105143977b050117e46be,
type: 3}
propertyPath: m_IsActive
value: 1
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 2543d780cc1105143977b050117e46be, type: 3}
--- !u!1 &2130958475 --- !u!1 &2130958475
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
...@@ -11952,6 +12664,18 @@ MonoBehaviour: ...@@ -11952,6 +12664,18 @@ MonoBehaviour:
minAlpha: 0.2 minAlpha: 0.2
maxAlpha: 0.6 maxAlpha: 0.6
duration: 0.5 duration: 0.5
--- !u!114 &2138132745 stripped
MonoBehaviour:
m_CorrespondingSourceObject: {fileID: 1646482105829070541, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
m_PrefabInstance: {fileID: 5821277337955112434}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0e20cc1eab1d04e7c9515c000ca5ba22, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!114 &470390486967393029 --- !u!114 &470390486967393029
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
...@@ -12022,6 +12746,129 @@ GameObject: ...@@ -12022,6 +12746,129 @@ GameObject:
m_NavMeshLayer: 0 m_NavMeshLayer: 0
m_StaticEditorFlags: 0 m_StaticEditorFlags: 0
m_IsActive: 1 m_IsActive: 1
--- !u!1001 &5821277337955112434
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 1341721686}
m_Modifications:
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_Pivot.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_Pivot.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchorMax.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchorMax.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchorMin.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchorMin.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_SizeDelta.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalRotation.y
value: -0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 1225550857822345264, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: dialogueTextComponent
value:
objectReference: {fileID: 499325945}
- target: {fileID: 5821376726048528769, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
propertyPath: m_Name
value: Answer
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 376c8c07926bb6cb480f5420cdbea835, type: 3}
--- !u!114 &6122932861413196654 --- !u!114 &6122932861413196654
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
...@@ -12163,6 +13010,12 @@ GameObject: ...@@ -12163,6 +13010,12 @@ GameObject:
m_NavMeshLayer: 0 m_NavMeshLayer: 0
m_StaticEditorFlags: 0 m_StaticEditorFlags: 0
m_IsActive: 1 m_IsActive: 1
--- !u!224 &9146581691259266771 stripped
RectTransform:
m_CorrespondingSourceObject: {fileID: 661265410764909233, guid: 376c8c07926bb6cb480f5420cdbea835,
type: 3}
m_PrefabInstance: {fileID: 5821277337955112434}
m_PrefabAsset: {fileID: 0}
--- !u!1660057539 &9223372036854775807 --- !u!1660057539 &9223372036854775807
SceneRoots: SceneRoots:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
......
...@@ -374,6 +374,16 @@ PrefabInstance: ...@@ -374,6 +374,16 @@ PrefabInstance:
propertyPath: m_AnchoredPosition.y propertyPath: m_AnchoredPosition.y
value: -219.27 value: -219.27
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 5806820450286757094, guid: f91e9e31ab0157f32aefe5ccfc6cb36c,
type: 3}
propertyPath: m_Url
value: file:///home/p0wer/Downloads/2026-02-03 13-19-52.mp4
objectReference: {fileID: 0}
- target: {fileID: 5806820450286757094, guid: f91e9e31ab0157f32aefe5ccfc6cb36c,
type: 3}
propertyPath: m_DataSource
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5878538657546902898, guid: f91e9e31ab0157f32aefe5ccfc6cb36c, - target: {fileID: 5878538657546902898, guid: f91e9e31ab0157f32aefe5ccfc6cb36c,
type: 3} type: 3}
propertyPath: m_AnchorMax.y propertyPath: m_AnchorMax.y
...@@ -530,6 +540,11 @@ PrefabInstance: ...@@ -530,6 +540,11 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z propertyPath: m_LocalEulerAnglesHint.z
value: 0 value: 0
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 6864670749710197110, guid: f91e9e31ab0157f32aefe5ccfc6cb36c,
type: 3}
propertyPath: videoName
value: 2026-02-03 13-19-52.mp4
objectReference: {fileID: 0}
- target: {fileID: 7292667948471104389, guid: f91e9e31ab0157f32aefe5ccfc6cb36c, - target: {fileID: 7292667948471104389, guid: f91e9e31ab0157f32aefe5ccfc6cb36c,
type: 3} type: 3}
propertyPath: m_AnchorMax.y propertyPath: m_AnchorMax.y
...@@ -560,6 +575,11 @@ PrefabInstance: ...@@ -560,6 +575,11 @@ PrefabInstance:
propertyPath: m_ArabicText propertyPath: m_ArabicText
value: "\u0644\u0639\u0628\u0629 \u0627\u0644\u0634\u0631\u0627\u064A\u064A\u0646" value: "\u0644\u0639\u0628\u0629 \u0627\u0644\u0634\u0631\u0627\u064A\u064A\u0646"
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 8322661009036812910, guid: f91e9e31ab0157f32aefe5ccfc6cb36c,
type: 3}
propertyPath: m_Texture
value:
objectReference: {fileID: 2800000, guid: b00fb23c67597415ca01d20fe7b94b07, type: 3}
m_RemovedComponents: [] m_RemovedComponents: []
m_RemovedGameObjects: m_RemovedGameObjects:
- {fileID: 671000979292584426, guid: f91e9e31ab0157f32aefe5ccfc6cb36c, type: 3} - {fileID: 671000979292584426, guid: f91e9e31ab0157f32aefe5ccfc6cb36c, type: 3}
...@@ -589,6 +609,10 @@ MonoBehaviour: ...@@ -589,6 +609,10 @@ MonoBehaviour:
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
transitionSettings: {fileID: 11400000, guid: 06fa0ad2bc756f44ab258bc74947381d, type: 2} transitionSettings: {fileID: 11400000, guid: 06fa0ad2bc756f44ab258bc74947381d, type: 2}
levelName:
description:
mechanics:
gameObjective:
--- !u!1 &1668059001 --- !u!1 &1668059001
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
......
using UnityEngine; using UnityEngine;
using EasyTransition; using EasyTransition;
using AL_Arcade.DialogueSystem.Scripts;
public class GameManager : MonoBehaviour public class GameManager : MonoBehaviour
{ {
[SerializeField] TransitionSettings transitionSettings; [SerializeField] TransitionSettings transitionSettings;
bool showMouseCursor = true; bool showMouseCursor = true;
[SerializeField] private string levelName;
[SerializeField] private string description;
[SerializeField] private string mechanics;
[SerializeField] private string gameObjective;
void Start() void Start()
{ {
Application.targetFrameRate = 60; Application.targetFrameRate = 60;
Time.timeScale = 1.3f; Time.timeScale = 1.3f;
GameContextBuilder.Instance.InitializeGame(levelName, description, mechanics);
GameContextBuilder.Instance.SetCurrentObjective(gameObjective);
} }
public void LoadScene(int sceneIndex) public void LoadScene(int sceneIndex)
{ {
...@@ -24,7 +34,7 @@ public class GameManager : MonoBehaviour ...@@ -24,7 +34,7 @@ public class GameManager : MonoBehaviour
} }
private void Update() private void Update()
{ {
if(Input.GetKeyDown(KeyCode.Space)) if (Input.GetKeyDown(KeyCode.Space))
{ {
showMouseCursor = !showMouseCursor; showMouseCursor = !showMouseCursor;
if (showMouseCursor) if (showMouseCursor)
......
...@@ -26,8 +26,8 @@ public class CovidForwardBehaviour : MonoBehaviour ...@@ -26,8 +26,8 @@ public class CovidForwardBehaviour : MonoBehaviour
hasMoved = true; hasMoved = true;
// Shake in place // Shake in place
transform.DOScale(24f, 0.2f).SetLoops(2, LoopType.Yoyo); transform.DOScale(25f, 0.65f).SetEase(Ease.InOutFlash).SetLoops(2, LoopType.Yoyo);
transform.DOShakePosition(0.65f, new Vector3(0.1f, 0.1f, 0), 10, 90, false, true).OnComplete(() => transform.DOShakePosition(0.65f, new Vector3(0.15f, 0.15f, 0.15f), 10, 90, false, true).OnComplete(() =>
{ {
transform.DOMoveZ(transform.position.z - moveDistance, moveDuration).SetEase(Ease.OutCubic); transform.DOMoveZ(transform.position.z - moveDistance, moveDuration).SetEase(Ease.OutCubic);
}); });
......
...@@ -6,6 +6,8 @@ using UnityEngine; ...@@ -6,6 +6,8 @@ using UnityEngine;
public class QuestionArea : MonoBehaviour public class QuestionArea : MonoBehaviour
{ {
public Question Question { get; private set; } public Question Question { get; private set; }
public static event Action<string[]> OnPlayerTriggerTheAnswers;
public static event Action<bool> OnQuestionIsAnswer; public static event Action<bool> OnQuestionIsAnswer;
public static event Action<string> OnPlayerTriggerTheQuestion; public static event Action<string> OnPlayerTriggerTheQuestion;
...@@ -27,6 +29,8 @@ public class QuestionArea : MonoBehaviour ...@@ -27,6 +29,8 @@ public class QuestionArea : MonoBehaviour
{ {
if (other.CompareTag("Player")) if (other.CompareTag("Player"))
{ {
OnPlayerTriggerTheAnswers?.Invoke(Question.answers);
RotateAnswer(0); RotateAnswer(0);
DisplayText(Question.answers); DisplayText(Question.answers);
......
...@@ -5,23 +5,45 @@ using UnityEngine; ...@@ -5,23 +5,45 @@ using UnityEngine;
public class QuestionText : MonoBehaviour public class QuestionText : MonoBehaviour
{ {
[SerializeField] RectTransform questionTextParent; [SerializeField] RectTransform questionTextParent;
[SerializeField] RectTransform answerTextParent;
[SerializeField] RectTransform spawnText; [SerializeField] RectTransform spawnText;
[SerializeField] ArabicTextMeshProUGUI questionText; [SerializeField] ArabicTextMeshProUGUI questionText;
[SerializeField] ArabicTextMeshProUGUI[] answersText;
[SerializeField] float animationDuration; [SerializeField] float animationDuration;
[SerializeField] float MaxY; [SerializeField] float MaxY;
[SerializeField] float MinY; [SerializeField] float MinY;
[SerializeField] float MaxYAnswer;
[SerializeField] float MinYAnswer;
void OnEnable() void OnEnable()
{ {
QuestionArea.OnPlayerTriggerTheAnswers += ChangeAnswers;
QuestionArea.OnPlayerTriggerTheQuestion += ChangeText; QuestionArea.OnPlayerTriggerTheQuestion += ChangeText;
QuestionArea.OnQuestionIsAnswer += HideText; QuestionArea.OnQuestionIsAnswer += HideText;
} }
void OnDisable() void OnDisable()
{ {
QuestionArea.OnPlayerTriggerTheAnswers -= ChangeAnswers;
QuestionArea.OnPlayerTriggerTheQuestion -= ChangeText; QuestionArea.OnPlayerTriggerTheQuestion -= ChangeText;
QuestionArea.OnQuestionIsAnswer -= HideText; QuestionArea.OnQuestionIsAnswer -= HideText;
} }
private void ChangeAnswers(string[] answers)
{
answerTextParent.DOAnchorPosY(MinYAnswer, animationDuration).SetEase(Ease.OutBack);
answerTextParent.DOScale(1, animationDuration / 2).SetLoops(2, LoopType.Yoyo);
for (int i = 0; i < answersText.Length; i++)
{
answersText[i].arabicText = answers[i];
}
}
private void ChangeText(string question) private void ChangeText(string question)
{ {
questionTextParent.DOAnchorPosY(MaxY, animationDuration).SetEase(Ease.OutBack); questionTextParent.DOAnchorPosY(MaxY, animationDuration).SetEase(Ease.OutBack);
...@@ -31,6 +53,8 @@ public class QuestionText : MonoBehaviour ...@@ -31,6 +53,8 @@ public class QuestionText : MonoBehaviour
} }
private void HideText(bool question) private void HideText(bool question)
{ {
answerTextParent.DOAnchorPosY(MaxYAnswer, animationDuration).SetEase(Ease.InBack);
questionTextParent.DOAnchorPosY(-MinY, animationDuration).SetEase(Ease.InBack); questionTextParent.DOAnchorPosY(-MinY, animationDuration).SetEase(Ease.InBack);
spawnText.DOAnchorPosY(MinY, animationDuration).SetEase(Ease.InBack); spawnText.DOAnchorPosY(MinY, animationDuration).SetEase(Ease.InBack);
} }
......
...@@ -27,7 +27,7 @@ public class EffectsManager : MonoBehaviour ...@@ -27,7 +27,7 @@ public class EffectsManager : MonoBehaviour
[Header("Curved World Effect")] [Header("Curved World Effect")]
[SerializeField] Volume postProPostProcessEffect; [SerializeField] Volume postProPostProcessEffect;
[SerializeField] float maxChannelBlueValue; [SerializeField] float maxChannelBlueValue;
ChannelMixer _channelMixer; // ChannelMixer _channelMixer;
AudioSource _audioSource; AudioSource _audioSource;
Camera _cam; Camera _cam;
...@@ -35,7 +35,7 @@ public class EffectsManager : MonoBehaviour ...@@ -35,7 +35,7 @@ public class EffectsManager : MonoBehaviour
private void Awake() private void Awake()
{ {
if(Instance == null) if (Instance == null)
Instance = this; Instance = this;
else else
Destroy(this); Destroy(this);
...@@ -44,12 +44,12 @@ public class EffectsManager : MonoBehaviour ...@@ -44,12 +44,12 @@ public class EffectsManager : MonoBehaviour
{ {
_playersAndNPCsMeshRenderer.Add(player.GetComponentInChildren<MeshRenderer>()); _playersAndNPCsMeshRenderer.Add(player.GetComponentInChildren<MeshRenderer>());
_audioSource = GetComponent<AudioSource>(); _audioSource = GetComponent<AudioSource>();
_cam = Camera.main; _cam = Camera.main;
curvedDefaultBendHorizontalSize = curved.bendHorizontalSize; curvedDefaultBendHorizontalSize = curved.bendHorizontalSize;
postProPostProcessEffect.profile.TryGet(out _channelMixer); // postProPostProcessEffect.profile.TryGet(out _channelMixer);
} }
private void OnEnable() private void OnEnable()
...@@ -77,11 +77,11 @@ public class EffectsManager : MonoBehaviour ...@@ -77,11 +77,11 @@ public class EffectsManager : MonoBehaviour
}).SetEase(Ease.InOutSine).SetLink(gameObject); }).SetEase(Ease.InOutSine).SetLink(gameObject);
DOVirtual.Float(maxChannelBlueValue, Random.Range(-maxChannelBlueValue, maxChannelBlueValue), durationCurved * .5f, value => // DOVirtual.Float(maxChannelBlueValue, Random.Range(-maxChannelBlueValue, maxChannelBlueValue), durationCurved * .5f, value =>
{ // {
_channelMixer.blueOutRedIn.value = value; // _channelMixer.blueOutRedIn.value = value;
//
}).SetEase(Ease.InOutSine).SetLink(gameObject); // }).SetEase(Ease.InOutSine).SetLink(gameObject);
//_channelMixer.blueOutRedIn.value = Random.Range(-maxChannelBlueValue, maxChannelBlueValue); //_channelMixer.blueOutRedIn.value = Random.Range(-maxChannelBlueValue, maxChannelBlueValue);
...@@ -110,7 +110,7 @@ public class EffectsManager : MonoBehaviour ...@@ -110,7 +110,7 @@ public class EffectsManager : MonoBehaviour
_cam.DOShakeRotation(1.5f, 2, 16, 20); _cam.DOShakeRotation(1.5f, 2, 16, 20);
fadeColor(Color.red); fadeColor(Color.red);
} }
void RandomAudioPitch() => _audioSource.pitch = Random.Range(0.8f, 1.2f); void RandomAudioPitch() => _audioSource.pitch = Random.Range(0.8f, 1.2f);
......
fileFormatVersion: 2
guid: 08280abcabc5740b2803f38e9182ce32
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: 1f41a8bf6755beec3b40aa8593988ef6
VideoClipImporter:
externalObjects: {}
serializedVersion: 2
frameRange: 0
startFrame: -1
endFrame: -1
colorSpace: 0
deinterlace: 0
encodeAlpha: 0
flipVertical: 0
flipHorizontal: 0
importAudio: 1
targetSettings: {}
userData:
assetBundleName:
assetBundleVariant:
{ {
"dependencies": { "dependencies": {
"com.bnco.unity-webgl-microphone": "http://github.com/bnco-dev/unity-webgl-microphone.git",
"com.unity.2d.sprite": "1.0.0", "com.unity.2d.sprite": "1.0.0",
"com.unity.cinemachine": "2.10.5", "com.unity.cinemachine": "2.10.5",
"com.unity.collab-proxy": "2.11.2", "com.unity.collab-proxy": "2.11.2",
......
...@@ -7,6 +7,13 @@ ...@@ -7,6 +7,13 @@
"dependencies": {}, "dependencies": {},
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.bnco.unity-webgl-microphone": {
"version": "http://github.com/bnco-dev/unity-webgl-microphone.git",
"depth": 0,
"source": "git",
"dependencies": {},
"hash": "bad36244303305fcbdfcb764c30d5bc9be480676"
},
"com.unity.2d.sprite": { "com.unity.2d.sprite": {
"version": "1.0.0", "version": "1.0.0",
"depth": 0, "depth": 0,
......
...@@ -142,7 +142,8 @@ PlayerSettings: ...@@ -142,7 +142,8 @@ PlayerSettings:
visionOSBundleVersion: 1.0 visionOSBundleVersion: 1.0
tvOSBundleVersion: 1.0 tvOSBundleVersion: 1.0
bundleVersion: 0.1.0 bundleVersion: 0.1.0
preloadedAssets: [] preloadedAssets:
- {fileID: -944628639613478452, guid: c2969b4537508404cb3c86af63e43b5a, type: 3}
metroInputSource: 0 metroInputSource: 0
wsaTransparentSwapchain: 0 wsaTransparentSwapchain: 0
m_HolographicPauseOnTrackingLoss: 1 m_HolographicPauseOnTrackingLoss: 1
...@@ -531,6 +532,9 @@ PlayerSettings: ...@@ -531,6 +532,9 @@ PlayerSettings:
- m_BuildTarget: LinuxStandaloneSupport - m_BuildTarget: LinuxStandaloneSupport
m_APIs: 1500000011000000 m_APIs: 1500000011000000
m_Automatic: 0 m_Automatic: 0
- m_BuildTarget: WebGLSupport
m_APIs: 0b000000
m_Automatic: 1
m_BuildTargetVRSettings: [] m_BuildTargetVRSettings: []
m_DefaultShaderChunkSizeInMB: 16 m_DefaultShaderChunkSizeInMB: 16
m_DefaultShaderChunkCount: 0 m_DefaultShaderChunkCount: 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment