diff --git a/Viagg-io/Assets/BehaviourTrees/3.2-Grotto3.bt.txt b/Viagg-io/Assets/BehaviourTrees/3.2-Grotto3.bt.txt index ab17570b..5e8da0a4 100644 --- a/Viagg-io/Assets/BehaviourTrees/3.2-Grotto3.bt.txt +++ b/Viagg-io/Assets/BehaviourTrees/3.2-Grotto3.bt.txt @@ -12,7 +12,6 @@ } Composite(Sequence) { - BTC.FadeIn("FadeScene.XRInteractionHandsSetup.Black") RunTree("32_Grotto_Im_Grotto_Essen_Intro") } } @@ -38,20 +37,21 @@ Tree("32_Grotto_Im_Grotto_Essen_Intro") { // --- Im Grotto Essen - Intro --- Composite(Sequence) { + BTC.Run("MediaPlayer.VIDEOS.IntroFidle1") + Composite(Marathon) { BTC.Run("StudioEventEmitter.STATIC.KuechenAmbi") BTC.Run("StudioEventEmitter.STATIC.AmbiGarten") + BTC.FadeIn("FadeScene.XRInteractionHandsSetup.Black") } - BTC.Show("Depthkit.VIDEOS.Intro1ImGrottoesse") - BTC.Run("Depthkit.VIDEOS.Intro1ImGrottoesse") - BTC.Hide("Depthkit.VIDEOS.Intro1ImGrottoesse") + BTC.Wait(3) + BTC.Hide("MediaPlayer.VIDEOS.IntroFidle1") + BTC.Run("MediaPlayer.VIDEOS.IntroF2") - BTC.Show("Depthkit.VIDEOS.Intro2ImGrottoesse") - BTC.Run("Depthkit.VIDEOS.Intro2ImGrottoesse") - BTC.Hide("Depthkit.VIDEOS.Intro2ImGrottoesse") + BTC.Run("MediaPlayer.VIDEOS.IntroFidle3") - BTC.AddPossbileSpeechIntent("Im_Grotto_essen.Intro.3") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Intro-U-3a") BTC.StartSpeechIntentRecognition() Composite(Race) { @@ -83,32 +83,12 @@ Tree("32_Grotto_Im_Grotto_Essen_Intro") { } } - BTC.Show("Depthkit.VIDEOS.Intro6ImGrottoesse") - BTC.Run("Depthkit.VIDEOS.Intro6ImGrottoesse") - BTC.Hide("Depthkit.VIDEOS.Intro6ImGrottoesse") + BTC.Hide("MediaPlayer.VIDEOS.IntroFidle3") + BTC.Run("MediaPlayer.VIDEOS.IntroF4") + BTC.Run("MediaPlayer.VIDEOS.IntroFidle5") - BTC.Show("Depthkit.VIDEOS.Intro7ImGrottoesse") - BTC.Run("Depthkit.VIDEOS.Intro7ImGrottoesse") - BTC.Hide("Depthkit.VIDEOS.Intro7ImGrottoesse") - - BTC.Show("Depthkit.VIDEOS.Intro8ImGrottoesse") - BTC.Run("Depthkit.VIDEOS.Intro8ImGrottoesse") - BTC.Hide("Depthkit.VIDEOS.Intro8ImGrottoesse") - - BTC.Show("Depthkit.VIDEOS.Intro9ImGrottoesse") - BTC.Run("Depthkit.VIDEOS.Intro9ImGrottoesse") - BTC.Hide("Depthkit.VIDEOS.Intro9ImGrottoesse") - - BTC.Show("Depthkit.VIDEOS.Intro10ImGrottoess") - BTC.Run("Depthkit.VIDEOS.Intro10ImGrottoess") - BTC.Hide("Depthkit.VIDEOS.Intro10ImGrottoess") - - // --- Im Grotto Essen - Zweite Bestellung --- - BTC.Show("Depthkit.VIDEOS.NachfrageKellner1I") - BTC.Run("Depthkit.VIDEOS.NachfrageKellner1I") - BTC.Hide("Depthkit.VIDEOS.NachfrageKellner1I") - - BTC.AddPossbileSpeechIntent("Im_Grotto_essen.Zweite_Bestellung.2") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Intro-U-5a") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Intro-U-7b") BTC.StartSpeechIntentRecognition() Composite(Race) { @@ -120,12 +100,29 @@ Tree("32_Grotto_Im_Grotto_Essen_Intro") { // -- Selector 1: Intent erkannt Composite(Sequence) { BTC.SpeechIntentRecognized() - BTC.ClearPossbileSpeechIntents() + + // Intent erkannt + Composite(Race) { + Composite(Sequence) { + BTC.CompareIntentID("Im_Grotto_essen-Intro-U-5a") + BTC.ClearPossbileSpeechIntents() + BTC.Hide("MediaPlayer.VIDEOS.IntroFidle5") + BTC.Run("MediaPlayer.VIDEOS.IntroF6") + } + Composite(Sequence) { + BTC.CompareIntentID("Im_Grotto_essen-Intro-U-7b") + BTC.ClearPossbileSpeechIntents() + BTC.Hide("MediaPlayer.VIDEOS.IntroFidle5") + BTC.Run("MediaPlayer.VIDEOS.IntroF8") + } + } } // -- Selector 2: Intent nicht erkannt Composite(Sequence) { BTC.ClearPossbileSpeechIntents() + BTC.Hide("MediaPlayer.VIDEOS.IntroFidle5") + BTC.Run("MediaPlayer.VIDEOS.IntroF8") } } } @@ -137,21 +134,209 @@ Tree("32_Grotto_Im_Grotto_Essen_Intro") { BTC.AbortSpeechEventListener() BTC.StopSpeechIntentRecognition() BTC.ClearPossbileSpeechIntents() - - // Fallback Button - Composite(Marathon) { - BTC.Show("GO.GO.SpeechButton") - BTC.Set("TextMeshPro.GO.Option1Button", "text", "una gazzosa") - BTC.Show("GO.GO.Option1Button") - } - - BTC.Run("NamedEventTrigger.GO.Option1Button") - BTC.Hide("GO.GO.Option1Button") - BTC.Hide("GO.GO.SpeechButton") - BTC.Hide("GO.GO.SpeechOptions") + BTC.Hide("MediaPlayer.VIDEOS.IntroFidle5") + BTC.Run("MediaPlayer.VIDEOS.IntroF8") } } + BTC.Run("MediaPlayer.VIDEOS.IntroFidle7") + + // --- Im Grotto Essen - Bestellung Getraenk --- + BTC.Wait(3) + + Composite(Marathon) { + Composite(Sequence) { + BTC.Wait(2) + BTC.Hide("MediaPlayer.VIDEOS.IntroFidle7") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_Fidle2") + } + Composite(Sequence) { + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G3") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle4") + } + } + + BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_Fidle2") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_F5") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_Fidle6") + + BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle4") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G7") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle8") + + BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_Fidle6") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_F9") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_FIdle10") + + BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle8") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G11") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle12") + + BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_FIdle10") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_FIdle13") + + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Getraenk-U-13") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Getraenk-U-14") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Getraenk-U-16") + BTC.StartSpeechIntentRecognition() + + Composite(Race) { + // -- Race 1: User sagt etwas + Composite(Sequence) { + BTC.UserStartedSpeechInput() + + Composite(Selector) { + // -- Selector 1: Intent erkannt + Composite(Sequence) { + BTC.SpeechIntentRecognized() + + // Intent erkannt + Composite(Race) { + Composite(Sequence) { + BTC.CompareIntentID("Im_Grotto_essen-Bestellung_Getraenk-U-13") + BTC.ClearPossbileSpeechIntents() + BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle12") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G14") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle16") + } + Composite(Sequence) { + BTC.CompareIntentID("Im_Grotto_essen-Bestellung_Getraenk-U-14") + BTC.ClearPossbileSpeechIntents() + BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle12") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G15") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle16") + } + Composite(Sequence) { + BTC.CompareIntentID("Im_Grotto_essen-Bestellung_Getraenk-U-16") + BTC.ClearPossbileSpeechIntents() + BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle12") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G17") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle16") + } + } + } + + // -- Selector 2: Intent nicht erkannt + Composite(Sequence) { + BTC.ClearPossbileSpeechIntents() + RunTree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Getraenk") + } + } + } + + // -- Race 2: User sagt nichts + Composite(Sequence) { + BTC.Wait(5) + BTC.CompareUserSpeechInputStarted(false) + BTC.AbortSpeechEventListener() + BTC.StopSpeechIntentRecognition() + BTC.ClearPossbileSpeechIntents() + RunTree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Getraenk") + } + } + + // --- Im Grotto Essen - Bestellung Essen --- + Composite(Marathon) { + BTC.Hide("MediaPlayer.VIDEOS.NachfrageKellnerGe_GIdle2") + BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle16") + } + + // G sagt was + + BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_FIdle13") + } +} + +Tree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Getraenk") { + Composite(Sequence) { + BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle12") + BTC.Run("MediaPlayer.VIDEOS.NachfrageKellnerGe_G1") + BTC.Run("MediaPlayer.VIDEOS.NachfrageKellnerGe_GIdle2") + + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Getraenk-U-13") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Getraenk-U-14") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Getraenk-U-16") + BTC.StartSpeechIntentRecognition() + + Composite(Race) { + // -- Race 1: User sagt etwas + Composite(Sequence) { + BTC.UserStartedSpeechInput() + + Composite(Selector) { + // -- Selector 1: Intent erkannt + Composite(Sequence) { + BTC.SpeechIntentRecognized() + + // Intent erkannt + Composite(Race) { + Composite(Sequence) { + BTC.CompareIntentID("Im_Grotto_essen-Bestellung_Getraenk-U-13") + BTC.ClearPossbileSpeechIntents() + BTC.Hide("MediaPlayer.VIDEOS.NachfrageKellnerGe_GIdle2") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G14") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle16") + } + Composite(Sequence) { + BTC.CompareIntentID("Im_Grotto_essen-Bestellung_Getraenk-U-14") + BTC.ClearPossbileSpeechIntents() + BTC.Hide("MediaPlayer.VIDEOS.NachfrageKellnerGe_GIdle2") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G15") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle16") + } + Composite(Sequence) { + BTC.CompareIntentID("Im_Grotto_essen-Bestellung_Getraenk-U-16") + BTC.ClearPossbileSpeechIntents() + BTC.Hide("MediaPlayer.VIDEOS.NachfrageKellnerGe_GIdle2") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G17") + BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle16") + } + } + } + + // -- Selector 2: Intent nicht erkannt + Composite(Sequence) { + BTC.ClearPossbileSpeechIntents() + RunTree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Getraenk_Handmenu") + } + } + } + + // -- Race 2: User sagt nichts + Composite(Sequence) { + BTC.Wait(5) + BTC.CompareUserSpeechInputStarted(false) + BTC.AbortSpeechEventListener() + BTC.StopSpeechIntentRecognition() + BTC.ClearPossbileSpeechIntents() + RunTree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Getraenk_Handmenu") + } + } + } +} + +Tree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Getraenk_Handmenu") { + Composite(Sequence) { + // Fallback Button + Composite(Marathon) { + BTC.Show("GO.GO.SpeechButton") + BTC.Set("TextMeshPro.GO.Option1Button", "text", "una gazzosa") + BTC.Show("GO.GO.Option1Button") + } + + BTC.Run("NamedEventTrigger.GO.Option1Button") + BTC.Hide("GO.GO.Option1Button") + BTC.Hide("GO.GO.SpeechButton") + BTC.Hide("GO.GO.SpeechOptions") + } +} + + + +Tree("Old") { + Composite(Sequence) { + + // --- Im Grotto Essen - Nachfrage Kellner Essen --- BTC.Show("Depthkit.VIDEOS.NachfrageKellnerEs_01") BTC.Run("Depthkit.VIDEOS.NachfrageKellnerEs_01") diff --git a/Viagg-io/Assets/BehaviourTrees/4.0-Puschlav.bt.txt b/Viagg-io/Assets/BehaviourTrees/4.0-Puschlav.bt.txt index b43a54ea..119fee7d 100644 --- a/Viagg-io/Assets/BehaviourTrees/4.0-Puschlav.bt.txt +++ b/Viagg-io/Assets/BehaviourTrees/4.0-Puschlav.bt.txt @@ -44,6 +44,11 @@ Tree("40_Puschlav_Story_C_Puschlav") { BTC.Run("AudioSource.AUDIO.0ingamevrintro") } + Composite(Marathon) { + BTC.Hide("GO.STATIC.Background") + BTC.Hide("GO.UI.ViaggioLogo") + } + // Start Slideshow Composite(Marathon) { BTC.Run("StudioEventEmitter.XRInteractionHandsSetup.Puschlav1") diff --git a/Viagg-io/Assets/Scenes/0.0-Menu.unity b/Viagg-io/Assets/Scenes/0.0-Menu.unity index 258dfa6d..c777c17b 100644 --- a/Viagg-io/Assets/Scenes/0.0-Menu.unity +++ b/Viagg-io/Assets/Scenes/0.0-Menu.unity @@ -753,7 +753,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: - m_Material: {fileID: 932976168} + m_Material: {fileID: 1815469568} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} @@ -984,7 +984,7 @@ MonoBehaviour: m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] - m_text: Ankunft in Bellinzona + m_text: Reisestart im Zug m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: 0d97ed6259f90444b8da67a4e5872245, type: 2} m_sharedMaterial: {fileID: -2574710329927910322, guid: 0d97ed6259f90444b8da67a4e5872245, type: 2} @@ -1136,46 +1136,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 155450659} m_CullTransparentMesh: 1 ---- !u!21 &157008090 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} - m_BuildTextureStacks: [] --- !u!1 &226311503 GameObject: m_ObjectHideFlags: 0 @@ -1737,46 +1697,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 274430672} m_CullTransparentMesh: 1 ---- !u!21 &278198577 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} - m_BuildTextureStacks: [] --- !u!1 &299639867 GameObject: m_ObjectHideFlags: 0 @@ -2064,6 +1984,46 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 320582968} m_CullTransparentMesh: 1 +--- !u!21 &331834733 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} + m_BuildTextureStacks: [] --- !u!1 &351296099 GameObject: m_ObjectHideFlags: 0 @@ -2431,7 +2391,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: - m_Material: {fileID: 1516966476} + m_Material: {fileID: 451718193} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} @@ -2530,6 +2490,46 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: -20, y: -20} m_Pivot: {x: 0.5, y: 0.5} +--- !u!21 &451718193 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 50, g: 50, b: 0, a: 0} + m_BuildTextureStacks: [] --- !u!1 &457088390 GameObject: m_ObjectHideFlags: 0 @@ -3023,6 +3023,46 @@ MonoBehaviour: m_ChildScaleWidth: 0 m_ChildScaleHeight: 0 m_ReverseArrangement: 0 +--- !u!21 &517707520 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} + m_BuildTextureStacks: [] --- !u!1 &528511533 GameObject: m_ObjectHideFlags: 0 @@ -3453,46 +3493,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 557968689} m_CullTransparentMesh: 1 ---- !u!21 &575209077 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} - m_BuildTextureStacks: [] --- !u!1 &590410823 GameObject: m_ObjectHideFlags: 0 @@ -3589,7 +3589,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: - m_Material: {fileID: 627783854} + m_Material: {fileID: 719035081} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} @@ -4005,46 +4005,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 619103878} m_CullTransparentMesh: 1 ---- !u!21 &621170355 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 50, g: 50, b: 56, a: 0} - m_BuildTextureStacks: [] --- !u!1 &621679414 GameObject: m_ObjectHideFlags: 0 @@ -4085,7 +4045,7 @@ Camera: m_CorrespondingSourceObject: {fileID: 2097120032753052324, guid: ea46eac23ee4041d08d72ff651ddc3d2, type: 3} m_PrefabInstance: {fileID: 937820231} m_PrefabAsset: {fileID: 0} ---- !u!21 &627783854 +--- !u!21 &625304409 Material: serializedVersion: 8 m_ObjectHideFlags: 0 @@ -4534,7 +4494,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: - m_Material: {fileID: 904371114} + m_Material: {fileID: 331834733} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} @@ -4574,6 +4534,46 @@ MonoBehaviour: m_EditorClassIdentifier: radius: 28 image: {fileID: 675593604} +--- !u!21 &681879446 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} + m_BuildTextureStacks: [] --- !u!1 &683854991 GameObject: m_ObjectHideFlags: 0 @@ -4651,7 +4651,7 @@ MonoBehaviour: sceneName: 1.0-SBB jumpPoint: - levelButton: {fileID: 1337676866} - sceneName: 2.0-SBB + sceneName: 1.0-SBB jumpPoint: - levelButton: {fileID: 762605215} sceneName: 2.2-Geschaeft @@ -4764,7 +4764,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: - m_Material: {fileID: 575209077} + m_Material: {fileID: 1143477105} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} @@ -4804,7 +4804,47 @@ MonoBehaviour: m_EditorClassIdentifier: radius: 28 image: {fileID: 687764762} ---- !u!21 &714099698 +--- !u!21 &702727127 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} + m_BuildTextureStacks: [] +--- !u!21 &719035081 Material: serializedVersion: 8 m_ObjectHideFlags: 0 @@ -4915,6 +4955,46 @@ RectTransform: m_AnchoredPosition: {x: 305.5, y: -1870.23} m_SizeDelta: {x: 595, y: 20} m_Pivot: {x: 0.5, y: 0.5} +--- !u!21 &745762724 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 2048, g: 358.4, b: 56, a: 0} + m_BuildTextureStacks: [] --- !u!1 &762605213 GameObject: m_ObjectHideFlags: 0 @@ -5011,7 +5091,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: - m_Material: {fileID: 993816134} + m_Material: {fileID: 1740792959} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} @@ -5443,7 +5523,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: - m_Material: {fileID: 839883110} + m_Material: {fileID: 1334217967} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} @@ -5483,86 +5563,6 @@ MonoBehaviour: m_EditorClassIdentifier: radius: 28 image: {fileID: 814673081} ---- !u!21 &839883110 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} - m_BuildTextureStacks: [] ---- !u!21 &865122585 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 2048, g: 358.4, b: 56, a: 0} - m_BuildTextureStacks: [] --- !u!1 &880891778 GameObject: m_ObjectHideFlags: 0 @@ -5988,86 +5988,6 @@ RectTransform: m_AnchoredPosition: {x: 305.5, y: -244.05} m_SizeDelta: {x: 595, y: 20} m_Pivot: {x: 0.5, y: 0.5} ---- !u!21 &904371114 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} - m_BuildTextureStacks: [] ---- !u!21 &932976168 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} - m_BuildTextureStacks: [] --- !u!1001 &937820231 PrefabInstance: m_ObjectHideFlags: 0 @@ -6514,46 +6434,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 982965263} m_CullTransparentMesh: 1 ---- !u!21 &993816134 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} - m_BuildTextureStacks: [] --- !u!1 &1035602018 GameObject: m_ObjectHideFlags: 0 @@ -6834,46 +6714,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1052450212} m_CullTransparentMesh: 1 ---- !u!21 &1068886169 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} - m_BuildTextureStacks: [] --- !u!1 &1086511520 GameObject: m_ObjectHideFlags: 0 @@ -7328,6 +7168,46 @@ RectTransform: m_AnchoredPosition: {x: 305.5, y: -945.04004} m_SizeDelta: {x: 595, y: 20} m_Pivot: {x: 0.5, y: 0.5} +--- !u!21 &1143477105 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} + m_BuildTextureStacks: [] --- !u!1 &1190924076 GameObject: m_ObjectHideFlags: 0 @@ -7533,6 +7413,46 @@ RectTransform: m_AnchoredPosition: {x: 305.5, y: -1394.77} m_SizeDelta: {x: 595, y: 20} m_Pivot: {x: 0.5, y: 0.5} +--- !u!21 &1223138113 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} + m_BuildTextureStacks: [] --- !u!1 &1230370917 GameObject: m_ObjectHideFlags: 0 @@ -7943,7 +7863,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: - m_Material: {fileID: 1068886169} + m_Material: {fileID: 517707520} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} @@ -8033,7 +7953,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 1344c3c82d62a2a41a3576d8abb8e3ea, type: 3} m_Name: m_EditorClassIdentifier: - m_Material: {fileID: 865122585} + m_Material: {fileID: 745762724} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} @@ -8255,7 +8175,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: - m_Material: {fileID: 1579063020} + m_Material: {fileID: 681879446} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} @@ -8466,6 +8386,46 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1330338227} m_CullTransparentMesh: 1 +--- !u!21 &1334217967 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} + m_BuildTextureStacks: [] --- !u!1 &1337676864 GameObject: m_ObjectHideFlags: 0 @@ -8480,7 +8440,7 @@ GameObject: - component: {fileID: 1337676866} - component: {fileID: 1337676869} m_Layer: 5 - m_Name: sbb-bellinzona + m_Name: sbb-start m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -8562,7 +8522,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: - m_Material: {fileID: 1816531551} + m_Material: {fileID: 625304409} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} @@ -8722,7 +8682,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: - m_Material: {fileID: 278198577} + m_Material: {fileID: 1396615402} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} @@ -9104,6 +9064,46 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1370770481} m_CullTransparentMesh: 1 +--- !u!21 &1374063558 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 50, g: 50, b: 56, a: 0} + m_BuildTextureStacks: [] --- !u!1 &1384157738 GameObject: m_ObjectHideFlags: 0 @@ -9212,7 +9212,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: - m_Material: {fileID: 157008090} + m_Material: {fileID: 702727127} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} @@ -9422,6 +9422,46 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1386576985} m_CullTransparentMesh: 1 +--- !u!21 &1396615402 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} + m_BuildTextureStacks: [] --- !u!1 &1499686207 GameObject: m_ObjectHideFlags: 0 @@ -9594,46 +9634,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1499686207} m_CullTransparentMesh: 1 ---- !u!21 &1516966476 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 50, g: 50, b: 0, a: 0} - m_BuildTextureStacks: [] --- !u!1 &1530053647 GameObject: m_ObjectHideFlags: 0 @@ -10223,46 +10223,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1569420914} m_CullTransparentMesh: 1 ---- !u!21 &1579063020 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} - m_BuildTextureStacks: [] --- !u!1 &1579490452 GameObject: m_ObjectHideFlags: 0 @@ -11182,6 +11142,46 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: -20, y: -20} m_Pivot: {x: 0.5, y: 0.5} +--- !u!21 &1740792959 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 435.9, g: 54.4, b: 56, a: 0} + m_BuildTextureStacks: [] --- !u!1 &1746797783 GameObject: m_ObjectHideFlags: 0 @@ -11278,7 +11278,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: - m_Material: {fileID: 714099698} + m_Material: {fileID: 1223138113} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} @@ -11600,7 +11600,7 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1791705368} m_CullTransparentMesh: 1 ---- !u!21 &1816531551 +--- !u!21 &1815469568 Material: serializedVersion: 8 m_ObjectHideFlags: 0 @@ -12152,6 +12152,46 @@ RectTransform: m_AnchoredPosition: {x: 305.5, y: -1452.3801} m_SizeDelta: {x: 595, y: 20} m_Pivot: {x: 0.5, y: 0.5} +--- !u!21 &1856307646 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 50, g: 50, b: 0, a: 0} + m_BuildTextureStacks: [] --- !u!1 &1870086673 GameObject: m_ObjectHideFlags: 0 @@ -12341,7 +12381,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: - m_Material: {fileID: 621170355} + m_Material: {fileID: 1374063558} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} @@ -12381,46 +12421,6 @@ MonoBehaviour: m_EditorClassIdentifier: radius: 28 image: {fileID: 1890420643} ---- !u!21 &1921785128 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 50, g: 50, b: 0, a: 0} - m_BuildTextureStacks: [] --- !u!1 &1959121556 GameObject: m_ObjectHideFlags: 0 @@ -12554,7 +12554,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: - m_Material: {fileID: 1921785128} + m_Material: {fileID: 1856307646} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} diff --git a/Viagg-io/Assets/Scenes/3.2-Grotto3.unity b/Viagg-io/Assets/Scenes/3.2-Grotto3.unity index 7a90f26f..fb76092f 100644 --- a/Viagg-io/Assets/Scenes/3.2-Grotto3.unity +++ b/Viagg-io/Assets/Scenes/3.2-Grotto3.unity @@ -219,6 +219,32 @@ Transform: m_ConstrainProportionsScale: 0 m_Children: - {fileID: 548489686} + - {fileID: 1709347178} + - {fileID: 1635801724} + - {fileID: 930836349} + - {fileID: 1193994440} + - {fileID: 2075732753} + - {fileID: 2031451082} + - {fileID: 765574466} + - {fileID: 208301576} + - {fileID: 1993322469} + - {fileID: 1912148127} + - {fileID: 1989765437} + - {fileID: 1678372362} + - {fileID: 1942719492} + - {fileID: 2048900324} + - {fileID: 1762619822} + - {fileID: 1813997899} + - {fileID: 1989143106} + - {fileID: 1713284013} + - {fileID: 873865317} + - {fileID: 1039462366} + - {fileID: 1938838056} + - {fileID: 1662797707} + - {fileID: 229865490} + - {fileID: 468396189} + - {fileID: 465888115} + - {fileID: 1475365966} - {fileID: 1191508919} - {fileID: 113881361} - {fileID: 1314205932} @@ -2123,6 +2149,46 @@ Material: - _QueueOffset: 0 m_Colors: [] m_BuildTextureStacks: [] +--- !u!21 &145113259 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] --- !u!1001 &153142080 PrefabInstance: m_ObjectHideFlags: 0 @@ -2319,6 +2385,46 @@ Transform: m_CorrespondingSourceObject: {fileID: 1318531104878517223, guid: ae5e73f993e03d64eae786939de7aaef, type: 3} m_PrefabInstance: {fileID: 172264384} m_PrefabAsset: {fileID: 0} +--- !u!21 &177193528 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] --- !u!1001 &178386838 PrefabInstance: m_ObjectHideFlags: 0 @@ -2630,6 +2736,179 @@ Transform: m_CorrespondingSourceObject: {fileID: 2088371299627749622, guid: 4e6b4351a33e1b94aaa16a46fbfc3704, type: 3} m_PrefabInstance: {fileID: 207541677} m_PrefabAsset: {fileID: 0} +--- !u!1001 &208301575 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 1064606778807215308, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: video-container-sitting_08_F + objectReference: {fileID: 0} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _loop + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.x + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.y + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.z + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.x + value: -3.415 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.y + value: -0.24 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.z + value: -10.722 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.IntroF8 + objectReference: {fileID: 0} + - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 208301580} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 208301579} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &208301576 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 208301575} + m_PrefabAsset: {fileID: 0} +--- !u!1 &208301577 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 208301575} + m_PrefabAsset: {fileID: 0} +--- !u!1 &208301578 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 208301575} + m_PrefabAsset: {fileID: 0} +--- !u!114 &208301579 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 208301578} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Intro-F-8.mp4 + videoName: Intro-F-8 + _videoActor: {fileID: 208301577} +--- !u!114 &208301580 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 208301578} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 208301579} + roomId: VIDEOS + uniqueId: + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &209872255 PrefabInstance: m_ObjectHideFlags: 0 @@ -2700,46 +2979,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 1294679553787201477, guid: 4c2b49ec8cb62be46aca55946afab3a5, type: 3} m_PrefabInstance: {fileID: 209872255} m_PrefabAsset: {fileID: 0} ---- !u!21 &215054475 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] --- !u!1001 &224090664 PrefabInstance: m_ObjectHideFlags: 0 @@ -2822,6 +3061,183 @@ Transform: m_CorrespondingSourceObject: {fileID: 1253365200111565818, guid: 8109e9e16ba4cc04b8e0928aea897927, type: 3} m_PrefabInstance: {fileID: 224090664} m_PrefabAsset: {fileID: 0} +--- !u!1001 &229865489 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -2.62 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.y + value: 1.0296 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: -11.281 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9245091 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.38116008 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 44.811 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6234806968843249386, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: video-container_23_G + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _loop + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.x + value: 0.14 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.y + value: 0.24 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.z + value: 0.28 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_ConstrainProportionsScale + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.BestellungGetraenk_G17 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 229865494} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 229865493} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &229865490 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 229865489} + m_PrefabAsset: {fileID: 0} +--- !u!1 &229865491 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 229865489} + m_PrefabAsset: {fileID: 0} +--- !u!1 &229865492 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 229865489} + m_PrefabAsset: {fileID: 0} +--- !u!114 &229865493 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 229865492} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Bestellung_Getraenk-G-17.mp4 + videoName: Bestellung_Getraenk-G-17 + _videoActor: {fileID: 229865491} +--- !u!114 &229865494 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 229865492} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 229865493} + roomId: VIDEOS + uniqueId: G17 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &231795359 PrefabInstance: m_ObjectHideFlags: 0 @@ -3934,6 +4350,46 @@ Transform: m_CorrespondingSourceObject: {fileID: 382483183088004525, guid: 7ce1db7bd0f3ef4489a44b88ad374b8f, type: 3} m_PrefabInstance: {fileID: 295541166} m_PrefabAsset: {fileID: 0} +--- !u!21 &299394452 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] --- !u!1001 &316439044 PrefabInstance: m_ObjectHideFlags: 0 @@ -4278,6 +4734,11 @@ Material: - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - _WidthHeightRadius: {r: 280, g: 54.4, b: 56, a: 0} m_BuildTextureStacks: [] +--- !u!4 &342177163 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2097120032753052321, guid: ea46eac23ee4041d08d72ff651ddc3d2, type: 3} + m_PrefabInstance: {fileID: 1496261149} + m_PrefabAsset: {fileID: 0} --- !u!1001 &354563387 PrefabInstance: m_ObjectHideFlags: 0 @@ -4802,7 +5263,7 @@ PrefabInstance: m_Modifications: - target: {fileID: 1845572680231560972, guid: c27989e4ae091304aa658da016195fb9, type: 3} propertyPath: m_LocalPosition.x - value: -4.6384 + value: -3.4274 objectReference: {fileID: 0} - target: {fileID: 1845572680231560972, guid: c27989e4ae091304aa658da016195fb9, type: 3} propertyPath: m_LocalPosition.y @@ -4988,6 +5449,183 @@ Transform: m_CorrespondingSourceObject: {fileID: 5512117235014627340, guid: edf7e9a7573958a488b171fcf0248445, type: 3} m_PrefabInstance: {fileID: 458804147} m_PrefabAsset: {fileID: 0} +--- !u!1001 &465888114 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -2.62 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.y + value: 1.0296 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: -11.281 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9245091 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.38116008 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 44.811 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6234806968843249386, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: video-container_25_G + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _loop + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.x + value: 0.14 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.y + value: 0.24 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.z + value: 0.28 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_ConstrainProportionsScale + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.NachfrageKellnerGe_G1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 465888119} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 465888118} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &465888115 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 465888114} + m_PrefabAsset: {fileID: 0} +--- !u!1 &465888116 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 465888114} + m_PrefabAsset: {fileID: 0} +--- !u!1 &465888117 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 465888114} + m_PrefabAsset: {fileID: 0} +--- !u!114 &465888118 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 465888117} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Nachfrage_Kellner_Getraenk-G-1.mp4 + videoName: Nachfrage_Kellner_Getraenk-G-1 + _videoActor: {fileID: 465888116} +--- !u!114 &465888119 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 465888117} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 465888118} + roomId: VIDEOS + uniqueId: G1 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &466151172 PrefabInstance: m_ObjectHideFlags: 0 @@ -5050,6 +5688,183 @@ Transform: m_CorrespondingSourceObject: {fileID: 2952176718957077788, guid: 27cfb4598e21626488a38cce0ffce307, type: 3} m_PrefabInstance: {fileID: 466151172} m_PrefabAsset: {fileID: 0} +--- !u!1001 &468396188 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -2.62 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.y + value: 1.0296 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: -11.281 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9245091 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.38116008 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 44.811 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6234806968843249386, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: video-container_24_G + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _loop + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.x + value: 0.14 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.y + value: 0.24 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.z + value: 0.28 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_ConstrainProportionsScale + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.BestellungGetraenk_GIdle16 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 468396193} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 468396192} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &468396189 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 468396188} + m_PrefabAsset: {fileID: 0} +--- !u!1 &468396190 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 468396188} + m_PrefabAsset: {fileID: 0} +--- !u!1 &468396191 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 468396188} + m_PrefabAsset: {fileID: 0} +--- !u!114 &468396192 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 468396191} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Bestellung_Getraenk-G-idle-16.mp4 + videoName: Bestellung_Getraenk-G-idle-16 + _videoActor: {fileID: 468396190} +--- !u!114 &468396193 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 468396191} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 468396192} + roomId: VIDEOS + uniqueId: GIdle16 + _name: MediaPlayer.VIDEOS.Video --- !u!1 &486050954 stripped GameObject: m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} @@ -5309,7 +6124,7 @@ PrefabInstance: m_Modifications: - target: {fileID: 2627748295737561088, guid: 3e67ce449281b9c4c8d2e311c736bb72, type: 3} propertyPath: m_LocalPosition.x - value: -4.8304005 + value: -3.6194005 objectReference: {fileID: 0} - target: {fileID: 2627748295737561088, guid: 3e67ce449281b9c4c8d2e311c736bb72, type: 3} propertyPath: m_LocalPosition.y @@ -5730,7 +6545,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 3391938074045845287, guid: 445c5bfe511ec5742b38b134d8d5b590, type: 3} propertyPath: m_LocalPosition.x - value: -4.462 + value: -3.251 objectReference: {fileID: 0} - target: {fileID: 3391938074045845287, guid: 445c5bfe511ec5742b38b134d8d5b590, type: 3} propertyPath: m_LocalPosition.y @@ -6056,46 +6871,6 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} m_Name: m_EditorClassIdentifier: ---- !u!21 &615711222 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] --- !u!1001 &621531463 PrefabInstance: m_ObjectHideFlags: 0 @@ -6992,46 +7767,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 673214062752599176, guid: 6bafbc47dd063224db445b111680fb1e, type: 3} m_PrefabInstance: {fileID: 683345481} m_PrefabAsset: {fileID: 0} ---- !u!21 &693636191 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] --- !u!1001 &700611167 PrefabInstance: m_ObjectHideFlags: 0 @@ -7478,6 +8213,219 @@ MonoBehaviour: roomId: INTERACTABLES uniqueId: _name: GO.INTERACTABLES.Tazzin +--- !u!21 &734120988 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] +--- !u!1001 &765574465 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 1064606778807215308, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: video-container-sitting_07_F + objectReference: {fileID: 0} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _loop + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.x + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.y + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.z + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.x + value: -3.415 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.y + value: -0.24 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.z + value: -10.722 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.IntroFidle7 + objectReference: {fileID: 0} + - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 765574470} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 765574469} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &765574466 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 765574465} + m_PrefabAsset: {fileID: 0} +--- !u!1 &765574467 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 765574465} + m_PrefabAsset: {fileID: 0} +--- !u!1 &765574468 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 765574465} + m_PrefabAsset: {fileID: 0} +--- !u!114 &765574469 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 765574468} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Intro-F-idle-7.mp4 + videoName: Intro-F-idle-7 + _videoActor: {fileID: 765574467} +--- !u!114 &765574470 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 765574468} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 765574469} + roomId: VIDEOS + uniqueId: + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &772581883 PrefabInstance: m_ObjectHideFlags: 0 @@ -7693,6 +8641,46 @@ Transform: m_CorrespondingSourceObject: {fileID: 4119340359363814916, guid: 431e05c5e2b18ba4fa6b3b0a6f687786, type: 3} m_PrefabInstance: {fileID: 781584311} m_PrefabAsset: {fileID: 0} +--- !u!21 &789274201 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] --- !u!1001 &796629390 PrefabInstance: m_ObjectHideFlags: 0 @@ -8556,7 +9544,7 @@ PrefabInstance: objectReference: {fileID: 130433641} - target: {fileID: 5649109579377763916, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} propertyPath: m_LocalPosition.x - value: -4.648 + value: -3.573 objectReference: {fileID: 0} - target: {fileID: 5649109579377763916, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} propertyPath: m_LocalPosition.y @@ -9025,6 +10013,183 @@ Transform: m_CorrespondingSourceObject: {fileID: 2952176718957077788, guid: 27cfb4598e21626488a38cce0ffce307, type: 3} m_PrefabInstance: {fileID: 861339317} m_PrefabAsset: {fileID: 0} +--- !u!1001 &873865316 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -2.62 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.y + value: 1.0296 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: -11.281 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9245091 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.38116008 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 44.811 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6234806968843249386, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: video-container_19_G + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _loop + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.x + value: 0.14 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.y + value: 0.24 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.z + value: 0.28 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_ConstrainProportionsScale + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.BestellungGetraenk_GIdle12 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 873865321} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 873865320} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &873865317 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 873865316} + m_PrefabAsset: {fileID: 0} +--- !u!1 &873865318 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 873865316} + m_PrefabAsset: {fileID: 0} +--- !u!1 &873865319 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 873865316} + m_PrefabAsset: {fileID: 0} +--- !u!114 &873865320 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 873865319} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Bestellung_Getraenk-G-idle-12.mp4 + videoName: Bestellung_Getraenk-G-idle-12 + _videoActor: {fileID: 873865318} +--- !u!114 &873865321 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 873865319} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 873865320} + roomId: VIDEOS + uniqueId: GIdle12 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &882637263 PrefabInstance: m_ObjectHideFlags: 0 @@ -9188,7 +10353,7 @@ PrefabInstance: m_Modifications: - target: {fileID: 2152316171378641671, guid: 233a8fa5fad5daf4e8e8f874c76f3528, type: 3} propertyPath: m_LocalPosition.x - value: -4.8425 + value: -3.64 objectReference: {fileID: 0} - target: {fileID: 2152316171378641671, guid: 233a8fa5fad5daf4e8e8f874c76f3528, type: 3} propertyPath: m_LocalPosition.y @@ -9260,6 +10425,46 @@ Transform: m_CorrespondingSourceObject: {fileID: 2152316171378641671, guid: 233a8fa5fad5daf4e8e8f874c76f3528, type: 3} m_PrefabInstance: {fileID: 900923221} m_PrefabAsset: {fileID: 0} +--- !u!21 &904590555 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] --- !u!1001 &905076257 PrefabInstance: m_ObjectHideFlags: 0 @@ -9548,46 +10753,179 @@ Material: - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - _WidthHeightRadius: {r: 280, g: 54.4, b: 56, a: 0} m_BuildTextureStacks: [] ---- !u!21 &926039515 -Material: - serializedVersion: 8 +--- !u!1001 &930836348 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 1064606778807215308, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: video-container-sitting_03_F + objectReference: {fileID: 0} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _loop + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.x + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.y + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.z + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.x + value: -3.415 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.y + value: -0.24 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.z + value: -10.722 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.IntroFidle3 + objectReference: {fileID: 0} + - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 930836353} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 930836352} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &930836349 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 930836348} + m_PrefabAsset: {fileID: 0} +--- !u!1 &930836350 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 930836348} + m_PrefabAsset: {fileID: 0} +--- !u!1 &930836351 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 930836348} + m_PrefabAsset: {fileID: 0} +--- !u!114 &930836352 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 930836351} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Intro-F-idle-3.mp4 + videoName: Intro-F-idle-3 + _videoActor: {fileID: 930836350} +--- !u!114 &930836353 +MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] + m_GameObject: {fileID: 930836351} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 930836352} + roomId: VIDEOS + uniqueId: + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &935953155 PrefabInstance: m_ObjectHideFlags: 0 @@ -9916,6 +11254,46 @@ Transform: m_CorrespondingSourceObject: {fileID: 5545164182087246862, guid: f23797acb92782149af0394158c1c8e7, type: 3} m_PrefabInstance: {fileID: 971008765} m_PrefabAsset: {fileID: 0} +--- !u!21 &981962699 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] --- !u!1001 &989978947 PrefabInstance: m_ObjectHideFlags: 0 @@ -10270,46 +11648,179 @@ MeshFilter: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1029949055} m_Mesh: {fileID: -8530010115425626950, guid: 6d52d137e6298f7419f11d68e45d5ba2, type: 3} ---- !u!21 &1061132704 -Material: - serializedVersion: 8 +--- !u!1001 &1039462365 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 1064606778807215308, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: video-container-sitting_20_F + objectReference: {fileID: 0} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _loop + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.x + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.y + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.z + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.x + value: -3.415 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.y + value: -0.24 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.z + value: -10.722 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.BestellungGetraenk_FIdle13 + objectReference: {fileID: 0} + - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1039462370} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1039462369} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &1039462366 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1039462365} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1039462367 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1039462365} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1039462368 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1039462365} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1039462369 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1039462368} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Bestellung_Getraenk-F-idle-13.mp4 + videoName: Bestellung_Getraenk-F-idle-13 + _videoActor: {fileID: 1039462367} +--- !u!114 &1039462370 +MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] + m_GameObject: {fileID: 1039462368} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1039462369} + roomId: VIDEOS + uniqueId: FIdle13 + _name: MediaPlayer.VIDEOS.Video --- !u!1 &1061999425 GameObject: m_ObjectHideFlags: 0 @@ -10403,7 +11914,7 @@ PrefabInstance: m_Modifications: - target: {fileID: 1845572680231560972, guid: c27989e4ae091304aa658da016195fb9, type: 3} propertyPath: m_LocalPosition.x - value: -4.6047444 + value: -3.4607444 objectReference: {fileID: 0} - target: {fileID: 1845572680231560972, guid: c27989e4ae091304aa658da016195fb9, type: 3} propertyPath: m_LocalPosition.y @@ -10874,20 +12385,44 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: namedObjects: - - {fileID: 1496261153} - - {fileID: 1496261150} - - {fileID: 3467805620753594136, guid: 5eccbf4be2c00e94689ee8062e4e7276, type: 3} + - {fileID: 1475365970} + - {fileID: 465888119} + - {fileID: 468396193} + - {fileID: 229865494} + - {fileID: 1662797711} + - {fileID: 1938838060} + - {fileID: 1039462370} + - {fileID: 873865321} + - {fileID: 1713284017} + - {fileID: 1989143110} + - {fileID: 1813997903} + - {fileID: 1762619826} + - {fileID: 2048900328} + - {fileID: 1942719496} + - {fileID: 1678372366} + - {fileID: 1989765441} + - {fileID: 3722675639087988346, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + - {fileID: 6514177060466835402, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + - {fileID: 5898539999483921607, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + - {fileID: 2615893722691818977, guid: ea46eac23ee4041d08d72ff651ddc3d2, type: 3} + - {fileID: 4861931573494781030, guid: 760ca66a6888341999f27c6e23ec905e, type: 3} + - {fileID: 8100508948216766973, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} - {fileID: 1511212145111476554, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} - {fileID: 1669470075575189953, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} - - {fileID: 3722675639087988346, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} - - {fileID: 5570667340355689503, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} - {fileID: 5813838621625756562, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} - - {fileID: 5898539999483921607, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + - {fileID: 5570667340355689503, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} - {fileID: 6000300492893680548, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} - - {fileID: 6313271181203162305, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} - - {fileID: 6514177060466835402, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} - {fileID: 6943135704064619909, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} - - {fileID: 8100508948216766973, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + - {fileID: 6313271181203162305, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + - {fileID: 7597383463162732554, guid: 7ec926be41bcee347ac844ccf400536d, type: 3} + - {fileID: 71447435037922589, guid: 2354ae7d72e64174da2eb90aa1c8b3d0, type: 3} + - {fileID: 3613586451175103295, guid: f4f03c4ea7bca094782a42c8591cad9b, type: 3} + - {fileID: 241067779439105626, guid: 67d445297cd77af4488502c566ff3890, type: 3} + - {fileID: 1654996945464568806, guid: 8a0277eb445b77a4b966fe94a97d5f48, type: 3} + - {fileID: 8508423982347872217, guid: 99bfb1abc7cdfdd48b9cd86cbad67d85, type: 3} + - {fileID: 8120695811948089084, guid: 8b82ecf5ee06c434a8b6fdf0ce1e8335, type: 3} + - {fileID: 6313391414987164735, guid: 8b82ecf5ee06c434a8b6fdf0ce1e8335, type: 3} + - {fileID: 3467805620753594136, guid: 5eccbf4be2c00e94689ee8062e4e7276, type: 3} - {fileID: 5173265794982869292, guid: 90dfe96f41d164a3081b56f73f4214e4, type: 3} - {fileID: 2185744855848736044, guid: 90dfe96f41d164a3081b56f73f4214e4, type: 3} - {fileID: 1728074381097661315, guid: 90dfe96f41d164a3081b56f73f4214e4, type: 3} @@ -10901,16 +12436,6 @@ MonoBehaviour: - {fileID: 7842760327751594417, guid: 90dfe96f41d164a3081b56f73f4214e4, type: 3} - {fileID: 8061268387521178252, guid: 90dfe96f41d164a3081b56f73f4214e4, type: 3} - {fileID: 8915473895132193941, guid: 90dfe96f41d164a3081b56f73f4214e4, type: 3} - - {fileID: 2615893722691818977, guid: ea46eac23ee4041d08d72ff651ddc3d2, type: 3} - - {fileID: 4861931573494781030, guid: 760ca66a6888341999f27c6e23ec905e, type: 3} - - {fileID: 7597383463162732554, guid: 7ec926be41bcee347ac844ccf400536d, type: 3} - - {fileID: 71447435037922589, guid: 2354ae7d72e64174da2eb90aa1c8b3d0, type: 3} - - {fileID: 3613586451175103295, guid: f4f03c4ea7bca094782a42c8591cad9b, type: 3} - - {fileID: 241067779439105626, guid: 67d445297cd77af4488502c566ff3890, type: 3} - - {fileID: 1654996945464568806, guid: 8a0277eb445b77a4b966fe94a97d5f48, type: 3} - - {fileID: 8508423982347872217, guid: 99bfb1abc7cdfdd48b9cd86cbad67d85, type: 3} - - {fileID: 8120695811948089084, guid: 8b82ecf5ee06c434a8b6fdf0ce1e8335, type: 3} - - {fileID: 6313391414987164735, guid: 8b82ecf5ee06c434a8b6fdf0ce1e8335, type: 3} - {fileID: 347437764860303121, guid: 8b82ecf5ee06c434a8b6fdf0ce1e8335, type: 3} - {fileID: 605634521574116111, guid: 8b82ecf5ee06c434a8b6fdf0ce1e8335, type: 3} - {fileID: 4584036642909543620, guid: 8b82ecf5ee06c434a8b6fdf0ce1e8335, type: 3} @@ -10928,6 +12453,7 @@ MonoBehaviour: - {fileID: 25177894} - {fileID: 113881363} - {fileID: 131433978} + - {fileID: 208301580} - {fileID: 237307505} - {fileID: 264094609} - {fileID: 392672554} @@ -10936,6 +12462,7 @@ MonoBehaviour: - {fileID: 606260743} - {fileID: 675935979} - {fileID: 712689460} + - {fileID: 765574470} - {fileID: 849816439} - {fileID: 849816440} - {fileID: 849816441} @@ -10948,27 +12475,37 @@ MonoBehaviour: - {fileID: 849816448} - {fileID: 849816449} - {fileID: 905076262} + - {fileID: 930836353} - {fileID: 1126799598} - {fileID: 1156198061} - {fileID: 1168603797} - {fileID: 1191508921} + - {fileID: 1193994444} - {fileID: 1250822383} - {fileID: 1314205934} - {fileID: 1415059354} - {fileID: 1418224714} + - {fileID: 1496261150} + - {fileID: 1496261153} - {fileID: 1521437740} - {fileID: 1568112543} - {fileID: 1584890705} - {fileID: 1585677947} - {fileID: 1593459638} + - {fileID: 1635801728} - {fileID: 1666622650} - {fileID: 1683368798} + - {fileID: 1709347182} - {fileID: 1751403201} - {fileID: 1782257122} - {fileID: 1830144698} - {fileID: 1875310406} - {fileID: 1886613254} + - {fileID: 1912148131} + - {fileID: 1993322473} + - {fileID: 2031451086} - {fileID: 2064214812} + - {fileID: 2075732757} - {fileID: 2103926922} - {fileID: 2139740875} - {fileID: 3757611422322678776} @@ -10996,7 +12533,7 @@ MonoBehaviour: overrideLogStringDisplay: 0 overrideDebugInternalActive: 0 overrideDebugChangesActive: 0 - instanceID: 516592 + instanceID: 134738 __behaviourTreeGenerator: {fileID: 0} taskScripts: - {fileID: 4900000, guid: c37af0f8d46e94262a8b34b05d8028e9, type: 3} @@ -11400,46 +12937,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 8967525258236704720, guid: cf58afbc067025d43bd83f5cf06983b7, type: 3} m_PrefabInstance: {fileID: 1138027458} m_PrefabAsset: {fileID: 0} ---- !u!21 &1149617226 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] --- !u!1 &1151291991 GameObject: m_ObjectHideFlags: 0 @@ -11755,6 +13252,46 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!21 &1180361150 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] --- !u!1001 &1183113885 PrefabInstance: m_ObjectHideFlags: 0 @@ -11990,6 +13527,179 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!1001 &1193994439 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 1064606778807215308, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: video-container-sitting_04_F + objectReference: {fileID: 0} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _loop + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.x + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.y + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.z + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.x + value: -3.415 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.y + value: -0.24 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.z + value: -10.722 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.IntroF4 + objectReference: {fileID: 0} + - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1193994444} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1193994443} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &1193994440 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1193994439} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1193994441 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1193994439} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1193994442 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1193994439} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1193994443 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1193994442} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Intro-F-4.mp4 + videoName: Intro-F-4 + _videoActor: {fileID: 1193994441} +--- !u!114 &1193994444 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1193994442} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1193994443} + roomId: VIDEOS + uniqueId: + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &1196666024 PrefabInstance: m_ObjectHideFlags: 0 @@ -12401,7 +14111,7 @@ PrefabInstance: insertIndex: -1 addedObject: {fileID: 1521437739} m_SourcePrefab: {fileID: 100100000, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} ---- !u!21 &1216568373 +--- !u!21 &1214089571 Material: serializedVersion: 8 m_ObjectHideFlags: 0 @@ -15042,6 +16752,223 @@ Transform: m_CorrespondingSourceObject: {fileID: 7540048119231936752, guid: 9d914b68cbf1ebd49b295bb494297efa, type: 3} m_PrefabInstance: {fileID: 1464672376} m_PrefabAsset: {fileID: 0} +--- !u!1001 &1475365965 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -2.62 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.y + value: 1.0296 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: -11.281 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9245091 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.38116008 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 44.811 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6234806968843249386, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: video-container_26_G + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _loop + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.x + value: 0.14 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.y + value: 0.24 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.z + value: 0.28 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_ConstrainProportionsScale + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.NachfrageKellnerGe_GIdle2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1475365970} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1475365969} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1475365966 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1475365965} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1475365967 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1475365965} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1475365968 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1475365965} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1475365969 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1475365968} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Nachfrage_Kellner_Getraenk-G-idle-2.mp4 + videoName: Nachfrage_Kellner_Getraenk-G-idle-2 + _videoActor: {fileID: 1475365967} +--- !u!114 &1475365970 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1475365968} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1475365969} + roomId: VIDEOS + uniqueId: GIdle2 + _name: MediaPlayer.VIDEOS.Video +--- !u!21 &1479141484 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] --- !u!1001 &1494027414 PrefabInstance: m_ObjectHideFlags: 0 @@ -15241,7 +17168,7 @@ PrefabInstance: m_Modifications: - target: {fileID: 778297127070970877, guid: ea46eac23ee4041d08d72ff651ddc3d2, type: 3} propertyPath: m_LocalPosition.x - value: -4.648 + value: -3.573 objectReference: {fileID: 0} - target: {fileID: 778297127070970877, guid: ea46eac23ee4041d08d72ff651ddc3d2, type: 3} propertyPath: m_LocalPosition.z @@ -16253,46 +18180,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 3767964878163089076, guid: 5b5bd513a19be1b4c898b969163d2c05, type: 3} m_PrefabInstance: {fileID: 1563494246} m_PrefabAsset: {fileID: 0} ---- !u!21 &1564975022 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] --- !u!1001 &1568112538 PrefabInstance: m_ObjectHideFlags: 0 @@ -16681,6 +18568,46 @@ Transform: m_CorrespondingSourceObject: {fileID: 2137644639776783053, guid: 92fe4a52b355de048b0d1f76a2b56c28, type: 3} m_PrefabInstance: {fileID: 1578212521} m_PrefabAsset: {fileID: 0} +--- !u!21 &1583487491 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] --- !u!1001 &1584890701 PrefabInstance: m_ObjectHideFlags: 0 @@ -16891,46 +18818,6 @@ Material: - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - _WidthHeightRadius: {r: 280, g: 54.4, b: 56, a: 0} m_BuildTextureStacks: [] ---- !u!21 &1591862678 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] --- !u!1 &1591918007 GameObject: m_ObjectHideFlags: 0 @@ -17317,7 +19204,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1318531104878517223, guid: ae5e73f993e03d64eae786939de7aaef, type: 3} propertyPath: m_LocalPosition.x - value: -4.66 + value: -3.449 objectReference: {fileID: 0} - target: {fileID: 1318531104878517223, guid: ae5e73f993e03d64eae786939de7aaef, type: 3} propertyPath: m_LocalPosition.y @@ -17402,6 +19289,179 @@ BoxCollider: serializedVersion: 3 m_Size: {x: 0.7405555, y: 0.46480793, z: 0.0056688306} m_Center: {x: 0.0008499347, y: -0.002885679, z: 0.005099309} +--- !u!1001 &1635801723 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 1064606778807215308, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: video-container-sitting_02_F + objectReference: {fileID: 0} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _loop + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.x + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.y + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.z + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.x + value: -3.415 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.y + value: -0.24 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.z + value: -10.722 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.IntroF2 + objectReference: {fileID: 0} + - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1635801728} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1635801727} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &1635801724 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1635801723} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1635801725 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1635801723} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1635801726 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1635801723} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1635801727 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1635801726} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Intro-F-2.mp4 + videoName: Intro-F-2 + _videoActor: {fileID: 1635801725} +--- !u!114 &1635801728 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1635801726} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1635801727} + roomId: VIDEOS + uniqueId: + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &1638914621 PrefabInstance: m_ObjectHideFlags: 0 @@ -17536,46 +19596,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 7540048119231936752, guid: 9d914b68cbf1ebd49b295bb494297efa, type: 3} m_PrefabInstance: {fileID: 1638914621} m_PrefabAsset: {fileID: 0} ---- !u!21 &1652551995 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] --- !u!1001 &1659875794 PrefabInstance: m_ObjectHideFlags: 0 @@ -17638,6 +19658,183 @@ Transform: m_CorrespondingSourceObject: {fileID: 4634711386549606248, guid: 5826fa22f8eb83e46a8015d910f0802c, type: 3} m_PrefabInstance: {fileID: 1659875794} m_PrefabAsset: {fileID: 0} +--- !u!1001 &1662797706 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -2.62 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.y + value: 1.0296 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: -11.281 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9245091 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.38116008 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 44.811 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6234806968843249386, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: video-container_22_G + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _loop + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.x + value: 0.14 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.y + value: 0.24 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.z + value: 0.28 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_ConstrainProportionsScale + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.BestellungGetraenk_G15 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1662797711} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1662797710} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1662797707 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1662797706} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1662797708 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1662797706} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1662797709 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1662797706} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1662797710 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1662797709} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Bestellung_Getraenk-G-15.mp4 + videoName: Bestellung_Getraenk-G-15 + _videoActor: {fileID: 1662797708} +--- !u!114 &1662797711 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1662797709} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1662797710} + roomId: VIDEOS + uniqueId: G15 + _name: MediaPlayer.VIDEOS.Video --- !u!1 &1666622647 GameObject: m_ObjectHideFlags: 0 @@ -17865,6 +20062,179 @@ Transform: m_CorrespondingSourceObject: {fileID: 1253365200111565818, guid: 8109e9e16ba4cc04b8e0928aea897927, type: 3} m_PrefabInstance: {fileID: 1674143112} m_PrefabAsset: {fileID: 0} +--- !u!1001 &1678372361 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 1064606778807215308, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: video-container-sitting_12_F + objectReference: {fileID: 0} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _loop + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.x + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.y + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.z + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.x + value: -3.415 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.y + value: -0.24 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.z + value: -10.722 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.BestellungGetraenk_F5 + objectReference: {fileID: 0} + - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1678372366} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1678372365} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &1678372362 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1678372361} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1678372363 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1678372361} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1678372364 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1678372361} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1678372365 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1678372364} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Bestellung_Getraenk-F-5.mp4 + videoName: Bestellung_Getraenk-F-5 + _videoActor: {fileID: 1678372363} +--- !u!114 &1678372366 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1678372364} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1678372365} + roomId: VIDEOS + uniqueId: F5 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &1683368793 PrefabInstance: m_ObjectHideFlags: 0 @@ -18708,7 +21078,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6353718079854822922, guid: a0cd652d6e197224693d6a9828ae3fc6, type: 3} propertyPath: m_LocalPosition.x - value: -4.9126 + value: -3.7016 objectReference: {fileID: 0} - target: {fileID: 6353718079854822922, guid: a0cd652d6e197224693d6a9828ae3fc6, type: 3} propertyPath: m_LocalPosition.y @@ -18957,6 +21327,356 @@ PrefabInstance: insertIndex: -1 addedObject: {fileID: 501430650} m_SourcePrefab: {fileID: 100100000, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} +--- !u!1001 &1709347177 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 1064606778807215308, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: video-container-sitting_01_F + objectReference: {fileID: 0} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _loop + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.x + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.y + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.z + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.x + value: -3.415 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.y + value: -0.24 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.z + value: -10.722 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.IntroFidle1 + objectReference: {fileID: 0} + - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1709347182} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1709347181} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &1709347178 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1709347177} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1709347179 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1709347177} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1709347180 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1709347177} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1709347181 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1709347180} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Intro-F-idle-1.mp4 + videoName: Intro-F-idle-1 + _videoActor: {fileID: 1709347179} +--- !u!114 &1709347182 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1709347180} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1709347181} + roomId: VIDEOS + uniqueId: + _name: MediaPlayer.VIDEOS.Video +--- !u!1001 &1713284012 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -2.62 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.y + value: 1.0296 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: -11.281 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9245091 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.38116008 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 44.811 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6234806968843249386, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: video-container_18_G + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _loop + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.x + value: 0.14 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.y + value: 0.24 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.z + value: 0.28 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_ConstrainProportionsScale + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.BestellungGetraenk_G11 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1713284017} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1713284016} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1713284013 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1713284012} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1713284014 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1713284012} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1713284015 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1713284012} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1713284016 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1713284015} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Bestellung_Getraenk-G-11.mp4 + videoName: Bestellung_Getraenk-G-11 + _videoActor: {fileID: 1713284014} +--- !u!114 &1713284017 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1713284015} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1713284016} + roomId: VIDEOS + uniqueId: G11 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &1719283399 PrefabInstance: m_ObjectHideFlags: 0 @@ -19178,46 +21898,6 @@ PrefabInstance: insertIndex: -1 addedObject: {fileID: 113881362} m_SourcePrefab: {fileID: 100100000, guid: 3154383086f404ad38a73e06e82be346, type: 3} ---- !u!21 &1739471867 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] --- !u!1001 &1740017267 PrefabInstance: m_ObjectHideFlags: 0 @@ -19488,6 +22168,183 @@ MonoBehaviour: roomId: VIDEOS uniqueId: _name: Depthkit.VIDEOS.Outro8ImGrottoesse +--- !u!1001 &1762619821 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -2.62 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.y + value: 1.0296 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: -11.281 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9245091 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.38116008 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 44.811 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6234806968843249386, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: video-container_15_G + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _loop + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.x + value: 0.14 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.y + value: 0.24 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.z + value: 0.28 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_ConstrainProportionsScale + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.BestellungGetraenk_GIdle8 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1762619826} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1762619825} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1762619822 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1762619821} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1762619823 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1762619821} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1762619824 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1762619821} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1762619825 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1762619824} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Bestellung_Getraenk-G-idle-8.mp4 + videoName: Bestellung_Getraenk-G-idle-8 + _videoActor: {fileID: 1762619823} +--- !u!114 &1762619826 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1762619824} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1762619825} + roomId: VIDEOS + uniqueId: GIdle8 + _name: MediaPlayer.VIDEOS.Video --- !u!1 &1771909057 GameObject: m_ObjectHideFlags: 0 @@ -19800,6 +22657,179 @@ Transform: m_CorrespondingSourceObject: {fileID: 382483183088004525, guid: 7ce1db7bd0f3ef4489a44b88ad374b8f, type: 3} m_PrefabInstance: {fileID: 1811469729} m_PrefabAsset: {fileID: 0} +--- !u!1001 &1813997898 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 1064606778807215308, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: video-container-sitting_16_F + objectReference: {fileID: 0} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _loop + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.x + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.y + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.z + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.x + value: -3.415 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.y + value: -0.24 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.z + value: -10.722 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.BestellungGetraenk_F9 + objectReference: {fileID: 0} + - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1813997903} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1813997902} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &1813997899 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1813997898} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1813997900 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1813997898} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1813997901 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1813997898} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1813997902 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1813997901} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Bestellung_Getraenk-F-9.mp4 + videoName: Bestellung_Getraenk-F-9 + _videoActor: {fileID: 1813997900} +--- !u!114 &1813997903 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1813997901} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1813997902} + roomId: VIDEOS + uniqueId: F9 + _name: MediaPlayer.VIDEOS.Video --- !u!21 &1816626480 Material: serializedVersion: 8 @@ -20987,46 +24017,6 @@ Transform: m_Children: [] m_Father: {fileID: 2132388109} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!21 &1896694619 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] --- !u!1001 &1896801519 PrefabInstance: m_ObjectHideFlags: 0 @@ -21307,6 +24297,223 @@ Transform: m_CorrespondingSourceObject: {fileID: 5429959882549668353, guid: 8a66577d56614d940b071679dd20f01f, type: 3} m_PrefabInstance: {fileID: 1904009630} m_PrefabAsset: {fileID: 0} +--- !u!21 &1910909864 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] +--- !u!1001 &1912148126 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -2.62 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.y + value: 1.0296 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: -11.281 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9245091 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.38116008 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 44.811 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6234806968843249386, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: video-container_10_G + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _loop + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.x + value: 0.14 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.y + value: 0.24 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.z + value: 0.28 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_ConstrainProportionsScale + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.BestellungGetraenk_G3 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1912148131} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1912148130} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1912148127 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1912148126} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1912148128 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1912148126} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1912148129 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1912148126} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1912148130 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1912148129} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Bestellung_Getraenk-G-3.mp4 + videoName: Bestellung_Getraenk-G-3 + _videoActor: {fileID: 1912148128} +--- !u!114 &1912148131 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1912148129} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1912148130} + roomId: VIDEOS + uniqueId: G3 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &1917171000 PrefabInstance: m_ObjectHideFlags: 0 @@ -21518,46 +24725,356 @@ Transform: m_CorrespondingSourceObject: {fileID: 6353718079854822922, guid: a0cd652d6e197224693d6a9828ae3fc6, type: 3} m_PrefabInstance: {fileID: 11944598} m_PrefabAsset: {fileID: 0} ---- !u!21 &1946376290 -Material: - serializedVersion: 8 +--- !u!1001 &1938838055 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -2.62 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.y + value: 1.0296 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: -11.281 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9245091 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.38116008 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 44.811 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6234806968843249386, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: video-container_21_G + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _loop + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.x + value: 0.14 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.y + value: 0.24 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.z + value: 0.28 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_ConstrainProportionsScale + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.BestellungGetraenk_G14 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1938838060} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1938838059} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1938838056 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1938838055} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1938838057 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1938838055} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1938838058 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1938838055} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1938838059 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1938838058} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Bestellung_Getraenk-G-14.mp4 + videoName: Bestellung_Getraenk-G-14 + _videoActor: {fileID: 1938838057} +--- !u!114 &1938838060 +MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: + m_GameObject: {fileID: 1938838058} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1938838059} + roomId: VIDEOS + uniqueId: G14 + _name: MediaPlayer.VIDEOS.Video +--- !u!1001 &1942719491 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 1064606778807215308, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: video-container-sitting_13_F + objectReference: {fileID: 0} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _loop + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.x + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.y + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.z + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.x + value: -3.415 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.y + value: -0.24 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.z + value: -10.722 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.BestellungGetraenk_Fidle6 + objectReference: {fileID: 0} + - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1942719496} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1942719495} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &1942719492 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1942719491} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1942719493 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1942719491} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1942719494 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1942719491} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1942719495 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1942719494} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Bestellung_Getraenk-F-idle-6.mp4 + videoName: Bestellung_Getraenk-F-idle-6 + _videoActor: {fileID: 1942719493} +--- !u!114 &1942719496 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1942719494} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1942719495} + roomId: VIDEOS + uniqueId: Fidle6 + _name: MediaPlayer.VIDEOS.Video --- !u!1 &1946675834 GameObject: m_ObjectHideFlags: 0 @@ -22204,6 +25721,46 @@ Transform: m_CorrespondingSourceObject: {fileID: 3357292233836313791, guid: bf15b8e1a1f7256499fabcb6e08fa6e6, type: 3} m_PrefabInstance: {fileID: 1970639490} m_PrefabAsset: {fileID: 0} +--- !u!21 &1974521440 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] --- !u!21 &1979463139 Material: serializedVersion: 8 @@ -22346,6 +25903,356 @@ Transform: m_CorrespondingSourceObject: {fileID: 3200734562793753499, guid: e59cddf3072c6274b9c2f42ff1cbd6f8, type: 3} m_PrefabInstance: {fileID: 1983795140} m_PrefabAsset: {fileID: 0} +--- !u!1001 &1989143105 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 1064606778807215308, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: video-container-sitting_17_F + objectReference: {fileID: 0} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _loop + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.x + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.y + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.z + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.x + value: -3.415 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.y + value: -0.24 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.z + value: -10.722 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.BestellungGetraenk_FIdle10 + objectReference: {fileID: 0} + - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1989143110} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1989143109} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &1989143106 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1989143105} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1989143107 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1989143105} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1989143108 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1989143105} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1989143109 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1989143108} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Bestellung_Getraenk-F-idle-10.mp4 + videoName: Bestellung_Getraenk-F-idle-10 + _videoActor: {fileID: 1989143107} +--- !u!114 &1989143110 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1989143108} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1989143109} + roomId: VIDEOS + uniqueId: FIdle10 + _name: MediaPlayer.VIDEOS.Video +--- !u!1001 &1989765436 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -2.62 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.y + value: 1.0296 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: -11.281 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9245091 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.38116008 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 44.811 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6234806968843249386, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: video-container_11_G + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _loop + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.x + value: 0.14 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.y + value: 0.24 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.z + value: 0.28 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_ConstrainProportionsScale + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.BestellungGetraenk_GIdle4 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1989765441} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1989765440} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1989765437 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1989765436} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1989765438 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1989765436} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1989765439 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1989765436} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1989765440 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1989765439} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Bestellung_Getraenk-G-idle-4.mp4 + videoName: Bestellung_Getraenk-G-idle-4 + _videoActor: {fileID: 1989765438} +--- !u!114 &1989765441 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1989765439} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1989765440} + roomId: VIDEOS + uniqueId: GIdle4 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &1990996906 PrefabInstance: m_ObjectHideFlags: 0 @@ -22408,6 +26315,179 @@ Transform: m_CorrespondingSourceObject: {fileID: 3357292233836313791, guid: bf15b8e1a1f7256499fabcb6e08fa6e6, type: 3} m_PrefabInstance: {fileID: 1990996906} m_PrefabAsset: {fileID: 0} +--- !u!1001 &1993322468 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 1064606778807215308, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: video-container-sitting_09_F + objectReference: {fileID: 0} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _loop + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.x + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.y + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.z + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.x + value: -3.415 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.y + value: -0.24 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.z + value: -10.722 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.BestellungGetraenk_Fidle2 + objectReference: {fileID: 0} + - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1993322473} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1993322472} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &1993322469 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1993322468} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1993322470 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1993322468} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1993322471 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1993322468} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1993322472 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1993322471} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Bestellung_Getraenk-F-idle-2.mp4 + videoName: Bestellung_Getraenk-F-idle-2 + _videoActor: {fileID: 1993322470} +--- !u!114 &1993322473 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1993322471} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1993322472} + roomId: VIDEOS + uniqueId: Fidle2 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &2003857931 PrefabInstance: m_ObjectHideFlags: 0 @@ -22736,6 +26816,179 @@ Transform: m_CorrespondingSourceObject: {fileID: 382483183088004525, guid: 7ce1db7bd0f3ef4489a44b88ad374b8f, type: 3} m_PrefabInstance: {fileID: 2007526181} m_PrefabAsset: {fileID: 0} +--- !u!1001 &2031451081 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 1064606778807215308, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: video-container-sitting_06_F + objectReference: {fileID: 0} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _loop + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.x + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.y + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.z + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.x + value: -3.415 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.y + value: -0.24 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.z + value: -10.722 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.IntroF6 + objectReference: {fileID: 0} + - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 2031451086} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 2031451085} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &2031451082 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 2031451081} + m_PrefabAsset: {fileID: 0} +--- !u!1 &2031451083 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 2031451081} + m_PrefabAsset: {fileID: 0} +--- !u!1 &2031451084 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 2031451081} + m_PrefabAsset: {fileID: 0} +--- !u!114 &2031451085 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2031451084} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Intro-F-6.mp4 + videoName: Intro-F-6 + _videoActor: {fileID: 2031451083} +--- !u!114 &2031451086 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2031451084} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 2031451085} + roomId: VIDEOS + uniqueId: + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &2044895606 PrefabInstance: m_ObjectHideFlags: 0 @@ -22895,6 +27148,183 @@ PrefabInstance: insertIndex: -1 addedObject: {fileID: 606260742} m_SourcePrefab: {fileID: 100100000, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} +--- !u!1001 &2048900323 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -2.62 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.y + value: 1.0296 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: -11.281 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9245091 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.38116008 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 44.811 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 3859337681287528449, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6234806968843249386, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: video-container_14_G + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _loop + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.x + value: 0.14 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.y + value: 0.24 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.z + value: 0.28 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.y + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.z + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 180 + objectReference: {fileID: 0} + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_ConstrainProportionsScale + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.BestellungGetraenk_G7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 2048900328} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 2048900327} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &2048900324 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 2048900323} + m_PrefabAsset: {fileID: 0} +--- !u!1 &2048900325 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 2048900323} + m_PrefabAsset: {fileID: 0} +--- !u!1 &2048900326 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 2048900323} + m_PrefabAsset: {fileID: 0} +--- !u!114 &2048900327 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2048900326} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Bestellung_Getraenk-G-7.mp4 + videoName: Bestellung_Getraenk-G-7 + _videoActor: {fileID: 2048900325} +--- !u!114 &2048900328 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2048900326} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 2048900327} + roomId: VIDEOS + uniqueId: G7 + _name: MediaPlayer.VIDEOS.Video --- !u!1 &2064214809 GameObject: m_ObjectHideFlags: 0 @@ -23120,6 +27550,179 @@ Material: - _QueueOffset: 0 m_Colors: [] m_BuildTextureStacks: [] +--- !u!1001 &2075732752 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 5995454} + m_Modifications: + - target: {fileID: 1064606778807215308, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: video-container-sitting_05_F + objectReference: {fileID: 0} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: target + value: + objectReference: {fileID: 342177163} + - target: {fileID: 2165549077798221024, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Enabled + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _loop + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoOpen + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: _autoPlayOnStart + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4559309369526134598, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -90 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.x + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.y + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalScale.z + value: 1.1634791 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.x + value: -3.415 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.y + value: -0.24 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalPosition.z + value: -10.722 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.IntroFidle5 + objectReference: {fileID: 0} + - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 2075732757} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 2075732756} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &2075732753 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 2075732752} + m_PrefabAsset: {fileID: 0} +--- !u!1 &2075732754 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 2075732752} + m_PrefabAsset: {fileID: 0} +--- !u!1 &2075732755 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 2075732752} + m_PrefabAsset: {fileID: 0} +--- !u!114 &2075732756 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2075732755} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Intro-F-idle-5.mp4 + videoName: Intro-F-idle-5 + _videoActor: {fileID: 2075732754} +--- !u!114 &2075732757 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2075732755} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 2075732756} + roomId: VIDEOS + uniqueId: + _name: MediaPlayer.VIDEOS.Video --- !u!1 &2103926919 GameObject: m_ObjectHideFlags: 0 @@ -23705,7 +28308,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6978320282185402771, guid: afa2b3f9e8c938f47ad3b803316f0aec, type: 3} propertyPath: m_LocalPosition.x - value: -4.8106713 + value: -3.5996714 objectReference: {fileID: 0} - target: {fileID: 6978320282185402771, guid: afa2b3f9e8c938f47ad3b803316f0aec, type: 3} propertyPath: m_LocalPosition.y @@ -24359,7 +28962,7 @@ PrefabInstance: m_Modifications: - target: {fileID: 2703369785193248363, guid: 3bd016cf950018041a4587ee114475c3, type: 3} propertyPath: m_LocalPosition.x - value: -5.192 + value: -4.313 objectReference: {fileID: 0} - target: {fileID: 2703369785193248363, guid: 3bd016cf950018041a4587ee114475c3, type: 3} propertyPath: m_LocalPosition.y @@ -24618,7 +29221,7 @@ PrefabInstance: m_Modifications: - target: {fileID: 2152316171378641671, guid: 233a8fa5fad5daf4e8e8f874c76f3528, type: 3} propertyPath: m_LocalPosition.x - value: -4.384 + value: -3.2399998 objectReference: {fileID: 0} - target: {fileID: 2152316171378641671, guid: 233a8fa5fad5daf4e8e8f874c76f3528, type: 3} propertyPath: m_LocalPosition.y @@ -24754,7 +29357,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1318531104878517223, guid: ae5e73f993e03d64eae786939de7aaef, type: 3} propertyPath: m_LocalPosition.x - value: -4.599 + value: -3.455 objectReference: {fileID: 0} - target: {fileID: 1318531104878517223, guid: ae5e73f993e03d64eae786939de7aaef, type: 3} propertyPath: m_LocalPosition.y @@ -25505,7 +30108,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6978320282185402771, guid: afa2b3f9e8c938f47ad3b803316f0aec, type: 3} propertyPath: m_LocalPosition.x - value: -4.427289 + value: -3.283289 objectReference: {fileID: 0} - target: {fileID: 6978320282185402771, guid: afa2b3f9e8c938f47ad3b803316f0aec, type: 3} propertyPath: m_LocalPosition.y @@ -26017,7 +30620,7 @@ PrefabInstance: m_Modifications: - target: {fileID: 2627748295737561088, guid: 3e67ce449281b9c4c8d2e311c736bb72, type: 3} propertyPath: m_LocalPosition.x - value: -4.4004817 + value: -3.2564816 objectReference: {fileID: 0} - target: {fileID: 2627748295737561088, guid: 3e67ce449281b9c4c8d2e311c736bb72, type: 3} propertyPath: m_LocalPosition.y @@ -26589,7 +31192,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 3391938074045845287, guid: 445c5bfe511ec5742b38b134d8d5b590, type: 3} propertyPath: m_LocalPosition.x - value: -4.753 + value: -3.6089997 objectReference: {fileID: 0} - target: {fileID: 3391938074045845287, guid: 445c5bfe511ec5742b38b134d8d5b590, type: 3} propertyPath: m_LocalPosition.y @@ -27099,7 +31702,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6353718079854822922, guid: a0cd652d6e197224693d6a9828ae3fc6, type: 3} propertyPath: m_LocalPosition.x - value: -4.3504 + value: -3.338 objectReference: {fileID: 0} - target: {fileID: 6353718079854822922, guid: a0cd652d6e197224693d6a9828ae3fc6, type: 3} propertyPath: m_LocalPosition.y @@ -27336,7 +31939,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 2215266061986352360, guid: 837c4bf21321bce4dbee09ac7ed895bd, type: 3} propertyPath: m_LocalPosition.x - value: -4.1295 + value: -3.953 objectReference: {fileID: 0} - target: {fileID: 2215266061986352360, guid: 837c4bf21321bce4dbee09ac7ed895bd, type: 3} propertyPath: m_LocalPosition.y @@ -27344,23 +31947,23 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 2215266061986352360, guid: 837c4bf21321bce4dbee09ac7ed895bd, type: 3} propertyPath: m_LocalPosition.z - value: -11.608 + value: -11.652 objectReference: {fileID: 0} - target: {fileID: 2215266061986352360, guid: 837c4bf21321bce4dbee09ac7ed895bd, type: 3} propertyPath: m_LocalRotation.w - value: 0.12716231 + value: -0.1854704 objectReference: {fileID: 0} - target: {fileID: 2215266061986352360, guid: 837c4bf21321bce4dbee09ac7ed895bd, type: 3} propertyPath: m_LocalRotation.x - value: -0.12716234 + value: 0.18547037 objectReference: {fileID: 0} - target: {fileID: 2215266061986352360, guid: 837c4bf21321bce4dbee09ac7ed895bd, type: 3} propertyPath: m_LocalRotation.y - value: -0.69557875 + value: -0.68234944 objectReference: {fileID: 0} - target: {fileID: 2215266061986352360, guid: 837c4bf21321bce4dbee09ac7ed895bd, type: 3} propertyPath: m_LocalRotation.z - value: -0.69557875 + value: -0.68234944 objectReference: {fileID: 0} - target: {fileID: 2215266061986352360, guid: 837c4bf21321bce4dbee09ac7ed895bd, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -27372,7 +31975,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 2215266061986352360, guid: 837c4bf21321bce4dbee09ac7ed895bd, type: 3} propertyPath: m_LocalEulerAnglesHint.z - value: -145.655 + value: -210.413 objectReference: {fileID: 0} m_RemovedComponents: [] m_RemovedGameObjects: [] @@ -27585,7 +32188,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6952673985996452228, guid: 39ebbd80b0f2eff46a8947404b373f18, type: 3} propertyPath: m_LocalPosition.x - value: -5.4329996 + value: -4.554 objectReference: {fileID: 0} - target: {fileID: 6952673985996452228, guid: 39ebbd80b0f2eff46a8947404b373f18, type: 3} propertyPath: m_LocalPosition.y diff --git a/Viagg-io/Assets/Scenes/4.0-Puschlav.unity b/Viagg-io/Assets/Scenes/4.0-Puschlav.unity index 1192ed0b..f4b4eb8d 100644 --- a/Viagg-io/Assets/Scenes/4.0-Puschlav.unity +++ b/Viagg-io/Assets/Scenes/4.0-Puschlav.unity @@ -123,6 +123,86 @@ NavMeshSettings: debug: m_Flags: 0 m_NavMeshData: {fileID: 0} +--- !u!21 &2379763 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] +--- !u!21 &11313552 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] --- !u!1 &17784644 GameObject: m_ObjectHideFlags: 0 @@ -454,6 +534,46 @@ MonoBehaviour: roomId: XRInteractionHandsSetup uniqueId: _name: StudioEventEmitter.XRInteractionHandsSetup.FMODAudio +--- !u!21 &80243549 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] --- !u!114 &82827943 stripped MonoBehaviour: m_CorrespondingSourceObject: {fileID: 3722675639087988346, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} @@ -485,6 +605,14 @@ PrefabInstance: propertyPath: m_Material value: objectReference: {fileID: 1277734654} + - target: {fileID: 1390358473909279472, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + propertyPath: m_Name + value: NamedEventTrigger.HANDMENU.Option3Button_83880 + objectReference: {fileID: 0} + - target: {fileID: 1703084053183994796, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + propertyPath: m_Name + value: TextMeshPro.HANDMENU.Option2Button_83764 + objectReference: {fileID: 0} - target: {fileID: 1840989890581634500, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} propertyPath: m_Material value: @@ -497,6 +625,18 @@ PrefabInstance: propertyPath: m_Material value: objectReference: {fileID: 1530721053} + - target: {fileID: 3311318320108797117, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + propertyPath: m_Name + value: NamedEventTrigger.HANDMENU.Option2Button_83640 + objectReference: {fileID: 0} + - target: {fileID: 3449990124942354616, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + propertyPath: m_Name + value: GO.HANDMENU.SpeechButton_83848 + objectReference: {fileID: 0} + - target: {fileID: 3519308568976615508, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + propertyPath: m_Name + value: GO.HANDMENU.SpeechOptions_83670 + objectReference: {fileID: 0} - target: {fileID: 4832609139423552140, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} propertyPath: m_Material value: @@ -553,10 +693,30 @@ PrefabInstance: propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 5683516665140068568, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + propertyPath: m_Name + value: GO.HANDMENU.Option1Button_83780 + objectReference: {fileID: 0} + - target: {fileID: 5791419970918498756, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + propertyPath: m_Name + value: GO.HANDMENU.Option3Button_83706 + objectReference: {fileID: 0} - target: {fileID: 6439100389559355939, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} propertyPath: m_Material value: objectReference: {fileID: 1674410432} + - target: {fileID: 6974262829694064423, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + propertyPath: m_Name + value: GO.HANDMENU.Option2Button_83692 + objectReference: {fileID: 0} + - target: {fileID: 7196315648059257416, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + propertyPath: m_Name + value: TextMeshPro.HANDMENU.Option1Button_83766 + objectReference: {fileID: 0} + - target: {fileID: 7505537526129068579, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + propertyPath: m_Name + value: NamedEventTrigger.HANDMENU.Option1Button_83850 + objectReference: {fileID: 0} - target: {fileID: 7747986440618709081, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} propertyPath: m_Material value: @@ -565,6 +725,10 @@ PrefabInstance: propertyPath: m_Material value: objectReference: {fileID: 152553635} + - target: {fileID: 8317954069446334786, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + propertyPath: m_Name + value: TextMeshPro.HANDMENU.Option3Button_83572 + objectReference: {fileID: 0} - target: {fileID: 8859802627576979195, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} propertyPath: m_Material value: @@ -944,6 +1108,11 @@ AudioSource: m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 +--- !u!1 &174480940 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 919132149155446097, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3} + m_PrefabInstance: {fileID: 1818931762} + m_PrefabAsset: {fileID: 0} --- !u!1 &191180154 GameObject: m_ObjectHideFlags: 0 @@ -1373,46 +1542,6 @@ AudioSource: m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 ---- !u!21 &292651160 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] --- !u!1 &319696528 GameObject: m_ObjectHideFlags: 0 @@ -1896,6 +2025,21 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: namedObjects: + - {fileID: 1678224124} + - {fileID: 1818931767} + - {fileID: 3722675639087988346, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + - {fileID: 6514177060466835402, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + - {fileID: 5898539999483921607, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + - {fileID: 2615893722691818977, guid: ea46eac23ee4041d08d72ff651ddc3d2, type: 3} + - {fileID: 4861931573494781030, guid: 760ca66a6888341999f27c6e23ec905e, type: 3} + - {fileID: 8100508948216766973, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + - {fileID: 1511212145111476554, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + - {fileID: 1669470075575189953, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + - {fileID: 5813838621625756562, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + - {fileID: 5570667340355689503, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + - {fileID: 6000300492893680548, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + - {fileID: 6943135704064619909, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + - {fileID: 6313271181203162305, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} - {fileID: 17784647} - {fileID: 32075308} - {fileID: 43532588} @@ -1936,8 +2080,6 @@ MonoBehaviour: - {fileID: 1814113890} - {fileID: 2008873555} - {fileID: 2145125847} - - {fileID: 2615893722691818977, guid: ea46eac23ee4041d08d72ff651ddc3d2, type: 3} - - {fileID: 4861931573494781030, guid: 760ca66a6888341999f27c6e23ec905e, type: 3} autoUpdateAllObjects: 1 cameraRoot: {fileID: 0} --- !u!114 &478938932 @@ -1962,7 +2104,7 @@ MonoBehaviour: overrideLogStringDisplay: 0 overrideDebugInternalActive: 0 overrideDebugChangesActive: 0 - instanceID: 74050 + instanceID: 83676 __behaviourTreeGenerator: {fileID: 0} taskScripts: - {fileID: 4900000, guid: 36780e00eead045f596f95dc169f59d0, type: 3} @@ -2146,7 +2288,18 @@ AudioSource: m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 ---- !u!21 &499641972 +--- !u!114 &515095113 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 8100508948216766973, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + m_PrefabInstance: {fileID: 105957509} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!21 &594253350 Material: serializedVersion: 8 m_ObjectHideFlags: 0 @@ -2186,17 +2339,46 @@ Material: - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} m_BuildTextureStacks: [] ---- !u!114 &515095113 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8100508948216766973, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} - m_PrefabInstance: {fileID: 105957509} +--- !u!21 &610223943 +Material: + serializedVersion: 8 + 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: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] --- !u!1 &684571342 GameObject: m_ObjectHideFlags: 0 @@ -2709,46 +2891,6 @@ MonoBehaviour: roomId: XRInteractionHandsSetup uniqueId: _name: StudioEventEmitter.XRInteractionHandsSetup.FMODAudio ---- !u!21 &878480054 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] --- !u!21 &893474191 Material: serializedVersion: 8 @@ -2790,46 +2932,6 @@ Material: - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} m_BuildTextureStacks: [] --- !u!21 &910495433 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] ---- !u!21 &915418509 Material: serializedVersion: 8 m_ObjectHideFlags: 0 @@ -2968,7 +3070,7 @@ MonoBehaviour: roomId: XRInteractionHandsSetup uniqueId: _name: StudioEventEmitter.XRInteractionHandsSetup.FMODAudio ---- !u!21 &1151881224 +--- !u!21 &995805394 Material: serializedVersion: 8 m_ObjectHideFlags: 0 @@ -3347,7 +3449,7 @@ Material: - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} m_BuildTextureStacks: [] ---- !u!21 &1298992289 +--- !u!21 &1305054862 Material: serializedVersion: 8 m_ObjectHideFlags: 0 @@ -3962,7 +4064,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: imgPathList: - - Videos/Slideshow/IMG_9091_2.JPG + - Videos/Slideshow/1-9099.JPG - Videos/Slideshow/2-9119.JPG - Videos/Slideshow/3a-8927.JPG - Videos/Slideshow/3b-8595.JPG @@ -4136,7 +4238,7 @@ AudioSource: m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 ---- !u!21 &1482269089 +--- !u!21 &1502626485 Material: serializedVersion: 8 m_ObjectHideFlags: 0 @@ -4338,46 +4440,6 @@ Canvas: m_SortingLayerID: 0 m_SortingOrder: 0 m_TargetDisplay: 0 ---- !u!21 &1584894583 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] --- !u!1 &1628143686 GameObject: m_ObjectHideFlags: 0 @@ -4532,8 +4594,10 @@ GameObject: - component: {fileID: 1678224122} - component: {fileID: 1678224121} - component: {fileID: 1678224120} + - component: {fileID: 1678224124} + - component: {fileID: 1678224123} m_Layer: 0 - m_Name: viaggio-logo + m_Name: GO.UI.ViaggioLogo m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -4626,7 +4690,81 @@ MeshFilter: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1678224118} m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!114 &1678224123 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1678224118} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 854f42016d3df44a991cdc2fdbe4a363, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + go: {fileID: 1678224118} + objName: ViaggioLogo +--- !u!114 &1678224124 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1678224118} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1678224123} + roomId: UI + uniqueId: + _name: GO.UI.GoXY --- !u!21 &1694779931 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] +--- !u!21 &1696086499 Material: serializedVersion: 8 m_ObjectHideFlags: 0 @@ -4831,18 +4969,7 @@ AudioSource: m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 ---- !u!114 &1714886241 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 6313271181203162305, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} - m_PrefabInstance: {fileID: 105957509} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!21 &1723774693 +--- !u!21 &1700912710 Material: serializedVersion: 8 m_ObjectHideFlags: 0 @@ -4882,6 +5009,17 @@ Material: - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} m_BuildTextureStacks: [] +--- !u!114 &1714886241 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 6313271181203162305, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} + m_PrefabInstance: {fileID: 105957509} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1 &1723884224 GameObject: m_ObjectHideFlags: 0 @@ -5179,7 +5317,7 @@ MonoBehaviour: roomId: XRInteractionHandsSetup uniqueId: _name: StudioEventEmitter.XRInteractionHandsSetup.FMODAudio ---- !u!21 &1785367371 +--- !u!21 &1765359438 Material: serializedVersion: 8 m_ObjectHideFlags: 0 @@ -5438,7 +5576,7 @@ PrefabInstance: objectReference: {fileID: 2100000, guid: 3d1d8c401f8524c479e3f4707db5de9a, type: 2} - target: {fileID: 919132149155446097, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3} propertyPath: m_Name - value: background-hemisphere + value: GO.STATIC.Background objectReference: {fileID: 0} - target: {fileID: 919132149155446097, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3} propertyPath: m_StaticEditorFlags @@ -5447,14 +5585,54 @@ PrefabInstance: m_RemovedComponents: [] m_RemovedGameObjects: [] m_AddedGameObjects: [] - m_AddedComponents: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 919132149155446097, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3} + insertIndex: -1 + addedObject: {fileID: 1818931767} + - targetCorrespondingSourceObject: {fileID: 919132149155446097, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3} + insertIndex: -1 + addedObject: {fileID: 1818931766} m_SourcePrefab: {fileID: 100100000, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3} --- !u!4 &1818931763 stripped Transform: m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3} m_PrefabInstance: {fileID: 1818931762} m_PrefabAsset: {fileID: 0} ---- !u!21 &1843146891 +--- !u!114 &1818931766 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 174480940} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 854f42016d3df44a991cdc2fdbe4a363, type: 3} + m_Name: + m_EditorClassIdentifier: + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + go: {fileID: 174480940} + objName: Background +--- !u!114 &1818931767 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 174480940} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1818931766} + roomId: STATIC + uniqueId: + _name: GO.STATIC.GoXY +--- !u!21 &1865419539 Material: serializedVersion: 8 m_ObjectHideFlags: 0 @@ -5500,86 +5678,6 @@ Transform: m_PrefabInstance: {fileID: 1438540714} m_PrefabAsset: {fileID: 0} --- !u!21 &1895046176 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] ---- !u!21 &1935925589 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: UI/RoundedCorners/RoundedCorners - m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _ColorMask: 15 - - _Stencil: 0 - - _StencilComp: 8 - - _StencilOp: 0 - - _StencilReadMask: 255 - - _StencilWriteMask: 255 - - _UseUIAlphaClip: 0 - m_Colors: - - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} - m_BuildTextureStacks: [] ---- !u!21 &1937198315 Material: serializedVersion: 8 m_ObjectHideFlags: 0 @@ -6362,6 +6460,46 @@ MonoBehaviour: uniqueId: _name: StudioEventEmitter.XRInteractionHandsSetup.FMODAudio --- !u!21 &2100399307 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: UI/RoundedCorners/RoundedCorners + m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _ColorMask: 15 + - _Stencil: 0 + - _StencilComp: 8 + - _StencilOp: 0 + - _StencilReadMask: 255 + - _StencilWriteMask: 255 + - _UseUIAlphaClip: 0 + m_Colors: + - _OuterUV: {r: 0, g: 0, b: 1, a: 1} + - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0} + m_BuildTextureStacks: [] +--- !u!21 &2130787475 Material: serializedVersion: 8 m_ObjectHideFlags: 0 diff --git a/Viagg-io/Assets/Scripts/Speech/viaggioSpeechIntents_it.json b/Viagg-io/Assets/Scripts/Speech/viaggioSpeechIntents_it.json index 82de0ba3..13d1f7f7 100644 --- a/Viagg-io/Assets/Scripts/Speech/viaggioSpeechIntents_it.json +++ b/Viagg-io/Assets/Scripts/Speech/viaggioSpeechIntents_it.json @@ -44,7 +44,7 @@ "Sto bene, grazie.", "Tutto bene!", "Sono curioso di vedere dove vogliamo viaggiare.", - "Cos\u00eccos?." + "Cos\u00e cos\u00ec." ] }, { @@ -75,8 +75,8 @@ "Mi piace tutto.", "Non lo so.", "Non posso dire. ", - "La cosa che mi piacerebbe pi? di tutto \u00e8 mangiare.", - "La cosa che mi piacerebbe pi? di tutto \u00e8 scoprire i nuovi posti." + "La cosa che mi piacerebbe pi\u00f9 di tutto \u00e8 mangiare.", + "La cosa che mi piacerebbe pi\u00f9 di tutto \u00e8 scoprire i nuovi posti." ] }, { @@ -137,7 +137,7 @@ { "intentID": "Story_A_Picknicken-Bezahlen_einzeln-U-7a", "intentSentences": [ - "S?, \u00e8 nuovo.", + "S\u00ec, \u00e8 nuovo.", "L'ultimo modello.", "Non so.", "Per niente.", @@ -203,7 +203,7 @@ "intentID": "Castelli_di_Bellinzona-Intro-U-2a", "intentSentences": [ "Che bello. ", - "S?, mi piace molto.", + "S\u00ec, mi piace molto.", "\u00e8 una vista bellissima.", "I castelli sono fantastici.", "Molto impressionante." @@ -236,7 +236,7 @@ { "intentID": "Castelli_di_Bellinzona-Intro-U-8a", "intentSentences": [ - "S?.", + "S\u00ec.", "Volentieri.", "Con piacere.", "Ma certo.", @@ -255,7 +255,7 @@ { "intentID": "Castelli_di_Bellinzona-Geschichte_Castelli-U-2a", "intentSentences": [ - "S?.", + "S\u00ec.", "Certo.", "Lo vedo.", "\u00e8 questo.", @@ -333,8 +333,8 @@ { "intentID": "Castelli_di_Bellinzona-Outro-U-2a", "intentSentences": [ - "Si, mi \u00e8 piaciuto tutto molto.", - "\u00e8 stato cos?, cos? bello! ", + "S\u00ec, mi \u00e8 piaciuto tutto molto.", + "\u00e8 stato cos\u00ec, cos\u00ec bello! ", "Bellissimo.", "Cosa facciamo adesso?", "Non so." @@ -343,7 +343,7 @@ { "intentID": "Story_B_Grotto-Start-U-2a", "intentSentences": [ - "S?.", + "S\u00ec.", "Li conosco.", "Certo.", "Un po.", @@ -363,7 +363,7 @@ { "intentID": "Story_B_Grotto-Intro-U-3", "intentSentences": [ - "S?.", + "S\u00ec.", "Lo sapevo gi\u00e0.", "Certo.", "In grotto.", @@ -404,7 +404,7 @@ "intentID": "Story_B_Grotto-Antwort_Reise-U-1a", "intentSentences": [ "Mi piace molto.", - "S?, molto.", + "S\u00ec, molto.", "Non la conosco ancora.", "\u00e8 la prima volta che sono qui.", "Non so." @@ -413,7 +413,7 @@ { "intentID": "Story_B_Grotto-Antwort_Reise-U-2a", "intentSentences": [ - "L?aiuto in cucina.", + "L'aiuto in cucina.", "Voglio aiutarla in cucina.", "Aiuto volentieri Francesca in cucina.", "Aiutare in cucina.", @@ -435,7 +435,7 @@ { "intentID": "Story_B_Grotto-Nachfrage_Nonna_Grotto-U-2a", "intentSentences": [ - "S?, grazie, ho qualcosa con me.", + "S\u00ec, grazie, ho qualcosa con me.", "No, non ho portato nessun libro ma leggo i messaggi al cellulare.", "Guardo tiktok o instagram.", "Grazie per la domanda. Mi riposo un po'.", @@ -502,9 +502,9 @@ { "intentID": "Kueche-alles_gefunden-U-6a", "intentSentences": [ - "S?.", - "S?, mi piace molto cucinare.", - "S?, cucino volentieri.", + "S\u00ec.", + "S\u00ec, mi piace molto cucinare.", + "S\u00ec, cucino volentieri.", "Cucinare \u00e8 la mia passione.", "Cucinare \u00e8 il mio hobby preferito." ] @@ -533,8 +533,8 @@ "intentID": "Kueche-Kochen_Anzahl-U-2a", "intentSentences": [ "Molto spesso, quasi tutti i giorni.", - "S?, cucino sempre il weekend.", - "S?, cucino diverse volte alla settimana.", + "S\u00ec, cucino sempre il weekend.", + "S\u00ec, cucino diverse volte alla settimana.", "Non spesso, ma con piacere.", "Preparo il mio pranzo." ] @@ -561,7 +561,7 @@ { "intentID": "Kueche-Outro-U-14a", "intentSentences": [ - "S?.", + "S\u00ec.", "Certo.", "Molto.", "Anch'io ho fame." @@ -578,8 +578,8 @@ { "intentID": "Im_Grotto_essen-Intro-U-3a", "intentSentences": [ - "Da b?if.", - "Salata v?rda.", + "Da b\u00e9if.", + "Salata v\u00e9rda.", "Menu d'anchei.", "Pizochen." ] @@ -588,7 +588,7 @@ "intentID": "Im_Grotto_essen-Intro-U-5a", "intentSentences": [ "Non lo so.", - "S?, prendo il risotto ai funghi.", + "S\u00ec, prendo il risotto ai funghi.", "Prendo i pizochen.", "Ho scelto l'insalata mista.", "Non ho fame." @@ -597,7 +597,7 @@ { "intentID": "Im_Grotto_essen-Intro-U-7b", "intentSentences": [ - "No ho ancora deciso, ehm?", + "No ho ancora deciso, ehm.", "Non so.", "Sto considerando.", "Uno momento, per favore." @@ -609,7 +609,8 @@ "Io vorrei una gazzosa, per favore.", "Prendo una gazzosa.", "Ho scelto la limonata.", - "Vorrei ordinare una gazzosa." + "Vorrei ordinare una gazzosa.", + "Una gazzosa." ] }, { @@ -726,9 +727,9 @@ { "intentID": "Im_Grotto_essen-Grotto_Unterhaltung-U-5b", "intentSentences": [ - "S?.", - "S?, originariamente significava \"cantina\".", - "S?, era come un frigo naturale dove consevare i generi alimentari." + "S\u00ec.", + "S\u00ec, originariamente significava \"cantina\".", + "S\u00ec, era come un frigo naturale dove consevare i generi alimentari." ] }, { @@ -738,9 +739,9 @@ { "intentID": "Im_Grotto_essen-Grotto_Unterhaltung-U-9a", "intentSentences": [ - "S?.", - "S?, ogni volta che andiamo in Ticino mangiamo in un grotto.", - "S?, ho gi\u00e0 mangiato in un grotto." + "S\u00ec.", + "S\u00ec, ogni volta che andiamo in Ticino mangiamo in un grotto.", + "S\u00ec, ho gi\u00e0 mangiato in un grotto." ] }, { @@ -795,17 +796,17 @@ "intentSentences": [ "Non lo so.", "Non posso dirlo.", - "Forse s?, forse no.", + "Forse s\u00ec, forse no.", "Nessun' idea." ] }, { "intentID": "Im_Grotto_essen-Outro-U-5a", "intentSentences": [ - "S?, mi \u00e8 piaciuto molto cucinare.", - "S?, \u00e8 stato divertente.", + "S\u00ec, mi \u00e8 piaciuto molto cucinare.", + "S\u00ec, \u00e8 stato divertente.", "\u00e8 stato meravglioso.", - "S?, grazie per tutto." + "S\u00ec, grazie per tutto." ] }, { diff --git a/Videos/Slideshow/1-9099.JPG b/Videos/Slideshow/1-9099.JPG index faa47bd0..61645682 100644 Binary files a/Videos/Slideshow/1-9099.JPG and b/Videos/Slideshow/1-9099.JPG differ diff --git a/Videos/Slideshow/IMG_9091_2.JPG b/Videos/Slideshow/IMG_9091_2.JPG deleted file mode 100644 index 61645682..00000000 Binary files a/Videos/Slideshow/IMG_9091_2.JPG and /dev/null differ