Merge branch 'programming'
This commit is contained in:
		
						commit
						41a912976a
					
				@ -24,29 +24,27 @@
 | 
			
		||||
            BTC.StopSpeechIntentRecognition()
 | 
			
		||||
            BTC.ClearPossbileSpeechIntents()
 | 
			
		||||
 | 
			
		||||
            BTC.Show("GO.HANDMENU.SpeechButton")
 | 
			
		||||
            BTC.Set("TextMeshPro.HANDMENU.Option1Button", "text", "Restart")
 | 
			
		||||
            BTC.Show("GO.HANDMENU.Option1Button")
 | 
			
		||||
            BTC.Run("NamedEventTrigger.HANDMENU.Option1Button")
 | 
			
		||||
            BTC.Hide("GO.HANDMENU.Option1Button")
 | 
			
		||||
            BTC.Hide("GO.HANDMENU.SpeechButton")
 | 
			
		||||
            BTC.Show("GO.HANDMENU.Home")
 | 
			
		||||
            BTC.Hide("GO.HANDMENU.SpeechOptions")
 | 
			
		||||
            BTC.Show("GO.GO.SpeechButton")
 | 
			
		||||
            BTC.Set("TextMeshPro.GO.Option1Button", "text", "Restart")
 | 
			
		||||
            BTC.Show("GO.GO.Option1Button")
 | 
			
		||||
            BTC.Run("NamedEventTrigger.GO.Option1Button")
 | 
			
		||||
            BTC.Hide("GO.GO.Option1Button")
 | 
			
		||||
            BTC.Hide("GO.GO.SpeechButton")
 | 
			
		||||
            BTC.Show("GO.GO.Home")
 | 
			
		||||
            BTC.Hide("GO.GO.SpeechOptions")
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
Tree("22_Geschaeft_Story_A_Picknicken_Intro") {
 | 
			
		||||
    Composite(Sequence) {
 | 
			
		||||
        BTC.SynthesizeText("Qui trovi i migliori panini di tutta Bellinzona. Mhmmm, adoro fare i picnic!")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.Intro1StoryAPickni")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.Intro1StoryAPickni")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.Intro1StoryAPickni")
 | 
			
		||||
 | 
			
		||||
        BTC.SynthesizeText("Anche le piadine di Pietro sono deliziose. Mhmm, cosa prendo? Tu ordina pure, io devo ancora pensarci un momento.")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
 | 
			
		||||
        BTC.SynthesizeText("Ciao Francesca! Come posso servirvi?")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.Intro2StoryAPickni")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.Intro2StoryAPickni")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.Intro2StoryAPickni")
 | 
			
		||||
 | 
			
		||||
        BTC.AddPossbileSpeechIntent("Story_A_Picknicken.Intro.3")
 | 
			
		||||
        BTC.StartSpeechIntentRecognition()
 | 
			
		||||
@ -81,8 +79,9 @@ Tree("22_Geschaeft_Story_A_Picknicken_Intro") {
 | 
			
		||||
                BTC.ClearPossbileSpeechIntents()
 | 
			
		||||
 | 
			
		||||
                // --- Story A Picknicken - Nachfrage Bestellung ---
 | 
			
		||||
                BTC.SynthesizeText("Sa già cosa prendere?")
 | 
			
		||||
                BTC.SpeechOutputEnded()
 | 
			
		||||
                BTC.Show("Depthkit.VIDEOS.NachfrageBestellun_01")
 | 
			
		||||
                BTC.Run("Depthkit.VIDEOS.NachfrageBestellun_01")
 | 
			
		||||
                BTC.Hide("Depthkit.VIDEOS.NachfrageBestellun_01")
 | 
			
		||||
 | 
			
		||||
                BTC.AddPossbileSpeechIntent("Story_A_Picknicken.Nachfrage_Bestellung.2")
 | 
			
		||||
                BTC.StartSpeechIntentRecognition()
 | 
			
		||||
@ -117,31 +116,33 @@ Tree("22_Geschaeft_Story_A_Picknicken_Intro") {
 | 
			
		||||
                        BTC.ClearPossbileSpeechIntents()
 | 
			
		||||
 | 
			
		||||
                        // --- Story A Picknicken - Bestellung Begleiter Beide ---
 | 
			
		||||
                        BTC.SetVoiceName("it-IT-FabiolaNeural")
 | 
			
		||||
                        BTC.SynthesizeText("Dai, se vuoi ordino io per tutt’e due, va bene?")
 | 
			
		||||
                        BTC.SpeechOutputEnded()
 | 
			
		||||
                        BTC.Show("Depthkit.VIDEOS.BestellungBegleite_Beide01")
 | 
			
		||||
                        BTC.Run("Depthkit.VIDEOS.BestellungBegleite_Beide01")
 | 
			
		||||
                        BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_Beide01")
 | 
			
		||||
 | 
			
		||||
                        BTC.SynthesizeText("Vorrei due panini al formaggio, due piadine alla caprese e due gazzose al mandarino.")
 | 
			
		||||
                        BTC.SpeechOutputEnded()
 | 
			
		||||
                        BTC.Show("Depthkit.VIDEOS.BestellungBegleite_Beide02")
 | 
			
		||||
                        BTC.Run("Depthkit.VIDEOS.BestellungBegleite_Beide02")
 | 
			
		||||
                        BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_Beide02")
 | 
			
		||||
 | 
			
		||||
                        BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
 | 
			
		||||
                        BTC.SynthesizeText("Con piacere. Da portare via o da mangiare qui?")
 | 
			
		||||
                        BTC.SpeechOutputEnded()
 | 
			
		||||
                        BTC.Show("Depthkit.VIDEOS.BestellungBegleite_Beide03")
 | 
			
		||||
                        BTC.Run("Depthkit.VIDEOS.BestellungBegleite_Beide03")
 | 
			
		||||
                        BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_Beide03")
 | 
			
		||||
 | 
			
		||||
                        BTC.SetVoiceName("it-IT-FabiolaNeural")
 | 
			
		||||
                        BTC.SynthesizeText("Da portare via, per favore.")
 | 
			
		||||
                        BTC.SpeechOutputEnded()
 | 
			
		||||
                        BTC.Show("Depthkit.VIDEOS.BestellungBegleite_Beide04")
 | 
			
		||||
                        BTC.Run("Depthkit.VIDEOS.BestellungBegleite_Beide04")
 | 
			
		||||
                        BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_Beide04")
 | 
			
		||||
 | 
			
		||||
                        BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
 | 
			
		||||
                        BTC.SynthesizeText("Fanno 42 franchi. Paghi col cellulare? Per favore, avvicinalo al dispositivo.")
 | 
			
		||||
                        BTC.SpeechOutputEnded()
 | 
			
		||||
                        BTC.Show("Depthkit.VIDEOS.BestellungBegleite_Beide05")
 | 
			
		||||
                        BTC.Run("Depthkit.VIDEOS.BestellungBegleite_Beide05")
 | 
			
		||||
                        BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_Beide05")
 | 
			
		||||
 | 
			
		||||
                        BTC.SynthesizeText("Grazie mille! Divertitevi!")
 | 
			
		||||
                        BTC.SpeechOutputEnded()
 | 
			
		||||
                        BTC.Show("Depthkit.VIDEOS.BestellungBegleite_Beide07")
 | 
			
		||||
                        BTC.Run("Depthkit.VIDEOS.BestellungBegleite_Beide07")
 | 
			
		||||
                        BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_Beide07")
 | 
			
		||||
 | 
			
		||||
                        BTC.SetVoiceName("it-IT-FabiolaNeural")
 | 
			
		||||
                        BTC.SynthesizeText("Grazie, Pietro. A presto.")
 | 
			
		||||
                        BTC.SpeechOutputEnded()
 | 
			
		||||
                        BTC.Show("Depthkit.VIDEOS.BestellungBegleite_Beide06")
 | 
			
		||||
                        BTC.Run("Depthkit.VIDEOS.BestellungBegleite_Beide06")
 | 
			
		||||
                        BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_Beide06")
 | 
			
		||||
 | 
			
		||||
                        RunTree("22_Geschaeft_Baeckerei_Outro")
 | 
			
		||||
                    }
 | 
			
		||||
@ -154,8 +155,9 @@ Tree("22_Geschaeft_Story_A_Picknicken_Intro") {
 | 
			
		||||
Tree("22_Geschaeft_Story_A_Picknicken_Mitnehmen") {
 | 
			
		||||
// --- Story A Picknicken - Mitnehmen ---
 | 
			
		||||
    Composite(Sequence) {
 | 
			
		||||
        BTC.SynthesizeText("Volentieri. Da portare via o da mangiare qui?")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.Mitnehmen1StoryAPi")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.Mitnehmen1StoryAPi")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.Mitnehmen1StoryAPi")
 | 
			
		||||
 | 
			
		||||
        BTC.AddPossbileSpeechIntent("Story_A_Picknicken.Mitnehmen.2")
 | 
			
		||||
        BTC.StartSpeechIntentRecognition()
 | 
			
		||||
@ -189,46 +191,54 @@ Tree("22_Geschaeft_Story_A_Picknicken_Mitnehmen") {
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        BTC.SynthesizeText("Allora le incarto tutto.")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.Mitnehmen5StoryAPi")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.Mitnehmen5StoryAPi")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.Mitnehmen5StoryAPi")
 | 
			
		||||
 | 
			
		||||
        // --- Story A Picknicken - Bezahlen einzeln ---
 | 
			
		||||
        BTC.SynthesizeText("Fanno 21 franchi. Per favore, paghi avvicinando il telefono al dispositivo.")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.Bezahleneinzeln1St")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.Bezahleneinzeln1St")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.Bezahleneinzeln1St")
 | 
			
		||||
 | 
			
		||||
        // ToDo: Bezahlung mit Handy User
 | 
			
		||||
        Composite(Race) {
 | 
			
		||||
            // ToDo: Collide handy mit Payment device
 | 
			
		||||
            BTC.GetKeyDown("Return")
 | 
			
		||||
            Composite(Sequence) {
 | 
			
		||||
                BTC.Set("Collider.STATIC.Kartenlesegeraet", "otherTag", "Smartphone")
 | 
			
		||||
                BTC.Run("Collider.STATIC.Kartenlesegeraet")
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            Composite(Sequence) {
 | 
			
		||||
                BTC.Wait(5)
 | 
			
		||||
                // Collide Aktion abbrechen?
 | 
			
		||||
 | 
			
		||||
                // --- Story A Picknicken - Nachfrage Bezahlung ---
 | 
			
		||||
                BTC.SynthesizeText("Per favore, avvicini il cellulare qui, al dispositivo.")
 | 
			
		||||
                BTC.SpeechOutputEnded()
 | 
			
		||||
                BTC.Show("Depthkit.VIDEOS.NachfrageBezahlung_01")
 | 
			
		||||
                BTC.Run("Depthkit.VIDEOS.NachfrageBezahlung_01")
 | 
			
		||||
                BTC.Hide("Depthkit.VIDEOS.NachfrageBezahlung_01")
 | 
			
		||||
 | 
			
		||||
                Composite(Race) {
 | 
			
		||||
                    // ToDo: Collide handy mit Payment device
 | 
			
		||||
                    BTC.GetKeyDown("Return")
 | 
			
		||||
                    Composite(Sequence) {
 | 
			
		||||
                        BTC.Set("Collider.STATIC.Kartenlesegeraet", "otherTag", "Smartphone")
 | 
			
		||||
                        BTC.Run("Collider.STATIC.Kartenlesegeraet")
 | 
			
		||||
                    }
 | 
			
		||||
 | 
			
		||||
                    Composite(Sequence) {
 | 
			
		||||
                        BTC.Wait(5)
 | 
			
		||||
                        // Collide aktion abbrechen?
 | 
			
		||||
 | 
			
		||||
                        BTC.SetVoiceName("it-IT-FabiolaNeural")
 | 
			
		||||
                        BTC.SynthesizeText("Ok, pago io per te, puoi darmi i soldi più tardi.")
 | 
			
		||||
                        BTC.SpeechOutputEnded()
 | 
			
		||||
                        BTC.Show("Depthkit.VIDEOS.NachfrageBezahlung_03")
 | 
			
		||||
                        BTC.Run("Depthkit.VIDEOS.NachfrageBezahlung_03")
 | 
			
		||||
                        BTC.Hide("Depthkit.VIDEOS.NachfrageBezahlung_03")
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.NachfrageBezahlung_01")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.NachfrageBezahlung_03")
 | 
			
		||||
 | 
			
		||||
        // --- Story A Picknicken - Dank Einkauf ---
 | 
			
		||||
        BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
 | 
			
		||||
        BTC.SynthesizeText("Tante grazie! Divertitevi!")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.DankEinkauf1StoryA")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.DankEinkauf1StoryA")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.DankEinkauf1StoryA")
 | 
			
		||||
 | 
			
		||||
        BTC.AddPossbileSpeechIntent("Story_A_Picknicken.Dank_Einkauf.2")
 | 
			
		||||
        BTC.StartSpeechIntentRecognition()
 | 
			
		||||
@ -263,44 +273,41 @@ Tree("22_Geschaeft_Story_A_Picknicken_Mitnehmen") {
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // --- Story A Picknicken - Bestellung Begleiter ---
 | 
			
		||||
        BTC.SetVoiceName("it-IT-FabiolaNeural")
 | 
			
		||||
        BTC.SynthesizeText("Ecco, finalmente so cosa prendere. Vorrei un panino al formaggio e una piadina con prosciutto di Parma, per favore.")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.BestellungBegleite_01")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.BestellungBegleite_01")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_01")
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
 | 
			
		||||
        BTC.SynthesizeText("Metto tutto nello stesso sacchetto?")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.BestellungBegleite_02")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.BestellungBegleite_02")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_02")
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-FabiolaNeural")
 | 
			
		||||
        BTC.SynthesizeText("Si si, va bene.")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.BestellungBegleite_03")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.BestellungBegleite_03")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_03")
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
 | 
			
		||||
        BTC.SynthesizeText("E qualcosa da bere?")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.BestellungBegleite_04")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.BestellungBegleite_04")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_04")
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-FabiolaNeural")
 | 
			
		||||
        BTC.SynthesizeText("Ah sì, una gazzosa al mandarino, per favore.")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.BestellungBegleite_05")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.BestellungBegleite_05")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_05")
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
 | 
			
		||||
        BTC.SynthesizeText("Allora, sono 25 franchi.")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.BestellungBegleite_06")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.BestellungBegleite_06")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_06")
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-FabiolaNeural")
 | 
			
		||||
        BTC.SynthesizeText("Pago col cellulare.")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.BestellungBegleite_08")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.BestellungBegleite_08")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_08")
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
 | 
			
		||||
        BTC.SynthesizeText("Per piacere paga attraverso il dispositivo.")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.BestellungBegleite_09")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.BestellungBegleite_09")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_09")
 | 
			
		||||
 | 
			
		||||
        BTC.SynthesizeText("Grazie mille!")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-FabiolaNeural")
 | 
			
		||||
        BTC.SynthesizeText("Anche a te Pietro, a presto!")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.BestellungBegleite_10")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.BestellungBegleite_10")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_10")
 | 
			
		||||
 | 
			
		||||
        RunTree("22_Geschaeft_Baeckerei_Outro")
 | 
			
		||||
    }
 | 
			
		||||
@ -309,25 +316,39 @@ Tree("22_Geschaeft_Story_A_Picknicken_Mitnehmen") {
 | 
			
		||||
Tree("22_Geschaeft_Baeckerei_Outro") {
 | 
			
		||||
// --- Baeckerei Outro ---
 | 
			
		||||
    Composite(Sequence) {
 | 
			
		||||
        BTC.Run("StudioEventEmitter.STATIC.TuerOeffnenSound")
 | 
			
		||||
        BTC.SetVoiceName("it-IT-FabiolaNeural")
 | 
			
		||||
        BTC.SynthesizeText("Ehi, Enrico, che coincidenza!")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        Composite(Marathon) {
 | 
			
		||||
            BTC.SetPosition("GO.XRInteractionHandsSetup.XROrigin", -3.068, 0, 1.3)
 | 
			
		||||
            BTC.SetPosition("GO.HANDMENU", -3.068, 0, 1.3)
 | 
			
		||||
            BTC.RotateToAngle("GO.XRInteractionHandsSetup.XROrigin", 0.0)
 | 
			
		||||
            BTC.RotateToAngle("GO.HANDMENU", 0.0)
 | 
			
		||||
        }
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.0BaeckereiOutro")
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
 | 
			
		||||
        BTC.SynthesizeText("Ciao Francesca, ti ho visto da fuori. Che piacere vederti!")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        Composite(Marathon) {
 | 
			
		||||
            BTC.Run("Depthkit.VIDEOS.0BaeckereiOutro")
 | 
			
		||||
            BTC.Run("StudioEventEmitter.STATIC.TuerOeffnenSound")
 | 
			
		||||
        }
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.0BaeckereiOutro")
 | 
			
		||||
 | 
			
		||||
        BTC.SynthesizeText("Vedo che avete grandi progetti per oggi!")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.1BaeckereiOutro")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.1BaeckereiOutro")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.1BaeckereiOutro")
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-FabiolaNeural")
 | 
			
		||||
        BTC.SynthesizeText("Ti presento qualcuno, è di passaggio e viene dalla Svizzera tedesca.")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.2BaeckereiOutro")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.2BaeckereiOutro")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.2BaeckereiOutro")
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
 | 
			
		||||
        BTC.SynthesizeText("Ciao, piacere di conoscerti. Sono Enrico. Come ti chiami?")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.3BaeckereiOutro")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.3BaeckereiOutro")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.3BaeckereiOutro")
 | 
			
		||||
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.4BaeckereiOutro")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.4BaeckereiOutro")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.4BaeckereiOutro")
 | 
			
		||||
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.5BaeckereiOutro")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.5BaeckereiOutro")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.5BaeckereiOutro")
 | 
			
		||||
 | 
			
		||||
        BTC.AddPossbileSpeechIntent("Baeckerei_Outro.6")
 | 
			
		||||
        BTC.StartSpeechIntentRecognition()
 | 
			
		||||
@ -361,28 +382,29 @@ Tree("22_Geschaeft_Baeckerei_Outro") {
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-FabiolaNeural")
 | 
			
		||||
        BTC.SynthesizeText("Stiamo andando a fare un picnic. Perché non vieni con noi?")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.9BaeckereiOutro")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.9BaeckereiOutro")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.9BaeckereiOutro")
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
 | 
			
		||||
        BTC.SynthesizeText("Mi piacerebbe, ma sto andando ad allenarmi.")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.10BaeckereiOutro")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.10BaeckereiOutro")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.10BaeckereiOutro")
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-FabiolaNeural")
 | 
			
		||||
        BTC.SynthesizeText("Ah, ok, io tornerò la settimana prossima.")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.11BaeckereiOutro")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.11BaeckereiOutro")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.11BaeckereiOutro")
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
 | 
			
		||||
        BTC.SynthesizeText("Be’, allora divertitevi! Ehi, è stato bello vederti!")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.12BaeckereiOutro")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.12BaeckereiOutro")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.12BaeckereiOutro")
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-FabiolaNeural")
 | 
			
		||||
        BTC.SynthesizeText("Anche per me, ciao Enrico!")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.13BaeckereiOutro")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.13BaeckereiOutro")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.13BaeckereiOutro")
 | 
			
		||||
 | 
			
		||||
        BTC.SynthesizeText("È un mio amico. Ci siamo conosciuti frequentando il gruppo di arrampicata. Davvero un grande amico! Dai, ora cerchiamo un bel posticino per rilassarci un po’. Andiamo a piedi o preferisci andare in monopattino? Non è lontano, sai. Da qui, a piedi impieghiamo una ventina di minuti.")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.15BaeckereiOutro")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.15BaeckereiOutro")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.15BaeckereiOutro")
 | 
			
		||||
 | 
			
		||||
        BTC.AddPossbileSpeechIntent("Baeckerei_Outro.16")
 | 
			
		||||
        BTC.AddPossbileSpeechIntent("Baeckerei_Outro.18")
 | 
			
		||||
@ -413,8 +435,9 @@ Tree("22_Geschaeft_Baeckerei_Outro") {
 | 
			
		||||
 | 
			
		||||
                    // -- Selector 2: Intent nicht erkannt
 | 
			
		||||
                    Composite(Sequence) {
 | 
			
		||||
                        BTC.SynthesizeText("Allora, in monopattino o a piedi?")
 | 
			
		||||
                        BTC.SpeechOutputEnded()
 | 
			
		||||
                        BTC.Show("Depthkit.VIDEOS.22BaeckereiOutro")
 | 
			
		||||
                        BTC.Run("Depthkit.VIDEOS.22BaeckereiOutro")
 | 
			
		||||
                        BTC.Hide("Depthkit.VIDEOS.22BaeckereiOutro")
 | 
			
		||||
                        BTC.StartSpeechIntentRecognition()
 | 
			
		||||
 | 
			
		||||
                        Composite(Race) {
 | 
			
		||||
@ -450,34 +473,34 @@ Tree("22_Geschaeft_Baeckerei_Outro") {
 | 
			
		||||
                    // Selector 3: Fallback Button
 | 
			
		||||
                    Composite(Sequence) {
 | 
			
		||||
                        Composite(Marathon) {
 | 
			
		||||
                            BTC.Show("GO.HANDMENU.SpeechOptions")
 | 
			
		||||
                            BTC.Set("TextMeshPro.HANDMENU.Option1Button", "text", "A piedi")
 | 
			
		||||
                            BTC.Show("GO.HANDMENU.Option1Button")
 | 
			
		||||
                            BTC.Set("TextMeshPro.HANDMENU.Option2Button", "text", "Monopattino")
 | 
			
		||||
                            BTC.Show("GO.HANDMENU.Option2Button")
 | 
			
		||||
                            BTC.Show("GO.GO.SpeechOptions")
 | 
			
		||||
                            BTC.Set("TextMeshPro.GO.Option1Button", "text", "A piedi")
 | 
			
		||||
                            BTC.Show("GO.GO.Option1Button")
 | 
			
		||||
                            BTC.Set("TextMeshPro.GO.Option2Button", "text", "Monopattino")
 | 
			
		||||
                            BTC.Show("GO.GO.Option2Button")
 | 
			
		||||
                        }
 | 
			
		||||
 | 
			
		||||
                        Composite(Race) {
 | 
			
		||||
                            Composite(Sequence) {
 | 
			
		||||
                                // Zu Fuss
 | 
			
		||||
                                BTC.Run("NamedEventTrigger.HANDMENU.Option1Button")
 | 
			
		||||
                                BTC.AbortEventListener("NamedEventTrigger.HANDMENU.Option2Button")
 | 
			
		||||
                                BTC.Hide("GO.HANDMENU.Option1Button")
 | 
			
		||||
                                BTC.Hide("GO.HANDMENU.Option2Button")
 | 
			
		||||
                                BTC.Hide("GO.HANDMENU.SpeechButton")
 | 
			
		||||
                                BTC.Show("GO.HANDMENU.Home")
 | 
			
		||||
                                BTC.Hide("GO.HANDMENU.SpeechOptions")
 | 
			
		||||
                                BTC.Run("NamedEventTrigger.GO.Option1Button")
 | 
			
		||||
                                BTC.AbortEventListener("NamedEventTrigger.GO.Option2Button")
 | 
			
		||||
                                BTC.Hide("GO.GO.Option1Button")
 | 
			
		||||
                                BTC.Hide("GO.GO.Option2Button")
 | 
			
		||||
                                BTC.Hide("GO.GO.SpeechButton")
 | 
			
		||||
                                BTC.Show("GO.GO.Home")
 | 
			
		||||
                                BTC.Hide("GO.GO.SpeechOptions")
 | 
			
		||||
                                BTC.SetBool("ChoosedWalking")
 | 
			
		||||
                            }
 | 
			
		||||
                            Composite(Sequence) {
 | 
			
		||||
                                // Scooter
 | 
			
		||||
                                BTC.Run("NamedEventTrigger.HANDMENU.Option2Button")
 | 
			
		||||
                                BTC.AbortEventListener("NamedEventTrigger.HANDMENU.Option1Button")
 | 
			
		||||
                                BTC.Hide("GO.HANDMENU.Option1Button")
 | 
			
		||||
                                BTC.Hide("GO.HANDMENU.Option2Button")
 | 
			
		||||
                                BTC.Hide("GO.HANDMENU.SpeechButton")
 | 
			
		||||
                                BTC.Show("GO.HANDMENU.Home")
 | 
			
		||||
                                BTC.Hide("GO.HANDMENU.SpeechOptions")
 | 
			
		||||
                                BTC.Run("NamedEventTrigger.GO.Option2Button")
 | 
			
		||||
                                BTC.AbortEventListener("NamedEventTrigger.GO.Option1Button")
 | 
			
		||||
                                BTC.Hide("GO.GO.Option1Button")
 | 
			
		||||
                                BTC.Hide("GO.GO.Option2Button")
 | 
			
		||||
                                BTC.Hide("GO.GO.SpeechButton")
 | 
			
		||||
                                BTC.Show("GO.GO.Home")
 | 
			
		||||
                                BTC.Hide("GO.GO.SpeechOptions")
 | 
			
		||||
                                BTC.SetBool("ChoosedDriving")
 | 
			
		||||
                            }
 | 
			
		||||
                        }
 | 
			
		||||
@ -494,52 +517,52 @@ Tree("22_Geschaeft_Baeckerei_Outro") {
 | 
			
		||||
                BTC.ClearPossbileSpeechIntents()
 | 
			
		||||
 | 
			
		||||
                Composite(Marathon) {
 | 
			
		||||
                    BTC.Show("GO.HANDMENU.SpeechButton")
 | 
			
		||||
                    BTC.Set("TextMeshPro.HANDMENU.Option1Button", "text", "A piedi")
 | 
			
		||||
                    BTC.Show("GO.HANDMENU.Option1Button")
 | 
			
		||||
                    BTC.Set("TextMeshPro.HANDMENU.Option2Button", "text", "Monopattino")
 | 
			
		||||
                    BTC.Show("GO.HANDMENU.Option2Button")
 | 
			
		||||
                    BTC.Show("GO.GO.SpeechButton")
 | 
			
		||||
                    BTC.Set("TextMeshPro.GO.Option1Button", "text", "A piedi")
 | 
			
		||||
                    BTC.Show("GO.GO.Option1Button")
 | 
			
		||||
                    BTC.Set("TextMeshPro.GO.Option2Button", "text", "Monopattino")
 | 
			
		||||
                    BTC.Show("GO.GO.Option2Button")
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                Composite(Race) {
 | 
			
		||||
                    Composite(Sequence) {
 | 
			
		||||
                        // Zu Fuss
 | 
			
		||||
                        BTC.Run("NamedEventTrigger.HANDMENU.Option1Button")
 | 
			
		||||
                        BTC.AbortEventListener("NamedEventTrigger.HANDMENU.Option2Button")
 | 
			
		||||
                        BTC.Hide("GO.HANDMENU.Option1Button")
 | 
			
		||||
                        BTC.Hide("GO.HANDMENU.Option2Button")
 | 
			
		||||
                        BTC.Hide("GO.HANDMENU.SpeechButton")
 | 
			
		||||
                        BTC.Show("GO.HANDMENU.Home")
 | 
			
		||||
                        BTC.Hide("GO.HANDMENU.SpeechOptions")
 | 
			
		||||
                        BTC.Run("NamedEventTrigger.GO.Option1Button")
 | 
			
		||||
                        BTC.AbortEventListener("NamedEventTrigger.GO.Option2Button")
 | 
			
		||||
                        BTC.Hide("GO.GO.Option1Button")
 | 
			
		||||
                        BTC.Hide("GO.GO.Option2Button")
 | 
			
		||||
                        BTC.Hide("GO.GO.SpeechButton")
 | 
			
		||||
                        BTC.Show("GO.GO.Home")
 | 
			
		||||
                        BTC.Hide("GO.GO.SpeechOptions")
 | 
			
		||||
                        BTC.SetBool("ChoosedWalking")
 | 
			
		||||
                    }
 | 
			
		||||
                    Composite(Sequence) {
 | 
			
		||||
                        // Scooter
 | 
			
		||||
                        BTC.Run("NamedEventTrigger.HANDMENU.Option2Button")
 | 
			
		||||
                        BTC.AbortEventListener("NamedEventTrigger.HANDMENU.Option1Button")
 | 
			
		||||
                        BTC.Hide("GO.HANDMENU.Option1Button")
 | 
			
		||||
                        BTC.Hide("GO.HANDMENU.Option2Button")
 | 
			
		||||
                        BTC.Hide("GO.HANDMENU.SpeechButton")
 | 
			
		||||
                        BTC.Show("GO.HANDMENU.Home")
 | 
			
		||||
                        BTC.Hide("GO.HANDMENU.SpeechOptions")
 | 
			
		||||
                        BTC.Run("NamedEventTrigger.GO.Option2Button")
 | 
			
		||||
                        BTC.AbortEventListener("NamedEventTrigger.GO.Option1Button")
 | 
			
		||||
                        BTC.Hide("GO.GO.Option1Button")
 | 
			
		||||
                        BTC.Hide("GO.GO.Option2Button")
 | 
			
		||||
                        BTC.Hide("GO.GO.SpeechButton")
 | 
			
		||||
                        BTC.Show("GO.GO.Home")
 | 
			
		||||
                        BTC.Hide("GO.GO.SpeechOptions")
 | 
			
		||||
                        BTC.SetBool("ChoosedDriving")
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        BTC.SynthesizeText("Allora andiamo! Ciao Pietro.")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.27BaeckereiOutro")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.27BaeckereiOutro")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.27BaeckereiOutro")
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
 | 
			
		||||
        BTC.SynthesizeText("Hey Francesca, non dimenticare il vostro pranzo!")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-FabiolaNeural")
 | 
			
		||||
        BTC.SynthesizeText("Uh, grazie mille!")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.29BaeckereiOutro")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.29BaeckereiOutro")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.29BaeckereiOutro")
 | 
			
		||||
 | 
			
		||||
        BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
 | 
			
		||||
        BTC.SynthesizeText("Ciao Francesca, divertitevi!")
 | 
			
		||||
        BTC.SpeechOutputEnded()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1907,10 +1907,12 @@ Tree("32_Grotto_Im_Grotto_Essen_Intro") {
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // --- Im Grotto Essen - Outro ---
 | 
			
		||||
        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)
 | 
			
		||||
        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")
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/0.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/0.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 0a2acccd8fd5443c6a0449ea2f15af65
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
							
								
								
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/1.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/1.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: f3531fbf0fbc04b91ac5c9471aef4a3d
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
							
								
								
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/10.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/10.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 427acac3d22e24e1da5474c4a73ca8f4
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
							
								
								
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/11.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/11.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 938e61b47251741a2ab55f57c569cdc3
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
							
								
								
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/12.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/12.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: bc241cac2849147baaa31a314b234fc0
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
							
								
								
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/13.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/13.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 552f05865fc304989a09ff74cb9ce8ba
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
							
								
								
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/15.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/15.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 095cacc0a98004de4a3ad9594243916c
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
							
								
								
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/2.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/2.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: c63ad6299ac95463aac2c1d96d04907d
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
							
								
								
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/22.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/22.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 5c0af9433a16c452b962481fac681bd2
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
							
								
								
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/27.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/27.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: b6931f024427e4c7199c213e2374037e
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
							
								
								
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/29.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/29.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: abcc68859316148b3b8c4cb59647f785
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
							
								
								
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/3.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/3.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 4ae736838c314492eb335d95a7e21f72
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
							
								
								
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/4.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/4.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 1d423391f2ec04493b00a3621be88218
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
							
								
								
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/5.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/5.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 608bc01cc076e4ef6a11d6efc3d86b00
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
							
								
								
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/9.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1874
									
								
								Viagg-io/Assets/Models/Baeckerei/DepthKit/9.Baeckerei_Outro.prefab
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 13f4df3ae4fb04aca81142bd13326158
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: d87d96d89ed1a4bd190b65e6f2fa880a
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 918490778937c4aed902148c0517a543
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
@ -0,0 +1,786 @@
 | 
			
		||||
%YAML 1.1
 | 
			
		||||
%TAG !u! tag:unity3d.com,2011:
 | 
			
		||||
--- !u!1001 &814279742914015027
 | 
			
		||||
PrefabInstance:
 | 
			
		||||
  m_ObjectHideFlags: 0
 | 
			
		||||
  serializedVersion: 2
 | 
			
		||||
  m_Modification:
 | 
			
		||||
    serializedVersion: 3
 | 
			
		||||
    m_TransformParent: {fileID: 0}
 | 
			
		||||
    m_Modifications:
 | 
			
		||||
    - target: {fileID: 854237334161607345, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_Name
 | 
			
		||||
      value: Bestellung_Begleiter.2.Story_A_Picknicken
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 1365681918043619720, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_VideoClip
 | 
			
		||||
      value: 
 | 
			
		||||
      objectReference: {fileID: 32900000, guid: 6c5e25d12ab3fc8419c3ce328fed2d8b, type: 3}
 | 
			
		||||
    - target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_LocalPosition.x
 | 
			
		||||
      value: -0.913
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_LocalPosition.y
 | 
			
		||||
      value: 0.014
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_LocalPosition.z
 | 
			
		||||
      value: 14.92
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_LocalRotation.w
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_LocalRotation.x
 | 
			
		||||
      value: 0
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_LocalRotation.y
 | 
			
		||||
      value: 0
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_LocalRotation.z
 | 
			
		||||
      value: 0
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_LocalEulerAnglesHint.x
 | 
			
		||||
      value: 0
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_LocalEulerAnglesHint.y
 | 
			
		||||
      value: 0
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_LocalEulerAnglesHint.z
 | 
			
		||||
      value: 0
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_volumeDensity
 | 
			
		||||
      value: 50
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_totalVoxelCount
 | 
			
		||||
      value: 547200
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_useTriangleMesh
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectivesCount
 | 
			
		||||
      value: 6
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: maskGenerator.clip
 | 
			
		||||
      value: 
 | 
			
		||||
      objectReference: {fileID: 8229741554201112100}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_voxelGridDimensions.x
 | 
			
		||||
      value: 72
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_voxelGridDimensions.y
 | 
			
		||||
      value: 100
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_voxelGridDimensions.z
 | 
			
		||||
      value: 76
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_volumeBounds.m_Center.x
 | 
			
		||||
      value: -0.30214787
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_volumeBounds.m_Center.y
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_volumeBounds.m_Center.z
 | 
			
		||||
      value: 0.39085817
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_volumeBounds.m_Extent.x
 | 
			
		||||
      value: 0.7221861
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_volumeBounds.m_Extent.y
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_volumeBounds.m_Extent.z
 | 
			
		||||
      value: 0.76557493
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPersp.Array.size
 | 
			
		||||
      value: 6
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: overrideRadialBias.Array.size
 | 
			
		||||
      value: 6
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPersp.Array.data[0]
 | 
			
		||||
      value: 0.008
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPersp.Array.data[1]
 | 
			
		||||
      value: 0.008
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPersp.Array.data[2]
 | 
			
		||||
      value: 0.008
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPersp.Array.data[3]
 | 
			
		||||
      value: 0.008
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPersp.Array.data[4]
 | 
			
		||||
      value: 0.008
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPersp.Array.data[5]
 | 
			
		||||
      value: 0.008
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_name
 | 
			
		||||
      value: Depthkit Per Perspective Geometry Data
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: showPerspectiveGizmo.Array.size
 | 
			
		||||
      value: 6
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_subMeshMaxTriangles.Array.size
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: maskGenerator.m_blurFilter.slices
 | 
			
		||||
      value: 6
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPerspInMeters.Array.size
 | 
			
		||||
      value: 12
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: maskGenerator.useStudioCoefficients
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveColorBlendingData.m_name
 | 
			
		||||
      value: Depthkit Per Perspective Color Blending Data
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPerspInMeters.Array.data[0].x
 | 
			
		||||
      value: 0.000080000005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPerspInMeters.Array.data[1].x
 | 
			
		||||
      value: 0.000080000005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPerspInMeters.Array.data[2].x
 | 
			
		||||
      value: 0.000080000005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPerspInMeters.Array.data[3].x
 | 
			
		||||
      value: 0.000080000005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPerspInMeters.Array.data[4].x
 | 
			
		||||
      value: 0.000080000005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPerspInMeters.Array.data[5].x
 | 
			
		||||
      value: 0.000080000005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPerspInMeters.Array.data[6].x
 | 
			
		||||
      value: 0.000080000005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPerspInMeters.Array.data[7].x
 | 
			
		||||
      value: 0.000080000005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPerspInMeters.Array.data[8].x
 | 
			
		||||
      value: 0.000080000005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPerspInMeters.Array.data[9].x
 | 
			
		||||
      value: 0.000080000005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPerspInMeters.Array.data[10].x
 | 
			
		||||
      value: 0.000080000005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: radialBiasPerspInMeters.Array.data[11].x
 | 
			
		||||
      value: 0.000080000005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.size
 | 
			
		||||
      value: 6
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveColorBlendingData.m_data.Array.size
 | 
			
		||||
      value: 6
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[0].enabled
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[1].enabled
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[2].enabled
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[3].enabled
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[4].enabled
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[5].enabled
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveColorBlendingData.m_data.Array.data[0].enabled
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveColorBlendingData.m_data.Array.data[1].enabled
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveColorBlendingData.m_data.Array.data[2].enabled
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveColorBlendingData.m_data.Array.data[3].enabled
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveColorBlendingData.m_data.Array.data[4].enabled
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveColorBlendingData.m_data.Array.data[5].enabled
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[0].weightUnknown
 | 
			
		||||
      value: 0.005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[1].weightUnknown
 | 
			
		||||
      value: 0.005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[2].weightUnknown
 | 
			
		||||
      value: 0.005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[3].weightUnknown
 | 
			
		||||
      value: 0.005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[4].weightUnknown
 | 
			
		||||
      value: 0.005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[5].weightUnknown
 | 
			
		||||
      value: 0.005
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size
 | 
			
		||||
      value: 6
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[0].viewDependentWeight
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[1].viewDependentWeight
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[2].viewDependentWeight
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[3].viewDependentWeight
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[4].viewDependentWeight
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[5].viewDependentWeight
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size
 | 
			
		||||
      value: 6
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.data[0]
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.data[1]
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.data[2]
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.data[3]
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.data[4]
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.data[5]
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[0].viewDependentUnseenAmount
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[1].viewDependentUnseenAmount
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[2].viewDependentUnseenAmount
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[3].viewDependentUnseenAmount
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[4].viewDependentUnseenAmount
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[5].viewDependentUnseenAmount
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[0].viewDependentInFrontAmount
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[1].viewDependentInFrontAmount
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[2].viewDependentInFrontAmount
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[3].viewDependentInFrontAmount
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[4].viewDependentInFrontAmount
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveGeometryData.m_data.Array.data[5].viewDependentInFrontAmount
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveColorBlendingData.m_data.Array.data[0].viewWeightPowerContribution
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveColorBlendingData.m_data.Array.data[1].viewWeightPowerContribution
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveColorBlendingData.m_data.Array.data[2].viewWeightPowerContribution
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveColorBlendingData.m_data.Array.data[3].viewWeightPowerContribution
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveColorBlendingData.m_data.Array.data[4].viewWeightPowerContribution
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: perspectiveColorBlendingData.m_data.Array.data[5].viewWeightPowerContribution
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 7594559701447733686, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_Size.x
 | 
			
		||||
      value: 1.4443722
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 7594559701447733686, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_Size.y
 | 
			
		||||
      value: 2
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 7594559701447733686, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_Size.z
 | 
			
		||||
      value: 1.5311499
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 7594559701447733686, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_Center.x
 | 
			
		||||
      value: -0.30214787
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 7594559701447733686, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_Center.y
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 7594559701447733686, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_Center.z
 | 
			
		||||
      value: 0.39085817
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_player
 | 
			
		||||
      value: 
 | 
			
		||||
      objectReference: {fileID: 1918053137652325277}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.format
 | 
			
		||||
      value: perpixel
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.numRows
 | 
			
		||||
      value: 2
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata._versionMinor
 | 
			
		||||
      value: 5
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.textureHeight
 | 
			
		||||
      value: 2048
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_perspectiveDataBuffer.m_name
 | 
			
		||||
      value: Depthkit Perspective Data Buffer
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].crop.w
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].crop.y
 | 
			
		||||
      value: 0
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e33
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e33
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[2].extrinsics.e33
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].depthImageSize.x
 | 
			
		||||
      value: 2560
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].depthImageSize.y
 | 
			
		||||
      value: 1440
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].depthImageSize.x
 | 
			
		||||
      value: 2560
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].depthImageSize.y
 | 
			
		||||
      value: 1440
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[2].depthImageSize.x
 | 
			
		||||
      value: 2560
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[2].depthImageSize.y
 | 
			
		||||
      value: 1440
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e33
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e33
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[2].extrinsicsInv.e33
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.defaultReconstructionSettings.depthBiasAdjustment
 | 
			
		||||
      value: 0
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    m_RemovedComponents:
 | 
			
		||||
    - {fileID: 1365681918043619720, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
    - {fileID: 4904148728012636679, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
    - {fileID: 7305965101684728332, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
    m_RemovedGameObjects: []
 | 
			
		||||
    m_AddedGameObjects: []
 | 
			
		||||
    m_AddedComponents:
 | 
			
		||||
    - targetCorrespondingSourceObject: {fileID: 854237334161607345, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      insertIndex: -1
 | 
			
		||||
      addedObject: {fileID: 1668543161738679156}
 | 
			
		||||
    - targetCorrespondingSourceObject: {fileID: 854237334161607345, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      insertIndex: -1
 | 
			
		||||
      addedObject: {fileID: 1918053137652325277}
 | 
			
		||||
  m_SourcePrefab: {fileID: 100100000, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
--- !u!1 &42286430969128322 stripped
 | 
			
		||||
GameObject:
 | 
			
		||||
  m_CorrespondingSourceObject: {fileID: 854237334161607345, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
  m_PrefabInstance: {fileID: 814279742914015027}
 | 
			
		||||
  m_PrefabAsset: {fileID: 0}
 | 
			
		||||
--- !u!114 &1668543161738679156
 | 
			
		||||
MonoBehaviour:
 | 
			
		||||
  m_ObjectHideFlags: 0
 | 
			
		||||
  m_CorrespondingSourceObject: {fileID: 0}
 | 
			
		||||
  m_PrefabInstance: {fileID: 0}
 | 
			
		||||
  m_PrefabAsset: {fileID: 0}
 | 
			
		||||
  m_GameObject: {fileID: 42286430969128322}
 | 
			
		||||
  m_Enabled: 1
 | 
			
		||||
  m_EditorHideFlags: 0
 | 
			
		||||
  m_Script: {fileID: 11500000, guid: 638c870cac4da414fba921606d504407, type: 3}
 | 
			
		||||
  m_Name: 
 | 
			
		||||
  m_EditorClassIdentifier: 
 | 
			
		||||
  _mediaSource: 1
 | 
			
		||||
  _mediaReference: {fileID: 0}
 | 
			
		||||
  _mediaPath:
 | 
			
		||||
    _pathType: 2
 | 
			
		||||
    _path: Depthkit/Story_B_Grotto..1.mp4
 | 
			
		||||
  _fallbackMediaHints:
 | 
			
		||||
    transparency: 0
 | 
			
		||||
    alphaPacking: 0
 | 
			
		||||
    stereoPacking: 0
 | 
			
		||||
  _autoOpen: 1
 | 
			
		||||
  _autoPlayOnStart: 1
 | 
			
		||||
  _loop: 0
 | 
			
		||||
  _audioVolume: 1
 | 
			
		||||
  _audioBalance: 0
 | 
			
		||||
  _audioMuted: 0
 | 
			
		||||
  _playbackRate: 1
 | 
			
		||||
  _useResampler: 0
 | 
			
		||||
  _resampleMode: 0
 | 
			
		||||
  _resampleBufferSize: 5
 | 
			
		||||
  _videoMapping: 0
 | 
			
		||||
  _textureFilterMode: 1
 | 
			
		||||
  _textureWrapMode: 1
 | 
			
		||||
  _textureAnisoLevel: 0
 | 
			
		||||
  _sideloadSubtitles: 0
 | 
			
		||||
  _subtitlePath:
 | 
			
		||||
    _pathType: 2
 | 
			
		||||
    _path: 
 | 
			
		||||
  _audioHeadTransform: {fileID: 0}
 | 
			
		||||
  _audioFocusEnabled: 0
 | 
			
		||||
  _audioFocusTransform: {fileID: 0}
 | 
			
		||||
  _audioFocusWidthDegrees: 90
 | 
			
		||||
  _audioFocusOffLevelDB: 0
 | 
			
		||||
  _httpHeaders:
 | 
			
		||||
    httpHeaders: []
 | 
			
		||||
  _keyAuth:
 | 
			
		||||
    keyServerToken: 
 | 
			
		||||
    overrideDecryptionKeyBase64: 
 | 
			
		||||
  _events:
 | 
			
		||||
    m_PersistentCalls:
 | 
			
		||||
      m_Calls: []
 | 
			
		||||
  _eventMask: -1
 | 
			
		||||
  _pauseMediaOnAppPause: 1
 | 
			
		||||
  _playMediaOnAppUnpause: 1
 | 
			
		||||
  _persistent: 0
 | 
			
		||||
  _forceFileFormat: 0
 | 
			
		||||
  _optionsWindows:
 | 
			
		||||
    httpHeaders:
 | 
			
		||||
      httpHeaders: []
 | 
			
		||||
    keyAuth:
 | 
			
		||||
      keyServerToken: 
 | 
			
		||||
      overrideDecryptionKeyBase64: 
 | 
			
		||||
    videoApi: 0
 | 
			
		||||
    useHardwareDecoding: 1
 | 
			
		||||
    useRendererSync: 1
 | 
			
		||||
    useTextureMips: 0
 | 
			
		||||
    use10BitTextures: 0
 | 
			
		||||
    hintAlphaChannel: 0
 | 
			
		||||
    useLowLatency: 0
 | 
			
		||||
    useCustomMovParser: 0
 | 
			
		||||
    useHapNotchLC: 0
 | 
			
		||||
    useStereoDetection: 1
 | 
			
		||||
    useTextTrackSupport: 1
 | 
			
		||||
    useFacebookAudio360Support: 1
 | 
			
		||||
    useAudioDelay: 0
 | 
			
		||||
    forceAudioOutputDeviceName: 
 | 
			
		||||
    preferredFilters: []
 | 
			
		||||
    _audioMode: 0
 | 
			
		||||
    audio360ChannelMode: 0
 | 
			
		||||
    startWithHighestBitrate: 0
 | 
			
		||||
    useLowLiveLatency: 0
 | 
			
		||||
    parallelFrameCount: 3
 | 
			
		||||
    prerollFrameCount: 4
 | 
			
		||||
    useUnityAudio: 0
 | 
			
		||||
    enableAudio360: 0
 | 
			
		||||
  _options_macOS:
 | 
			
		||||
    httpHeaders:
 | 
			
		||||
      httpHeaders: []
 | 
			
		||||
    keyAuth:
 | 
			
		||||
      keyServerToken: 
 | 
			
		||||
      overrideDecryptionKeyBase64: 
 | 
			
		||||
    textureFormat: 0
 | 
			
		||||
    _audioMode: 0
 | 
			
		||||
    _flags: 0
 | 
			
		||||
    maximumPlaybackRate: 2
 | 
			
		||||
    _preferredPeakBitRate: 0
 | 
			
		||||
    _preferredPeakBitRateUnits: 1
 | 
			
		||||
    _preferredForwardBufferDuration: 0
 | 
			
		||||
    _preferredMaximumResolution: 0
 | 
			
		||||
    _customPreferredMaximumResolution: {x: 0, y: 0}
 | 
			
		||||
  _options_iOS:
 | 
			
		||||
    httpHeaders:
 | 
			
		||||
      httpHeaders: []
 | 
			
		||||
    keyAuth:
 | 
			
		||||
      keyServerToken: 
 | 
			
		||||
      overrideDecryptionKeyBase64: 
 | 
			
		||||
    textureFormat: 0
 | 
			
		||||
    _audioMode: 0
 | 
			
		||||
    _flags: 0
 | 
			
		||||
    maximumPlaybackRate: 2
 | 
			
		||||
    _preferredPeakBitRate: 0
 | 
			
		||||
    _preferredPeakBitRateUnits: 1
 | 
			
		||||
    _preferredForwardBufferDuration: 0
 | 
			
		||||
    _preferredMaximumResolution: 0
 | 
			
		||||
    _customPreferredMaximumResolution: {x: 0, y: 0}
 | 
			
		||||
  _options_tvOS:
 | 
			
		||||
    httpHeaders:
 | 
			
		||||
      httpHeaders: []
 | 
			
		||||
    keyAuth:
 | 
			
		||||
      keyServerToken: 
 | 
			
		||||
      overrideDecryptionKeyBase64: 
 | 
			
		||||
    textureFormat: 0
 | 
			
		||||
    _audioMode: 0
 | 
			
		||||
    _flags: 0
 | 
			
		||||
    maximumPlaybackRate: 2
 | 
			
		||||
    _preferredPeakBitRate: 0
 | 
			
		||||
    _preferredPeakBitRateUnits: 1
 | 
			
		||||
    _preferredForwardBufferDuration: 0
 | 
			
		||||
    _preferredMaximumResolution: 0
 | 
			
		||||
    _customPreferredMaximumResolution: {x: 0, y: 0}
 | 
			
		||||
  _options_visionOS:
 | 
			
		||||
    httpHeaders:
 | 
			
		||||
      httpHeaders: []
 | 
			
		||||
    keyAuth:
 | 
			
		||||
      keyServerToken: 
 | 
			
		||||
      overrideDecryptionKeyBase64: 
 | 
			
		||||
    textureFormat: 0
 | 
			
		||||
    _audioMode: 0
 | 
			
		||||
    _flags: 0
 | 
			
		||||
    maximumPlaybackRate: 2
 | 
			
		||||
    _preferredPeakBitRate: 0
 | 
			
		||||
    _preferredPeakBitRateUnits: 1
 | 
			
		||||
    _preferredForwardBufferDuration: 0
 | 
			
		||||
    _preferredMaximumResolution: 0
 | 
			
		||||
    _customPreferredMaximumResolution: {x: 0, y: 0}
 | 
			
		||||
  _optionsAndroid:
 | 
			
		||||
    httpHeaders:
 | 
			
		||||
      httpHeaders: []
 | 
			
		||||
    keyAuth:
 | 
			
		||||
      keyServerToken: 
 | 
			
		||||
      overrideDecryptionKeyBase64: 
 | 
			
		||||
    textureFormat: 0
 | 
			
		||||
    _generateMipmaps: 0
 | 
			
		||||
    _audioMode: 0
 | 
			
		||||
    _preferredMaximumResolution: 0
 | 
			
		||||
    _customPreferredMaximumResolution: {x: 0, y: 0}
 | 
			
		||||
    _preferredPeakBitRate: 0
 | 
			
		||||
    _preferredPeakBitRateUnits: 1
 | 
			
		||||
    videoApi: 2
 | 
			
		||||
    showPosterFrame: 0
 | 
			
		||||
    audio360ChannelMode: 0
 | 
			
		||||
    audio360LatencyMS: 0
 | 
			
		||||
    preferSoftwareDecoder: 0
 | 
			
		||||
    forceRtpTCP: 0
 | 
			
		||||
    forceEnableMediaCodecAsynchronousQueueing: 0
 | 
			
		||||
    fileOffset: 0
 | 
			
		||||
    startWithHighestBitrate: 0
 | 
			
		||||
    minBufferMs: 50000
 | 
			
		||||
    maxBufferMs: 50000
 | 
			
		||||
    bufferForPlaybackMs: 2500
 | 
			
		||||
    bufferForPlaybackAfterRebufferMs: 5000
 | 
			
		||||
    useFastOesPath: 0
 | 
			
		||||
    audioOutput: 0
 | 
			
		||||
    blitTextureFiltering: 0
 | 
			
		||||
    forceEnableMediaCodecAsyncQueueing: 0
 | 
			
		||||
    enableAudio360: 0
 | 
			
		||||
  _optionsWindowsUWP:
 | 
			
		||||
    httpHeaders:
 | 
			
		||||
      httpHeaders: []
 | 
			
		||||
    keyAuth:
 | 
			
		||||
      keyServerToken: 
 | 
			
		||||
      overrideDecryptionKeyBase64: 
 | 
			
		||||
    useHardwareDecoding: 1
 | 
			
		||||
    useRendererSync: 1
 | 
			
		||||
    useTextureMips: 0
 | 
			
		||||
    use10BitTextures: 0
 | 
			
		||||
    hintOutput10Bit: 0
 | 
			
		||||
    useLowLatency: 0
 | 
			
		||||
    videoApi: 1
 | 
			
		||||
    _audioMode: 0
 | 
			
		||||
    audio360ChannelMode: 0
 | 
			
		||||
    startWithHighestBitrate: 0
 | 
			
		||||
    useLowLiveLatency: 0
 | 
			
		||||
  _optionsWebGL:
 | 
			
		||||
    httpHeaders:
 | 
			
		||||
      httpHeaders: []
 | 
			
		||||
    keyAuth:
 | 
			
		||||
      keyServerToken: 
 | 
			
		||||
      overrideDecryptionKeyBase64: 
 | 
			
		||||
    externalLibrary: 0
 | 
			
		||||
    useTextureMips: 0
 | 
			
		||||
  m_VideoPath: 
 | 
			
		||||
  m_VideoLocation: 2
 | 
			
		||||
--- !u!114 &1918053137652325277
 | 
			
		||||
MonoBehaviour:
 | 
			
		||||
  m_ObjectHideFlags: 0
 | 
			
		||||
  m_CorrespondingSourceObject: {fileID: 0}
 | 
			
		||||
  m_PrefabInstance: {fileID: 0}
 | 
			
		||||
  m_PrefabAsset: {fileID: 0}
 | 
			
		||||
  m_GameObject: {fileID: 42286430969128322}
 | 
			
		||||
  m_Enabled: 1
 | 
			
		||||
  m_EditorHideFlags: 0
 | 
			
		||||
  m_Script: {fileID: 11500000, guid: f836f7125ecaa7a40b96bbc592961c04, type: 3}
 | 
			
		||||
  m_Name: 
 | 
			
		||||
  m_EditorClassIdentifier: 
 | 
			
		||||
  m_mediaPlayer: {fileID: 1668543161738679156}
 | 
			
		||||
  disableAndroidTextureCopyWorkAround: 0
 | 
			
		||||
--- !u!114 &8229741554201112100 stripped
 | 
			
		||||
MonoBehaviour:
 | 
			
		||||
  m_CorrespondingSourceObject: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
  m_PrefabInstance: {fileID: 814279742914015027}
 | 
			
		||||
  m_PrefabAsset: {fileID: 0}
 | 
			
		||||
  m_GameObject: {fileID: 42286430969128322}
 | 
			
		||||
  m_Enabled: 1
 | 
			
		||||
  m_EditorHideFlags: 0
 | 
			
		||||
  m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3}
 | 
			
		||||
  m_Name: 
 | 
			
		||||
  m_EditorClassIdentifier: 
 | 
			
		||||
@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 45b739684aed543008dc3411b747423b
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: e936aeeca26684475a69251260e323f3
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 71859ddceaeef41a4bac718b22634da8
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 99466bb43068343a8accd3c0d2c4de86
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 6a65eab1b5c81484bb82448d7f83de52
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 46124eddab14a4a3db7eadc3c1d75b65
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 2b76be0f384a9424fa1e714cc0dba065
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: df97dd34656394d14b2a5f4c607e91a5
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 048fc317fb6a8467f9d8450eb8246473
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: f37c5f72d1edb43c79e86c38d41b3278
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 5816b8ee4e5ac4cf6b43c96da1f505bf
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 026938b7edb7c47a682e76c109111dd3
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 0421e1fd9ef2e4e9d8234627020cadd7
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 0574a68713f6545b28960c164f8e8bba
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: c57d1960b12784018a5124d1c2f9bf0e
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 9d0972e33cf2d439a98aa5254be61933
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: bfbc4467725444c31b5bf3b5ecbb4b8b
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: e6629d836f55341fdad855125e24717f
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: e9f90a37397784bdab943b6967f8fd69
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 50db01856505745819850cd5fc12a1b9
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: d3f59fd7fdeb64b4bb12ab49d48e2cd7
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 85744e55809a545628de7710aa995dc0
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 2cdd23591d1dc4ee3b723bbdab45542b
 | 
			
		||||
PrefabImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
@ -6948,6 +6948,10 @@ PrefabInstance:
 | 
			
		||||
      propertyPath: m_Layer
 | 
			
		||||
      value: 9
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 6781773395061731843, guid: fd16c97ca719775409e646d3ee101b19, type: 3}
 | 
			
		||||
      propertyPath: m_TagString
 | 
			
		||||
      value: Smartphone
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 6784721238716308929, guid: fd16c97ca719775409e646d3ee101b19, type: 3}
 | 
			
		||||
      propertyPath: m_Layer
 | 
			
		||||
      value: 9
 | 
			
		||||
@ -7012,13 +7016,46 @@ PrefabInstance:
 | 
			
		||||
      propertyPath: m_Layer
 | 
			
		||||
      value: 9
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8053129705982354576, guid: fd16c97ca719775409e646d3ee101b19, type: 3}
 | 
			
		||||
      propertyPath: m_TagString
 | 
			
		||||
      value: Untagged
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    m_RemovedComponents: []
 | 
			
		||||
    m_RemovedGameObjects: []
 | 
			
		||||
    m_AddedGameObjects: []
 | 
			
		||||
    m_AddedComponents: []
 | 
			
		||||
    m_AddedComponents:
 | 
			
		||||
    - targetCorrespondingSourceObject: {fileID: 6781773395061731843, guid: fd16c97ca719775409e646d3ee101b19, type: 3}
 | 
			
		||||
      insertIndex: -1
 | 
			
		||||
      addedObject: {fileID: 1216428378211298260}
 | 
			
		||||
  m_SourcePrefab: {fileID: 100100000, guid: fd16c97ca719775409e646d3ee101b19, type: 3}
 | 
			
		||||
--- !u!4 &107801045539344950 stripped
 | 
			
		||||
Transform:
 | 
			
		||||
  m_CorrespondingSourceObject: {fileID: 7244504408015846954, guid: fd16c97ca719775409e646d3ee101b19, type: 3}
 | 
			
		||||
  m_PrefabInstance: {fileID: 7347440387281185820}
 | 
			
		||||
  m_PrefabAsset: {fileID: 0}
 | 
			
		||||
--- !u!1 &4317519251148217887 stripped
 | 
			
		||||
GameObject:
 | 
			
		||||
  m_CorrespondingSourceObject: {fileID: 6781773395061731843, guid: fd16c97ca719775409e646d3ee101b19, type: 3}
 | 
			
		||||
  m_PrefabInstance: {fileID: 7347440387281185820}
 | 
			
		||||
  m_PrefabAsset: {fileID: 0}
 | 
			
		||||
--- !u!65 &1216428378211298260
 | 
			
		||||
BoxCollider:
 | 
			
		||||
  m_ObjectHideFlags: 0
 | 
			
		||||
  m_CorrespondingSourceObject: {fileID: 0}
 | 
			
		||||
  m_PrefabInstance: {fileID: 0}
 | 
			
		||||
  m_PrefabAsset: {fileID: 0}
 | 
			
		||||
  m_GameObject: {fileID: 4317519251148217887}
 | 
			
		||||
  m_Material: {fileID: 0}
 | 
			
		||||
  m_IncludeLayers:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    m_Bits: 0
 | 
			
		||||
  m_ExcludeLayers:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    m_Bits: 0
 | 
			
		||||
  m_LayerOverridePriority: 0
 | 
			
		||||
  m_IsTrigger: 0
 | 
			
		||||
  m_ProvidesContacts: 0
 | 
			
		||||
  m_Enabled: 1
 | 
			
		||||
  serializedVersion: 3
 | 
			
		||||
  m_Size: {x: 0.06910706, y: 0.010000088, z: 0.14613198}
 | 
			
		||||
  m_Center: {x: 0.00038537793, y: 0.0012356478, z: -0.00044285215}
 | 
			
		||||
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -19,6 +19,8 @@ TagManager:
 | 
			
		||||
  - Topf
 | 
			
		||||
  - Messer
 | 
			
		||||
  - SlicedZwiebel
 | 
			
		||||
  - PlacedObject
 | 
			
		||||
  - Smartphone
 | 
			
		||||
  layers:
 | 
			
		||||
  - Default
 | 
			
		||||
  - TransparentFX
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user