diff --git a/Viagg-io/Assets/BehaviourTrees/3.2-Grotto3.bt.txt b/Viagg-io/Assets/BehaviourTrees/3.2-Grotto3.bt.txt index 5e8da0a4..e849813f 100644 --- a/Viagg-io/Assets/BehaviourTrees/3.2-Grotto3.bt.txt +++ b/Viagg-io/Assets/BehaviourTrees/3.2-Grotto3.bt.txt @@ -241,14 +241,408 @@ Tree("32_Grotto_Im_Grotto_Essen_Intro") { BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle16") } - // G sagt was + BTC.Run("MediaPlayer.VIDEOS.BestellungEssenG2") + BTC.Run("MediaPlayer.VIDEOS.BestellungEssenGid_3") - BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_FIdle13") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Essen-U-3") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Essen-U-4a") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Essen-U-4b") + 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_Essen-U-3") + BTC.ClearPossbileSpeechIntents() + BTC.SetBool("ChoosedInsalata") + BTC.Hide("MediaPlayer.VIDEOS.BestellungEssenGid_3") + } + Composite(Sequence) { + BTC.CompareIntentID("Im_Grotto_essen-Bestellung_Essen-U-4a") + BTC.ClearPossbileSpeechIntents() + BTC.SetBool("ChoosedPizochen") + BTC.Hide("MediaPlayer.VIDEOS.BestellungEssenGid_3") + } + Composite(Sequence) { + BTC.CompareIntentID("Im_Grotto_essen-Bestellung_Essen-U-4b") + BTC.ClearPossbileSpeechIntents() + BTC.SetBool("ChoosedRisotto") + BTC.Hide("MediaPlayer.VIDEOS.BestellungEssenGid_3") + } + } + } + + // -- Selector 2: Intent nicht erkannt + Composite(Sequence) { + BTC.ClearPossbileSpeechIntents() + RunTree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Essen") + } + } + } + + // -- 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_Essen") + } + } + + // --- Im Grotto Essen - Grotto Unterhaltung --- + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_G2") + BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_FIdle13") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle3") + BTC.Wait(10) + + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle3") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_F4") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle5") + + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Grotto_Unterhaltung-U-5a") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Grotto_Unterhaltung-U-5b") + BTC.StartSpeechIntentRecognition() + + Composite(Race) { + // -- Race 1: User sagt etwas + Composite(Sequence) { + BTC.UserStartedSpeechInput() + + Composite(Selector) { + // -- Selector 1: Intent erkannt + Composite(Sequence) { + BTC.SpeechIntentRecognized() + BTC.ClearPossbileSpeechIntents() + } + + // -- Selector 2: Intent nicht erkannt + Composite(Sequence) { + BTC.ClearPossbileSpeechIntents() + } + } + } + + // -- Race 2: User sagt nichts + Composite(Sequence) { + BTC.Wait(5) + BTC.CompareUserSpeechInputStarted(false) + BTC.AbortSpeechEventListener() + BTC.StopSpeechIntentRecognition() + BTC.ClearPossbileSpeechIntents() + } + } + + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle5") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_F6") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle6") + + Composite(Marathon) { + Composite(Sequence) { + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_G7") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_GIdle8") + } + Composite(Sequence) { + BTC.Wait(25) + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle6") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle9") + } + Composite(Sequence) { + BTC.Wait(5) + // Getraenke anzeigen + BTC.Show("GO.INTERACTABLES.GazosaMandarina") + BTC.Show("GO.INTERACTABLES.Tazzin") + BTC.Show("GO.INTERACTABLES.Gazosa") + } + } + + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Grotto_Unterhaltung-U-9a") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Grotto_Unterhaltung-U-9b") + BTC.StartSpeechIntentRecognition() + + Composite(Race) { + // -- Race 1: User sagt etwas + Composite(Sequence) { + BTC.UserStartedSpeechInput() + + Composite(Selector) { + // -- Selector 1: Intent erkannt + Composite(Sequence) { + BTC.SpeechIntentRecognized() + BTC.ClearPossbileSpeechIntents() + } + + // -- Selector 2: Intent nicht erkannt + Composite(Sequence) { + BTC.ClearPossbileSpeechIntents() + } + } + } + + // -- Race 2: User sagt nichts + Composite(Sequence) { + BTC.Wait(5) + BTC.CompareUserSpeechInputStarted(false) + BTC.AbortSpeechEventListener() + BTC.StopSpeechIntentRecognition() + BTC.ClearPossbileSpeechIntents() + } + } + + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_GIdle8") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_G10") + + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle9") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_F11") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle12") + + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Grotto_Unterhaltung-U-12a") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Grotto_Unterhaltung-U-12b") + BTC.StartSpeechIntentRecognition() + + Composite(Race) { + // -- Race 1: User sagt etwas + Composite(Sequence) { + BTC.UserStartedSpeechInput() + + Composite(Selector) { + // -- Selector 1: Intent erkannt + Composite(Sequence) { + BTC.SpeechIntentRecognized() + BTC.ClearPossbileSpeechIntents() + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle12") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_F13") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle12") + } + + // -- Selector 2: Intent nicht erkannt + Composite(Sequence) { + BTC.ClearPossbileSpeechIntents() + } + } + } + + // -- Race 2: User sagt nichts + Composite(Sequence) { + BTC.Wait(5) + BTC.CompareUserSpeechInputStarted(false) + BTC.AbortSpeechEventListener() + BTC.StopSpeechIntentRecognition() + BTC.ClearPossbileSpeechIntents() + } + } + + Composite(Marathon) { + Composite(Sequence) { + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle12") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle16") + } + Composite(Sequence) { + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_G15") + } + Composite(Sequence) { + BTC.Wait(5.8) + Composite(Marathon) { + BTC.Show("GO.INTERACTABLES.PizochenFrancesca") + + Composite(Race) { + Composite(Sequence) { + BTC.CompareBool("ChoosedPizochen") + BTC.Show("GO.INTERACTABLES.PizochenUser") + } + Composite(Sequence) { + BTC.CompareBool("ChoosedInsalata") + BTC.Show("GO.INTERACTABLES.InsalataUser") + } + Composite(Sequence) { + BTC.CompareBool("ChoosedRisotto") + BTC.Show("GO.INTERACTABLES.RisottoUser") + } + } + } + } + } + + + + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_G17") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_GIdle18") + + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle16") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_F19") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle20") + + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_GIdle18") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_GIdle21") + + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Grotto_Unterhaltung-U-21") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Grotto_Unterhaltung-U-24") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Grotto_Unterhaltung-U-27") + BTC.StartSpeechIntentRecognition() + + Composite(Race) { + // -- Race 1: User sagt etwas + Composite(Sequence) { + BTC.UserStartedSpeechInput() + + Composite(Selector) { + // -- Selector 1: Intent erkannt + Composite(Sequence) { + BTC.SpeechIntentRecognized() + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle20") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle24") + + // Intent erkannt + Composite(Race) { + Composite(Sequence) { + BTC.CompareIntentID("Im_Grotto_essen-Grotto_Unterhaltung-U-21") + BTC.ClearPossbileSpeechIntents() + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_GIdle21") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_G22") + } + Composite(Sequence) { + BTC.CompareIntentID("Im_Grotto_essen-Grotto_Unterhaltung-U-24") + BTC.ClearPossbileSpeechIntents() + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_GIdle21") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_G25") + } + Composite(Sequence) { + BTC.CompareIntentID("Im_Grotto_essen-Grotto_Unterhaltung-U-27") + BTC.ClearPossbileSpeechIntents() + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_GIdle21") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_G28") + } + } + } + + // -- Selector 2: Intent nicht erkannt + Composite(Sequence) { + BTC.ClearPossbileSpeechIntents() + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle20") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle24") + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_GIdle21") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_G28") + } + } + } + + // -- Race 2: User sagt nichts + Composite(Sequence) { + BTC.Wait(5) + BTC.CompareUserSpeechInputStarted(false) + BTC.AbortSpeechEventListener() + BTC.StopSpeechIntentRecognition() + BTC.ClearPossbileSpeechIntents() + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle20") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle24") + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_GIdle21") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_G28") + } + } + + Composite(Marathon) { + Composite(Sequence) { + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle24") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_F30") + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle20") + } + Composite(Sequence) { + BTC.Run("MediaPlayer.VIDEOS.GrottoUnterhaltung_G26") + } + } + + BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black") + + // --- Im Grotto Essen - Outro --- + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle20") + BTC.Run("MediaPlayer.VIDEOS.OutroFidle1") + BTC.Run("MediaPlayer.VIDEOS.OutroGidle3") + + Composite(Marathon) { + BTC.SetPosition("GO.XRInteractionHandsSetup.XROrigin", -1.02, 0, -3.019) + BTC.SetPosition("GO.HANDMENU", -1.02, 0, -3.019) + BTC.RotateToAngle("GO.XRInteractionHandsSetup.XROrigin", 180.0) + BTC.RotateToAngle("GO.HANDMENU", 180.0) + BTC.FadeIn("FadeScene.XRInteractionHandsSetup.Black") + } + + BTC.Hide("MediaPlayer.VIDEOS.OutroGidle3") + BTC.Run("MediaPlayer.VIDEOS.OutroG2") + BTC.Run("MediaPlayer.VIDEOS.OutroGidle3") + + BTC.Hide("MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle20") + BTC.Run("MediaPlayer.VIDEOS.OutroF4") + BTC.Run("MediaPlayer.VIDEOS.OutroFidle5") + + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Outro-U-5a") + BTC.StartSpeechIntentRecognition() + + Composite(Race) { + // -- Race 1: User sagt etwas + Composite(Sequence) { + BTC.UserStartedSpeechInput() + + Composite(Selector) { + // -- Selector 1: Intent erkannt + Composite(Sequence) { + BTC.SpeechIntentRecognized() + BTC.ClearPossbileSpeechIntents() + } + + // -- Selector 2: Intent nicht erkannt + Composite(Sequence) { + BTC.ClearPossbileSpeechIntents() + } + } + } + + // -- Race 2: User sagt nichts + Composite(Sequence) { + BTC.Wait(5) + BTC.CompareUserSpeechInputStarted(false) + BTC.AbortSpeechEventListener() + BTC.StopSpeechIntentRecognition() + BTC.ClearPossbileSpeechIntents() + } + } + + BTC.Hide("MediaPlayer.VIDEOS.OutroFidle5") + BTC.Run("MediaPlayer.VIDEOS.OutroF6") + BTC.Run("MediaPlayer.VIDEOS.OutroFidle7") + + BTC.Hide("MediaPlayer.VIDEOS.OutroGidle3") + BTC.Run("MediaPlayer.VIDEOS.OutroG8") + BTC.Run("MediaPlayer.VIDEOS.OutroGidle9") + + BTC.Hide("MediaPlayer.VIDEOS.OutroFidle7") + Composite(Marathon) { + Composite(Sequence) { + BTC.Wait(6) + BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black") + } + BTC.Run("MediaPlayer.VIDEOS.OutroF10") + } + + // Go to scene 1.0 SBB + BTC.SetStoryBVisited() + BTC.Run("LoadScene.NEXT.10SBB") } } Tree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Getraenk") { Composite(Sequence) { + // --- Im Grotto Essen - Nachfrage Kellner Getraenk --- BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle12") BTC.Run("MediaPlayer.VIDEOS.NachfrageKellnerGe_G1") BTC.Run("MediaPlayer.VIDEOS.NachfrageKellnerGe_GIdle2") @@ -331,20 +725,16 @@ Tree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Getraenk_Handmenu") { } } - - -Tree("Old") { +Tree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Essen") { Composite(Sequence) { - - // --- Im Grotto Essen - Nachfrage Kellner Essen --- - BTC.Show("Depthkit.VIDEOS.NachfrageKellnerEs_01") - BTC.Run("Depthkit.VIDEOS.NachfrageKellnerEs_01") - BTC.Hide("Depthkit.VIDEOS.NachfrageKellnerEs_01") + BTC.Hide("MediaPlayer.VIDEOS.BestellungEssenGid_3") + BTC.Run("MediaPlayer.VIDEOS.NachfrageKellnerEs_G2") + BTC.Run("MediaPlayer.VIDEOS.NachfrageKellnerEs_GIdle3") - BTC.AddPossbileSpeechIntent("Im_Grotto_essen.Nachfrage_Kellner_Essen.2") - BTC.AddPossbileSpeechIntent("Im_Grotto_essen.Nachfrage_Kellner_Essen.3") - BTC.AddPossbileSpeechIntent("Im_Grotto_essen.Nachfrage_Kellner_Essen.4") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Essen-U-3") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Essen-U-4a") + BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Essen-U-4b") BTC.StartSpeechIntentRecognition() Composite(Race) { @@ -360,255 +750,31 @@ Tree("Old") { // Intent erkannt Composite(Race) { Composite(Sequence) { - BTC.CompareIntentID("Im_Grotto_essen.Nachfrage_Kellner_Essen.2") - BTC.ClearPossbileSpeechIntents() - BTC.SetBool("ChoosedRisotto") - } - Composite(Sequence) { - BTC.CompareIntentID("Im_Grotto_essen.Nachfrage_Kellner_Essen.3") - BTC.ClearPossbileSpeechIntents() - BTC.SetBool("ChoosedPizochen") - } - Composite(Sequence) { - BTC.CompareIntentID("Im_Grotto_essen.Nachfrage_Kellner_Essen.4") + BTC.CompareIntentID("Im_Grotto_essen-Bestellung_Essen-U-3") BTC.ClearPossbileSpeechIntents() BTC.SetBool("ChoosedInsalata") + BTC.Hide("MediaPlayer.VIDEOS.NachfrageKellnerEs_GIdle3") } - } - } - - // -- Selector 2: Intent nicht erkannt - Composite(Sequence) { - // --- Im Grotto Essen - Nachfrage Kellner Unklar --- - // SpeechIntentRecognized Failed: kein Intent erkannt - BTC.Show("Depthkit.VIDEOS.NachfrageKellnerun_01") - BTC.Run("Depthkit.VIDEOS.NachfrageKellnerun_01") - BTC.Hide("Depthkit.VIDEOS.NachfrageKellnerun_01") - - BTC.StartSpeechIntentRecognition() - Composite(Race) { Composite(Sequence) { - BTC.UserStartedSpeechInput() - BTC.SpeechIntentRecognized() - - Composite(Race) { - Composite(Sequence) { - BTC.CompareIntentID("Im_Grotto_essen.Nachfrage_Kellner_Essen.2") - BTC.ClearPossbileSpeechIntents() - BTC.SetBool("ChoosedRisotto") - } - Composite(Sequence) { - BTC.CompareIntentID("Im_Grotto_essen.Nachfrage_Kellner_Essen.3") - BTC.ClearPossbileSpeechIntents() - BTC.SetBool("ChoosedPizochen") - } - Composite(Sequence) { - BTC.CompareIntentID("Im_Grotto_essen.Nachfrage_Kellner_Essen.4") - BTC.ClearPossbileSpeechIntents() - BTC.SetBool("ChoosedInsalata") - } - } - } - - Composite(Sequence) { - BTC.Wait(5) - BTC.CompareUserSpeechInputStarted(false) - BTC.AbortSpeechEventListener() - BTC.StopSpeechIntentRecognition() + BTC.CompareIntentID("Im_Grotto_essen-Bestellung_Essen-U-4a") BTC.ClearPossbileSpeechIntents() - - BTC.CompareUserSpeechInputStarted(true) - } - } - } - - // Selector 3: Fallback Button - Composite(Sequence) { - Composite(Marathon) { - BTC.Show("GO.GO.SpeechButton") - BTC.Set("TextMeshPro.GO.Option1Button", "text", "Risotto") - BTC.Show("GO.GO.Option1Button") - BTC.Set("TextMeshPro.GO.Option2Button", "text", "Pizochen") - BTC.Show("GO.GO.Option2Button") - BTC.Set("TextMeshPro.GO.Option3Button", "text", "Insalata") - BTC.Show("GO.GO.Option3Button") - } - - Composite(Race) { - Composite(Sequence) { - // Risotto - BTC.Run("NamedEventTrigger.GO.Option1Button") - BTC.AbortEventListener("NamedEventTrigger.GO.Option2Button") - BTC.AbortEventListener("NamedEventTrigger.GO.Option3Button") - BTC.Hide("GO.GO.Option1Button") - BTC.Hide("GO.GO.Option2Button") - BTC.Hide("GO.GO.Option3Button") - BTC.Hide("GO.GO.SpeechButton") - BTC.Hide("GO.GO.SpeechOptions") - BTC.SetBool("ChoosedRisotto") - } - Composite(Sequence) { - // Pizochen - BTC.Run("NamedEventTrigger.GO.Option2Button") - BTC.AbortEventListener("NamedEventTrigger.GO.Option1Button") - BTC.AbortEventListener("NamedEventTrigger.GO.Option3Button") - BTC.Hide("GO.GO.Option1Button") - BTC.Hide("GO.GO.Option2Button") - BTC.Hide("GO.GO.Option3Button") - BTC.Hide("GO.GO.SpeechButton") - BTC.Hide("GO.GO.SpeechOptions") BTC.SetBool("ChoosedPizochen") + BTC.Hide("MediaPlayer.VIDEOS.NachfrageKellnerEs_GIdle3") } Composite(Sequence) { - // Insalata - BTC.Run("NamedEventTrigger.GO.Option3Button") - BTC.AbortEventListener("NamedEventTrigger.GO.Option1Button") - BTC.AbortEventListener("NamedEventTrigger.GO.Option2Button") - BTC.Hide("GO.GO.Option1Button") - BTC.Hide("GO.GO.Option2Button") - BTC.Hide("GO.GO.Option3Button") - BTC.Hide("GO.GO.SpeechButton") - BTC.Hide("GO.GO.SpeechOptions") - BTC.SetBool("ChoosedInsalata") + BTC.CompareIntentID("Im_Grotto_essen-Bestellung_Essen-U-4b") + BTC.ClearPossbileSpeechIntents() + BTC.SetBool("ChoosedRisotto") + BTC.Hide("MediaPlayer.VIDEOS.NachfrageKellnerEs_GIdle3") } } } - } - } - - // -- Race 2: User sagt nichts - Composite(Sequence) { - BTC.Wait(5) - BTC.CompareUserSpeechInputStarted(false) - BTC.AbortSpeechEventListener() - BTC.StopSpeechIntentRecognition() - BTC.ClearPossbileSpeechIntents() - - // Fallback Button - Composite(Sequence) { - Composite(Marathon) { - BTC.Show("GO.GO.SpeechButton") - BTC.Set("TextMeshPro.GO.Option1Button", "text", "Risotto") - BTC.Show("GO.GO.Option1Button") - BTC.Set("TextMeshPro.GO.Option2Button", "text", "Pizochen") - BTC.Show("GO.GO.Option2Button") - BTC.Set("TextMeshPro.GO.Option3Button", "text", "Insalata") - BTC.Show("GO.GO.Option3Button") - } - - Composite(Race) { - Composite(Sequence) { - // Risotto - BTC.Run("NamedEventTrigger.GO.Option1Button") - BTC.AbortEventListener("NamedEventTrigger.GO.Option2Button") - BTC.AbortEventListener("NamedEventTrigger.GO.Option3Button") - BTC.Hide("GO.GO.Option1Button") - BTC.Hide("GO.GO.Option2Button") - BTC.Hide("GO.GO.Option3Button") - BTC.Hide("GO.GO.SpeechButton") - BTC.Hide("GO.GO.SpeechOptions") - BTC.SetBool("ChoosedRisotto") - } - Composite(Sequence) { - // Pizochen - BTC.Run("NamedEventTrigger.GO.Option2Button") - BTC.AbortEventListener("NamedEventTrigger.GO.Option1Button") - BTC.AbortEventListener("NamedEventTrigger.GO.Option3Button") - BTC.Hide("GO.GO.Option1Button") - BTC.Hide("GO.GO.Option2Button") - BTC.Hide("GO.GO.Option3Button") - BTC.Hide("GO.GO.SpeechButton") - BTC.Hide("GO.GO.SpeechOptions") - BTC.SetBool("ChoosedPizochen") - } - Composite(Sequence) { - // Insalata - BTC.Run("NamedEventTrigger.GO.Option3Button") - BTC.AbortEventListener("NamedEventTrigger.GO.Option1Button") - BTC.AbortEventListener("NamedEventTrigger.GO.Option2Button") - BTC.Hide("GO.GO.Option1Button") - BTC.Hide("GO.GO.Option2Button") - BTC.Hide("GO.GO.Option3Button") - BTC.Hide("GO.GO.SpeechButton") - BTC.Hide("GO.GO.SpeechOptions") - BTC.SetBool("ChoosedInsalata") - } - } - } - } - } - - BTC.Show("Depthkit.VIDEOS.NachfrageKellnerun_03") - BTC.Run("Depthkit.VIDEOS.NachfrageKellnerun_03") - BTC.Hide("Depthkit.VIDEOS.NachfrageKellnerun_03") - BTC.Wait(5) - BTC.Show("Depthkit.VIDEOS.NachfrageKellnerun_04") - BTC.Run("Depthkit.VIDEOS.NachfrageKellnerun_04") - BTC.Hide("Depthkit.VIDEOS.NachfrageKellnerun_04") - - BTC.AddPossbileSpeechIntent("Im_Grotto_essen.Nachfrage_Kellner_unklar.5") - BTC.StartSpeechIntentRecognition() - - Composite(Race) { - // -- Race 1: User sagt etwas - Composite(Sequence) { - BTC.UserStartedSpeechInput() - - Composite(Selector) { - // -- Selector 1: Intent erkannt - Composite(Sequence) { - BTC.SpeechIntentRecognized() - BTC.ClearPossbileSpeechIntents() - } - - // -- Selector 2: Intent nicht erkannt - Composite(Sequence) { - BTC.ClearPossbileSpeechIntents() - } - } - } - - // -- Race 2: User sagt nichts - Composite(Sequence) { - BTC.Wait(5) - BTC.CompareUserSpeechInputStarted(false) - BTC.AbortSpeechEventListener() - BTC.StopSpeechIntentRecognition() - BTC.ClearPossbileSpeechIntents() - } - } - - // Getränke hinstellen fuer User und Franscesca - BTC.Show("GO.INTERACTABLES.GazosaMandarina") - BTC.Show("GO.INTERACTABLES.Tazzin") - BTC.Show("GO.INTERACTABLES.Gazosa") - - BTC.Show("Depthkit.VIDEOS.NachfrageKellnerun_09") - BTC.Run("Depthkit.VIDEOS.NachfrageKellnerun_09") - BTC.Hide("Depthkit.VIDEOS.NachfrageKellnerun_09") - - BTC.Show("Depthkit.VIDEOS.NachfrageKellnerun_10") - BTC.Run("Depthkit.VIDEOS.NachfrageKellnerun_10") - BTC.Hide("Depthkit.VIDEOS.NachfrageKellnerun_10") - - BTC.AddPossbileSpeechIntent("Im_Grotto_essen.Nachfrage_Kellner_unklar.11") - BTC.StartSpeechIntentRecognition() - - Composite(Race) { - // -- Race 1: User sagt etwas - Composite(Sequence) { - BTC.UserStartedSpeechInput() - - Composite(Selector) { - // -- Selector 1: Intent erkannt - Composite(Sequence) { - BTC.SpeechIntentRecognized() - BTC.ClearPossbileSpeechIntents() - } // -- Selector 2: Intent nicht erkannt Composite(Sequence) { BTC.ClearPossbileSpeechIntents() + RunTree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Essen_Handmenu") + BTC.Hide("MediaPlayer.VIDEOS.NachfrageKellnerEs_GIdle3") } } } @@ -620,155 +786,66 @@ Tree("Old") { BTC.AbortSpeechEventListener() BTC.StopSpeechIntentRecognition() BTC.ClearPossbileSpeechIntents() + RunTree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Essen_Handmenu") + BTC.Hide("MediaPlayer.VIDEOS.NachfrageKellnerEs_GIdle3") } } - - BTC.Show("Depthkit.VIDEOS.NachfrageKellnerun_15") - BTC.Run("Depthkit.VIDEOS.NachfrageKellnerun_15") - BTC.Hide("Depthkit.VIDEOS.NachfrageKellnerun_15") - - BTC.Show("Depthkit.VIDEOS.NachfrageKellnerun_16") - BTC.Run("Depthkit.VIDEOS.NachfrageKellnerun_16") - BTC.Hide("Depthkit.VIDEOS.NachfrageKellnerun_16") - - BTC.Show("Depthkit.VIDEOS.NachfrageKellnerun_18") - BTC.Run("Depthkit.VIDEOS.NachfrageKellnerun_18") - BTC.Hide("Depthkit.VIDEOS.NachfrageKellnerun_18") - - Composite(Marathon) { - BTC.Show("GO.INTERACTABLES.PizochenFrancesca") - - Composite(Race) { - Composite(Sequence) { - BTC.CompareBool("ChoosedPizochen") - BTC.Show("GO.INTERACTABLES.PizochenUser") - } - Composite(Sequence) { - BTC.CompareBool("ChoosedInsalata") - BTC.Show("GO.INTERACTABLES.InsalataUser") - } - Composite(Sequence) { - BTC.CompareBool("ChoosedRisotto") - BTC.Show("GO.INTERACTABLES.RisottoUser") - } - } - } - - BTC.Show("Depthkit.VIDEOS.NachfrageKellnerun_22") - BTC.Run("Depthkit.VIDEOS.NachfrageKellnerun_22") - BTC.Hide("Depthkit.VIDEOS.NachfrageKellnerun_22") - - BTC.Show("Depthkit.VIDEOS.NachfrageKellnerun_23") - BTC.Run("Depthkit.VIDEOS.NachfrageKellnerun_23") - BTC.Hide("Depthkit.VIDEOS.NachfrageKellnerun_23") - - BTC.AddPossbileSpeechIntent("Im_Grotto_essen.Nachfrage_Kellner_unklar.24") - BTC.StartSpeechIntentRecognition() - - Composite(Race) { - // -- Race 1: User sagt etwas - Composite(Sequence) { - BTC.UserStartedSpeechInput() - - Composite(Selector) { - // -- Selector 1: Intent erkannt - Composite(Sequence) { - BTC.SpeechIntentRecognized() - BTC.ClearPossbileSpeechIntents() - } - - // -- Selector 2: Intent nicht erkannt - Composite(Sequence) { - BTC.ClearPossbileSpeechIntents() - } - } - } - - // -- Race 2: User sagt nichts - Composite(Sequence) { - BTC.Wait(5) - BTC.CompareUserSpeechInputStarted(false) - BTC.AbortSpeechEventListener() - BTC.StopSpeechIntentRecognition() - BTC.ClearPossbileSpeechIntents() - } - } - - // --- Im Grotto Essen - Outro --- - Composite(Marathon) { - BTC.SetPosition("GO.XRInteractionHandsSetup.XROrigin", -1.14, 0, 1.698) - BTC.SetPosition("GO.HANDMENU", -1.14, 0, 1.698) - BTC.RotateToAngle("GO.XRInteractionHandsSetup.XROrigin", 60.0) - BTC.RotateToAngle("GO.HANDMENU", 60.0) - } - - BTC.Show("Depthkit.VIDEOS.Outro1ImGrottoesse") - BTC.Run("Depthkit.VIDEOS.Outro1ImGrottoesse") - BTC.Hide("Depthkit.VIDEOS.Outro1ImGrottoesse") - - BTC.Show("Depthkit.VIDEOS.Outro2ImGrottoesse") - BTC.Run("Depthkit.VIDEOS.Outro2ImGrottoesse") - BTC.Hide("Depthkit.VIDEOS.Outro2ImGrottoesse") - - BTC.AddPossbileSpeechIntent("Im_Grotto_essen.Outro.3") - BTC.StartSpeechIntentRecognition() - - Composite(Race) { - // -- Race 1: User sagt etwas - Composite(Sequence) { - BTC.UserStartedSpeechInput() - - Composite(Selector) { - // -- Selector 1: Intent erkannt - Composite(Sequence) { - BTC.SpeechIntentRecognized() - BTC.ClearPossbileSpeechIntents() - } - - // -- Selector 2: Intent nicht erkannt - Composite(Sequence) { - BTC.ClearPossbileSpeechIntents() - } - } - } - - // -- Race 2: User sagt nichts - Composite(Sequence) { - BTC.Wait(5) - BTC.CompareUserSpeechInputStarted(false) - BTC.AbortSpeechEventListener() - BTC.StopSpeechIntentRecognition() - BTC.ClearPossbileSpeechIntents() - } - } - - BTC.Show("Depthkit.VIDEOS.Outro6ImGrottoesse") - BTC.Run("Depthkit.VIDEOS.Outro6ImGrottoesse") - BTC.Hide("Depthkit.VIDEOS.Outro6ImGrottoesse") - - BTC.Show("Depthkit.VIDEOS.Outro7ImGrottoesse") - BTC.Run("Depthkit.VIDEOS.Outro7ImGrottoesse") - BTC.Hide("Depthkit.VIDEOS.Outro7ImGrottoesse") - - BTC.Show("Depthkit.VIDEOS.Outro8ImGrottoesse") - BTC.Run("Depthkit.VIDEOS.Outro8ImGrottoesse") - BTC.Hide("Depthkit.VIDEOS.Outro8ImGrottoesse") - - BTC.Show("Depthkit.VIDEOS.Outro10ImGrottoess") - BTC.Run("Depthkit.VIDEOS.Outro10ImGrottoess") - BTC.Hide("Depthkit.VIDEOS.Outro10ImGrottoess") - - RunTree("32_Grotto_Hide") } } -Tree("32_Grotto_Hide") { +Tree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Essen_Handmenu") { Composite(Sequence) { - // Go to scene 1.0 SBB - BTC.SetStoryBVisited() - BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black") - BTC.Run("LoadScene.NEXT.10SBB") + // Fallback Button + Composite(Marathon) { + BTC.Show("GO.GO.SpeechButton") + BTC.Set("TextMeshPro.GO.Option1Button", "text", "Risotto") + BTC.Show("GO.GO.Option1Button") + BTC.Set("TextMeshPro.GO.Option2Button", "text", "Pizochen") + BTC.Show("GO.GO.Option2Button") + BTC.Set("TextMeshPro.GO.Option3Button", "text", "Insalata") + BTC.Show("GO.GO.Option3Button") + } + + Composite(Race) { + Composite(Sequence) { + // Risotto + BTC.Run("NamedEventTrigger.GO.Option1Button") + BTC.AbortEventListener("NamedEventTrigger.GO.Option2Button") + BTC.AbortEventListener("NamedEventTrigger.GO.Option3Button") + BTC.Hide("GO.GO.Option1Button") + BTC.Hide("GO.GO.Option2Button") + BTC.Hide("GO.GO.Option3Button") + BTC.Hide("GO.GO.SpeechButton") + BTC.Hide("GO.GO.SpeechOptions") + BTC.SetBool("ChoosedRisotto") + } + Composite(Sequence) { + // Pizochen + BTC.Run("NamedEventTrigger.GO.Option2Button") + BTC.AbortEventListener("NamedEventTrigger.GO.Option1Button") + BTC.AbortEventListener("NamedEventTrigger.GO.Option3Button") + BTC.Hide("GO.GO.Option1Button") + BTC.Hide("GO.GO.Option2Button") + BTC.Hide("GO.GO.Option3Button") + BTC.Hide("GO.GO.SpeechButton") + BTC.Hide("GO.GO.SpeechOptions") + BTC.SetBool("ChoosedPizochen") + } + Composite(Sequence) { + // Insalata + BTC.Run("NamedEventTrigger.GO.Option3Button") + BTC.AbortEventListener("NamedEventTrigger.GO.Option1Button") + BTC.AbortEventListener("NamedEventTrigger.GO.Option2Button") + BTC.Hide("GO.GO.Option1Button") + BTC.Hide("GO.GO.Option2Button") + BTC.Hide("GO.GO.Option3Button") + BTC.Hide("GO.GO.SpeechButton") + BTC.Hide("GO.GO.SpeechOptions") + BTC.SetBool("ChoosedInsalata") + } + } } } + diff --git a/Viagg-io/Assets/Scenes/3.2-Grotto3.unity b/Viagg-io/Assets/Scenes/3.2-Grotto3.unity index fb76092f..2e6860f8 100644 --- a/Viagg-io/Assets/Scenes/3.2-Grotto3.unity +++ b/Viagg-io/Assets/Scenes/3.2-Grotto3.unity @@ -245,32 +245,47 @@ Transform: - {fileID: 468396189} - {fileID: 465888115} - {fileID: 1475365966} - - {fileID: 1191508919} - - {fileID: 113881361} - - {fileID: 1314205932} - - {fileID: 1782257120} - - {fileID: 675935977} - - {fileID: 606260741} - - {fileID: 1521437738} - - {fileID: 1585677945} - - {fileID: 1593459636} - - {fileID: 1168603795} - - {fileID: 501430649} - - {fileID: 25177892} - - {fileID: 486050955} - - {fileID: 1875310402} - - {fileID: 237307501} - - {fileID: 1568112539} - - {fileID: 1886613250} - - {fileID: 1418224710} - - {fileID: 392672550} + - {fileID: 2008365933} + - {fileID: 99959201} + - {fileID: 1976557126} + - {fileID: 318947059} + - {fileID: 1820211665} + - {fileID: 485806942} + - {fileID: 296701739} + - {fileID: 2116719840} + - {fileID: 1080427409} + - {fileID: 487721115} + - {fileID: 958062111} + - {fileID: 1176440255} + - {fileID: 1927674266} + - {fileID: 298237259} + - {fileID: 1584669139} + - {fileID: 1915276496} + - {fileID: 1480027886} + - {fileID: 195599021} + - {fileID: 1588485084} + - {fileID: 743492777} + - {fileID: 1975828766} + - {fileID: 601801148} + - {fileID: 197080696} + - {fileID: 603936324} + - {fileID: 653559157} + - {fileID: 1878475939} + - {fileID: 1781781217} + - {fileID: 1421932793} + - {fileID: 385607231} + - {fileID: 471022159} - {fileID: 1960570891} - - {fileID: 905076258} - - {fileID: 2139740871} - - {fileID: 1415059350} - - {fileID: 1683368794} - - {fileID: 1751403197} - - {fileID: 131433974} + - {fileID: 1156654263} + - {fileID: 834745013} + - {fileID: 1276281720} + - {fileID: 1447998966} + - {fileID: 1695538884} + - {fileID: 1644661456} + - {fileID: 22246066} + - {fileID: 1666848019} + - {fileID: 536022940} + - {fileID: 998971292} m_Father: {fileID: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &11944598 @@ -334,61 +349,195 @@ PrefabInstance: m_AddedGameObjects: [] m_AddedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: a0cd652d6e197224693d6a9828ae3fc6, type: 3} ---- !u!1 &25177891 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - m_PrefabInstance: {fileID: 1501060073} - m_PrefabAsset: {fileID: 0} ---- !u!4 &25177892 stripped +--- !u!1001 &22246065 +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.053 + 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: -3.019 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + 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.7071068 + 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: -90 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3167518112041466795, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 8bd5d6d936d66414f812a6c0eca8f5e1, type: 2} + - 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_63_F + 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.OutroFidle7 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -4.65 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: 6.069 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 22246070} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 22246069} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &22246066 stripped Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - m_PrefabInstance: {fileID: 1501060073} + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 22246065} m_PrefabAsset: {fileID: 0} ---- !u!114 &25177893 +--- !u!1 &22246067 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 22246065} + m_PrefabAsset: {fileID: 0} +--- !u!1 &22246068 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 22246065} + m_PrefabAsset: {fileID: 0} +--- !u!114 &22246069 MonoBehaviour: m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 25177891} + m_GameObject: {fileID: 22246068} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} m_Name: m_EditorClassIdentifier: showHelpText: 0 fadeInTime: 1.5 fadeOutTime: 1.5 - depthkitClip: {fileID: 25177902} - videoPath: Depthkit/Grotto/Nachfrage_Kellner_unklar.9.Im_Grotto_essen.mp4 ---- !u!114 &25177894 + videoPath: Videos/Grotto/Im_Grotto_essen-Outro-F-idle-7.mp4 + videoName: Outro-F-idle-7 + _videoActor: {fileID: 22246067} +--- !u!114 &22246070 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 25177891} + m_GameObject: {fileID: 22246068} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} m_Name: m_EditorClassIdentifier: handlers: - - {fileID: 25177893} + - {fileID: 22246069} roomId: VIDEOS - uniqueId: 09 - _name: Depthkit.VIDEOS.NachfrageKellnerun_09 ---- !u!114 &25177902 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - m_PrefabInstance: {fileID: 1501060073} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 25177891} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: + uniqueId: + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &29339505 PrefabInstance: m_ObjectHideFlags: 0 @@ -1497,6 +1646,223 @@ Transform: m_CorrespondingSourceObject: {fileID: 7033016062537324500, guid: 0b1757d535e0fed4f885ff9623f341c5, type: 3} m_PrefabInstance: {fileID: 88586508} m_PrefabAsset: {fileID: 0} +--- !u!21 &99133100 +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 &99959200 +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_28_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.BestellungEssenGid_3 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 99959205} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 99959204} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &99959201 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 99959200} + m_PrefabAsset: {fileID: 0} +--- !u!1 &99959202 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 99959200} + m_PrefabAsset: {fileID: 0} +--- !u!1 &99959203 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 99959200} + m_PrefabAsset: {fileID: 0} +--- !u!114 &99959204 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 99959203} + 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_Essen-G-idle-3.mp4 + videoName: Bestellung_Essen-G-idle-3 + _videoActor: {fileID: 99959202} +--- !u!114 &99959205 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 99959203} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 99959204} + roomId: VIDEOS + uniqueId: 3 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &110350097 PrefabInstance: m_ObjectHideFlags: 0 @@ -1599,61 +1965,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 3200734562793753499, guid: e59cddf3072c6274b9c2f42ff1cbd6f8, type: 3} m_PrefabInstance: {fileID: 110350097} m_PrefabAsset: {fileID: 0} ---- !u!1 &113881360 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 3154383086f404ad38a73e06e82be346, type: 3} - m_PrefabInstance: {fileID: 1727234035} - m_PrefabAsset: {fileID: 0} ---- !u!4 &113881361 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: 3154383086f404ad38a73e06e82be346, type: 3} - m_PrefabInstance: {fileID: 1727234035} - m_PrefabAsset: {fileID: 0} ---- !u!114 &113881362 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 113881360} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 113881371} - videoPath: Depthkit/Grotto/Intro.2.Im_Grotto_essen.mp4 ---- !u!114 &113881363 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 113881360} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 113881362} - roomId: VIDEOS - uniqueId: - _name: Depthkit.VIDEOS.Intro2ImGrottoesse ---- !u!114 &113881371 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: 3154383086f404ad38a73e06e82be346, type: 3} - m_PrefabInstance: {fileID: 1727234035} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 113881360} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: --- !u!1001 &119185409 PrefabInstance: m_ObjectHideFlags: 0 @@ -1790,97 +2101,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 6274735027359106239, guid: 3679510d629666b48ba85088eac1d413, type: 3} m_PrefabInstance: {fileID: 125635125} m_PrefabAsset: {fileID: 0} ---- !u!1001 &129198482 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.Intro7ImGrottoesse - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 1887270770} - - target: {fileID: 1668543161738679156, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: m_LocalPosition.x - value: -2.841 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: m_LocalPosition.y - value: -0.002 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: m_LocalPosition.z - value: -11.316 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - insertIndex: -1 - addedObject: {fileID: 1782257122} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - insertIndex: -1 - addedObject: {fileID: 1782257121} - m_SourcePrefab: {fileID: 100100000, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} --- !u!21 &130433641 Material: serializedVersion: 8 @@ -1961,234 +2181,6 @@ Material: - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - _WidthHeightRadius: {r: 280, g: 54.4, b: 56, a: 0} m_BuildTextureStacks: [] ---- !u!1001 &131433973 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.Outro10ImGrottoess - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 1613473573} - - target: {fileID: 1668543161738679156, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: m_LocalPosition.x - value: -0.095 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: m_LocalPosition.y - value: 0.014 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: m_LocalPosition.z - value: 1.965 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: m_LocalRotation.w - value: 0.8756803 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: m_LocalRotation.y - value: 0.48289132 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - insertIndex: -1 - addedObject: {fileID: 131433978} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - insertIndex: -1 - addedObject: {fileID: 131433977} - m_SourcePrefab: {fileID: 100100000, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} ---- !u!4 &131433974 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - m_PrefabInstance: {fileID: 131433973} - m_PrefabAsset: {fileID: 0} ---- !u!1 &131433975 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - m_PrefabInstance: {fileID: 131433973} - m_PrefabAsset: {fileID: 0} ---- !u!114 &131433976 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: 5add2acbe0bb44eeaa1a7561a74db9de, type: 3} - m_PrefabInstance: {fileID: 131433973} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 131433975} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!114 &131433977 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 131433975} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 131433976} - videoPath: Depthkit/Grotto/Outro.10.Im_Grotto_essen.mp4 ---- !u!114 &131433978 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 131433975} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 131433977} - roomId: VIDEOS - uniqueId: - _name: Depthkit.VIDEOS.Outro10ImGrottoess ---- !u!21 &133692881 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Shader Graphs/Depthkit Studio Photo Look Unlit - m_Shader: {fileID: -6465566751694194690, guid: 1f57a434f2e8d4e40979f248bac82f5c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - DK_UNTEXTURED_FRAGMENT_INFER - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - unity_Lightmaps: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_LightmapsInd: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_ShadowMasks: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _QueueControl: 0 - - _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 @@ -2385,46 +2377,6 @@ 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 @@ -2581,6 +2533,352 @@ Transform: m_CorrespondingSourceObject: {fileID: 7033016062537324500, guid: 0b1757d535e0fed4f885ff9623f341c5, type: 3} m_PrefabInstance: {fileID: 184126421} m_PrefabAsset: {fileID: 0} +--- !u!1001 &195599020 +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_44_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.GrottoUnterhaltung_FIdle16 + 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: 195599025} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 195599024} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &195599021 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 195599020} + m_PrefabAsset: {fileID: 0} +--- !u!1 &195599022 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 195599020} + m_PrefabAsset: {fileID: 0} +--- !u!1 &195599023 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 195599020} + m_PrefabAsset: {fileID: 0} +--- !u!114 &195599024 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 195599023} + 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-Grotto_Unterhaltung-F-idle-16.mp4 + videoName: Grotto_Unterhaltung-F-idle-16 + _videoActor: {fileID: 195599022} +--- !u!114 &195599025 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 195599023} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 195599024} + roomId: VIDEOS + uniqueId: FIdle16 + _name: MediaPlayer.VIDEOS.Video +--- !u!1001 &197080695 +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_49_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.GrottoUnterhaltung_FIdle20 + 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: 197080700} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 197080699} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &197080696 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 197080695} + m_PrefabAsset: {fileID: 0} +--- !u!1 &197080697 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 197080695} + m_PrefabAsset: {fileID: 0} +--- !u!1 &197080698 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 197080695} + m_PrefabAsset: {fileID: 0} +--- !u!114 &197080699 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 197080698} + 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-Grotto_Unterhaltung-F-idle-20.mp4 + videoName: Grotto_Unterhaltung-F-idle-20 + _videoActor: {fileID: 197080697} +--- !u!114 &197080700 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 197080698} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 197080699} + roomId: VIDEOS + uniqueId: FIdle20 + _name: MediaPlayer.VIDEOS.Video --- !u!21 &198690437 Material: serializedVersion: 8 @@ -3448,188 +3746,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 2088371299627749622, guid: 4e6b4351a33e1b94aaa16a46fbfc3704, type: 3} m_PrefabInstance: {fileID: 237258949} m_PrefabAsset: {fileID: 0} ---- !u!1001 &237307500 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.NachfrageKellnerun_15 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 133692881} - - target: {fileID: 1668543161738679156, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: m_LocalPosition.x - value: -3.017 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: m_LocalPosition.y - value: -0.002 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: m_LocalPosition.z - value: -11.571 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: perspectivesCount - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: radialBiasPersp.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: overrideRadialBias.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: showPerspectiveGizmo.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: maskGenerator.m_blurFilter.slices - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: perspectiveGeometryData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: perspectiveColorBlendingData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - insertIndex: -1 - addedObject: {fileID: 237307505} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - insertIndex: -1 - addedObject: {fileID: 237307504} - m_SourcePrefab: {fileID: 100100000, guid: aad0d05a97c5f421fac01b154da35623, type: 3} ---- !u!4 &237307501 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - m_PrefabInstance: {fileID: 237307500} - m_PrefabAsset: {fileID: 0} ---- !u!1 &237307502 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - m_PrefabInstance: {fileID: 237307500} - m_PrefabAsset: {fileID: 0} ---- !u!114 &237307503 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: aad0d05a97c5f421fac01b154da35623, type: 3} - m_PrefabInstance: {fileID: 237307500} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 237307502} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!114 &237307504 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 237307502} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 237307503} - videoPath: Depthkit/Grotto/Nachfrage_Kellner_unklar.15.Im_Grotto_essen.mp4 ---- !u!114 &237307505 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 237307502} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 237307504} - roomId: VIDEOS - uniqueId: 15 - _name: Depthkit.VIDEOS.NachfrageKellnerun_15 --- !u!1 &247975447 GameObject: m_ObjectHideFlags: 0 @@ -4350,47 +4466,7 @@ 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 +--- !u!1001 &296701738 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 @@ -4398,157 +4474,348 @@ PrefabInstance: serializedVersion: 3 m_TransformParent: {fileID: 5995454} m_Modifications: - - target: {fileID: 42286430969128322, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} + - target: {fileID: 1064606778807215308, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_Name - value: Depthkit.VIDEOS.Intro8ImGrottoesse + value: video-container-sitting_33_F objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: m_IsActive + - 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: 99019791534316073, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 1887270770} - - target: {fileID: 1668543161738679156, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} + - 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: 1668543161738679156, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: _autoPlayOnStart value: 0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} + - 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: -4.466 + value: -3.415 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalPosition.y - value: -0.002 + value: -0.24 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalPosition.z - value: -10.805 + value: -10.722 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: volumeViewpoint - value: + - target: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.GrottoUnterhaltung_FIdle5 objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: perspectivesCount - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: radialBiasPersp.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: overrideRadialBias.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: radialBiasPersp.Array.data[0] + - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_IsActive value: 0 objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: radialBiasPersp.Array.data[1] - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: showPerspectiveGizmo.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: maskGenerator.m_blurFilter.slices - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[6].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[7].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[8].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[9].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[10].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[11].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: perspectiveGeometryData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: perspectiveColorBlendingData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} m_RemovedComponents: [] m_RemovedGameObjects: [] m_AddedGameObjects: [] m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} insertIndex: -1 - addedObject: {fileID: 675935979} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} + addedObject: {fileID: 296701743} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} insertIndex: -1 - addedObject: {fileID: 675935978} - m_SourcePrefab: {fileID: 100100000, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} + addedObject: {fileID: 296701742} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &296701739 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 296701738} + m_PrefabAsset: {fileID: 0} +--- !u!1 &296701740 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 296701738} + m_PrefabAsset: {fileID: 0} +--- !u!1 &296701741 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 296701738} + m_PrefabAsset: {fileID: 0} +--- !u!114 &296701742 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296701741} + 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-Grotto_Unterhaltung-F-idle-5.mp4 + videoName: Grotto_Unterhaltung-F-idle-5 + _videoActor: {fileID: 296701740} +--- !u!114 &296701743 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 296701741} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 296701742} + roomId: VIDEOS + uniqueId: FIdle5 + _name: MediaPlayer.VIDEOS.Video +--- !u!1001 &298237258 +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_40_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.GrottoUnterhaltung_G10 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 298237263} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 298237262} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &298237259 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 298237258} + m_PrefabAsset: {fileID: 0} +--- !u!1 &298237260 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 298237258} + m_PrefabAsset: {fileID: 0} +--- !u!1 &298237261 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 298237258} + m_PrefabAsset: {fileID: 0} +--- !u!114 &298237262 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 298237261} + 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-Grotto_Unterhaltung-G-10.mp4 + videoName: Grotto_Unterhaltung-G-10 + _videoActor: {fileID: 298237260} +--- !u!114 &298237263 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 298237261} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 298237262} + roomId: VIDEOS + uniqueId: G10 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &317256672 PrefabInstance: m_ObjectHideFlags: 0 @@ -4694,6 +4961,183 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: b42b16f6277c14821bce679ca29063c0, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!1001 &318947058 +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_30_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.NachfrageKellnerEs_GIdle3 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 318947063} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 318947062} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &318947059 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 318947058} + m_PrefabAsset: {fileID: 0} +--- !u!1 &318947060 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 318947058} + m_PrefabAsset: {fileID: 0} +--- !u!1 &318947061 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 318947058} + m_PrefabAsset: {fileID: 0} +--- !u!114 &318947062 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 318947061} + 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_Essen-G-idle-3.mp4 + videoName: Nachfrage_Kellner_Essen-G-idle-3 + _videoActor: {fileID: 318947060} +--- !u!114 &318947063 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 318947061} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 318947062} + roomId: VIDEOS + uniqueId: GIdle3 + _name: MediaPlayer.VIDEOS.Video --- !u!21 &328073978 Material: serializedVersion: 8 @@ -4836,6 +5280,179 @@ Transform: m_Children: [] m_Father: {fileID: 1871104320} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &385607230 +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_55_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.GrottoUnterhaltung_FIdle24 + 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: 385607235} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 385607234} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &385607231 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 385607230} + m_PrefabAsset: {fileID: 0} +--- !u!1 &385607232 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 385607230} + m_PrefabAsset: {fileID: 0} +--- !u!1 &385607233 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 385607230} + m_PrefabAsset: {fileID: 0} +--- !u!114 &385607234 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 385607233} + 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-Grotto_Unterhaltung-F-idle-24.mp4 + videoName: Grotto_Unterhaltung-F-idle-24 + _videoActor: {fileID: 385607232} +--- !u!114 &385607235 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 385607233} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 385607234} + roomId: VIDEOS + uniqueId: FIdle24 + _name: MediaPlayer.VIDEOS.Video --- !u!4 &387981293 stripped Transform: m_CorrespondingSourceObject: {fileID: 5830109030872851153, guid: 575420cb616b1da4d9597b380887df1a, type: 3} @@ -4919,188 +5536,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 71620492509041771, guid: 6423901df43084e40b863871e5338d4c, type: 3} m_PrefabInstance: {fileID: 391316356} m_PrefabAsset: {fileID: 0} ---- !u!1001 &392672549 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.NachfrageKellnerun_23 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 133692881} - - target: {fileID: 1668543161738679156, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: m_LocalPosition.x - value: -4.466 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: m_LocalPosition.y - value: -0.002 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: m_LocalPosition.z - value: -10.805 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: perspectivesCount - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: radialBiasPersp.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: overrideRadialBias.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: showPerspectiveGizmo.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: maskGenerator.m_blurFilter.slices - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: perspectiveGeometryData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: perspectiveColorBlendingData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - insertIndex: -1 - addedObject: {fileID: 392672554} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - insertIndex: -1 - addedObject: {fileID: 392672553} - m_SourcePrefab: {fileID: 100100000, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} ---- !u!4 &392672550 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - m_PrefabInstance: {fileID: 392672549} - m_PrefabAsset: {fileID: 0} ---- !u!1 &392672551 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - m_PrefabInstance: {fileID: 392672549} - m_PrefabAsset: {fileID: 0} ---- !u!114 &392672552 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: dce9af8e524444e4aa62e2ffcfd89e26, type: 3} - m_PrefabInstance: {fileID: 392672549} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 392672551} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!114 &392672553 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 392672551} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 392672552} - videoPath: Depthkit/Grotto/Nachfrage_Kellner_unklar.23.Im_Grotto_essen.mp4 ---- !u!114 &392672554 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 392672551} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 392672553} - roomId: VIDEOS - uniqueId: 23 - _name: Depthkit.VIDEOS.NachfrageKellnerun_23 --- !u!1001 &397385011 PrefabInstance: m_ObjectHideFlags: 0 @@ -5865,61 +6300,569 @@ MonoBehaviour: roomId: VIDEOS uniqueId: GIdle16 _name: MediaPlayer.VIDEOS.Video ---- !u!1 &486050954 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - m_PrefabInstance: {fileID: 1846574445} - m_PrefabAsset: {fileID: 0} ---- !u!4 &486050955 stripped +--- !u!1001 &471022158 +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_56_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.GrottoUnterhaltung_F30 + 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: 471022163} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 471022162} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &471022159 stripped Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - m_PrefabInstance: {fileID: 1846574445} + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 471022158} m_PrefabAsset: {fileID: 0} ---- !u!114 &486050956 +--- !u!1 &471022160 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 471022158} + m_PrefabAsset: {fileID: 0} +--- !u!1 &471022161 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 471022158} + m_PrefabAsset: {fileID: 0} +--- !u!114 &471022162 MonoBehaviour: m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 486050954} + m_GameObject: {fileID: 471022161} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} m_Name: m_EditorClassIdentifier: showHelpText: 0 fadeInTime: 1.5 fadeOutTime: 1.5 - depthkitClip: {fileID: 486050965} - videoPath: Depthkit/Grotto/Nachfrage_Kellner_unklar.10.Im_Grotto_essen.mp4 ---- !u!114 &486050957 + videoPath: Videos/Grotto/Im_Grotto_essen-Grotto_Unterhaltung-F-30.mp4 + videoName: Grotto_Unterhaltung-F-30 + _videoActor: {fileID: 471022160} +--- !u!114 &471022163 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 486050954} + m_GameObject: {fileID: 471022161} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} m_Name: m_EditorClassIdentifier: handlers: - - {fileID: 486050956} + - {fileID: 471022162} roomId: VIDEOS - uniqueId: 10 - _name: Depthkit.VIDEOS.NachfrageKellnerun_10 ---- !u!114 &486050965 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - m_PrefabInstance: {fileID: 1846574445} + uniqueId: F30 + _name: MediaPlayer.VIDEOS.Video +--- !u!21 &471708161 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 486050954} + 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 &485806941 +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_32_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.GrottoUnterhaltung_F4 + 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: 485806946} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 485806945} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &485806942 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 485806941} + m_PrefabAsset: {fileID: 0} +--- !u!1 &485806943 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 485806941} + m_PrefabAsset: {fileID: 0} +--- !u!1 &485806944 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 485806941} + m_PrefabAsset: {fileID: 0} +--- !u!114 &485806945 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 485806944} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} + 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-Grotto_Unterhaltung-F-4.mp4 + videoName: Grotto_Unterhaltung-F-4 + _videoActor: {fileID: 485806943} +--- !u!114 &485806946 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 485806944} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 485806945} + roomId: VIDEOS + uniqueId: F4 + _name: MediaPlayer.VIDEOS.Video +--- !u!1001 &487721114 +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_36_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.GrottoUnterhaltung_G7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 487721119} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 487721118} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &487721115 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 487721114} + m_PrefabAsset: {fileID: 0} +--- !u!1 &487721116 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 487721114} + m_PrefabAsset: {fileID: 0} +--- !u!1 &487721117 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 487721114} + m_PrefabAsset: {fileID: 0} +--- !u!114 &487721118 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 487721117} + 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-Grotto_Unterhaltung-G-7.mp4 + videoName: Grotto_Unterhaltung-G-7 + _videoActor: {fileID: 487721116} +--- !u!114 &487721119 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 487721117} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 487721118} + roomId: VIDEOS + uniqueId: G7 + _name: MediaPlayer.VIDEOS.Video --- !u!1 &487880047 GameObject: m_ObjectHideFlags: 0 @@ -6176,103 +7119,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 2627748295737561088, guid: 3e67ce449281b9c4c8d2e311c736bb72, type: 3} m_PrefabInstance: {fileID: 498810257} m_PrefabAsset: {fileID: 0} ---- !u!21 &499868552 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Shader Graphs/Depthkit Studio Photo Look Unlit - m_Shader: {fileID: -6465566751694194690, guid: 1f57a434f2e8d4e40979f248bac82f5c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - DK_UNTEXTURED_FRAGMENT_INFER - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - unity_Lightmaps: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_LightmapsInd: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_ShadowMasks: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _QueueControl: 0 - - _QueueOffset: 0 - m_Colors: [] - m_BuildTextureStacks: [] ---- !u!1 &501430648 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - m_PrefabInstance: {fileID: 1697663296} - m_PrefabAsset: {fileID: 0} ---- !u!4 &501430649 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - m_PrefabInstance: {fileID: 1697663296} - m_PrefabAsset: {fileID: 0} ---- !u!114 &501430650 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 501430648} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 501430659} - videoPath: Depthkit/Grotto/Nachfrage_Kellner_unklar.4.Im_Grotto_essen.mp4 ---- !u!114 &501430651 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 501430648} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 501430650} - roomId: VIDEOS - uniqueId: 04 - _name: Depthkit.VIDEOS.NachfrageKellnerun_04 ---- !u!114 &501430659 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - m_PrefabInstance: {fileID: 1697663296} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 501430648} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: --- !u!1001 &510960057 PrefabInstance: m_ObjectHideFlags: 0 @@ -6401,6 +7247,191 @@ Transform: m_CorrespondingSourceObject: {fileID: 382483183088004525, guid: 7ce1db7bd0f3ef4489a44b88ad374b8f, type: 3} m_PrefabInstance: {fileID: 514790040} m_PrefabAsset: {fileID: 0} +--- !u!1001 &536022939 +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: -1.58 + 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: -4.02 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.96169585 + 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.27411887 + 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: 31.819 + 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_65_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.OutroGidle9 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 536022944} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 536022943} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &536022940 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 536022939} + m_PrefabAsset: {fileID: 0} +--- !u!1 &536022941 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 536022939} + m_PrefabAsset: {fileID: 0} +--- !u!1 &536022942 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 536022939} + m_PrefabAsset: {fileID: 0} +--- !u!114 &536022943 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 536022942} + 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-Outro-G-idle-9.mp4 + videoName: Outro-G-idle-9 + _videoActor: {fileID: 536022941} +--- !u!114 &536022944 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 536022942} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 536022943} + roomId: VIDEOS + uniqueId: + _name: MediaPlayer.VIDEOS.Video --- !u!21 &539278061 Material: serializedVersion: 8 @@ -6636,6 +7667,46 @@ Transform: m_Children: [] m_Father: {fileID: 5995454} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!21 &561541864 +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 &572607749 PrefabInstance: m_ObjectHideFlags: 0 @@ -6776,6 +7847,219 @@ Transform: m_CorrespondingSourceObject: {fileID: 382483183088004525, guid: 7ce1db7bd0f3ef4489a44b88ad374b8f, type: 3} m_PrefabInstance: {fileID: 575239420} m_PrefabAsset: {fileID: 0} +--- !u!21 &582372503 +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 &601801147 +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_48_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.GrottoUnterhaltung_F19 + 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: 601801152} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 601801151} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &601801148 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 601801147} + m_PrefabAsset: {fileID: 0} +--- !u!1 &601801149 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 601801147} + m_PrefabAsset: {fileID: 0} +--- !u!1 &601801150 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 601801147} + m_PrefabAsset: {fileID: 0} +--- !u!114 &601801151 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 601801150} + 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-Grotto_Unterhaltung-F-19.mp4 + videoName: Grotto_Unterhaltung-F-19 + _videoActor: {fileID: 601801149} +--- !u!114 &601801152 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 601801150} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 601801151} + roomId: VIDEOS + uniqueId: F19 + _name: MediaPlayer.VIDEOS.Video --- !u!21 &602124305 Material: serializedVersion: 8 @@ -6816,61 +8100,183 @@ Material: - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - _WidthHeightRadius: {r: 50, g: 50, b: 56, a: 0} m_BuildTextureStacks: [] ---- !u!1 &606260740 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - m_PrefabInstance: {fileID: 2044895606} - m_PrefabAsset: {fileID: 0} ---- !u!4 &606260741 stripped +--- !u!1001 &603936323 +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_50_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.GrottoUnterhaltung_GIdle21 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 603936328} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 603936327} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &603936324 stripped Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - m_PrefabInstance: {fileID: 2044895606} + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 603936323} m_PrefabAsset: {fileID: 0} ---- !u!114 &606260742 +--- !u!1 &603936325 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 603936323} + m_PrefabAsset: {fileID: 0} +--- !u!1 &603936326 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 603936323} + m_PrefabAsset: {fileID: 0} +--- !u!114 &603936327 MonoBehaviour: m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 606260740} + m_GameObject: {fileID: 603936326} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} m_Name: m_EditorClassIdentifier: showHelpText: 0 fadeInTime: 1.5 fadeOutTime: 1.5 - depthkitClip: {fileID: 606260751} - videoPath: Depthkit/Grotto/Intro.10.Im_Grotto_essen.mp4 ---- !u!114 &606260743 + videoPath: Videos/Grotto/Im_Grotto_essen-Grotto_Unterhaltung-G-idle-21.mp4 + videoName: Grotto_Unterhaltung-G-idle-21 + _videoActor: {fileID: 603936325} +--- !u!114 &603936328 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 606260740} + m_GameObject: {fileID: 603936326} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} m_Name: m_EditorClassIdentifier: handlers: - - {fileID: 606260742} + - {fileID: 603936327} roomId: VIDEOS - uniqueId: - _name: Depthkit.VIDEOS.Intro10ImGrottoess ---- !u!114 &606260751 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - m_PrefabInstance: {fileID: 2044895606} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 606260740} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: + uniqueId: GIdle21 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &621531463 PrefabInstance: m_ObjectHideFlags: 0 @@ -7121,6 +8527,183 @@ Transform: m_CorrespondingSourceObject: {fileID: 2952176718957077788, guid: 27cfb4598e21626488a38cce0ffce307, type: 3} m_PrefabInstance: {fileID: 650068242} m_PrefabAsset: {fileID: 0} +--- !u!1001 &653559156 +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_51_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.GrottoUnterhaltung_G22 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 653559161} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 653559160} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &653559157 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 653559156} + m_PrefabAsset: {fileID: 0} +--- !u!1 &653559158 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 653559156} + m_PrefabAsset: {fileID: 0} +--- !u!1 &653559159 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 653559156} + m_PrefabAsset: {fileID: 0} +--- !u!114 &653559160 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 653559159} + 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-Grotto_Unterhaltung-G-22.mp4 + videoName: Grotto_Unterhaltung-G-22 + _videoActor: {fileID: 653559158} +--- !u!114 &653559161 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 653559159} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 653559160} + roomId: VIDEOS + uniqueId: G22 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &654173438 PrefabInstance: m_ObjectHideFlags: 0 @@ -7650,61 +9233,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 5429959882549668353, guid: 8a66577d56614d940b071679dd20f01f, type: 3} m_PrefabInstance: {fileID: 675708893} m_PrefabAsset: {fileID: 0} ---- !u!1 &675935976 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - m_PrefabInstance: {fileID: 316439044} - m_PrefabAsset: {fileID: 0} ---- !u!4 &675935977 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - m_PrefabInstance: {fileID: 316439044} - m_PrefabAsset: {fileID: 0} ---- !u!114 &675935978 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 675935976} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 675935987} - videoPath: Depthkit/Grotto/Intro.8.Im_Grotto_essen.mp4 ---- !u!114 &675935979 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 675935976} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 675935978} - roomId: VIDEOS - uniqueId: - _name: Depthkit.VIDEOS.Intro8ImGrottoesse ---- !u!114 &675935987 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: d34aa4b1917aa447696a10329f91abbe, type: 3} - m_PrefabInstance: {fileID: 316439044} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 675935976} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: --- !u!1001 &683345481 PrefabInstance: m_ObjectHideFlags: 0 @@ -7877,165 +9405,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 1933544630684835305, guid: bfbe9c65cacb1d740adf7e7be412d0a1, type: 3} m_PrefabInstance: {fileID: 700611167} m_PrefabAsset: {fileID: 0} ---- !u!1001 &704454185 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.Intro1ImGrottoesse - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 2075673971} - - target: {fileID: 1668543161738679156, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: m_LocalPosition.x - value: -4.466 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: m_LocalPosition.y - value: -0.002 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: m_LocalPosition.z - value: -10.805 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: perspectivesCount - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: radialBiasPersp.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: overrideRadialBias.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: radialBiasPersp.Array.data[0] - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: radialBiasPersp.Array.data[1] - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: showPerspectiveGizmo.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: maskGenerator.m_blurFilter.slices - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[6].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[7].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[8].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[9].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[10].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[11].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: perspectiveGeometryData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: perspectiveColorBlendingData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - insertIndex: -1 - addedObject: {fileID: 1191508921} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - insertIndex: -1 - addedObject: {fileID: 1191508920} - m_SourcePrefab: {fileID: 100100000, guid: 38b247e12a3484160ab250e9558e210c, type: 3} --- !u!1001 &712180812 PrefabInstance: m_ObjectHideFlags: 0 @@ -8120,7 +9489,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 3183658893297998378, guid: 08bb24adc15f61f4b81e8f748dd82f72, type: 3} propertyPath: m_LocalPosition.x - value: -4.963 + value: -3.6689997 objectReference: {fileID: 0} - target: {fileID: 3183658893297998378, guid: 08bb24adc15f61f4b81e8f748dd82f72, type: 3} propertyPath: m_LocalPosition.y @@ -8213,46 +9582,183 @@ MonoBehaviour: roomId: INTERACTABLES uniqueId: _name: GO.INTERACTABLES.Tazzin ---- !u!21 &734120988 -Material: - serializedVersion: 8 +--- !u!1001 &743492776 +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_46_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.GrottoUnterhaltung_G17 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 743492781} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 743492780} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &743492777 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 743492776} + m_PrefabAsset: {fileID: 0} +--- !u!1 &743492778 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 743492776} + m_PrefabAsset: {fileID: 0} +--- !u!1 &743492779 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 743492776} + m_PrefabAsset: {fileID: 0} +--- !u!114 &743492780 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 743492779} + 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-Grotto_Unterhaltung-G-17.mp4 + videoName: Grotto_Unterhaltung-G-17 + _videoActor: {fileID: 743492778} +--- !u!114 &743492781 +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: 743492779} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 743492780} + roomId: VIDEOS + uniqueId: G17 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &765574465 PrefabInstance: m_ObjectHideFlags: 0 @@ -8641,46 +10147,6 @@ 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 @@ -8755,97 +10221,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 1318531104878517223, guid: ae5e73f993e03d64eae786939de7aaef, type: 3} m_PrefabInstance: {fileID: 796629390} m_PrefabAsset: {fileID: 0} ---- !u!1001 &799497126 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.NachfrageKellnerEs_01 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 1887270770} - - target: {fileID: 1668543161738679156, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: m_LocalPosition.x - value: -2.841 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: m_LocalPosition.y - value: -0.002 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: m_LocalPosition.z - value: -11.316 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - insertIndex: -1 - addedObject: {fileID: 1585677947} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - insertIndex: -1 - addedObject: {fileID: 1585677946} - m_SourcePrefab: {fileID: 100100000, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} --- !u!1001 &818240127 PrefabInstance: m_ObjectHideFlags: 0 @@ -9150,6 +10525,195 @@ Transform: m_CorrespondingSourceObject: {fileID: 1318531104878517223, guid: ae5e73f993e03d64eae786939de7aaef, type: 3} m_PrefabInstance: {fileID: 825845056} m_PrefabAsset: {fileID: 0} +--- !u!1001 &834745012 +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.053 + 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: -3.019 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + 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.7071068 + 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: -90 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3167518112041466795, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 8bd5d6d936d66414f812a6c0eca8f5e1, type: 2} + - 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_58_F + 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.OutroFidle1 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -4.65 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: 6.069 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 834745017} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 834745016} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &834745013 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 834745012} + m_PrefabAsset: {fileID: 0} +--- !u!1 &834745014 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 834745012} + m_PrefabAsset: {fileID: 0} +--- !u!1 &834745015 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 834745012} + m_PrefabAsset: {fileID: 0} +--- !u!114 &834745016 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 834745015} + 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-Outro-F-idle-1.mp4 + videoName: Outro-F-idle-1 + _videoActor: {fileID: 834745014} +--- !u!114 &834745017 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 834745015} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 834745016} + roomId: VIDEOS + uniqueId: + _name: MediaPlayer.VIDEOS.Video --- !u!21 &839929850 Material: serializedVersion: 8 @@ -9552,7 +11116,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 5649109579377763916, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} propertyPath: m_LocalPosition.z - value: -12.295 + value: -12.124 objectReference: {fileID: 0} - target: {fileID: 5649109579377763916, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} propertyPath: m_LocalRotation.w @@ -10190,97 +11754,6 @@ MonoBehaviour: roomId: VIDEOS uniqueId: GIdle12 _name: MediaPlayer.VIDEOS.Video ---- !u!1001 &882637263 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.NachfrageKellnerun_01 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 1887270770} - - target: {fileID: 1668543161738679156, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: m_LocalPosition.x - value: -2.841 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: m_LocalPosition.y - value: -0.002 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: m_LocalPosition.z - value: -11.316 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - insertIndex: -1 - addedObject: {fileID: 1593459638} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - insertIndex: -1 - addedObject: {fileID: 1593459637} - m_SourcePrefab: {fileID: 100100000, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} --- !u!1001 &899818961 PrefabInstance: m_ObjectHideFlags: 0 @@ -10425,228 +11898,6 @@ 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 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.Outro1ImGrottoesse - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 1613473573} - - target: {fileID: 1668543161738679156, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: m_LocalPosition.x - value: 0.856 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: m_LocalPosition.y - value: 0.014 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: m_LocalPosition.z - value: 1.26 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: m_LocalRotation.w - value: 0.8756803 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: m_LocalRotation.y - value: 0.48289132 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 57.749 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: perspectivesCount - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: radialBiasPersp.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: overrideRadialBias.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: showPerspectiveGizmo.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: maskGenerator.m_blurFilter.slices - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: perspectiveGeometryData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: perspectiveColorBlendingData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: ac517b32a3f85426ba58937442818faf, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: ac517b32a3f85426ba58937442818faf, type: 3} - insertIndex: -1 - addedObject: {fileID: 905076262} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: ac517b32a3f85426ba58937442818faf, type: 3} - insertIndex: -1 - addedObject: {fileID: 905076261} - m_SourcePrefab: {fileID: 100100000, guid: ac517b32a3f85426ba58937442818faf, type: 3} ---- !u!4 &905076258 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: ac517b32a3f85426ba58937442818faf, type: 3} - m_PrefabInstance: {fileID: 905076257} - m_PrefabAsset: {fileID: 0} ---- !u!1 &905076259 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: ac517b32a3f85426ba58937442818faf, type: 3} - m_PrefabInstance: {fileID: 905076257} - m_PrefabAsset: {fileID: 0} ---- !u!114 &905076260 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: ac517b32a3f85426ba58937442818faf, type: 3} - m_PrefabInstance: {fileID: 905076257} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 905076259} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!114 &905076261 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 905076259} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 905076260} - videoPath: Depthkit/Grotto/Outro.1.Im_Grotto_essen.mp4 ---- !u!114 &905076262 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 905076259} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 905076261} - roomId: VIDEOS - uniqueId: - _name: Depthkit.VIDEOS.Outro1ImGrottoesse --- !u!1001 &907359106 PrefabInstance: m_ObjectHideFlags: 0 @@ -11004,6 +12255,46 @@ Transform: m_CorrespondingSourceObject: {fileID: 2137644639776783053, guid: 92fe4a52b355de048b0d1f76a2b56c28, type: 3} m_PrefabInstance: {fileID: 935953155} m_PrefabAsset: {fileID: 0} +--- !u!21 &944766884 +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 &945471459 PrefabInstance: m_ObjectHideFlags: 0 @@ -11070,6 +12361,223 @@ Transform: m_CorrespondingSourceObject: {fileID: 382483183088004525, guid: 7ce1db7bd0f3ef4489a44b88ad374b8f, type: 3} m_PrefabInstance: {fileID: 945471459} m_PrefabAsset: {fileID: 0} +--- !u!1001 &958062110 +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_37_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.GrottoUnterhaltung_GIdle8 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 958062115} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 958062114} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &958062111 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 958062110} + m_PrefabAsset: {fileID: 0} +--- !u!1 &958062112 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 958062110} + m_PrefabAsset: {fileID: 0} +--- !u!1 &958062113 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 958062110} + m_PrefabAsset: {fileID: 0} +--- !u!114 &958062114 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 958062113} + 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-Grotto_Unterhaltung-G-idle-8.mp4 + videoName: Grotto_Unterhaltung-G-idle-8 + _videoActor: {fileID: 958062112} +--- !u!114 &958062115 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 958062113} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 958062114} + roomId: VIDEOS + uniqueId: GIdle8 + _name: MediaPlayer.VIDEOS.Video +--- !u!21 &962924273 +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 &965585776 GameObject: m_ObjectHideFlags: 0 @@ -11254,46 +12762,6 @@ 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 @@ -11499,6 +12967,195 @@ Transform: m_CorrespondingSourceObject: {fileID: 6786704563919474195, guid: ff0b0a3d7ae7a9e4f8505795785ad853, type: 3} m_PrefabInstance: {fileID: 993972718} m_PrefabAsset: {fileID: 0} +--- !u!1001 &998971291 +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.053 + 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: -3.019 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + 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.7071068 + 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: -90 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3167518112041466795, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 8bd5d6d936d66414f812a6c0eca8f5e1, type: 2} + - 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_66_F + 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.OutroF10 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -4.65 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: 6.069 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 998971296} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 998971295} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &998971292 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 998971291} + m_PrefabAsset: {fileID: 0} +--- !u!1 &998971293 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 998971291} + m_PrefabAsset: {fileID: 0} +--- !u!1 &998971294 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 998971291} + m_PrefabAsset: {fileID: 0} +--- !u!114 &998971295 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 998971294} + 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-Outro-F-10.mp4 + videoName: Outro-F-10 + _videoActor: {fileID: 998971293} +--- !u!114 &998971296 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 998971294} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 998971295} + roomId: VIDEOS + uniqueId: + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &1015966108 PrefabInstance: m_ObjectHideFlags: 0 @@ -11565,6 +13222,46 @@ Transform: m_CorrespondingSourceObject: {fileID: 7811885425522445982, guid: efe7a6df3c5d5674bbc6267af0b257a9, type: 3} m_PrefabInstance: {fileID: 1015966108} m_PrefabAsset: {fileID: 0} +--- !u!21 &1024759636 +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 &1029949055 GameObject: m_ObjectHideFlags: 0 @@ -11670,7 +13367,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: _loop - value: 0 + value: 1 objectReference: {fileID: 0} - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: _autoOpen @@ -12069,6 +13766,179 @@ Transform: m_CorrespondingSourceObject: {fileID: 3881860625801127810, guid: cb40e60974002e845a372a5372ef513a, type: 3} m_PrefabInstance: {fileID: 1078807285} m_PrefabAsset: {fileID: 0} +--- !u!1001 &1080427408 +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_35_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.GrottoUnterhaltung_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: 1080427413} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1080427412} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &1080427409 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1080427408} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1080427410 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1080427408} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1080427411 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1080427408} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1080427412 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1080427411} + 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-Grotto_Unterhaltung-F-idle-6.mp4 + videoName: Grotto_Unterhaltung-F-idle-6 + _videoActor: {fileID: 1080427410} +--- !u!114 &1080427413 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1080427411} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1080427412} + roomId: VIDEOS + uniqueId: FIdle6 + _name: MediaPlayer.VIDEOS.Video --- !u!1 &1082648082 GameObject: m_ObjectHideFlags: 0 @@ -12385,35 +14255,109 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: namedObjects: - - {fileID: 1475365970} + - {fileID: 998971296} + - {fileID: 536022944} + - {fileID: 1666848023} + - {fileID: 22246070} + - {fileID: 1644661460} + - {fileID: 1695538888} + - {fileID: 1447998970} + - {fileID: 1276281724} + - {fileID: 834745017} + - {fileID: 1156654267} + - {fileID: 471022163} + - {fileID: 385607235} + - {fileID: 1421932797} + - {fileID: 1781781221} + - {fileID: 1878475943} + - {fileID: 653559161} + - {fileID: 603936328} + - {fileID: 197080700} + - {fileID: 601801152} + - {fileID: 1975828770} + - {fileID: 743492781} + - {fileID: 1588485088} + - {fileID: 195599025} + - {fileID: 1480027890} + - {fileID: 1915276500} + - {fileID: 1584669143} + - {fileID: 298237263} + - {fileID: 1927674270} + - {fileID: 1176440259} + - {fileID: 958062115} + - {fileID: 487721119} + - {fileID: 1080427413} + - {fileID: 2116719844} + - {fileID: 296701743} + - {fileID: 485806946} + - {fileID: 1820211669} + - {fileID: 318947063} + - {fileID: 1976557130} + - {fileID: 99959205} + - {fileID: 2008365937} + - {fileID: 208301580} + - {fileID: 229865494} + - {fileID: 264094609} - {fileID: 465888119} - {fileID: 468396193} - - {fileID: 229865494} - - {fileID: 1662797711} - - {fileID: 1938838060} - - {fileID: 1039462370} + - {fileID: 712689460} + - {fileID: 765574470} + - {fileID: 849816439} + - {fileID: 849816440} + - {fileID: 849816441} + - {fileID: 849816442} + - {fileID: 849816443} + - {fileID: 849816444} + - {fileID: 849816445} + - {fileID: 849816446} + - {fileID: 849816447} + - {fileID: 849816448} + - {fileID: 849816449} - {fileID: 873865321} - - {fileID: 1713284017} - - {fileID: 1989143110} - - {fileID: 1813997903} - - {fileID: 1762619826} - - {fileID: 2048900328} - - {fileID: 1942719496} + - {fileID: 930836353} + - {fileID: 1039462370} + - {fileID: 1126799598} + - {fileID: 1156198061} + - {fileID: 1193994444} + - {fileID: 1250822383} + - {fileID: 1475365970} + - {fileID: 1496261150} + - {fileID: 1496261153} + - {fileID: 1584890705} + - {fileID: 1635801728} + - {fileID: 1662797711} + - {fileID: 1666622650} - {fileID: 1678372366} + - {fileID: 1709347182} + - {fileID: 1713284017} + - {fileID: 1762619826} + - {fileID: 1813997903} + - {fileID: 1830144698} + - {fileID: 1912148131} + - {fileID: 1938838060} + - {fileID: 1942719496} + - {fileID: 1989143110} - {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: 1993322473} + - {fileID: 2031451086} + - {fileID: 2048900328} + - {fileID: 2064214812} + - {fileID: 2075732757} + - {fileID: 2103926922} + - {fileID: 3757611422322678776} - {fileID: 1511212145111476554, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} - {fileID: 1669470075575189953, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} - - {fileID: 5813838621625756562, 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: 6000300492893680548, guid: 23016bb1f9755411a82e6afddfee4016, type: 3} - - {fileID: 6943135704064619909, 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: 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} @@ -12450,65 +14394,6 @@ MonoBehaviour: - {fileID: 8060756085315617808, guid: 467183ffcdf2f7548910870be3e37edd, type: 3} - {fileID: 1994069374196164309, guid: 653ab80a80abe8546be4e687c9b9185b, type: 3} - {fileID: 2022776639914118920, guid: 2e73a14fb7a3032488da6817cf5f8ed6, type: 3} - - {fileID: 25177894} - - {fileID: 113881363} - - {fileID: 131433978} - - {fileID: 208301580} - - {fileID: 237307505} - - {fileID: 264094609} - - {fileID: 392672554} - - {fileID: 486050957} - - {fileID: 501430651} - - {fileID: 606260743} - - {fileID: 675935979} - - {fileID: 712689460} - - {fileID: 765574470} - - {fileID: 849816439} - - {fileID: 849816440} - - {fileID: 849816441} - - {fileID: 849816442} - - {fileID: 849816443} - - {fileID: 849816444} - - {fileID: 849816445} - - {fileID: 849816446} - - {fileID: 849816447} - - {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} autoUpdateAllObjects: 1 cameraRoot: {fileID: 0} --- !u!114 &1127354307 @@ -12533,7 +14418,7 @@ MonoBehaviour: overrideLogStringDisplay: 0 overrideDebugInternalActive: 0 overrideDebugChangesActive: 0 - instanceID: 134738 + instanceID: 1766180 __behaviourTreeGenerator: {fileID: 0} taskScripts: - {fileID: 4900000, guid: c37af0f8d46e94262a8b34b05d8028e9, type: 3} @@ -13197,101 +15082,364 @@ MonoBehaviour: roomId: INTERACTABLES uniqueId: _name: GO.INTERACTABLES.RisottoUser ---- !u!1 &1168603794 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} - m_PrefabInstance: {fileID: 1494027414} - m_PrefabAsset: {fileID: 0} ---- !u!4 &1168603795 stripped +--- !u!1001 &1156654262 +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: -1.58 + 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: -4.02 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.96169585 + 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.27411887 + 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: 31.819 + 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_57_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.OutroG2 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1156654267} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1156654266} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1156654263 stripped Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} - m_PrefabInstance: {fileID: 1494027414} + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1156654262} m_PrefabAsset: {fileID: 0} ---- !u!114 &1168603796 +--- !u!1 &1156654264 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1156654262} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1156654265 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1156654262} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1156654266 MonoBehaviour: m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1168603794} + m_GameObject: {fileID: 1156654265} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} m_Name: m_EditorClassIdentifier: showHelpText: 0 fadeInTime: 1.5 fadeOutTime: 1.5 - depthkitClip: {fileID: 1168603805} - videoPath: Depthkit/Grotto/Nachfrage_Kellner_unklar.3.Im_Grotto_essen.mp4 ---- !u!114 &1168603797 + videoPath: Videos/Grotto/Im_Grotto_essen-Outro-G-2.mp4 + videoName: Outro-G-2 + _videoActor: {fileID: 1156654264} +--- !u!114 &1156654267 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1168603794} + m_GameObject: {fileID: 1156654265} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} m_Name: m_EditorClassIdentifier: handlers: - - {fileID: 1168603796} + - {fileID: 1156654266} roomId: VIDEOS - uniqueId: 03 - _name: Depthkit.VIDEOS.NachfrageKellnerun_03 ---- !u!114 &1168603805 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} - m_PrefabInstance: {fileID: 1494027414} + uniqueId: + _name: MediaPlayer.VIDEOS.Video +--- !u!1001 &1176440254 +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_38_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.GrottoUnterhaltung_FIdle9 + 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: 1176440259} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1176440258} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &1176440255 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1176440254} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1168603794} +--- !u!1 &1176440256 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1176440254} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1176440257 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1176440254} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1176440258 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1176440257} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} m_Name: m_EditorClassIdentifier: ---- !u!21 &1180361150 -Material: - serializedVersion: 8 + showHelpText: 0 + fadeInTime: 1.5 + fadeOutTime: 1.5 + videoPath: Videos/Grotto/Im_Grotto_essen-Grotto_Unterhaltung-F-idle-9.mp4 + videoName: Grotto_Unterhaltung-F-idle-9 + _videoActor: {fileID: 1176440256} +--- !u!114 &1176440259 +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: 1176440257} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1176440258} + roomId: VIDEOS + uniqueId: FIdle9 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &1183113885 PrefabInstance: m_ObjectHideFlags: 0 @@ -13472,61 +15620,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 4883596906509533896, guid: 30d5eb233709ccf45a132bbd46de0acb, type: 3} m_PrefabInstance: {fileID: 1189461549} m_PrefabAsset: {fileID: 0} ---- !u!1 &1191508918 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - m_PrefabInstance: {fileID: 704454185} - m_PrefabAsset: {fileID: 0} ---- !u!4 &1191508919 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - m_PrefabInstance: {fileID: 704454185} - m_PrefabAsset: {fileID: 0} ---- !u!114 &1191508920 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1191508918} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 1191508929} - videoPath: Depthkit/Grotto/Intro.1.Im_Grotto_essen.mp4 ---- !u!114 &1191508921 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1191508918} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 1191508920} - roomId: VIDEOS - uniqueId: - _name: Depthkit.VIDEOS.Intro1ImGrottoesse ---- !u!114 &1191508929 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: 38b247e12a3484160ab250e9558e210c, type: 3} - m_PrefabInstance: {fileID: 704454185} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1191508918} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: --- !u!1001 &1193994439 PrefabInstance: m_ObjectHideFlags: 0 @@ -14020,137 +16113,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 1224284035095393738, guid: ee1e4e77101bdaf489f745ec2f2d714b, type: 3} m_PrefabInstance: {fileID: 1205314874} m_PrefabAsset: {fileID: 0} ---- !u!1001 &1211788635 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.Intro9ImGrottoesse - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 1887270770} - - target: {fileID: 1668543161738679156, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: m_LocalPosition.x - value: -2.841 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: m_LocalPosition.y - value: -0.002 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: m_LocalPosition.z - value: -11.316 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - insertIndex: -1 - addedObject: {fileID: 1521437740} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - insertIndex: -1 - addedObject: {fileID: 1521437739} - m_SourcePrefab: {fileID: 100100000, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} ---- !u!21 &1214089571 -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 &1229639166 PrefabInstance: m_ObjectHideFlags: 0 @@ -14311,165 +16273,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 7992715529498157145, guid: 0cc0db2b14252644da9f1f74ed0c8f90, type: 3} m_PrefabInstance: {fileID: 1233448710} m_PrefabAsset: {fileID: 0} ---- !u!1001 &1241482470 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.Intro6ImGrottoesse - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 2075673971} - - target: {fileID: 1668543161738679156, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: m_LocalPosition.x - value: -4.466 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: m_LocalPosition.y - value: -0.002 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: m_LocalPosition.z - value: -10.805 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: perspectivesCount - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: radialBiasPersp.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: overrideRadialBias.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: radialBiasPersp.Array.data[0] - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: radialBiasPersp.Array.data[1] - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: showPerspectiveGizmo.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: maskGenerator.m_blurFilter.slices - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[6].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[7].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[8].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[9].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[10].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[11].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: perspectiveGeometryData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: perspectiveColorBlendingData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - insertIndex: -1 - addedObject: {fileID: 1314205934} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - insertIndex: -1 - addedObject: {fileID: 1314205933} - m_SourcePrefab: {fileID: 100100000, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} --- !u!1001 &1242945859 PrefabInstance: m_ObjectHideFlags: 0 @@ -14545,6 +16348,46 @@ Transform: m_CorrespondingSourceObject: {fileID: 6411627876543463813, guid: 0a859e41adf31604d847a9a0f8d1f34e, type: 3} m_PrefabInstance: {fileID: 1242945859} m_PrefabAsset: {fileID: 0} +--- !u!21 &1245630969 +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 &1250144187 PrefabInstance: m_ObjectHideFlags: 0 @@ -14629,7 +16472,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1654587663637620454, guid: a55512afa7930704a852c84bd130d216, type: 3} propertyPath: m_LocalPosition.x - value: -5.051 + value: -3.757 objectReference: {fileID: 0} - target: {fileID: 1654587663637620454, guid: a55512afa7930704a852c84bd130d216, type: 3} propertyPath: m_LocalPosition.y @@ -14816,6 +16659,231 @@ Transform: m_CorrespondingSourceObject: {fileID: 1253365200111565818, guid: 8109e9e16ba4cc04b8e0928aea897927, type: 3} m_PrefabInstance: {fileID: 1268223829} m_PrefabAsset: {fileID: 0} +--- !u!1001 &1276281719 +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: -1.58 + 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: -4.02 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.96169585 + 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.27411887 + 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: 31.819 + 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_59_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.OutroGidle3 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1276281724} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1276281723} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1276281720 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1276281719} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1276281721 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1276281719} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1276281722 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1276281719} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1276281723 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1276281722} + 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-Outro-G-idle-3.mp4 + videoName: Outro-G-idle-3 + _videoActor: {fileID: 1276281721} +--- !u!114 &1276281724 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1276281722} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1276281723} + roomId: VIDEOS + uniqueId: + _name: MediaPlayer.VIDEOS.Video +--- !u!21 &1284862784 +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 &1289458165 PrefabInstance: m_ObjectHideFlags: 0 @@ -14940,61 +17008,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 4634711386549606248, guid: 5826fa22f8eb83e46a8015d910f0802c, type: 3} m_PrefabInstance: {fileID: 1292583118} m_PrefabAsset: {fileID: 0} ---- !u!1 &1314205931 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - m_PrefabInstance: {fileID: 1241482470} - m_PrefabAsset: {fileID: 0} ---- !u!4 &1314205932 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - m_PrefabInstance: {fileID: 1241482470} - m_PrefabAsset: {fileID: 0} ---- !u!114 &1314205933 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1314205931} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 1314205942} - videoPath: Depthkit/Grotto/Intro.6.Im_Grotto_essen.mp4 ---- !u!114 &1314205934 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1314205931} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 1314205933} - roomId: VIDEOS - uniqueId: - _name: Depthkit.VIDEOS.Intro6ImGrottoesse ---- !u!114 &1314205942 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: ff9e8fb90346a4e649165c1a61681a61, type: 3} - m_PrefabInstance: {fileID: 1241482470} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1314205931} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: --- !u!1001 &1324961752 PrefabInstance: m_ObjectHideFlags: 0 @@ -16148,7 +18161,7 @@ Transform: m_CorrespondingSourceObject: {fileID: 2088371299627749622, guid: 4e6b4351a33e1b94aaa16a46fbfc3704, type: 3} m_PrefabInstance: {fileID: 1414293310} m_PrefabAsset: {fileID: 0} ---- !u!1001 &1415059349 +--- !u!1001 &1421932792 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 @@ -16156,326 +18169,175 @@ PrefabInstance: serializedVersion: 3 m_TransformParent: {fileID: 5995454} m_Modifications: - - target: {fileID: 42286430969128322, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.Outro6ImGrottoesse - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 1613473573} - - target: {fileID: 1668543161738679156, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalPosition.x - value: -0.095 + value: -2.62 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalPosition.y - value: 0.014 + value: 1.0296 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalPosition.z - value: 1.965 + value: -11.281 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalRotation.w - value: 0.8756803 + value: 0.9245091 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalRotation.y - value: 0.48289132 + value: 0.38116008 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalEulerAnglesHint.y - value: 0 + value: 44.811 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} - propertyPath: volumeViewpoint + - 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: 7805204480815110938, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} - propertyPath: m_Mesh - value: + - 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_54_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.GrottoUnterhaltung_G26 objectReference: {fileID: 0} m_RemovedComponents: [] m_RemovedGameObjects: [] m_AddedGameObjects: [] m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} insertIndex: -1 - addedObject: {fileID: 1415059354} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} + addedObject: {fileID: 1421932797} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} insertIndex: -1 - addedObject: {fileID: 1415059353} - m_SourcePrefab: {fileID: 100100000, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} ---- !u!4 &1415059350 stripped + addedObject: {fileID: 1421932796} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1421932793 stripped Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} - m_PrefabInstance: {fileID: 1415059349} + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1421932792} m_PrefabAsset: {fileID: 0} ---- !u!1 &1415059351 stripped +--- !u!1 &1421932794 stripped GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} - m_PrefabInstance: {fileID: 1415059349} + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1421932792} m_PrefabAsset: {fileID: 0} ---- !u!114 &1415059352 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: 2c3c5528a43eb4044b83fc8e5e23cf00, type: 3} - m_PrefabInstance: {fileID: 1415059349} +--- !u!1 &1421932795 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1421932792} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1415059351} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!114 &1415059353 +--- !u!114 &1421932796 MonoBehaviour: m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1415059351} + m_GameObject: {fileID: 1421932795} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} m_Name: m_EditorClassIdentifier: showHelpText: 0 fadeInTime: 1.5 fadeOutTime: 1.5 - depthkitClip: {fileID: 1415059352} - videoPath: Depthkit/Grotto/Outro.6.Im_Grotto_essen.mp4 ---- !u!114 &1415059354 + videoPath: Videos/Grotto/Im_Grotto_essen-Grotto_Unterhaltung-G-26.mp4 + videoName: Grotto_Unterhaltung-G-26 + _videoActor: {fileID: 1421932794} +--- !u!114 &1421932797 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1415059351} + m_GameObject: {fileID: 1421932795} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} m_Name: m_EditorClassIdentifier: handlers: - - {fileID: 1415059353} + - {fileID: 1421932796} roomId: VIDEOS - uniqueId: - _name: Depthkit.VIDEOS.Outro6ImGrottoesse ---- !u!1001 &1418224709 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.NachfrageKellnerun_22 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 133692881} - - target: {fileID: 1668543161738679156, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: m_LocalPosition.x - value: -4.466 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: m_LocalPosition.y - value: -0.002 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: m_LocalPosition.z - value: -10.805 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: perspectivesCount - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: radialBiasPersp.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: overrideRadialBias.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: showPerspectiveGizmo.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: maskGenerator.m_blurFilter.slices - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: perspectiveGeometryData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: perspectiveColorBlendingData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: 1a59ae6273f294db493994634794ef88, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 1a59ae6273f294db493994634794ef88, type: 3} - insertIndex: -1 - addedObject: {fileID: 1418224714} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 1a59ae6273f294db493994634794ef88, type: 3} - insertIndex: -1 - addedObject: {fileID: 1418224713} - m_SourcePrefab: {fileID: 100100000, guid: 1a59ae6273f294db493994634794ef88, type: 3} ---- !u!4 &1418224710 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: 1a59ae6273f294db493994634794ef88, type: 3} - m_PrefabInstance: {fileID: 1418224709} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1418224711 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 1a59ae6273f294db493994634794ef88, type: 3} - m_PrefabInstance: {fileID: 1418224709} - m_PrefabAsset: {fileID: 0} ---- !u!114 &1418224712 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: 1a59ae6273f294db493994634794ef88, type: 3} - m_PrefabInstance: {fileID: 1418224709} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1418224711} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!114 &1418224713 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1418224711} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 1418224712} - videoPath: Depthkit/Grotto/Nachfrage_Kellner_unklar.22.Im_Grotto_essen.mp4 ---- !u!114 &1418224714 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1418224711} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 1418224713} - roomId: VIDEOS - uniqueId: 22 - _name: Depthkit.VIDEOS.NachfrageKellnerun_22 + uniqueId: G26 + _name: MediaPlayer.VIDEOS.Video --- !u!21 &1432634152 Material: serializedVersion: 8 @@ -16516,6 +18378,195 @@ Material: - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - _WidthHeightRadius: {r: 280, g: 54.4, b: 56, a: 0} m_BuildTextureStacks: [] +--- !u!1001 &1447998965 +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.053 + 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: -3.019 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + 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.7071068 + 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: -90 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3167518112041466795, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 8bd5d6d936d66414f812a6c0eca8f5e1, type: 2} + - 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_60_F + 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.OutroF4 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -4.65 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: 6.069 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1447998970} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1447998969} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1447998966 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1447998965} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1447998967 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1447998965} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1447998968 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1447998965} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1447998969 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1447998968} + 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-Outro-F-4.mp4 + videoName: Outro-F-4 + _videoActor: {fileID: 1447998967} +--- !u!114 &1447998970 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1447998968} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1447998969} + roomId: VIDEOS + uniqueId: + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &1455697582 PrefabInstance: m_ObjectHideFlags: 0 @@ -16929,47 +18980,7 @@ MonoBehaviour: 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 +--- !u!1001 &1480027885 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 @@ -16977,89 +18988,171 @@ PrefabInstance: serializedVersion: 3 m_TransformParent: {fileID: 5995454} m_Modifications: - - target: {fileID: 42286430969128322, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} + - target: {fileID: 1064606778807215308, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_Name - value: Depthkit.VIDEOS.NachfrageKellnerun_03 + value: video-container-sitting_43_F objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} - propertyPath: m_IsActive + - 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: 99019791534316073, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 1887270770} - - target: {fileID: 1668543161738679156, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} + - 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: 1668543161738679156, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} + - target: {fileID: 2466982521282103696, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: _autoPlayOnStart value: 0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} + - 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: -2.841 + value: -3.415 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalPosition.y - value: -0.002 + value: -0.24 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalPosition.z - value: -11.316 + value: -10.722 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} + - target: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} - propertyPath: volumeViewpoint - value: + - target: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + propertyPath: m_Name + value: MediaPlayer.VIDEOS.GrottoUnterhaltung_F13 objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} - propertyPath: m_Mesh - value: + - 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: 42286430969128322, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} insertIndex: -1 - addedObject: {fileID: 1168603797} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} + addedObject: {fileID: 1480027890} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} insertIndex: -1 - addedObject: {fileID: 1168603796} - m_SourcePrefab: {fileID: 100100000, guid: bff1465974b2a4fad90dd7a2f10a467d, type: 3} + addedObject: {fileID: 1480027889} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &1480027886 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1480027885} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1480027887 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1480027885} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1480027888 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1480027885} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1480027889 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1480027888} + 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-Grotto_Unterhaltung-F-13.mp4 + videoName: Grotto_Unterhaltung-F-13 + _videoActor: {fileID: 1480027887} +--- !u!114 &1480027890 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1480027888} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1480027889} + roomId: VIDEOS + uniqueId: F13 + _name: MediaPlayer.VIDEOS.Video --- !u!1 &1495913893 GameObject: m_ObjectHideFlags: 0 @@ -17172,7 +19265,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 778297127070970877, guid: ea46eac23ee4041d08d72ff651ddc3d2, type: 3} propertyPath: m_LocalPosition.z - value: -12.295 + value: -12.124 objectReference: {fileID: 0} - target: {fileID: 778297127070970877, guid: ea46eac23ee4041d08d72ff651ddc3d2, type: 3} propertyPath: m_LocalRotation.x @@ -17312,133 +19405,6 @@ Camera: m_CorrespondingSourceObject: {fileID: 2097120032753052324, guid: ea46eac23ee4041d08d72ff651ddc3d2, type: 3} m_PrefabInstance: {fileID: 1496261149} m_PrefabAsset: {fileID: 0} ---- !u!1001 &1501060073 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.NachfrageKellnerun_09 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 1887270770} - - target: {fileID: 1668543161738679156, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: m_LocalPosition.x - value: -3.017 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: m_LocalPosition.y - value: -0.002 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: m_LocalPosition.z - value: -11.571 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: perspectivesCount - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: radialBiasPersp.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: overrideRadialBias.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: showPerspectiveGizmo.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: maskGenerator.m_blurFilter.slices - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: perspectiveGeometryData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: perspectiveColorBlendingData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - insertIndex: -1 - addedObject: {fileID: 25177894} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} - insertIndex: -1 - addedObject: {fileID: 25177893} - m_SourcePrefab: {fileID: 100100000, guid: 08423fd366a5c4429b8e679c4734e617, type: 3} --- !u!1001 &1514877751 PrefabInstance: m_ObjectHideFlags: 0 @@ -17588,61 +19554,6 @@ MeshFilter: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1520446162} m_Mesh: {fileID: 5476657480640216448, guid: 35837cee731974f80b38a6b3835985e1, type: 3} ---- !u!1 &1521437737 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - m_PrefabInstance: {fileID: 1211788635} - m_PrefabAsset: {fileID: 0} ---- !u!4 &1521437738 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - m_PrefabInstance: {fileID: 1211788635} - m_PrefabAsset: {fileID: 0} ---- !u!114 &1521437739 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1521437737} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 1521437748} - videoPath: Depthkit/Grotto/Intro.9.Im_Grotto_essen.mp4 ---- !u!114 &1521437740 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1521437737} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 1521437739} - roomId: VIDEOS - uniqueId: - _name: Depthkit.VIDEOS.Intro9ImGrottoesse ---- !u!114 &1521437748 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: 5f1de063b0f4b4dfa991a7d2cd905769, type: 3} - m_PrefabInstance: {fileID: 1211788635} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1521437737} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: --- !u!1001 &1523140279 PrefabInstance: m_ObjectHideFlags: 0 @@ -17713,6 +19624,46 @@ Transform: m_CorrespondingSourceObject: {fileID: 1294679553787201477, guid: 4c2b49ec8cb62be46aca55946afab3a5, type: 3} m_PrefabInstance: {fileID: 1523140279} m_PrefabAsset: {fileID: 0} +--- !u!21 &1526525125 +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 &1532965588 PrefabInstance: m_ObjectHideFlags: 0 @@ -17986,6 +19937,86 @@ Transform: m_CorrespondingSourceObject: {fileID: 2952176718957077788, guid: 27cfb4598e21626488a38cce0ffce307, type: 3} m_PrefabInstance: {fileID: 1537939514} m_PrefabAsset: {fileID: 0} +--- !u!21 &1541985287 +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 &1551936232 +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 &1553607598 PrefabInstance: m_ObjectHideFlags: 0 @@ -18180,188 +20211,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 3767964878163089076, guid: 5b5bd513a19be1b4c898b969163d2c05, type: 3} m_PrefabInstance: {fileID: 1563494246} m_PrefabAsset: {fileID: 0} ---- !u!1001 &1568112538 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.NachfrageKellnerun_16 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 133692881} - - target: {fileID: 1668543161738679156, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: m_LocalPosition.x - value: -4.466 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: m_LocalPosition.y - value: -0.002 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: m_LocalPosition.z - value: -10.805 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: perspectivesCount - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: radialBiasPersp.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: overrideRadialBias.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: showPerspectiveGizmo.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: maskGenerator.m_blurFilter.slices - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: perspectiveGeometryData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: perspectiveColorBlendingData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - insertIndex: -1 - addedObject: {fileID: 1568112543} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - insertIndex: -1 - addedObject: {fileID: 1568112542} - m_SourcePrefab: {fileID: 100100000, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} ---- !u!4 &1568112539 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - m_PrefabInstance: {fileID: 1568112538} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1568112540 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - m_PrefabInstance: {fileID: 1568112538} - m_PrefabAsset: {fileID: 0} ---- !u!114 &1568112541 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: 941a995db463d484b8e62a6f5f03beb5, type: 3} - m_PrefabInstance: {fileID: 1568112538} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1568112540} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!114 &1568112542 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1568112540} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 1568112541} - videoPath: Depthkit/Grotto/Nachfrage_Kellner_unklar.16.Im_Grotto_essen.mp4 ---- !u!114 &1568112543 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1568112540} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 1568112542} - roomId: VIDEOS - uniqueId: 16 - _name: Depthkit.VIDEOS.NachfrageKellnerun_16 --- !u!1001 &1569735055 PrefabInstance: m_ObjectHideFlags: 0 @@ -18568,46 +20417,179 @@ Transform: m_CorrespondingSourceObject: {fileID: 2137644639776783053, guid: 92fe4a52b355de048b0d1f76a2b56c28, type: 3} m_PrefabInstance: {fileID: 1578212521} m_PrefabAsset: {fileID: 0} ---- !u!21 &1583487491 -Material: - serializedVersion: 8 +--- !u!1001 &1584669138 +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_41_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.GrottoUnterhaltung_F11 + 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: 1584669143} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1584669142} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &1584669139 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1584669138} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1584669140 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1584669138} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1584669141 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1584669138} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1584669142 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1584669141} + 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-Grotto_Unterhaltung-F-11.mp4 + videoName: Grotto_Unterhaltung-F-11 + _videoActor: {fileID: 1584669140} +--- !u!114 &1584669143 +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: 1584669141} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1584669142} + roomId: VIDEOS + uniqueId: F11 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &1584890701 PrefabInstance: m_ObjectHideFlags: 0 @@ -18723,61 +20705,6 @@ MonoBehaviour: roomId: INTERACTABLES uniqueId: _name: GO.INTERACTABLES.InsalataUser ---- !u!1 &1585677944 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - m_PrefabInstance: {fileID: 799497126} - m_PrefabAsset: {fileID: 0} ---- !u!4 &1585677945 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - m_PrefabInstance: {fileID: 799497126} - m_PrefabAsset: {fileID: 0} ---- !u!114 &1585677946 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1585677944} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 1585677955} - videoPath: Depthkit/Grotto/Nachfrage_Kellner_Essen.1.Im_Grotto_essen.mp4 ---- !u!114 &1585677947 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1585677944} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 1585677946} - roomId: VIDEOS - uniqueId: 01 - _name: Depthkit.VIDEOS.NachfrageKellnerEs_01 ---- !u!114 &1585677955 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: 9fcefe9ebd1924f338260c6a1daae7ff, type: 3} - m_PrefabInstance: {fileID: 799497126} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1585677944} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: --- !u!21 &1586706188 Material: serializedVersion: 8 @@ -18818,6 +20745,183 @@ Material: - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - _WidthHeightRadius: {r: 280, g: 54.4, b: 56, a: 0} m_BuildTextureStacks: [] +--- !u!1001 &1588485083 +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_45_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.GrottoUnterhaltung_G15 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1588485088} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1588485087} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1588485084 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1588485083} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1588485085 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1588485083} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1588485086 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1588485083} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1588485087 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1588485086} + 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-Grotto_Unterhaltung-G-15.mp4 + videoName: Grotto_Unterhaltung-G-15 + _videoActor: {fileID: 1588485085} +--- !u!114 &1588485088 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1588485086} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1588485087} + roomId: VIDEOS + uniqueId: G15 + _name: MediaPlayer.VIDEOS.Video --- !u!1 &1591918007 GameObject: m_ObjectHideFlags: 0 @@ -18850,61 +20954,6 @@ Transform: - {fileID: 317256673} m_Father: {fileID: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1593459635 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - m_PrefabInstance: {fileID: 882637263} - m_PrefabAsset: {fileID: 0} ---- !u!4 &1593459636 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - m_PrefabInstance: {fileID: 882637263} - m_PrefabAsset: {fileID: 0} ---- !u!114 &1593459637 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1593459635} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 1593459646} - videoPath: Depthkit/Grotto/Nachfrage_Kellner_unklar.1.Im_Grotto_essen.mp4 ---- !u!114 &1593459638 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1593459635} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 1593459637} - roomId: VIDEOS - uniqueId: 01 - _name: Depthkit.VIDEOS.NachfrageKellnerun_01 ---- !u!114 &1593459646 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: 9b7e9c34aed154186b9b716f308e5ff1, type: 3} - m_PrefabInstance: {fileID: 882637263} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1593459635} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: --- !u!1 &1601133159 stripped GameObject: m_CorrespondingSourceObject: {fileID: 1073258044590823418, guid: 445c5bfe511ec5742b38b134d8d5b590, type: 3} @@ -19144,48 +21193,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 3579357230893841682, guid: f6f87d8f92c0f734682022d0d0494dac, type: 3} m_PrefabInstance: {fileID: 1612471431} m_PrefabAsset: {fileID: 0} ---- !u!21 &1613473573 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Shader Graphs/Depthkit Studio Photo Look Unlit - m_Shader: {fileID: -6465566751694194690, guid: 1f57a434f2e8d4e40979f248bac82f5c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - DK_UNTEXTURED_FRAGMENT_INFER - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - unity_Lightmaps: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_LightmapsInd: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_ShadowMasks: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _QueueControl: 0 - - _QueueOffset: 0 - m_Colors: [] - m_BuildTextureStacks: [] --- !u!1001 &1614459893 PrefabInstance: m_ObjectHideFlags: 0 @@ -19596,6 +21603,195 @@ Transform: m_CorrespondingSourceObject: {fileID: 7540048119231936752, guid: 9d914b68cbf1ebd49b295bb494297efa, type: 3} m_PrefabInstance: {fileID: 1638914621} m_PrefabAsset: {fileID: 0} +--- !u!1001 &1644661455 +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.053 + 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: -3.019 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + 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.7071068 + 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: -90 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3167518112041466795, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 8bd5d6d936d66414f812a6c0eca8f5e1, type: 2} + - 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_62_F + 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.OutroF6 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -4.65 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: 6.069 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1644661460} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1644661459} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1644661456 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1644661455} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1644661457 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1644661455} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1644661458 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1644661455} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1644661459 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1644661458} + 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-Outro-F-6.mp4 + videoName: Outro-F-6 + _videoActor: {fileID: 1644661457} +--- !u!114 &1644661460 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1644661458} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1644661459} + roomId: VIDEOS + uniqueId: + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &1659875794 PrefabInstance: m_ObjectHideFlags: 0 @@ -19902,6 +22098,191 @@ MonoBehaviour: roomId: NEXT uniqueId: _name: LoadScene.NEXT.10SBB +--- !u!1001 &1666848018 +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: -1.58 + 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: -4.02 + objectReference: {fileID: 0} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0.96169585 + 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.27411887 + 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: 31.819 + 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_64_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.OutroG8 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1666848023} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1666848022} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1666848019 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1666848018} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1666848020 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1666848018} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1666848021 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1666848018} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1666848022 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1666848021} + 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-Outro-G-8.mp4 + videoName: Outro-G-8 + _videoActor: {fileID: 1666848020} +--- !u!114 &1666848023 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1666848021} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1666848022} + roomId: VIDEOS + uniqueId: + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &1669073796 PrefabInstance: m_ObjectHideFlags: 0 @@ -20235,732 +22616,6 @@ MonoBehaviour: roomId: VIDEOS uniqueId: F5 _name: MediaPlayer.VIDEOS.Video ---- !u!1001 &1683368793 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.Outro7ImGrottoesse - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 1613473573} - - target: {fileID: 1668543161738679156, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_LocalPosition.x - value: 0.856 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_LocalPosition.y - value: 0.014 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_LocalPosition.z - value: 1.26 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_LocalRotation.w - value: 0.8756803 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_LocalRotation.y - value: 0.48289132 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: radialBias - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_enableEdgeMask - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_totalVoxelCount - value: 787332 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: perspectivesCount - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_voxelGridDimensions.x - value: 103 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_voxelGridDimensions.y - value: 84 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_voxelGridDimensions.z - value: 91 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_volumeBounds.m_Center.x - value: -0.16915572 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_volumeBounds.m_Center.y - value: 0.8412409 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_volumeBounds.m_Center.z - value: 0.18211436 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_volumeBounds.m_Extent.x - value: 1.0308443 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_volumeBounds.m_Extent.y - value: 0.8412409 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_volumeBounds.m_Extent.z - value: 0.91788554 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: radialBiasPersp.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: maskGenerator.sobelMultiplier - value: 19.522911 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: overrideRadialBias.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: radialBiasPersp.Array.data[0] - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: radialBiasPersp.Array.data[1] - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: maskGenerator.m_blurFilter.clip - value: - objectReference: {fileID: 1683368796} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: showPerspectiveGizmo.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: surfaceNormalColorBlendingPower - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: maskGenerator.m_blurFilter.radius - value: 0.01125498 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: maskGenerator.m_blurFilter.slices - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: globalViewDependentColorBlendWeight - value: 20 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[0].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[1].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[2].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[3].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[4].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[5].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[6].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[7].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[8].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[9].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[10].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[11].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: perspectiveGeometryData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: perspectiveColorBlendingData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 7073374712644394629, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_Size.x - value: 2.0616887 - objectReference: {fileID: 0} - - target: {fileID: 7073374712644394629, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_Size.y - value: 1.6824818 - objectReference: {fileID: 0} - - target: {fileID: 7073374712644394629, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_Size.z - value: 1.8357711 - objectReference: {fileID: 0} - - target: {fileID: 7073374712644394629, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_Center.x - value: -0.16915572 - objectReference: {fileID: 0} - - target: {fileID: 7073374712644394629, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_Center.y - value: 0.8412409 - objectReference: {fileID: 0} - - target: {fileID: 7073374712644394629, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_Center.z - value: 0.18211436 - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_poster - value: - objectReference: {fileID: 2800000, guid: 2880f8796d5139049b0ef39ad888a5fc, type: 3} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadataFile - value: - objectReference: {fileID: 4900000, guid: 7273ed0d60dae9f438326b3a79f2ba1e, type: 3} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.numRows - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.numAngles - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.numColumns - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.boundsSize.x - value: 2.0616887 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.boundsSize.y - value: 1.6824818 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.boundsSize.z - value: 1.8357711 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.textureWidth - value: 2048 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.boundsCenter.x - value: -0.16915572 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.boundsCenter.y - value: 0.8412409 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.boundsCenter.z - value: 0.18211436 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectivesCount - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].crop.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].crop.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].crop.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].crop.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].crop.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].crop.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].crop.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].crop.z - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].farClip - value: 3.2590575 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].farClip - value: 3.1509616 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].nearClip - value: 0.37543043 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].nearClip - value: 0.32021353 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].clipEpsilon - value: 0.0017339273 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].clipEpsilon - value: 0.0017663175 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].cameraCenter.x - value: -1.0427669 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].cameraCenter.y - value: 1.3992159 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].cameraCenter.z - value: -1.3279074 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].cameraNormal.x - value: 0.3642297 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].cameraNormal.y - value: -0.3089896 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].cameraNormal.z - value: 0.8785569 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e00 - value: 0.074546665 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e01 - value: -0.9283208 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e02 - value: 0.36422968 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e03 - value: -1.0427669 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e10 - value: 0.95000285 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e11 - value: -0.044945277 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e12 - value: -0.30898958 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e13 - value: 1.3992159 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e20 - value: 0.30321187 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e21 - value: 0.36905336 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e22 - value: 0.87855685 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e23 - value: -1.3279074 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].cameraCenter.x - value: 0.6211449 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].cameraCenter.y - value: 1.3657953 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].cameraCenter.z - value: -1.283046 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].cameraNormal.x - value: -0.39099547 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].cameraNormal.y - value: -0.23136075 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].cameraNormal.z - value: 0.8908394 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e00 - value: 0.18193583 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e01 - value: 0.90223163 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e02 - value: -0.39099544 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e03 - value: 0.6211449 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e10 - value: -0.96822065 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e11 - value: 0.09497898 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e12 - value: -0.23136073 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e13 - value: 1.3657953 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e20 - value: -0.17160463 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e21 - value: 0.42066267 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e22 - value: 0.89083934 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e23 - value: -1.283046 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e00 - value: 0.07454668 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e01 - value: 0.9500028 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e02 - value: 0.30321187 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e03 - value: -0.8488869 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e10 - value: -0.9283208 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e11 - value: -0.044945277 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e12 - value: 0.3690534 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e13 - value: -0.41506535 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e20 - value: 0.3642297 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e21 - value: -0.30898958 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e22 - value: 0.8785569 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e23 - value: 1.9787922 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e00 - value: 0.18193585 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e01 - value: -0.9682206 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e02 - value: -0.1716046 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e03 - value: 0.9892059 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e10 - value: 0.9022317 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e11 - value: 0.09497899 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e12 - value: 0.42066267 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e13 - value: -0.15040883 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e20 - value: -0.39099544 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e21 - value: -0.23136072 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e22 - value: 0.89083934 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e23 - value: 1.7018441 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].depthFocalLength.x - value: 1498.4474 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].depthFocalLength.y - value: 1497.1108 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].depthFocalLength.x - value: 1495.0631 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].depthFocalLength.y - value: 1494.4176 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.defaultReconstructionSettings.edgeMaskBlurAmount - value: 0.01125498 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].depthPrincipalPoint.x - value: 1265.1819 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[0].depthPrincipalPoint.y - value: 722.2222 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].depthPrincipalPoint.x - value: 1267.3789 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.perspectives.Array.data[1].depthPrincipalPoint.y - value: 736.13043 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.defaultReconstructionSettings.edgeMaskSobelMultiplier - value: 19.522911 - objectReference: {fileID: 0} - - target: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - propertyPath: m_metadata.defaultReconstructionSettings.viewDependentColorBlendPower - value: 20.001 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - insertIndex: -1 - addedObject: {fileID: 1683368798} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - insertIndex: -1 - addedObject: {fileID: 1683368797} - m_SourcePrefab: {fileID: 100100000, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} ---- !u!4 &1683368794 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - m_PrefabInstance: {fileID: 1683368793} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1683368795 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - m_PrefabInstance: {fileID: 1683368793} - m_PrefabAsset: {fileID: 0} ---- !u!114 &1683368796 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: 55928ac6d993e4651abbfa056c6245bf, type: 3} - m_PrefabInstance: {fileID: 1683368793} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1683368795} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!114 &1683368797 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1683368795} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 1683368796} - videoPath: Depthkit/Grotto/Outro.7.Im_Grotto_essen.mp4 ---- !u!114 &1683368798 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1683368795} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 1683368797} - roomId: VIDEOS - uniqueId: - _name: Depthkit.VIDEOS.Outro7ImGrottoesse --- !u!1 &1684854632 GameObject: m_ObjectHideFlags: 0 @@ -21200,7 +22855,7 @@ Transform: m_CorrespondingSourceObject: {fileID: 7811885425522445982, guid: efe7a6df3c5d5674bbc6267af0b257a9, type: 3} m_PrefabInstance: {fileID: 1691823948} m_PrefabAsset: {fileID: 0} ---- !u!1001 &1697663296 +--- !u!1001 &1695538883 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 @@ -21208,125 +22863,187 @@ PrefabInstance: serializedVersion: 3 m_TransformParent: {fileID: 5995454} m_Modifications: - - target: {fileID: 42286430969128322, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.NachfrageKellnerun_04 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 1887270770} - - target: {fileID: 1668543161738679156, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalPosition.x - value: -4.466 + value: -2.053 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalPosition.y - value: -0.002 + value: 1.0296 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalPosition.z - value: -10.805 + value: -3.019 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalRotation.w - value: 1 + value: 0.7071068 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalRotation.x - value: -0 + value: 0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalRotation.y - value: -0 + value: -0.7071068 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalRotation.z - value: -0 + value: 0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalEulerAnglesHint.y - value: 0 + value: -90 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - propertyPath: volumeViewpoint + - target: {fileID: 3167518112041466795, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Materials.Array.data[0] value: - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - propertyPath: perspectivesCount - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - propertyPath: radialBiasPersp.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - propertyPath: overrideRadialBias.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - propertyPath: showPerspectiveGizmo.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - propertyPath: maskGenerator.m_blurFilter.slices - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - propertyPath: perspectiveGeometryData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - propertyPath: perspectiveColorBlendingData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} - propertyPath: m_Mesh + objectReference: {fileID: 2100000, guid: 8bd5d6d936d66414f812a6c0eca8f5e1, type: 2} + - 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_61_F + 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.OutroFidle5 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.x + value: -4.65 + objectReference: {fileID: 0} + - target: {fileID: 8630740983880984451, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalPosition.z + value: 6.069 objectReference: {fileID: 0} m_RemovedComponents: [] m_RemovedGameObjects: [] m_AddedGameObjects: [] m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} insertIndex: -1 - addedObject: {fileID: 501430651} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} + addedObject: {fileID: 1695538888} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} insertIndex: -1 - addedObject: {fileID: 501430650} - m_SourcePrefab: {fileID: 100100000, guid: 147c0ae2c5b7d40beb67c48b17132e80, type: 3} + addedObject: {fileID: 1695538887} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1695538884 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1695538883} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1695538885 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1695538883} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1695538886 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1695538883} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1695538887 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1695538886} + 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-Outro-F-idle-5.mp4 + videoName: Outro-F-idle-5 + _videoActor: {fileID: 1695538885} +--- !u!114 &1695538888 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1695538886} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1695538887} + roomId: VIDEOS + uniqueId: + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &1709347177 PrefabInstance: m_ObjectHideFlags: 0 @@ -21739,165 +23456,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 2952176718957077788, guid: 27cfb4598e21626488a38cce0ffce307, type: 3} m_PrefabInstance: {fileID: 1719283399} m_PrefabAsset: {fileID: 0} ---- !u!1001 &1727234035 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.Intro2ImGrottoesse - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 2075673971} - - target: {fileID: 1668543161738679156, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: m_LocalPosition.x - value: -4.466 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: m_LocalPosition.y - value: -0.002 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: m_LocalPosition.z - value: -10.805 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: perspectivesCount - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: radialBiasPersp.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: overrideRadialBias.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: radialBiasPersp.Array.data[0] - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: radialBiasPersp.Array.data[1] - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: showPerspectiveGizmo.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: maskGenerator.m_blurFilter.slices - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[6].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[7].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[8].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[9].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[10].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[11].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: perspectiveGeometryData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: perspectiveColorBlendingData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: 3154383086f404ad38a73e06e82be346, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 3154383086f404ad38a73e06e82be346, type: 3} - insertIndex: -1 - addedObject: {fileID: 113881363} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 3154383086f404ad38a73e06e82be346, type: 3} - insertIndex: -1 - addedObject: {fileID: 113881362} - m_SourcePrefab: {fileID: 100100000, guid: 3154383086f404ad38a73e06e82be346, type: 3} --- !u!1001 &1740017267 PrefabInstance: m_ObjectHideFlags: 0 @@ -22022,152 +23580,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 4634711386549606248, guid: 5826fa22f8eb83e46a8015d910f0802c, type: 3} m_PrefabInstance: {fileID: 1741224548} m_PrefabAsset: {fileID: 0} ---- !u!1001 &1751403196 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.Outro8ImGrottoesse - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 1613473573} - - target: {fileID: 1668543161738679156, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: m_LocalPosition.x - value: -0.095 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: m_LocalPosition.y - value: 0.014 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: m_LocalPosition.z - value: 1.965 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: m_LocalRotation.w - value: 0.8756803 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: m_LocalRotation.y - value: 0.48289132 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - insertIndex: -1 - addedObject: {fileID: 1751403201} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - insertIndex: -1 - addedObject: {fileID: 1751403200} - m_SourcePrefab: {fileID: 100100000, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} ---- !u!4 &1751403197 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - m_PrefabInstance: {fileID: 1751403196} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1751403198 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - m_PrefabInstance: {fileID: 1751403196} - m_PrefabAsset: {fileID: 0} ---- !u!114 &1751403199 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: 16950f4a566894ddea0c17afd65ace06, type: 3} - m_PrefabInstance: {fileID: 1751403196} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1751403198} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!114 &1751403200 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1751403198} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 1751403199} - videoPath: Depthkit/Grotto/Outro.8.Im_Grotto_essen.mp4 ---- !u!114 &1751403201 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1751403198} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 1751403200} - roomId: VIDEOS - uniqueId: - _name: Depthkit.VIDEOS.Outro8ImGrottoesse --- !u!1001 &1762619821 PrefabInstance: m_ObjectHideFlags: 0 @@ -22387,61 +23799,183 @@ Transform: - {fileID: 1151291992} m_Father: {fileID: 1946675835} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1782257119 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - m_PrefabInstance: {fileID: 129198482} - m_PrefabAsset: {fileID: 0} ---- !u!4 &1782257120 stripped +--- !u!1001 &1781781216 +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_53_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.GrottoUnterhaltung_G28 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1781781221} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1781781220} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1781781217 stripped Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - m_PrefabInstance: {fileID: 129198482} + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1781781216} m_PrefabAsset: {fileID: 0} ---- !u!114 &1782257121 +--- !u!1 &1781781218 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1781781216} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1781781219 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1781781216} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1781781220 MonoBehaviour: m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1782257119} + m_GameObject: {fileID: 1781781219} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} m_Name: m_EditorClassIdentifier: showHelpText: 0 fadeInTime: 1.5 fadeOutTime: 1.5 - depthkitClip: {fileID: 1782257130} - videoPath: Depthkit/Grotto/Intro.7.Im_Grotto_essen.mp4 ---- !u!114 &1782257122 + videoPath: Videos/Grotto/Im_Grotto_essen-Grotto_Unterhaltung-G-28.mp4 + videoName: Grotto_Unterhaltung-G-28 + _videoActor: {fileID: 1781781218} +--- !u!114 &1781781221 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1782257119} + m_GameObject: {fileID: 1781781219} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} m_Name: m_EditorClassIdentifier: handlers: - - {fileID: 1782257121} + - {fileID: 1781781220} roomId: VIDEOS - uniqueId: - _name: Depthkit.VIDEOS.Intro7ImGrottoesse ---- !u!114 &1782257130 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: 5b4a1768ce79d45f09b7ed8ca86c59b9, type: 3} - m_PrefabInstance: {fileID: 129198482} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1782257119} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: + uniqueId: G28 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &1790716267 PrefabInstance: m_ObjectHideFlags: 0 @@ -22870,6 +24404,179 @@ Material: - _OuterUV: {r: 0, g: 0, b: 1, a: 1} - _WidthHeightRadius: {r: 280, g: 54.4, b: 56, a: 0} m_BuildTextureStacks: [] +--- !u!1001 &1820211664 +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_31_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.GrottoUnterhaltung_FIdle3 + 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: 1820211669} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1820211668} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &1820211665 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1820211664} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1820211666 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1820211664} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1820211667 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1820211664} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1820211668 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1820211667} + 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-Grotto_Unterhaltung-F-idle-3.mp4 + videoName: Grotto_Unterhaltung-F-idle-3 + _videoActor: {fileID: 1820211666} +--- !u!114 &1820211669 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1820211667} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1820211668} + roomId: VIDEOS + uniqueId: FIdle3 + _name: MediaPlayer.VIDEOS.Video --- !u!1 &1826691419 GameObject: m_ObjectHideFlags: 0 @@ -23139,133 +24846,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 2088371299627749622, guid: 4e6b4351a33e1b94aaa16a46fbfc3704, type: 3} m_PrefabInstance: {fileID: 1835235200} m_PrefabAsset: {fileID: 0} ---- !u!1001 &1846574445 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.NachfrageKellnerun_10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 1887270770} - - target: {fileID: 1668543161738679156, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: m_LocalPosition.x - value: -3.017 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: m_LocalPosition.y - value: -0.002 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: m_LocalPosition.z - value: -11.571 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: perspectivesCount - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: radialBiasPersp.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: overrideRadialBias.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: showPerspectiveGizmo.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: maskGenerator.m_blurFilter.slices - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: perspectiveGeometryData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: perspectiveColorBlendingData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - insertIndex: -1 - addedObject: {fileID: 486050957} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} - insertIndex: -1 - addedObject: {fileID: 486050956} - m_SourcePrefab: {fileID: 100100000, guid: 5838d66952c024e90ad622d308c67d4d, type: 3} --- !u!1001 &1854135233 PrefabInstance: m_ObjectHideFlags: 0 @@ -23471,194 +25051,12 @@ Transform: - {fileID: 1877571136} m_Father: {fileID: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &1875310401 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.NachfrageKellner1I - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 499868552} - - target: {fileID: 1668543161738679156, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: m_LocalPosition.x - value: -4.466 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: m_LocalPosition.y - value: -0.002 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: m_LocalPosition.z - value: -10.805 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: perspectivesCount - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: radialBiasPersp.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: overrideRadialBias.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: showPerspectiveGizmo.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: maskGenerator.m_blurFilter.slices - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: perspectiveGeometryData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: perspectiveColorBlendingData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - insertIndex: -1 - addedObject: {fileID: 1875310406} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - insertIndex: -1 - addedObject: {fileID: 1875310405} - m_SourcePrefab: {fileID: 100100000, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} ---- !u!4 &1875310402 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - m_PrefabInstance: {fileID: 1875310401} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1875310403 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - m_PrefabInstance: {fileID: 1875310401} - m_PrefabAsset: {fileID: 0} ---- !u!114 &1875310404 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: 32265cad9f5ee4bfe8c273ed43345441, type: 3} - m_PrefabInstance: {fileID: 1875310401} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1875310403} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!114 &1875310405 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1875310403} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 1875310404} - videoPath: Depthkit/Grotto/Nachfrage_Kellner.1.Im_Grotto_essen.mp4 ---- !u!114 &1875310406 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1875310403} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 1875310405} - roomId: VIDEOS - uniqueId: - _name: Depthkit.VIDEOS.NachfrageKellner1I --- !u!4 &1877571136 stripped Transform: m_CorrespondingSourceObject: {fileID: 799061112450478706, guid: 73e54ce2445f9cf459d68f6f82392bb4, type: 3} m_PrefabInstance: {fileID: 241937595935061144} m_PrefabAsset: {fileID: 0} ---- !u!1001 &1886613249 +--- !u!1001 &1878475938 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 @@ -23666,222 +25064,175 @@ PrefabInstance: serializedVersion: 3 m_TransformParent: {fileID: 5995454} m_Modifications: - - target: {fileID: 42286430969128322, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.NachfrageKellnerun_18 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 133692881} - - target: {fileID: 1668543161738679156, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalPosition.x - value: -3.017 + value: -2.62 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalPosition.y - value: -0.002 + value: 1.0296 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalPosition.z - value: -11.571 + value: -11.281 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalRotation.w - value: 1 + value: 0.9245091 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalRotation.y - value: -0 + value: 0.38116008 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalEulerAnglesHint.y - value: 0 + value: 44.811 objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} + - target: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - propertyPath: volumeViewpoint + - 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: 6530338441971284947, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - propertyPath: perspectivesCount - value: 2 + - target: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_IsActive + value: 0 objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - propertyPath: radialBiasPersp.Array.size - value: 2 + - target: {fileID: 6234806968843249386, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_Name + value: video-container_52_G objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - propertyPath: overrideRadialBias.Array.size - value: 2 + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _loop + value: 0 objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - propertyPath: showPerspectiveGizmo.Array.size - value: 2 + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoOpen + value: 0 objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - propertyPath: maskGenerator.m_blurFilter.slices - value: 2 + - target: {fileID: 6597935333783015301, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: _autoPlayOnStart + value: 0 objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - propertyPath: perspectiveGeometryData.m_data.Array.size - value: 2 + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.x + value: 0.14 objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - propertyPath: perspectiveColorBlendingData.m_data.Array.size - value: 2 + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.y + value: 0.24 objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size - value: 2 + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalScale.z + value: 0.28 objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size - value: 2 + - target: {fileID: 6950261997647933274, guid: 1975db4363180984fb6314cd23581050, type: 3} + propertyPath: m_LocalRotation.w + value: 0 objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - propertyPath: m_Mesh - value: + - 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.GrottoUnterhaltung_G25 objectReference: {fileID: 0} m_RemovedComponents: [] m_RemovedGameObjects: [] m_AddedGameObjects: [] m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} insertIndex: -1 - addedObject: {fileID: 1886613254} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} + addedObject: {fileID: 1878475943} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} insertIndex: -1 - addedObject: {fileID: 1886613253} - m_SourcePrefab: {fileID: 100100000, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} ---- !u!4 &1886613250 stripped + addedObject: {fileID: 1878475942} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1878475939 stripped Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - m_PrefabInstance: {fileID: 1886613249} + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1878475938} m_PrefabAsset: {fileID: 0} ---- !u!1 &1886613251 stripped +--- !u!1 &1878475940 stripped GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - m_PrefabInstance: {fileID: 1886613249} + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1878475938} m_PrefabAsset: {fileID: 0} ---- !u!114 &1886613252 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: cc3d1e8810b7a401fa99d2507db62c6d, type: 3} - m_PrefabInstance: {fileID: 1886613249} +--- !u!1 &1878475941 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1878475938} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1886613251} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!114 &1886613253 +--- !u!114 &1878475942 MonoBehaviour: m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1886613251} + m_GameObject: {fileID: 1878475941} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} + m_Script: {fileID: 11500000, guid: fa9f474abde1d48d2ae77a9cbe255b8b, type: 3} m_Name: m_EditorClassIdentifier: showHelpText: 0 fadeInTime: 1.5 fadeOutTime: 1.5 - depthkitClip: {fileID: 1886613252} - videoPath: Depthkit/Grotto/Nachfrage_Kellner_unklar.18.Im_Grotto_essen.mp4 ---- !u!114 &1886613254 + videoPath: Videos/Grotto/Im_Grotto_essen-Grotto_Unterhaltung-G-25.mp4 + videoName: Grotto_Unterhaltung-G-25 + _videoActor: {fileID: 1878475940} +--- !u!114 &1878475943 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1886613251} + m_GameObject: {fileID: 1878475941} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} m_Name: m_EditorClassIdentifier: handlers: - - {fileID: 1886613253} + - {fileID: 1878475942} roomId: VIDEOS - uniqueId: 18 - _name: Depthkit.VIDEOS.NachfrageKellnerun_18 ---- !u!21 &1887270770 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Shader Graphs/Depthkit Studio Photo Look Unlit - m_Shader: {fileID: -6465566751694194690, guid: 1f57a434f2e8d4e40979f248bac82f5c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - DK_UNTEXTURED_FRAGMENT_INFER - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - unity_Lightmaps: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_LightmapsInd: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_ShadowMasks: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _QueueControl: 0 - - _QueueOffset: 0 - m_Colors: [] - m_BuildTextureStacks: [] + uniqueId: G25 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &1890074735 PrefabInstance: m_ObjectHideFlags: 0 @@ -24297,46 +25648,6 @@ 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 @@ -24514,6 +25825,179 @@ MonoBehaviour: roomId: VIDEOS uniqueId: G3 _name: MediaPlayer.VIDEOS.Video +--- !u!1001 &1915276495 +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_42_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.GrottoUnterhaltung_FIdle12 + 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: 1915276500} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 1915276499} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &1915276496 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1915276495} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1915276497 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1915276495} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1915276498 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 1915276495} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1915276499 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1915276498} + 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-Grotto_Unterhaltung-F-idle-12.mp4 + videoName: Grotto_Unterhaltung-F-idle-12 + _videoActor: {fileID: 1915276497} +--- !u!114 &1915276500 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1915276498} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1915276499} + roomId: VIDEOS + uniqueId: FIdle12 + _name: MediaPlayer.VIDEOS.Video --- !u!1001 &1917171000 PrefabInstance: m_ObjectHideFlags: 0 @@ -24720,6 +26204,183 @@ Transform: m_CorrespondingSourceObject: {fileID: 4634711386549606248, guid: 5826fa22f8eb83e46a8015d910f0802c, type: 3} m_PrefabInstance: {fileID: 1921383767} m_PrefabAsset: {fileID: 0} +--- !u!1001 &1927674265 +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_39_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.GrottoUnterhaltung_G2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1927674270} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1927674269} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1927674266 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1927674265} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1927674267 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1927674265} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1927674268 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1927674265} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1927674269 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1927674268} + 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-Grotto_Unterhaltung-G-2.mp4 + videoName: Grotto_Unterhaltung-G-2 + _videoActor: {fileID: 1927674267} +--- !u!114 &1927674270 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1927674268} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1927674269} + roomId: VIDEOS + uniqueId: G2 + _name: MediaPlayer.VIDEOS.Video --- !u!4 &1934903663 stripped Transform: m_CorrespondingSourceObject: {fileID: 6353718079854822922, guid: a0cd652d6e197224693d6a9828ae3fc6, type: 3} @@ -25721,46 +27382,360 @@ Transform: m_CorrespondingSourceObject: {fileID: 3357292233836313791, guid: bf15b8e1a1f7256499fabcb6e08fa6e6, type: 3} m_PrefabInstance: {fileID: 1970639490} m_PrefabAsset: {fileID: 0} ---- !u!21 &1974521440 -Material: - serializedVersion: 8 +--- !u!1001 &1975828765 +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_47_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.GrottoUnterhaltung_GIdle18 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1975828770} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1975828769} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1975828766 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1975828765} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1975828767 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1975828765} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1975828768 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1975828765} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1975828769 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1975828768} + 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-Grotto_Unterhaltung-G-idle-18.mp4 + videoName: Grotto_Unterhaltung-G-idle-18 + _videoActor: {fileID: 1975828767} +--- !u!114 &1975828770 +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: 1975828768} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1975828769} + roomId: VIDEOS + uniqueId: GIdle18 + _name: MediaPlayer.VIDEOS.Video +--- !u!1001 &1976557125 +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: 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_29_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.NachfrageKellnerEs_G2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1976557130} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 1976557129} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &1976557126 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1976557125} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1976557127 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1976557125} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1976557128 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 1976557125} + m_PrefabAsset: {fileID: 0} +--- !u!114 &1976557129 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1976557128} + 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_Essen-G -2.mp4 + videoName: Nachfrage_Kellner_Essen-G -2 + _videoActor: {fileID: 1976557127} +--- !u!114 &1976557130 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1976557128} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 1976557129} + roomId: VIDEOS + uniqueId: G2 + _name: MediaPlayer.VIDEOS.Video --- !u!21 &1979463139 Material: serializedVersion: 8 @@ -26816,6 +28791,223 @@ Transform: m_CorrespondingSourceObject: {fileID: 382483183088004525, guid: 7ce1db7bd0f3ef4489a44b88ad374b8f, type: 3} m_PrefabInstance: {fileID: 2007526181} m_PrefabAsset: {fileID: 0} +--- !u!1001 &2008365932 +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_27_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.BestellungEssenG2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 2008365937} + - targetCorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + insertIndex: -1 + addedObject: {fileID: 2008365936} + m_SourcePrefab: {fileID: 100100000, guid: 1975db4363180984fb6314cd23581050, type: 3} +--- !u!4 &2008365933 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 45992302152454030, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 2008365932} + m_PrefabAsset: {fileID: 0} +--- !u!1 &2008365934 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 5678524622008621035, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 2008365932} + m_PrefabAsset: {fileID: 0} +--- !u!1 &2008365935 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8285125232897659694, guid: 1975db4363180984fb6314cd23581050, type: 3} + m_PrefabInstance: {fileID: 2008365932} + m_PrefabAsset: {fileID: 0} +--- !u!114 &2008365936 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2008365935} + 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_Essen-G-2.mp4 + videoName: Bestellung_Essen-G-2 + _videoActor: {fileID: 2008365934} +--- !u!114 &2008365937 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2008365935} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 2008365936} + roomId: VIDEOS + uniqueId: + _name: MediaPlayer.VIDEOS.Video +--- !u!21 &2010357697 +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 &2031451081 PrefabInstance: m_ObjectHideFlags: 0 @@ -26989,165 +29181,6 @@ MonoBehaviour: roomId: VIDEOS uniqueId: _name: MediaPlayer.VIDEOS.Video ---- !u!1001 &2044895606 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.Intro10ImGrottoess - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 1887270770} - - target: {fileID: 1668543161738679156, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: m_LocalPosition.x - value: -4.466 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: m_LocalPosition.y - value: -0.002 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: m_LocalPosition.z - value: -10.805 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: perspectivesCount - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: radialBiasPersp.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: overrideRadialBias.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: radialBiasPersp.Array.data[0] - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: radialBiasPersp.Array.data[1] - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: showPerspectiveGizmo.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: maskGenerator.m_blurFilter.slices - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[6].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[7].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[8].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[9].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[10].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: radialBiasPerspInMeters.Array.data[11].x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: perspectiveGeometryData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: perspectiveColorBlendingData.m_data.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - insertIndex: -1 - addedObject: {fileID: 606260743} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} - insertIndex: -1 - addedObject: {fileID: 606260742} - m_SourcePrefab: {fileID: 100100000, guid: 18aca0f3624bb4f60810b39ffd91f696, type: 3} --- !u!1001 &2048900323 PrefabInstance: m_ObjectHideFlags: 0 @@ -27507,49 +29540,6 @@ MeshFilter: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2070821297} m_Mesh: {fileID: -528903598445215448, guid: db2d50b2ba842ea43b66c93a70800b3b, type: 3} ---- !u!21 &2075673971 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Shader Graphs/Depthkit Studio Photo Look Unlit - m_Shader: {fileID: -6465566751694194690, guid: 1f57a434f2e8d4e40979f248bac82f5c, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: - - DK_UNTEXTURED_FRAGMENT_INFER - - DK_USE_EDGEMASK - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - unity_Lightmaps: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_LightmapsInd: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_ShadowMasks: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _QueueControl: 0 - - _QueueOffset: 0 - m_Colors: [] - m_BuildTextureStacks: [] --- !u!1001 &2075732752 PrefabInstance: m_ObjectHideFlags: 0 @@ -27926,6 +29916,179 @@ Transform: - {fileID: 1156151579} m_Father: {fileID: 1946675835} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &2116719839 +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_34_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.GrottoUnterhaltung_F6 + 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: 2116719844} + - targetCorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + insertIndex: -1 + addedObject: {fileID: 2116719843} + m_SourcePrefab: {fileID: 100100000, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} +--- !u!4 &2116719840 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6269733995156948630, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 2116719839} + m_PrefabAsset: {fileID: 0} +--- !u!1 &2116719841 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 2116719839} + m_PrefabAsset: {fileID: 0} +--- !u!1 &2116719842 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7357111416024985209, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3} + m_PrefabInstance: {fileID: 2116719839} + m_PrefabAsset: {fileID: 0} +--- !u!114 &2116719843 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2116719842} + 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-Grotto_Unterhaltung-F-6.mp4 + videoName: Grotto_Unterhaltung-F-6 + _videoActor: {fileID: 2116719841} +--- !u!114 &2116719844 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2116719842} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} + m_Name: + m_EditorClassIdentifier: + handlers: + - {fileID: 2116719843} + roomId: VIDEOS + uniqueId: F6 + _name: MediaPlayer.VIDEOS.Video --- !u!4 &2128944480 stripped Transform: m_CorrespondingSourceObject: {fileID: 4342869974226841466, guid: b327ae02124e89745a5e86080b7975b4, type: 3} @@ -28062,152 +30225,6 @@ Transform: m_CorrespondingSourceObject: {fileID: 1253365200111565818, guid: 8109e9e16ba4cc04b8e0928aea897927, type: 3} m_PrefabInstance: {fileID: 2139261064} m_PrefabAsset: {fileID: 0} ---- !u!1001 &2139740870 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 5995454} - m_Modifications: - - target: {fileID: 42286430969128322, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: m_Name - value: Depthkit.VIDEOS.Outro2ImGrottoesse - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: m_Layer - value: 10 - objectReference: {fileID: 0} - - target: {fileID: 42286430969128322, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99019791534316073, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 1613473573} - - target: {fileID: 1668543161738679156, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: _autoOpen - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1668543161738679156, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: _autoPlayOnStart - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: m_LocalPosition.x - value: -0.095 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: m_LocalPosition.y - value: 0.014 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: m_LocalPosition.z - value: 1.965 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: m_LocalRotation.w - value: 0.8756803 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: m_LocalRotation.y - value: 0.48289132 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2577517210070414019, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6530338441971284947, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: volumeViewpoint - value: - objectReference: {fileID: 0} - - target: {fileID: 7805204480815110938, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - propertyPath: m_Mesh - value: - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - insertIndex: -1 - addedObject: {fileID: 2139740875} - - targetCorrespondingSourceObject: {fileID: 42286430969128322, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - insertIndex: -1 - addedObject: {fileID: 2139740874} - m_SourcePrefab: {fileID: 100100000, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} ---- !u!4 &2139740871 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2577517210070414019, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - m_PrefabInstance: {fileID: 2139740870} - m_PrefabAsset: {fileID: 0} ---- !u!1 &2139740872 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 42286430969128322, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - m_PrefabInstance: {fileID: 2139740870} - m_PrefabAsset: {fileID: 0} ---- !u!114 &2139740873 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 8229741554201112100, guid: f5feecf32eaa949eda2ef9cd0d3b80e9, type: 3} - m_PrefabInstance: {fileID: 2139740870} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2139740872} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!114 &2139740874 -MonoBehaviour: - m_ObjectHideFlags: 2 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2139740872} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c1bbef39d5641469e876eef12e939c3a, type: 3} - m_Name: - m_EditorClassIdentifier: - showHelpText: 0 - fadeInTime: 1.5 - fadeOutTime: 1.5 - depthkitClip: {fileID: 2139740873} - videoPath: Depthkit/Grotto/Outro.2.Im_Grotto_essen.mp4 ---- !u!114 &2139740875 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2139740872} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3} - m_Name: - m_EditorClassIdentifier: - handlers: - - {fileID: 2139740874} - roomId: VIDEOS - uniqueId: - _name: Depthkit.VIDEOS.Outro2ImGrottoesse --- !u!1001 &2143247563 PrefabInstance: m_ObjectHideFlags: 0 @@ -30517,7 +32534,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 2954447149835995051, guid: b35dae17e8cc73441b90ce38bc6bf89c, type: 3} propertyPath: m_LocalPosition.x - value: -4.274 + value: -3.209 objectReference: {fileID: 0} - target: {fileID: 2954447149835995051, guid: b35dae17e8cc73441b90ce38bc6bf89c, type: 3} propertyPath: m_LocalPosition.y diff --git a/Viagg-io/Assets/Scripts/Speech/viaggioSpeechIntents_it.json b/Viagg-io/Assets/Scripts/Speech/viaggioSpeechIntents_it.json index 13d1f7f7..419de577 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\u00e cos\u00ec." + "Cos\u00ec cos\u00ec." ] }, { @@ -633,42 +633,14 @@ "Niente." ] }, - { - "intentID": "Im_Grotto_essen-Nachfrage_Kellner_Getraenk-U-3a", - "intentSentences": [ - "Io vorrei una gazzosa.", - "Prendo una gazzosa.", - "Ho scelto la limonata.", - "Vorrei ordinare una gazzosa." - ] - }, - { - "intentID": "Im_Grotto_essen-Nachfrage_Kellner_Getraenk-U-3b", - "intentSentences": [ - "Io vorrei del vino, per favore.", - "Vorrei del Merlot.", - "Vorrei un tazzin.", - "Prendo il vino.", - "Vorrei ordinare un tazzin." - ] - }, - { - "intentID": "Im_Grotto_essen-Nachfrage_Kellner_Getraenk-U-4", - "intentSentences": [ - "Io vorrei dell'acqua.", - "Non voglio da bere.", - "Vorrei un caff\u00e8.", - "Vorrei qualcos'altro.", - "Niente." - ] - }, { "intentID": "Im_Grotto_essen-Bestellung_Essen-U-3", "intentSentences": [ "Io vorrei un'insalata, per favore.", "Prendo l'insalata.", "Ho scelto l'insalata.", - "Vorrei ordinare un'insalata." + "Vorrei ordinare un'insalata.", + "Insalata." ] }, { @@ -677,7 +649,8 @@ "Io vorrei i pizochen, per favore.", "Prendo i pizochen.", "Ho scelto i pizochen.", - "Vorrei ordinare i pizochen." + "Vorrei ordinare i pizochen.", + "Pizochen." ] }, { @@ -686,34 +659,8 @@ "Io vorrei il risotto, per favore.", "Prendo il risotto.", "Ho scelto il risotto.", - "Vorrei ordinare il risotto." - ] - }, - { - "intentID": "Im_Grotto_essen-Nachfrage_Kellner_Essen-U-3a", - "intentSentences": [ - "Io vorrei un'insalata, per favore.", - "Prendo l'insalata.", - "Ho scelto l'insalata.", - "Vorrei ordinare un'insalata." - ] - }, - { - "intentID": "Im_Grotto_essen-Nachfrage_Kellner_Essen-U-3b", - "intentSentences": [ - "Io vorrei i pizochen, per favore.", - "Prendo i pizochen.", - "Ho scelto i pizochen.", - "Vorrei ordinare i pizochen." - ] - }, - { - "intentID": "Im_Grotto_essen-Nachfrage_Kellner_Essen-U-3c", - "intentSentences": [ - "Io vorrei il risotto, per favore.", - "Prendo il risotto.", - "Ho scelto il risotto.", - "Vorrei ordinare il risotto." + "Vorrei ordinare il risotto.", + "Risotto." ] }, { @@ -728,14 +675,10 @@ "intentID": "Im_Grotto_essen-Grotto_Unterhaltung-U-5b", "intentSentences": [ "S\u00ec.", - "S\u00ec, originariamente significava \"cantina\".", + "S\u00ec, originariamente significava cantina.", "S\u00ec, era come un frigo naturale dove consevare i generi alimentari." ] }, - { - "intentID": "Im_Grotto_essen-Grotto_Unterhaltung-U-5c", - "intentSentences": [] - }, { "intentID": "Im_Grotto_essen-Grotto_Unterhaltung-U-9a", "intentSentences": [ @@ -748,7 +691,7 @@ "intentID": "Im_Grotto_essen-Grotto_Unterhaltung-U-9b", "intentSentences": [ "No.", - "No, non ho mai mangiato in un grotto. ", + "No, non ho mai mangiato in un grotto.", "No, purtroppo no." ] }, @@ -766,9 +709,9 @@ "intentID": "Im_Grotto_essen-Grotto_Unterhaltung-U-12b", "intentSentences": [ "Non mi piace molto.", - "Non cos\u00ecbene.", + "Non cos\u00ec bene.", "Non molto.", - "Non \u00e8 cos\u00ecbella.", + "Non \u00e8 cos\u00ec bella.", "Non so." ] }, @@ -786,9 +729,9 @@ "intentID": "Im_Grotto_essen-Grotto_Unterhaltung-U-24", "intentSentences": [ "Non mi piace molto.", - "Non cos\u00ectanto.", + "Non cos\u00ec tanto.", "Non molto.", - "Non \u00e8 cos\u00ecbella." + "Non \u00e8 cos\u00ec bella." ] }, { diff --git a/Videos/Grotto/Im_Grotto_essen-Grotto_Unterhaltung-G2.mp4 b/Videos/Grotto/Im_Grotto_essen-Grotto_Unterhaltung-G-2.mp4 similarity index 100% rename from Videos/Grotto/Im_Grotto_essen-Grotto_Unterhaltung-G2.mp4 rename to Videos/Grotto/Im_Grotto_essen-Grotto_Unterhaltung-G-2.mp4