Add Animations to Tutorial, update recipe checkmarks grotto 2, improved NamedAVProMediaPlayer
This commit is contained in:
		
							parent
							
								
									a0cd12e87a
								
							
						
					
					
						commit
						011f1442b4
					
				@ -52,7 +52,7 @@ Tree("05_Tutorial") {
 | 
				
			|||||||
        BTC.DetectRotationAtLeast("GO.XRInteractionHandsSetup.MainCamera", 30.0)
 | 
					        BTC.DetectRotationAtLeast("GO.XRInteractionHandsSetup.MainCamera", 30.0)
 | 
				
			||||||
        BTC.Wait(3)
 | 
					        BTC.Wait(3)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        BTC.SynthesizeText("Super! Lehne dich nun nach vorne, dann wieder zurück, lehne dich dann auf eine und dann auf die andere Seite. Dann wieder zurück.")
 | 
					        BTC.SynthesizeText("Super! Lehne dich nun mit deinem Oberkörper nach vorne.")
 | 
				
			||||||
        BTC.SpeechOutputEnded()
 | 
					        BTC.SpeechOutputEnded()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        BTC.DetectPositionAtLeast("GO.XRInteractionHandsSetup.MainCamera", 0.2)
 | 
					        BTC.DetectPositionAtLeast("GO.XRInteractionHandsSetup.MainCamera", 0.2)
 | 
				
			||||||
@ -67,6 +67,7 @@ Tree("05_Tutorial") {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        BTC.SynthesizeText("Gut, jetzt testen wir aber mal dein Mikrofon. Wie heisst du eigentlich?")
 | 
					        BTC.SynthesizeText("Gut, jetzt testen wir aber mal dein Mikrofon. Wie heisst du eigentlich?")
 | 
				
			||||||
        BTC.SpeechOutputEnded()
 | 
					        BTC.SpeechOutputEnded()
 | 
				
			||||||
 | 
					        BTC.Show("GO.ANIMATIONS.SpeechHint")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        BTC.AddPossbileSpeechIntent("Zugabteil-Tutorial-U-8")
 | 
					        BTC.AddPossbileSpeechIntent("Zugabteil-Tutorial-U-8")
 | 
				
			||||||
        BTC.StartSpeechIntentRecognition()
 | 
					        BTC.StartSpeechIntentRecognition()
 | 
				
			||||||
@ -88,6 +89,7 @@ Tree("05_Tutorial") {
 | 
				
			|||||||
                        BTC.ClearPossbileSpeechIntents()
 | 
					                        BTC.ClearPossbileSpeechIntents()
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					                BTC.Hide("GO.ANIMATIONS.SpeechHint")
 | 
				
			||||||
                BTC.SynthesizeText("Schön dich kennenzulernen!")
 | 
					                BTC.SynthesizeText("Schön dich kennenzulernen!")
 | 
				
			||||||
                BTC.SpeechOutputEnded()
 | 
					                BTC.SpeechOutputEnded()
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
@ -96,12 +98,14 @@ Tree("05_Tutorial") {
 | 
				
			|||||||
            Composite(Sequence) {
 | 
					            Composite(Sequence) {
 | 
				
			||||||
                BTC.Wait(5)
 | 
					                BTC.Wait(5)
 | 
				
			||||||
                BTC.CompareUserSpeechInputStarted(false)
 | 
					                BTC.CompareUserSpeechInputStarted(false)
 | 
				
			||||||
 | 
					                BTC.Hide("GO.ANIMATIONS.SpeechHint")
 | 
				
			||||||
                BTC.AbortSpeechEventListener()
 | 
					                BTC.AbortSpeechEventListener()
 | 
				
			||||||
                BTC.StopSpeechIntentRecognition()
 | 
					                BTC.StopSpeechIntentRecognition()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                BTC.SynthesizeText("Ich habe dich nicht verstanden. Sprich bitte deutlicher.")
 | 
					                BTC.SynthesizeText("Ich habe dich nicht verstanden. Sprich bitte deutlicher.")
 | 
				
			||||||
                BTC.SpeechOutputEnded()
 | 
					                BTC.SpeechOutputEnded()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                BTC.Show("GO.ANIMATIONS.SpeechHint")
 | 
				
			||||||
                BTC.StartSpeechIntentRecognition()
 | 
					                BTC.StartSpeechIntentRecognition()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                Composite(Race) {
 | 
					                Composite(Race) {
 | 
				
			||||||
@ -121,6 +125,7 @@ Tree("05_Tutorial") {
 | 
				
			|||||||
                                BTC.ClearPossbileSpeechIntents()
 | 
					                                BTC.ClearPossbileSpeechIntents()
 | 
				
			||||||
                            }
 | 
					                            }
 | 
				
			||||||
                        }
 | 
					                        }
 | 
				
			||||||
 | 
					                        BTC.Hide("GO.ANIMATIONS.SpeechHint")
 | 
				
			||||||
                        BTC.SynthesizeText("Schön dich kennenzulernen!")
 | 
					                        BTC.SynthesizeText("Schön dich kennenzulernen!")
 | 
				
			||||||
                        BTC.SpeechOutputEnded()
 | 
					                        BTC.SpeechOutputEnded()
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
@ -129,6 +134,7 @@ Tree("05_Tutorial") {
 | 
				
			|||||||
                    Composite(Sequence) {
 | 
					                    Composite(Sequence) {
 | 
				
			||||||
                        BTC.Wait(10)
 | 
					                        BTC.Wait(10)
 | 
				
			||||||
                        BTC.CompareUserSpeechInputStarted(false)
 | 
					                        BTC.CompareUserSpeechInputStarted(false)
 | 
				
			||||||
 | 
					                        BTC.Hide("GO.ANIMATIONS.SpeechHint")
 | 
				
			||||||
                        BTC.AbortSpeechEventListener()
 | 
					                        BTC.AbortSpeechEventListener()
 | 
				
			||||||
                        BTC.StopSpeechIntentRecognition()
 | 
					                        BTC.StopSpeechIntentRecognition()
 | 
				
			||||||
                        BTC.ClearPossbileSpeechIntents()
 | 
					                        BTC.ClearPossbileSpeechIntents()
 | 
				
			||||||
@ -153,6 +159,10 @@ Tree("05_Tutorial") {
 | 
				
			|||||||
        BTC.SynthesizeText("Cosa ti piace di più? Spaghetti, pizza o risotto?")
 | 
					        BTC.SynthesizeText("Cosa ti piace di più? Spaghetti, pizza o risotto?")
 | 
				
			||||||
        BTC.SpeechOutputEnded()
 | 
					        BTC.SpeechOutputEnded()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        BTC.SetSpeechRecognitionLanguage("de-DE")
 | 
				
			||||||
 | 
					        BTC.SetVoiceName("de-DE-SeraphinaMultilingualNeural")
 | 
				
			||||||
 | 
					        BTC.Show("GO.ANIMATIONS.SpeechHint")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        BTC.AddPossbileSpeechIntent("Zugabteil-Tutorial-U-15")
 | 
					        BTC.AddPossbileSpeechIntent("Zugabteil-Tutorial-U-15")
 | 
				
			||||||
        BTC.AddPossbileSpeechIntent("Zugabteil-Tutorial-U-16")
 | 
					        BTC.AddPossbileSpeechIntent("Zugabteil-Tutorial-U-16")
 | 
				
			||||||
        BTC.AddPossbileSpeechIntent("Zugabteil-Tutorial-U-17")
 | 
					        BTC.AddPossbileSpeechIntent("Zugabteil-Tutorial-U-17")
 | 
				
			||||||
@ -173,18 +183,21 @@ Tree("05_Tutorial") {
 | 
				
			|||||||
                            Composite(Sequence) {
 | 
					                            Composite(Sequence) {
 | 
				
			||||||
                                BTC.CompareIntentID("Zugabteil-Tutorial-U-15")
 | 
					                                BTC.CompareIntentID("Zugabteil-Tutorial-U-15")
 | 
				
			||||||
                                BTC.ClearPossbileSpeechIntents()
 | 
					                                BTC.ClearPossbileSpeechIntents()
 | 
				
			||||||
 | 
					                                BTC.Hide("GO.ANIMATIONS.SpeechHint")
 | 
				
			||||||
                                BTC.SynthesizeText("Ah, Spaghetti mag ich auch!")
 | 
					                                BTC.SynthesizeText("Ah, Spaghetti mag ich auch!")
 | 
				
			||||||
                                BTC.SpeechOutputEnded()
 | 
					                                BTC.SpeechOutputEnded()
 | 
				
			||||||
                            }
 | 
					                            }
 | 
				
			||||||
                            Composite(Sequence) {
 | 
					                            Composite(Sequence) {
 | 
				
			||||||
                                BTC.CompareIntentID("Zugabteil-Tutorial-U-16")
 | 
					                                BTC.CompareIntentID("Zugabteil-Tutorial-U-16")
 | 
				
			||||||
                                BTC.ClearPossbileSpeechIntents()
 | 
					                                BTC.ClearPossbileSpeechIntents()
 | 
				
			||||||
 | 
					                                BTC.Hide("GO.ANIMATIONS.SpeechHint")
 | 
				
			||||||
                                BTC.SynthesizeText("Ah, Pizza mag ich auch!")
 | 
					                                BTC.SynthesizeText("Ah, Pizza mag ich auch!")
 | 
				
			||||||
                                BTC.SpeechOutputEnded()
 | 
					                                BTC.SpeechOutputEnded()
 | 
				
			||||||
                            }
 | 
					                            }
 | 
				
			||||||
                            Composite(Sequence) {
 | 
					                            Composite(Sequence) {
 | 
				
			||||||
                                BTC.CompareIntentID("Zugabteil-Tutorial-U-17")
 | 
					                                BTC.CompareIntentID("Zugabteil-Tutorial-U-17")
 | 
				
			||||||
                                BTC.ClearPossbileSpeechIntents()
 | 
					                                BTC.ClearPossbileSpeechIntents()
 | 
				
			||||||
 | 
					                                BTC.Hide("GO.ANIMATIONS.SpeechHint")
 | 
				
			||||||
                                BTC.SynthesizeText("Ah, Risotto mag ich auch!")
 | 
					                                BTC.SynthesizeText("Ah, Risotto mag ich auch!")
 | 
				
			||||||
                                BTC.SpeechOutputEnded()
 | 
					                                BTC.SpeechOutputEnded()
 | 
				
			||||||
                            }
 | 
					                            }
 | 
				
			||||||
@ -194,6 +207,7 @@ Tree("05_Tutorial") {
 | 
				
			|||||||
                    // Selector 2: Fallback Button
 | 
					                    // Selector 2: Fallback Button
 | 
				
			||||||
                    Composite(Sequence) {
 | 
					                    Composite(Sequence) {
 | 
				
			||||||
                        Composite(Marathon) {
 | 
					                        Composite(Marathon) {
 | 
				
			||||||
 | 
					                            BTC.Hide("GO.ANIMATIONS.SpeechHint")
 | 
				
			||||||
                            BTC.Show("GO.HANDMENU.SpeechButton")
 | 
					                            BTC.Show("GO.HANDMENU.SpeechButton")
 | 
				
			||||||
                            BTC.Set("TextMeshPro.HANDMENU.Option1Button", "text", "Spaghetti")
 | 
					                            BTC.Set("TextMeshPro.HANDMENU.Option1Button", "text", "Spaghetti")
 | 
				
			||||||
                            BTC.Show("GO.HANDMENU.Option1Button")
 | 
					                            BTC.Show("GO.HANDMENU.Option1Button")
 | 
				
			||||||
@ -253,6 +267,7 @@ Tree("05_Tutorial") {
 | 
				
			|||||||
            Composite(Sequence) {
 | 
					            Composite(Sequence) {
 | 
				
			||||||
                BTC.Wait(5)
 | 
					                BTC.Wait(5)
 | 
				
			||||||
                BTC.CompareUserSpeechInputStarted(false)
 | 
					                BTC.CompareUserSpeechInputStarted(false)
 | 
				
			||||||
 | 
					                BTC.Hide("GO.ANIMATIONS.SpeechHint")
 | 
				
			||||||
                BTC.AbortSpeechEventListener()
 | 
					                BTC.AbortSpeechEventListener()
 | 
				
			||||||
                BTC.StopSpeechIntentRecognition()
 | 
					                BTC.StopSpeechIntentRecognition()
 | 
				
			||||||
                BTC.ClearPossbileSpeechIntents()
 | 
					                BTC.ClearPossbileSpeechIntents()
 | 
				
			||||||
@ -316,6 +331,7 @@ Tree("05_Tutorial") {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        BTC.SynthesizeText("Okay. Versuche, deinen Rucksack vom Tisch hochzuheben. Strecke dazu deine Hand aus und greife nach dem Rucksack, wie Du es auch sonst tun würdest.")
 | 
					        BTC.SynthesizeText("Okay. Versuche, deinen Rucksack vom Tisch hochzuheben. Strecke dazu deine Hand aus und greife nach dem Rucksack, wie Du es auch sonst tun würdest.")
 | 
				
			||||||
        BTC.SpeechOutputEnded()
 | 
					        BTC.SpeechOutputEnded()
 | 
				
			||||||
 | 
					        BTC.Show("GO.ANIMATIONS.PinchingHint")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // Rucksack greifen
 | 
					        // Rucksack greifen
 | 
				
			||||||
        BTC.Run("NamedGrabEvent.INTERACTABLES.Rucksack")
 | 
					        BTC.Run("NamedGrabEvent.INTERACTABLES.Rucksack")
 | 
				
			||||||
@ -328,11 +344,14 @@ Tree("05_Tutorial") {
 | 
				
			|||||||
        BTC.Run("GO/NamedSocketEvent.SOCKETS.RucksackUser")
 | 
					        BTC.Run("GO/NamedSocketEvent.SOCKETS.RucksackUser")
 | 
				
			||||||
        BTC.Wait(1)
 | 
					        BTC.Wait(1)
 | 
				
			||||||
        BTC.Hide("GO/NamedSocketEvent.SOCKETS.RucksackUser")
 | 
					        BTC.Hide("GO/NamedSocketEvent.SOCKETS.RucksackUser")
 | 
				
			||||||
 | 
					        BTC.Hide("GO.ANIMATIONS.PinchingHint")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        BTC.SynthesizeText("Perfekt! Du hast gelernt dich zu bewegen, zu sprechen und mit Objekten zu interagieren. Dann geht es jetzt los!")
 | 
					        BTC.SynthesizeText("Perfekt! Du hast gelernt dich zu bewegen, zu sprechen und mit Objekten zu interagieren. Dann geht es jetzt los!")
 | 
				
			||||||
        BTC.SpeechOutputEnded()
 | 
					        BTC.SpeechOutputEnded()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        BTC.SynthesizeText("Francesca ist deine Begleiterin. Sie kommt gleich. Gute Reise!")
 | 
					        BTC.SetSpeechRecognitionLanguage("it-IT")
 | 
				
			||||||
 | 
					        BTC.SetVoiceName("it-IT-FabiolaNeural")
 | 
				
			||||||
 | 
					        BTC.SynthesizeText("Allora, siamo pronti. La tua compagna di viaggio è Francesca. Arriverà presto. Buon viaggio!")
 | 
				
			||||||
        BTC.SpeechOutputEnded()
 | 
					        BTC.SpeechOutputEnded()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black")
 | 
					        BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black")
 | 
				
			||||||
 | 
				
			|||||||
@ -139,7 +139,7 @@ Tree("32_Grotto_Kueche_Intro") {
 | 
				
			|||||||
                // Zwiebeln schneiden
 | 
					                // Zwiebeln schneiden
 | 
				
			||||||
                BTC.FindObjectsByTag("SlicedZwiebel", 6)
 | 
					                BTC.FindObjectsByTag("SlicedZwiebel", 6)
 | 
				
			||||||
                BTC.SetBool("CancelCooking", false)
 | 
					                BTC.SetBool("CancelCooking", false)
 | 
				
			||||||
                BTC.Show("GO.STATIC.RezeptCheckmark2")
 | 
					                BTC.Show("GO.STATIC.RezeptCheckmark1")
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -162,7 +162,6 @@ Tree("32_Grotto_Kueche_Intro") {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        // Oel in Topf geben
 | 
					        // Oel in Topf geben
 | 
				
			||||||
        BTC.Run("Particle.INTERACTABLES.Olivenoel")
 | 
					        BTC.Run("Particle.INTERACTABLES.Olivenoel")
 | 
				
			||||||
        BTC.Show("GO.STATIC.RezeptCheckmark3")
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        BTC.Hide("MediaPlayer.VIDEOS.allesgefundenFidle_02")
 | 
					        BTC.Hide("MediaPlayer.VIDEOS.allesgefundenFidle_02")
 | 
				
			||||||
        BTC.Run("MediaPlayer.VIDEOS.allesgefundenF3")
 | 
					        BTC.Run("MediaPlayer.VIDEOS.allesgefundenF3")
 | 
				
			||||||
@ -176,7 +175,7 @@ Tree("32_Grotto_Kueche_Intro") {
 | 
				
			|||||||
        BTC.Set("Collider.INTERACTABLES.Topf", "otherTag", "SlicedZwiebel")
 | 
					        BTC.Set("Collider.INTERACTABLES.Topf", "otherTag", "SlicedZwiebel")
 | 
				
			||||||
        BTC.Run("Collider.INTERACTABLES.Topf")
 | 
					        BTC.Run("Collider.INTERACTABLES.Topf")
 | 
				
			||||||
        BTC.Run("StudioEventEmitter.INTERACTABLES.ZwiebelnInTopf")
 | 
					        BTC.Run("StudioEventEmitter.INTERACTABLES.ZwiebelnInTopf")
 | 
				
			||||||
        BTC.Show("GO.STATIC.RezeptCheckmark4")
 | 
					        BTC.Show("GO.STATIC.RezeptCheckmark2")
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        BTC.Hide("MediaPlayer.VIDEOS.allesgefundenFidle_04")
 | 
					        BTC.Hide("MediaPlayer.VIDEOS.allesgefundenFidle_04")
 | 
				
			||||||
        BTC.Run("MediaPlayer.VIDEOS.allesgefundenF5")
 | 
					        BTC.Run("MediaPlayer.VIDEOS.allesgefundenF5")
 | 
				
			||||||
@ -434,7 +433,7 @@ Tree("32_Grotto_Kueche_Zusammen_Kochen") {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        // Reis in Topf geben
 | 
					        // Reis in Topf geben
 | 
				
			||||||
        BTC.Run("GO/Particle.INTERACTABLES.Risotto")
 | 
					        BTC.Run("GO/Particle.INTERACTABLES.Risotto")
 | 
				
			||||||
        BTC.Show("GO.STATIC.RezeptCheckmark5")
 | 
					        BTC.Show("GO.STATIC.RezeptCheckmark3")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // Ruehren
 | 
					        // Ruehren
 | 
				
			||||||
        BTC.Set("Collider.INTERACTABLES.Topf", "otherTag", "Loeffel")
 | 
					        BTC.Set("Collider.INTERACTABLES.Topf", "otherTag", "Loeffel")
 | 
				
			||||||
@ -449,7 +448,7 @@ Tree("32_Grotto_Kueche_Zusammen_Kochen") {
 | 
				
			|||||||
        BTC.Run("Particle.INTERACTABLES.Weisswein")
 | 
					        BTC.Run("Particle.INTERACTABLES.Weisswein")
 | 
				
			||||||
        BTC.StopSound("StudioEventEmitter.INTERACTABLES.ZwiebelnInTopf")
 | 
					        BTC.StopSound("StudioEventEmitter.INTERACTABLES.ZwiebelnInTopf")
 | 
				
			||||||
        BTC.Run("StudioEventEmitter.INTERACTABLES.Abloeschen")
 | 
					        BTC.Run("StudioEventEmitter.INTERACTABLES.Abloeschen")
 | 
				
			||||||
        BTC.Show("GO.STATIC.RezeptCheckmark6")
 | 
					        BTC.Show("GO.STATIC.RezeptCheckmark4")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        Composite(Marathon) {
 | 
					        Composite(Marathon) {
 | 
				
			||||||
            Composite(Sequence) {
 | 
					            Composite(Sequence) {
 | 
				
			||||||
@ -468,7 +467,7 @@ Tree("32_Grotto_Kueche_Zusammen_Kochen") {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        // Bouillon in Topf geben
 | 
					        // Bouillon in Topf geben
 | 
				
			||||||
        BTC.Run("Particle.INTERACTABLES.Bouillon")
 | 
					        BTC.Run("Particle.INTERACTABLES.Bouillon")
 | 
				
			||||||
        BTC.Show("GO.STATIC.RezeptCheckmark7")
 | 
					        BTC.Show("GO.STATIC.RezeptCheckmark5")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        BTC.Hide("MediaPlayer.VIDEOS.ZusammenKochenFidl_06")
 | 
					        BTC.Hide("MediaPlayer.VIDEOS.ZusammenKochenFidl_06")
 | 
				
			||||||
        BTC.Run("MediaPlayer.VIDEOS.ZusammenKochenF7")
 | 
					        BTC.Run("MediaPlayer.VIDEOS.ZusammenKochenF7")
 | 
				
			||||||
@ -477,7 +476,7 @@ Tree("32_Grotto_Kueche_Zusammen_Kochen") {
 | 
				
			|||||||
        // Glas Wasser mit Steinpilze in Topf geben
 | 
					        // Glas Wasser mit Steinpilze in Topf geben
 | 
				
			||||||
        BTC.Set("Collider.INTERACTABLES.Topf", "otherTag", "Steinpilze")
 | 
					        BTC.Set("Collider.INTERACTABLES.Topf", "otherTag", "Steinpilze")
 | 
				
			||||||
        BTC.Run("Collider.INTERACTABLES.Topf")
 | 
					        BTC.Run("Collider.INTERACTABLES.Topf")
 | 
				
			||||||
        BTC.Show("GO.STATIC.RezeptCheckmark8")
 | 
					        BTC.Show("GO.STATIC.RezeptCheckmark6")
 | 
				
			||||||
        BTC.Wait(5)
 | 
					        BTC.Wait(5)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        BTC.Hide("MediaPlayer.VIDEOS.ZusammenKochenFidl_08")
 | 
					        BTC.Hide("MediaPlayer.VIDEOS.ZusammenKochenFidl_08")
 | 
				
			||||||
@ -486,7 +485,7 @@ Tree("32_Grotto_Kueche_Zusammen_Kochen") {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        // Parmigiano in Topf geben
 | 
					        // Parmigiano in Topf geben
 | 
				
			||||||
        BTC.Run("Particle.INTERACTABLES.Parmesan")
 | 
					        BTC.Run("Particle.INTERACTABLES.Parmesan")
 | 
				
			||||||
        BTC.Show("GO.STATIC.RezeptCheckmark9")
 | 
					        BTC.Show("GO.STATIC.RezeptCheckmark7")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        BTC.Hide("MediaPlayer.VIDEOS.ZusammenKochenFidl_10")
 | 
					        BTC.Hide("MediaPlayer.VIDEOS.ZusammenKochenFidl_10")
 | 
				
			||||||
        BTC.Run("MediaPlayer.VIDEOS.ZusammenKochenF11")
 | 
					        BTC.Run("MediaPlayer.VIDEOS.ZusammenKochenF11")
 | 
				
			||||||
 | 
				
			|||||||
@ -41,11 +41,14 @@ public class NamedAVProMediaPlayer : ComponentHandler
 | 
				
			|||||||
        {
 | 
					        {
 | 
				
			||||||
            Debug.Log($"NamedAVProMediaPlayer.UpdateComponent mediaPlayer is null");
 | 
					            Debug.Log($"NamedAVProMediaPlayer.UpdateComponent mediaPlayer is null");
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					        //_mediaPlayer?.Events.AddListener(OnMediaEvent);
 | 
				
			||||||
 | 
					        Transform parent = (gameObject.transform).parent;
 | 
				
			||||||
 | 
					        _videoActor = (parent.GetChild(1)).gameObject;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    //public Depthkit.Clip depthkitClip;
 | 
					 | 
				
			||||||
    public string videoPath;
 | 
					    public string videoPath;
 | 
				
			||||||
    public string videoName = "Video";
 | 
					    public string videoName = "Video";
 | 
				
			||||||
 | 
					    public GameObject _videoActor;
 | 
				
			||||||
    MediaPlayer _mediaPlayer;
 | 
					    MediaPlayer _mediaPlayer;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public override string titleText
 | 
					    public override string titleText
 | 
				
			||||||
@ -79,6 +82,10 @@ public class NamedAVProMediaPlayer : ComponentHandler
 | 
				
			|||||||
        switch (nodeState)
 | 
					        switch (nodeState)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            case NodeState.FirstRun:
 | 
					            case NodeState.FirstRun:
 | 
				
			||||||
 | 
					                _videoActor.SetActive(true);
 | 
				
			||||||
 | 
					                _mediaPlayer.PlatformOptionsAndroid.videoApi = Android.VideoApi.ExoPlayer;
 | 
				
			||||||
 | 
					                _mediaPlayer.PlatformOptionsAndroid.preferSoftwareDecoder = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                _mediaPlayer.OpenMedia(new MediaPath(videoPath, MediaPathType.RelativeToPersistentDataFolder));
 | 
					                _mediaPlayer.OpenMedia(new MediaPath(videoPath, MediaPathType.RelativeToPersistentDataFolder));
 | 
				
			||||||
                break;
 | 
					                break;
 | 
				
			||||||
            case NodeState.Running:
 | 
					            case NodeState.Running:
 | 
				
			||||||
@ -91,7 +98,7 @@ public class NamedAVProMediaPlayer : ComponentHandler
 | 
				
			|||||||
                if (_mediaPlayer.Control.IsFinished())
 | 
					                if (_mediaPlayer.Control.IsFinished())
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
                    _mediaPlayer.CloseMedia();
 | 
					                    _mediaPlayer.CloseMedia();
 | 
				
			||||||
                    _mediaPlayer.ForceDispose();
 | 
					                    _videoActor.SetActive(false);
 | 
				
			||||||
                    Task.SetSucceeded();
 | 
					                    Task.SetSucceeded();
 | 
				
			||||||
                    return;
 | 
					                    return;
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
@ -130,7 +137,7 @@ public class NamedAVProMediaPlayer : ComponentHandler
 | 
				
			|||||||
                        {
 | 
					                        {
 | 
				
			||||||
                            _mediaPlayer.Stop();
 | 
					                            _mediaPlayer.Stop();
 | 
				
			||||||
                            _mediaPlayer.CloseMedia();
 | 
					                            _mediaPlayer.CloseMedia();
 | 
				
			||||||
                            _mediaPlayer.ForceDispose();
 | 
					                            _videoActor.SetActive(false);
 | 
				
			||||||
                        }
 | 
					                        }
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
@ -144,5 +151,11 @@ public class NamedAVProMediaPlayer : ComponentHandler
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    void OnMediaEvent(MediaPlayer mp, MediaPlayerEvent.EventType evtType, ErrorCode code)
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        Debug.Log($"AVPro Event: {evtType}, Code: {code}");
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -123,6 +123,46 @@ NavMeshSettings:
 | 
				
			|||||||
    debug:
 | 
					    debug:
 | 
				
			||||||
      m_Flags: 0
 | 
					      m_Flags: 0
 | 
				
			||||||
  m_NavMeshData: {fileID: 0}
 | 
					  m_NavMeshData: {fileID: 0}
 | 
				
			||||||
 | 
					--- !u!21 &81229002
 | 
				
			||||||
 | 
					Material:
 | 
				
			||||||
 | 
					  serializedVersion: 8
 | 
				
			||||||
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					  m_Name: UI/RoundedCorners/RoundedCorners
 | 
				
			||||||
 | 
					  m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
 | 
				
			||||||
 | 
					  m_Parent: {fileID: 0}
 | 
				
			||||||
 | 
					  m_ModifiedSerializedProperties: 0
 | 
				
			||||||
 | 
					  m_ValidKeywords: []
 | 
				
			||||||
 | 
					  m_InvalidKeywords: []
 | 
				
			||||||
 | 
					  m_LightmapFlags: 4
 | 
				
			||||||
 | 
					  m_EnableInstancingVariants: 0
 | 
				
			||||||
 | 
					  m_DoubleSidedGI: 0
 | 
				
			||||||
 | 
					  m_CustomRenderQueue: -1
 | 
				
			||||||
 | 
					  stringTagMap: {}
 | 
				
			||||||
 | 
					  disabledShaderPasses: []
 | 
				
			||||||
 | 
					  m_LockedProperties: 
 | 
				
			||||||
 | 
					  m_SavedProperties:
 | 
				
			||||||
 | 
					    serializedVersion: 3
 | 
				
			||||||
 | 
					    m_TexEnvs:
 | 
				
			||||||
 | 
					    - _MainTex:
 | 
				
			||||||
 | 
					        m_Texture: {fileID: 0}
 | 
				
			||||||
 | 
					        m_Scale: {x: 1, y: 1}
 | 
				
			||||||
 | 
					        m_Offset: {x: 0, y: 0}
 | 
				
			||||||
 | 
					    m_Ints: []
 | 
				
			||||||
 | 
					    m_Floats:
 | 
				
			||||||
 | 
					    - _ColorMask: 15
 | 
				
			||||||
 | 
					    - _Stencil: 0
 | 
				
			||||||
 | 
					    - _StencilComp: 8
 | 
				
			||||||
 | 
					    - _StencilOp: 0
 | 
				
			||||||
 | 
					    - _StencilReadMask: 255
 | 
				
			||||||
 | 
					    - _StencilWriteMask: 255
 | 
				
			||||||
 | 
					    - _UseUIAlphaClip: 0
 | 
				
			||||||
 | 
					    m_Colors:
 | 
				
			||||||
 | 
					    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
				
			||||||
 | 
					    - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
 | 
				
			||||||
 | 
					  m_BuildTextureStacks: []
 | 
				
			||||||
--- !u!1001 &84484244
 | 
					--- !u!1001 &84484244
 | 
				
			||||||
PrefabInstance:
 | 
					PrefabInstance:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
@ -197,46 +237,6 @@ Transform:
 | 
				
			|||||||
  m_CorrespondingSourceObject: {fileID: 6929003491571950587, guid: c49ceeff408a54a4dbde71675195362c, type: 3}
 | 
					  m_CorrespondingSourceObject: {fileID: 6929003491571950587, guid: c49ceeff408a54a4dbde71675195362c, type: 3}
 | 
				
			||||||
  m_PrefabInstance: {fileID: 84484244}
 | 
					  m_PrefabInstance: {fileID: 84484244}
 | 
				
			||||||
  m_PrefabAsset: {fileID: 0}
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
--- !u!21 &95315314
 | 
					 | 
				
			||||||
Material:
 | 
					 | 
				
			||||||
  serializedVersion: 8
 | 
					 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					 | 
				
			||||||
  m_CorrespondingSourceObject: {fileID: 0}
 | 
					 | 
				
			||||||
  m_PrefabInstance: {fileID: 0}
 | 
					 | 
				
			||||||
  m_PrefabAsset: {fileID: 0}
 | 
					 | 
				
			||||||
  m_Name: UI/RoundedCorners/RoundedCorners
 | 
					 | 
				
			||||||
  m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
 | 
					 | 
				
			||||||
  m_Parent: {fileID: 0}
 | 
					 | 
				
			||||||
  m_ModifiedSerializedProperties: 0
 | 
					 | 
				
			||||||
  m_ValidKeywords: []
 | 
					 | 
				
			||||||
  m_InvalidKeywords: []
 | 
					 | 
				
			||||||
  m_LightmapFlags: 4
 | 
					 | 
				
			||||||
  m_EnableInstancingVariants: 0
 | 
					 | 
				
			||||||
  m_DoubleSidedGI: 0
 | 
					 | 
				
			||||||
  m_CustomRenderQueue: -1
 | 
					 | 
				
			||||||
  stringTagMap: {}
 | 
					 | 
				
			||||||
  disabledShaderPasses: []
 | 
					 | 
				
			||||||
  m_LockedProperties: 
 | 
					 | 
				
			||||||
  m_SavedProperties:
 | 
					 | 
				
			||||||
    serializedVersion: 3
 | 
					 | 
				
			||||||
    m_TexEnvs:
 | 
					 | 
				
			||||||
    - _MainTex:
 | 
					 | 
				
			||||||
        m_Texture: {fileID: 0}
 | 
					 | 
				
			||||||
        m_Scale: {x: 1, y: 1}
 | 
					 | 
				
			||||||
        m_Offset: {x: 0, y: 0}
 | 
					 | 
				
			||||||
    m_Ints: []
 | 
					 | 
				
			||||||
    m_Floats:
 | 
					 | 
				
			||||||
    - _ColorMask: 15
 | 
					 | 
				
			||||||
    - _Stencil: 0
 | 
					 | 
				
			||||||
    - _StencilComp: 8
 | 
					 | 
				
			||||||
    - _StencilOp: 0
 | 
					 | 
				
			||||||
    - _StencilReadMask: 255
 | 
					 | 
				
			||||||
    - _StencilWriteMask: 255
 | 
					 | 
				
			||||||
    - _UseUIAlphaClip: 0
 | 
					 | 
				
			||||||
    m_Colors:
 | 
					 | 
				
			||||||
    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
					 | 
				
			||||||
    - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
 | 
					 | 
				
			||||||
  m_BuildTextureStacks: []
 | 
					 | 
				
			||||||
--- !u!21 &230447413
 | 
					--- !u!21 &230447413
 | 
				
			||||||
Material:
 | 
					Material:
 | 
				
			||||||
  serializedVersion: 8
 | 
					  serializedVersion: 8
 | 
				
			||||||
@ -277,6 +277,46 @@ Material:
 | 
				
			|||||||
    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
					    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
				
			||||||
    - _WidthHeightRadius: {r: 0.30754, g: 0.0645, b: 0.06, a: 0}
 | 
					    - _WidthHeightRadius: {r: 0.30754, g: 0.0645, b: 0.06, a: 0}
 | 
				
			||||||
  m_BuildTextureStacks: []
 | 
					  m_BuildTextureStacks: []
 | 
				
			||||||
 | 
					--- !u!21 &245411608
 | 
				
			||||||
 | 
					Material:
 | 
				
			||||||
 | 
					  serializedVersion: 8
 | 
				
			||||||
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					  m_Name: UI/RoundedCorners/RoundedCorners
 | 
				
			||||||
 | 
					  m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
 | 
				
			||||||
 | 
					  m_Parent: {fileID: 0}
 | 
				
			||||||
 | 
					  m_ModifiedSerializedProperties: 0
 | 
				
			||||||
 | 
					  m_ValidKeywords: []
 | 
				
			||||||
 | 
					  m_InvalidKeywords: []
 | 
				
			||||||
 | 
					  m_LightmapFlags: 4
 | 
				
			||||||
 | 
					  m_EnableInstancingVariants: 0
 | 
				
			||||||
 | 
					  m_DoubleSidedGI: 0
 | 
				
			||||||
 | 
					  m_CustomRenderQueue: -1
 | 
				
			||||||
 | 
					  stringTagMap: {}
 | 
				
			||||||
 | 
					  disabledShaderPasses: []
 | 
				
			||||||
 | 
					  m_LockedProperties: 
 | 
				
			||||||
 | 
					  m_SavedProperties:
 | 
				
			||||||
 | 
					    serializedVersion: 3
 | 
				
			||||||
 | 
					    m_TexEnvs:
 | 
				
			||||||
 | 
					    - _MainTex:
 | 
				
			||||||
 | 
					        m_Texture: {fileID: 0}
 | 
				
			||||||
 | 
					        m_Scale: {x: 1, y: 1}
 | 
				
			||||||
 | 
					        m_Offset: {x: 0, y: 0}
 | 
				
			||||||
 | 
					    m_Ints: []
 | 
				
			||||||
 | 
					    m_Floats:
 | 
				
			||||||
 | 
					    - _ColorMask: 15
 | 
				
			||||||
 | 
					    - _Stencil: 0
 | 
				
			||||||
 | 
					    - _StencilComp: 8
 | 
				
			||||||
 | 
					    - _StencilOp: 0
 | 
				
			||||||
 | 
					    - _StencilReadMask: 255
 | 
				
			||||||
 | 
					    - _StencilWriteMask: 255
 | 
				
			||||||
 | 
					    - _UseUIAlphaClip: 0
 | 
				
			||||||
 | 
					    m_Colors:
 | 
				
			||||||
 | 
					    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
				
			||||||
 | 
					    - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
 | 
				
			||||||
 | 
					  m_BuildTextureStacks: []
 | 
				
			||||||
--- !u!21 &323916923
 | 
					--- !u!21 &323916923
 | 
				
			||||||
Material:
 | 
					Material:
 | 
				
			||||||
  serializedVersion: 8
 | 
					  serializedVersion: 8
 | 
				
			||||||
@ -419,6 +459,46 @@ Transform:
 | 
				
			|||||||
  m_CorrespondingSourceObject: {fileID: 3886981789647471048, guid: 59b1b6685b1a8c544aabf40e0803ec44, type: 3}
 | 
					  m_CorrespondingSourceObject: {fileID: 3886981789647471048, guid: 59b1b6685b1a8c544aabf40e0803ec44, type: 3}
 | 
				
			||||||
  m_PrefabInstance: {fileID: 328482783}
 | 
					  m_PrefabInstance: {fileID: 328482783}
 | 
				
			||||||
  m_PrefabAsset: {fileID: 0}
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					--- !u!21 &354955062
 | 
				
			||||||
 | 
					Material:
 | 
				
			||||||
 | 
					  serializedVersion: 8
 | 
				
			||||||
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					  m_Name: UI/RoundedCorners/RoundedCorners
 | 
				
			||||||
 | 
					  m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
 | 
				
			||||||
 | 
					  m_Parent: {fileID: 0}
 | 
				
			||||||
 | 
					  m_ModifiedSerializedProperties: 0
 | 
				
			||||||
 | 
					  m_ValidKeywords: []
 | 
				
			||||||
 | 
					  m_InvalidKeywords: []
 | 
				
			||||||
 | 
					  m_LightmapFlags: 4
 | 
				
			||||||
 | 
					  m_EnableInstancingVariants: 0
 | 
				
			||||||
 | 
					  m_DoubleSidedGI: 0
 | 
				
			||||||
 | 
					  m_CustomRenderQueue: -1
 | 
				
			||||||
 | 
					  stringTagMap: {}
 | 
				
			||||||
 | 
					  disabledShaderPasses: []
 | 
				
			||||||
 | 
					  m_LockedProperties: 
 | 
				
			||||||
 | 
					  m_SavedProperties:
 | 
				
			||||||
 | 
					    serializedVersion: 3
 | 
				
			||||||
 | 
					    m_TexEnvs:
 | 
				
			||||||
 | 
					    - _MainTex:
 | 
				
			||||||
 | 
					        m_Texture: {fileID: 0}
 | 
				
			||||||
 | 
					        m_Scale: {x: 1, y: 1}
 | 
				
			||||||
 | 
					        m_Offset: {x: 0, y: 0}
 | 
				
			||||||
 | 
					    m_Ints: []
 | 
				
			||||||
 | 
					    m_Floats:
 | 
				
			||||||
 | 
					    - _ColorMask: 15
 | 
				
			||||||
 | 
					    - _Stencil: 0
 | 
				
			||||||
 | 
					    - _StencilComp: 8
 | 
				
			||||||
 | 
					    - _StencilOp: 0
 | 
				
			||||||
 | 
					    - _StencilReadMask: 255
 | 
				
			||||||
 | 
					    - _StencilWriteMask: 255
 | 
				
			||||||
 | 
					    - _UseUIAlphaClip: 0
 | 
				
			||||||
 | 
					    m_Colors:
 | 
				
			||||||
 | 
					    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
				
			||||||
 | 
					    - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
 | 
				
			||||||
 | 
					  m_BuildTextureStacks: []
 | 
				
			||||||
--- !u!21 &370702138
 | 
					--- !u!21 &370702138
 | 
				
			||||||
Material:
 | 
					Material:
 | 
				
			||||||
  serializedVersion: 8
 | 
					  serializedVersion: 8
 | 
				
			||||||
@ -817,46 +897,6 @@ Transform:
 | 
				
			|||||||
  m_CorrespondingSourceObject: {fileID: 3636450363266185755, guid: 13f2a376f8469be40a3bff267da4e9f0, type: 3}
 | 
					  m_CorrespondingSourceObject: {fileID: 3636450363266185755, guid: 13f2a376f8469be40a3bff267da4e9f0, type: 3}
 | 
				
			||||||
  m_PrefabInstance: {fileID: 496414749}
 | 
					  m_PrefabInstance: {fileID: 496414749}
 | 
				
			||||||
  m_PrefabAsset: {fileID: 0}
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
--- !u!21 &507967669
 | 
					 | 
				
			||||||
Material:
 | 
					 | 
				
			||||||
  serializedVersion: 8
 | 
					 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					 | 
				
			||||||
  m_CorrespondingSourceObject: {fileID: 0}
 | 
					 | 
				
			||||||
  m_PrefabInstance: {fileID: 0}
 | 
					 | 
				
			||||||
  m_PrefabAsset: {fileID: 0}
 | 
					 | 
				
			||||||
  m_Name: UI/RoundedCorners/RoundedCorners
 | 
					 | 
				
			||||||
  m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
 | 
					 | 
				
			||||||
  m_Parent: {fileID: 0}
 | 
					 | 
				
			||||||
  m_ModifiedSerializedProperties: 0
 | 
					 | 
				
			||||||
  m_ValidKeywords: []
 | 
					 | 
				
			||||||
  m_InvalidKeywords: []
 | 
					 | 
				
			||||||
  m_LightmapFlags: 4
 | 
					 | 
				
			||||||
  m_EnableInstancingVariants: 0
 | 
					 | 
				
			||||||
  m_DoubleSidedGI: 0
 | 
					 | 
				
			||||||
  m_CustomRenderQueue: -1
 | 
					 | 
				
			||||||
  stringTagMap: {}
 | 
					 | 
				
			||||||
  disabledShaderPasses: []
 | 
					 | 
				
			||||||
  m_LockedProperties: 
 | 
					 | 
				
			||||||
  m_SavedProperties:
 | 
					 | 
				
			||||||
    serializedVersion: 3
 | 
					 | 
				
			||||||
    m_TexEnvs:
 | 
					 | 
				
			||||||
    - _MainTex:
 | 
					 | 
				
			||||||
        m_Texture: {fileID: 0}
 | 
					 | 
				
			||||||
        m_Scale: {x: 1, y: 1}
 | 
					 | 
				
			||||||
        m_Offset: {x: 0, y: 0}
 | 
					 | 
				
			||||||
    m_Ints: []
 | 
					 | 
				
			||||||
    m_Floats:
 | 
					 | 
				
			||||||
    - _ColorMask: 15
 | 
					 | 
				
			||||||
    - _Stencil: 0
 | 
					 | 
				
			||||||
    - _StencilComp: 8
 | 
					 | 
				
			||||||
    - _StencilOp: 0
 | 
					 | 
				
			||||||
    - _StencilReadMask: 255
 | 
					 | 
				
			||||||
    - _StencilWriteMask: 255
 | 
					 | 
				
			||||||
    - _UseUIAlphaClip: 0
 | 
					 | 
				
			||||||
    m_Colors:
 | 
					 | 
				
			||||||
    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
					 | 
				
			||||||
    - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
 | 
					 | 
				
			||||||
  m_BuildTextureStacks: []
 | 
					 | 
				
			||||||
--- !u!1 &512511343
 | 
					--- !u!1 &512511343
 | 
				
			||||||
GameObject:
 | 
					GameObject:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
@ -990,7 +1030,7 @@ Transform:
 | 
				
			|||||||
  - {fileID: 2081485168}
 | 
					  - {fileID: 2081485168}
 | 
				
			||||||
  m_Father: {fileID: 0}
 | 
					  m_Father: {fileID: 0}
 | 
				
			||||||
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
 | 
					  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
 | 
				
			||||||
--- !u!21 &571013357
 | 
					--- !u!21 &546346589
 | 
				
			||||||
Material:
 | 
					Material:
 | 
				
			||||||
  serializedVersion: 8
 | 
					  serializedVersion: 8
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
@ -1208,86 +1248,6 @@ Material:
 | 
				
			|||||||
    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
					    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
				
			||||||
    - _WidthHeightRadius: {r: 50, g: 50, b: 56, a: 0}
 | 
					    - _WidthHeightRadius: {r: 50, g: 50, b: 56, a: 0}
 | 
				
			||||||
  m_BuildTextureStacks: []
 | 
					  m_BuildTextureStacks: []
 | 
				
			||||||
--- !u!21 &629900102
 | 
					 | 
				
			||||||
Material:
 | 
					 | 
				
			||||||
  serializedVersion: 8
 | 
					 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					 | 
				
			||||||
  m_CorrespondingSourceObject: {fileID: 0}
 | 
					 | 
				
			||||||
  m_PrefabInstance: {fileID: 0}
 | 
					 | 
				
			||||||
  m_PrefabAsset: {fileID: 0}
 | 
					 | 
				
			||||||
  m_Name: UI/RoundedCorners/RoundedCorners
 | 
					 | 
				
			||||||
  m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
 | 
					 | 
				
			||||||
  m_Parent: {fileID: 0}
 | 
					 | 
				
			||||||
  m_ModifiedSerializedProperties: 0
 | 
					 | 
				
			||||||
  m_ValidKeywords: []
 | 
					 | 
				
			||||||
  m_InvalidKeywords: []
 | 
					 | 
				
			||||||
  m_LightmapFlags: 4
 | 
					 | 
				
			||||||
  m_EnableInstancingVariants: 0
 | 
					 | 
				
			||||||
  m_DoubleSidedGI: 0
 | 
					 | 
				
			||||||
  m_CustomRenderQueue: -1
 | 
					 | 
				
			||||||
  stringTagMap: {}
 | 
					 | 
				
			||||||
  disabledShaderPasses: []
 | 
					 | 
				
			||||||
  m_LockedProperties: 
 | 
					 | 
				
			||||||
  m_SavedProperties:
 | 
					 | 
				
			||||||
    serializedVersion: 3
 | 
					 | 
				
			||||||
    m_TexEnvs:
 | 
					 | 
				
			||||||
    - _MainTex:
 | 
					 | 
				
			||||||
        m_Texture: {fileID: 0}
 | 
					 | 
				
			||||||
        m_Scale: {x: 1, y: 1}
 | 
					 | 
				
			||||||
        m_Offset: {x: 0, y: 0}
 | 
					 | 
				
			||||||
    m_Ints: []
 | 
					 | 
				
			||||||
    m_Floats:
 | 
					 | 
				
			||||||
    - _ColorMask: 15
 | 
					 | 
				
			||||||
    - _Stencil: 0
 | 
					 | 
				
			||||||
    - _StencilComp: 8
 | 
					 | 
				
			||||||
    - _StencilOp: 0
 | 
					 | 
				
			||||||
    - _StencilReadMask: 255
 | 
					 | 
				
			||||||
    - _StencilWriteMask: 255
 | 
					 | 
				
			||||||
    - _UseUIAlphaClip: 0
 | 
					 | 
				
			||||||
    m_Colors:
 | 
					 | 
				
			||||||
    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
					 | 
				
			||||||
    - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
 | 
					 | 
				
			||||||
  m_BuildTextureStacks: []
 | 
					 | 
				
			||||||
--- !u!21 &654031487
 | 
					 | 
				
			||||||
Material:
 | 
					 | 
				
			||||||
  serializedVersion: 8
 | 
					 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					 | 
				
			||||||
  m_CorrespondingSourceObject: {fileID: 0}
 | 
					 | 
				
			||||||
  m_PrefabInstance: {fileID: 0}
 | 
					 | 
				
			||||||
  m_PrefabAsset: {fileID: 0}
 | 
					 | 
				
			||||||
  m_Name: UI/RoundedCorners/RoundedCorners
 | 
					 | 
				
			||||||
  m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
 | 
					 | 
				
			||||||
  m_Parent: {fileID: 0}
 | 
					 | 
				
			||||||
  m_ModifiedSerializedProperties: 0
 | 
					 | 
				
			||||||
  m_ValidKeywords: []
 | 
					 | 
				
			||||||
  m_InvalidKeywords: []
 | 
					 | 
				
			||||||
  m_LightmapFlags: 4
 | 
					 | 
				
			||||||
  m_EnableInstancingVariants: 0
 | 
					 | 
				
			||||||
  m_DoubleSidedGI: 0
 | 
					 | 
				
			||||||
  m_CustomRenderQueue: -1
 | 
					 | 
				
			||||||
  stringTagMap: {}
 | 
					 | 
				
			||||||
  disabledShaderPasses: []
 | 
					 | 
				
			||||||
  m_LockedProperties: 
 | 
					 | 
				
			||||||
  m_SavedProperties:
 | 
					 | 
				
			||||||
    serializedVersion: 3
 | 
					 | 
				
			||||||
    m_TexEnvs:
 | 
					 | 
				
			||||||
    - _MainTex:
 | 
					 | 
				
			||||||
        m_Texture: {fileID: 0}
 | 
					 | 
				
			||||||
        m_Scale: {x: 1, y: 1}
 | 
					 | 
				
			||||||
        m_Offset: {x: 0, y: 0}
 | 
					 | 
				
			||||||
    m_Ints: []
 | 
					 | 
				
			||||||
    m_Floats:
 | 
					 | 
				
			||||||
    - _ColorMask: 15
 | 
					 | 
				
			||||||
    - _Stencil: 0
 | 
					 | 
				
			||||||
    - _StencilComp: 8
 | 
					 | 
				
			||||||
    - _StencilOp: 0
 | 
					 | 
				
			||||||
    - _StencilReadMask: 255
 | 
					 | 
				
			||||||
    - _StencilWriteMask: 255
 | 
					 | 
				
			||||||
    - _UseUIAlphaClip: 0
 | 
					 | 
				
			||||||
    m_Colors:
 | 
					 | 
				
			||||||
    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
					 | 
				
			||||||
    - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
 | 
					 | 
				
			||||||
  m_BuildTextureStacks: []
 | 
					 | 
				
			||||||
--- !u!1 &657435221
 | 
					--- !u!1 &657435221
 | 
				
			||||||
GameObject:
 | 
					GameObject:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
@ -1406,7 +1366,47 @@ Light:
 | 
				
			|||||||
  m_UseViewFrustumForShadowCasterCull: 1
 | 
					  m_UseViewFrustumForShadowCasterCull: 1
 | 
				
			||||||
  m_ShadowRadius: 0
 | 
					  m_ShadowRadius: 0
 | 
				
			||||||
  m_ShadowAngle: 1
 | 
					  m_ShadowAngle: 1
 | 
				
			||||||
--- !u!21 &679837382
 | 
					--- !u!21 &659511997
 | 
				
			||||||
 | 
					Material:
 | 
				
			||||||
 | 
					  serializedVersion: 8
 | 
				
			||||||
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					  m_Name: UI/RoundedCorners/RoundedCorners
 | 
				
			||||||
 | 
					  m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
 | 
				
			||||||
 | 
					  m_Parent: {fileID: 0}
 | 
				
			||||||
 | 
					  m_ModifiedSerializedProperties: 0
 | 
				
			||||||
 | 
					  m_ValidKeywords: []
 | 
				
			||||||
 | 
					  m_InvalidKeywords: []
 | 
				
			||||||
 | 
					  m_LightmapFlags: 4
 | 
				
			||||||
 | 
					  m_EnableInstancingVariants: 0
 | 
				
			||||||
 | 
					  m_DoubleSidedGI: 0
 | 
				
			||||||
 | 
					  m_CustomRenderQueue: -1
 | 
				
			||||||
 | 
					  stringTagMap: {}
 | 
				
			||||||
 | 
					  disabledShaderPasses: []
 | 
				
			||||||
 | 
					  m_LockedProperties: 
 | 
				
			||||||
 | 
					  m_SavedProperties:
 | 
				
			||||||
 | 
					    serializedVersion: 3
 | 
				
			||||||
 | 
					    m_TexEnvs:
 | 
				
			||||||
 | 
					    - _MainTex:
 | 
				
			||||||
 | 
					        m_Texture: {fileID: 0}
 | 
				
			||||||
 | 
					        m_Scale: {x: 1, y: 1}
 | 
				
			||||||
 | 
					        m_Offset: {x: 0, y: 0}
 | 
				
			||||||
 | 
					    m_Ints: []
 | 
				
			||||||
 | 
					    m_Floats:
 | 
				
			||||||
 | 
					    - _ColorMask: 15
 | 
				
			||||||
 | 
					    - _Stencil: 0
 | 
				
			||||||
 | 
					    - _StencilComp: 8
 | 
				
			||||||
 | 
					    - _StencilOp: 0
 | 
				
			||||||
 | 
					    - _StencilReadMask: 255
 | 
				
			||||||
 | 
					    - _StencilWriteMask: 255
 | 
				
			||||||
 | 
					    - _UseUIAlphaClip: 0
 | 
				
			||||||
 | 
					    m_Colors:
 | 
				
			||||||
 | 
					    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
				
			||||||
 | 
					    - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
 | 
				
			||||||
 | 
					  m_BuildTextureStacks: []
 | 
				
			||||||
 | 
					--- !u!21 &740096291
 | 
				
			||||||
Material:
 | 
					Material:
 | 
				
			||||||
  serializedVersion: 8
 | 
					  serializedVersion: 8
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
@ -1525,7 +1525,7 @@ Material:
 | 
				
			|||||||
    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
					    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
				
			||||||
    - _WidthHeightRadius: {r: 280, g: 54.4, b: 56, a: 0}
 | 
					    - _WidthHeightRadius: {r: 280, g: 54.4, b: 56, a: 0}
 | 
				
			||||||
  m_BuildTextureStacks: []
 | 
					  m_BuildTextureStacks: []
 | 
				
			||||||
--- !u!21 &851703996
 | 
					--- !u!21 &829352738
 | 
				
			||||||
Material:
 | 
					Material:
 | 
				
			||||||
  serializedVersion: 8
 | 
					  serializedVersion: 8
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
@ -2028,46 +2028,6 @@ Material:
 | 
				
			|||||||
    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
					    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
				
			||||||
    - _WidthHeightRadius: {r: 50, g: 50, b: 56, a: 0}
 | 
					    - _WidthHeightRadius: {r: 50, g: 50, b: 56, a: 0}
 | 
				
			||||||
  m_BuildTextureStacks: []
 | 
					  m_BuildTextureStacks: []
 | 
				
			||||||
--- !u!21 &1084343343
 | 
					 | 
				
			||||||
Material:
 | 
					 | 
				
			||||||
  serializedVersion: 8
 | 
					 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					 | 
				
			||||||
  m_CorrespondingSourceObject: {fileID: 0}
 | 
					 | 
				
			||||||
  m_PrefabInstance: {fileID: 0}
 | 
					 | 
				
			||||||
  m_PrefabAsset: {fileID: 0}
 | 
					 | 
				
			||||||
  m_Name: UI/RoundedCorners/RoundedCorners
 | 
					 | 
				
			||||||
  m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
 | 
					 | 
				
			||||||
  m_Parent: {fileID: 0}
 | 
					 | 
				
			||||||
  m_ModifiedSerializedProperties: 0
 | 
					 | 
				
			||||||
  m_ValidKeywords: []
 | 
					 | 
				
			||||||
  m_InvalidKeywords: []
 | 
					 | 
				
			||||||
  m_LightmapFlags: 4
 | 
					 | 
				
			||||||
  m_EnableInstancingVariants: 0
 | 
					 | 
				
			||||||
  m_DoubleSidedGI: 0
 | 
					 | 
				
			||||||
  m_CustomRenderQueue: -1
 | 
					 | 
				
			||||||
  stringTagMap: {}
 | 
					 | 
				
			||||||
  disabledShaderPasses: []
 | 
					 | 
				
			||||||
  m_LockedProperties: 
 | 
					 | 
				
			||||||
  m_SavedProperties:
 | 
					 | 
				
			||||||
    serializedVersion: 3
 | 
					 | 
				
			||||||
    m_TexEnvs:
 | 
					 | 
				
			||||||
    - _MainTex:
 | 
					 | 
				
			||||||
        m_Texture: {fileID: 0}
 | 
					 | 
				
			||||||
        m_Scale: {x: 1, y: 1}
 | 
					 | 
				
			||||||
        m_Offset: {x: 0, y: 0}
 | 
					 | 
				
			||||||
    m_Ints: []
 | 
					 | 
				
			||||||
    m_Floats:
 | 
					 | 
				
			||||||
    - _ColorMask: 15
 | 
					 | 
				
			||||||
    - _Stencil: 0
 | 
					 | 
				
			||||||
    - _StencilComp: 8
 | 
					 | 
				
			||||||
    - _StencilOp: 0
 | 
					 | 
				
			||||||
    - _StencilReadMask: 255
 | 
					 | 
				
			||||||
    - _StencilWriteMask: 255
 | 
					 | 
				
			||||||
    - _UseUIAlphaClip: 0
 | 
					 | 
				
			||||||
    m_Colors:
 | 
					 | 
				
			||||||
    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
					 | 
				
			||||||
    - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
 | 
					 | 
				
			||||||
  m_BuildTextureStacks: []
 | 
					 | 
				
			||||||
--- !u!1001 &1121309291
 | 
					--- !u!1001 &1121309291
 | 
				
			||||||
PrefabInstance:
 | 
					PrefabInstance:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
@ -2152,6 +2112,10 @@ PrefabInstance:
 | 
				
			|||||||
      propertyPath: m_Name
 | 
					      propertyPath: m_Name
 | 
				
			||||||
      value: MediaPlayer.VIDEOS.StartF1
 | 
					      value: MediaPlayer.VIDEOS.StartF1
 | 
				
			||||||
      objectReference: {fileID: 0}
 | 
					      objectReference: {fileID: 0}
 | 
				
			||||||
 | 
					    - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3}
 | 
				
			||||||
 | 
					      propertyPath: m_IsActive
 | 
				
			||||||
 | 
					      value: 0
 | 
				
			||||||
 | 
					      objectReference: {fileID: 0}
 | 
				
			||||||
    m_RemovedComponents: []
 | 
					    m_RemovedComponents: []
 | 
				
			||||||
    m_RemovedGameObjects: []
 | 
					    m_RemovedGameObjects: []
 | 
				
			||||||
    m_AddedGameObjects: []
 | 
					    m_AddedGameObjects: []
 | 
				
			||||||
@ -2190,6 +2154,7 @@ MonoBehaviour:
 | 
				
			|||||||
  fadeOutTime: 1.5
 | 
					  fadeOutTime: 1.5
 | 
				
			||||||
  videoPath: Videos/SBB/Story_A_Picknicken-Start-F-1.mp4
 | 
					  videoPath: Videos/SBB/Story_A_Picknicken-Start-F-1.mp4
 | 
				
			||||||
  videoName: Start-F-1
 | 
					  videoName: Start-F-1
 | 
				
			||||||
 | 
					  _videoActor: {fileID: 0}
 | 
				
			||||||
--- !u!114 &1121309295
 | 
					--- !u!114 &1121309295
 | 
				
			||||||
MonoBehaviour:
 | 
					MonoBehaviour:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
@ -2562,46 +2527,6 @@ MonoBehaviour:
 | 
				
			|||||||
  m_Name: 
 | 
					  m_Name: 
 | 
				
			||||||
  m_EditorClassIdentifier: 
 | 
					  m_EditorClassIdentifier: 
 | 
				
			||||||
  videoPath: PanoramaVideo/SBB_Panorama.mp4
 | 
					  videoPath: PanoramaVideo/SBB_Panorama.mp4
 | 
				
			||||||
--- !u!21 &1231580671
 | 
					 | 
				
			||||||
Material:
 | 
					 | 
				
			||||||
  serializedVersion: 8
 | 
					 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					 | 
				
			||||||
  m_CorrespondingSourceObject: {fileID: 0}
 | 
					 | 
				
			||||||
  m_PrefabInstance: {fileID: 0}
 | 
					 | 
				
			||||||
  m_PrefabAsset: {fileID: 0}
 | 
					 | 
				
			||||||
  m_Name: UI/RoundedCorners/RoundedCorners
 | 
					 | 
				
			||||||
  m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
 | 
					 | 
				
			||||||
  m_Parent: {fileID: 0}
 | 
					 | 
				
			||||||
  m_ModifiedSerializedProperties: 0
 | 
					 | 
				
			||||||
  m_ValidKeywords: []
 | 
					 | 
				
			||||||
  m_InvalidKeywords: []
 | 
					 | 
				
			||||||
  m_LightmapFlags: 4
 | 
					 | 
				
			||||||
  m_EnableInstancingVariants: 0
 | 
					 | 
				
			||||||
  m_DoubleSidedGI: 0
 | 
					 | 
				
			||||||
  m_CustomRenderQueue: -1
 | 
					 | 
				
			||||||
  stringTagMap: {}
 | 
					 | 
				
			||||||
  disabledShaderPasses: []
 | 
					 | 
				
			||||||
  m_LockedProperties: 
 | 
					 | 
				
			||||||
  m_SavedProperties:
 | 
					 | 
				
			||||||
    serializedVersion: 3
 | 
					 | 
				
			||||||
    m_TexEnvs:
 | 
					 | 
				
			||||||
    - _MainTex:
 | 
					 | 
				
			||||||
        m_Texture: {fileID: 0}
 | 
					 | 
				
			||||||
        m_Scale: {x: 1, y: 1}
 | 
					 | 
				
			||||||
        m_Offset: {x: 0, y: 0}
 | 
					 | 
				
			||||||
    m_Ints: []
 | 
					 | 
				
			||||||
    m_Floats:
 | 
					 | 
				
			||||||
    - _ColorMask: 15
 | 
					 | 
				
			||||||
    - _Stencil: 0
 | 
					 | 
				
			||||||
    - _StencilComp: 8
 | 
					 | 
				
			||||||
    - _StencilOp: 0
 | 
					 | 
				
			||||||
    - _StencilReadMask: 255
 | 
					 | 
				
			||||||
    - _StencilWriteMask: 255
 | 
					 | 
				
			||||||
    - _UseUIAlphaClip: 0
 | 
					 | 
				
			||||||
    m_Colors:
 | 
					 | 
				
			||||||
    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
					 | 
				
			||||||
    - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
 | 
					 | 
				
			||||||
  m_BuildTextureStacks: []
 | 
					 | 
				
			||||||
--- !u!1001 &1238952579
 | 
					--- !u!1001 &1238952579
 | 
				
			||||||
PrefabInstance:
 | 
					PrefabInstance:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
@ -2942,7 +2867,7 @@ Material:
 | 
				
			|||||||
    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
					    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
				
			||||||
    - _WidthHeightRadius: {r: 280, g: 54.4, b: 56, a: 0}
 | 
					    - _WidthHeightRadius: {r: 280, g: 54.4, b: 56, a: 0}
 | 
				
			||||||
  m_BuildTextureStacks: []
 | 
					  m_BuildTextureStacks: []
 | 
				
			||||||
--- !u!21 &1342754343
 | 
					--- !u!21 &1347599097
 | 
				
			||||||
Material:
 | 
					Material:
 | 
				
			||||||
  serializedVersion: 8
 | 
					  serializedVersion: 8
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
@ -4348,6 +4273,10 @@ PrefabInstance:
 | 
				
			|||||||
      propertyPath: m_Name
 | 
					      propertyPath: m_Name
 | 
				
			||||||
      value: MediaPlayer.VIDEOS.StartFidle2
 | 
					      value: MediaPlayer.VIDEOS.StartFidle2
 | 
				
			||||||
      objectReference: {fileID: 0}
 | 
					      objectReference: {fileID: 0}
 | 
				
			||||||
 | 
					    - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3}
 | 
				
			||||||
 | 
					      propertyPath: m_IsActive
 | 
				
			||||||
 | 
					      value: 0
 | 
				
			||||||
 | 
					      objectReference: {fileID: 0}
 | 
				
			||||||
    m_RemovedComponents: []
 | 
					    m_RemovedComponents: []
 | 
				
			||||||
    m_RemovedGameObjects: []
 | 
					    m_RemovedGameObjects: []
 | 
				
			||||||
    m_AddedGameObjects: []
 | 
					    m_AddedGameObjects: []
 | 
				
			||||||
@ -4386,6 +4315,7 @@ MonoBehaviour:
 | 
				
			|||||||
  fadeOutTime: 1.5
 | 
					  fadeOutTime: 1.5
 | 
				
			||||||
  videoPath: Videos/SBB/Story_A_Picknicken-Start-F-idle-2.mp4
 | 
					  videoPath: Videos/SBB/Story_A_Picknicken-Start-F-idle-2.mp4
 | 
				
			||||||
  videoName: Start-F-idle-2
 | 
					  videoName: Start-F-idle-2
 | 
				
			||||||
 | 
					  _videoActor: {fileID: 0}
 | 
				
			||||||
--- !u!114 &1728675542
 | 
					--- !u!114 &1728675542
 | 
				
			||||||
MonoBehaviour:
 | 
					MonoBehaviour:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
@ -4403,7 +4333,42 @@ MonoBehaviour:
 | 
				
			|||||||
  roomId: VIDEOS
 | 
					  roomId: VIDEOS
 | 
				
			||||||
  uniqueId: 
 | 
					  uniqueId: 
 | 
				
			||||||
  _name: MediaPlayer.VIDEOS.Video
 | 
					  _name: MediaPlayer.VIDEOS.Video
 | 
				
			||||||
--- !u!21 &1739508104
 | 
					--- !u!1 &1773513728
 | 
				
			||||||
 | 
					GameObject:
 | 
				
			||||||
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					  serializedVersion: 6
 | 
				
			||||||
 | 
					  m_Component:
 | 
				
			||||||
 | 
					  - component: {fileID: 1773513729}
 | 
				
			||||||
 | 
					  m_Layer: 0
 | 
				
			||||||
 | 
					  m_Name: _INTERACTABLES
 | 
				
			||||||
 | 
					  m_TagString: Untagged
 | 
				
			||||||
 | 
					  m_Icon: {fileID: 0}
 | 
				
			||||||
 | 
					  m_NavMeshLayer: 0
 | 
				
			||||||
 | 
					  m_StaticEditorFlags: 0
 | 
				
			||||||
 | 
					  m_IsActive: 1
 | 
				
			||||||
 | 
					--- !u!4 &1773513729
 | 
				
			||||||
 | 
					Transform:
 | 
				
			||||||
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					  m_GameObject: {fileID: 1773513728}
 | 
				
			||||||
 | 
					  serializedVersion: 2
 | 
				
			||||||
 | 
					  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
 | 
				
			||||||
 | 
					  m_LocalPosition: {x: -0.6824104, y: 1.1133411, z: 0.55498743}
 | 
				
			||||||
 | 
					  m_LocalScale: {x: 1, y: 1, z: 1}
 | 
				
			||||||
 | 
					  m_ConstrainProportionsScale: 0
 | 
				
			||||||
 | 
					  m_Children:
 | 
				
			||||||
 | 
					  - {fileID: 1238952580}
 | 
				
			||||||
 | 
					  - {fileID: 496414750}
 | 
				
			||||||
 | 
					  - {fileID: 1651510980}
 | 
				
			||||||
 | 
					  - {fileID: 1497475968}
 | 
				
			||||||
 | 
					  m_Father: {fileID: 0}
 | 
				
			||||||
 | 
					  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
 | 
				
			||||||
 | 
					--- !u!21 &1785540729
 | 
				
			||||||
Material:
 | 
					Material:
 | 
				
			||||||
  serializedVersion: 8
 | 
					  serializedVersion: 8
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
@ -4443,42 +4408,47 @@ Material:
 | 
				
			|||||||
    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
					    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
				
			||||||
    - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
 | 
					    - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
 | 
				
			||||||
  m_BuildTextureStacks: []
 | 
					  m_BuildTextureStacks: []
 | 
				
			||||||
--- !u!1 &1773513728
 | 
					--- !u!21 &1817369473
 | 
				
			||||||
GameObject:
 | 
					Material:
 | 
				
			||||||
 | 
					  serializedVersion: 8
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
  m_CorrespondingSourceObject: {fileID: 0}
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
  m_PrefabInstance: {fileID: 0}
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
  m_PrefabAsset: {fileID: 0}
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
  serializedVersion: 6
 | 
					  m_Name: UI/RoundedCorners/RoundedCorners
 | 
				
			||||||
  m_Component:
 | 
					  m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
 | 
				
			||||||
  - component: {fileID: 1773513729}
 | 
					  m_Parent: {fileID: 0}
 | 
				
			||||||
  m_Layer: 0
 | 
					  m_ModifiedSerializedProperties: 0
 | 
				
			||||||
  m_Name: _INTERACTABLES
 | 
					  m_ValidKeywords: []
 | 
				
			||||||
  m_TagString: Untagged
 | 
					  m_InvalidKeywords: []
 | 
				
			||||||
  m_Icon: {fileID: 0}
 | 
					  m_LightmapFlags: 4
 | 
				
			||||||
  m_NavMeshLayer: 0
 | 
					  m_EnableInstancingVariants: 0
 | 
				
			||||||
  m_StaticEditorFlags: 0
 | 
					  m_DoubleSidedGI: 0
 | 
				
			||||||
  m_IsActive: 1
 | 
					  m_CustomRenderQueue: -1
 | 
				
			||||||
--- !u!4 &1773513729
 | 
					  stringTagMap: {}
 | 
				
			||||||
Transform:
 | 
					  disabledShaderPasses: []
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_LockedProperties: 
 | 
				
			||||||
  m_CorrespondingSourceObject: {fileID: 0}
 | 
					  m_SavedProperties:
 | 
				
			||||||
  m_PrefabInstance: {fileID: 0}
 | 
					    serializedVersion: 3
 | 
				
			||||||
  m_PrefabAsset: {fileID: 0}
 | 
					    m_TexEnvs:
 | 
				
			||||||
  m_GameObject: {fileID: 1773513728}
 | 
					    - _MainTex:
 | 
				
			||||||
  serializedVersion: 2
 | 
					        m_Texture: {fileID: 0}
 | 
				
			||||||
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
 | 
					        m_Scale: {x: 1, y: 1}
 | 
				
			||||||
  m_LocalPosition: {x: -0.6824104, y: 1.1133411, z: 0.55498743}
 | 
					        m_Offset: {x: 0, y: 0}
 | 
				
			||||||
  m_LocalScale: {x: 1, y: 1, z: 1}
 | 
					    m_Ints: []
 | 
				
			||||||
  m_ConstrainProportionsScale: 0
 | 
					    m_Floats:
 | 
				
			||||||
  m_Children:
 | 
					    - _ColorMask: 15
 | 
				
			||||||
  - {fileID: 1238952580}
 | 
					    - _Stencil: 0
 | 
				
			||||||
  - {fileID: 496414750}
 | 
					    - _StencilComp: 8
 | 
				
			||||||
  - {fileID: 1651510980}
 | 
					    - _StencilOp: 0
 | 
				
			||||||
  - {fileID: 1497475968}
 | 
					    - _StencilReadMask: 255
 | 
				
			||||||
  m_Father: {fileID: 0}
 | 
					    - _StencilWriteMask: 255
 | 
				
			||||||
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
 | 
					    - _UseUIAlphaClip: 0
 | 
				
			||||||
--- !u!21 &1849120683
 | 
					    m_Colors:
 | 
				
			||||||
 | 
					    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
				
			||||||
 | 
					    - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
 | 
				
			||||||
 | 
					  m_BuildTextureStacks: []
 | 
				
			||||||
 | 
					--- !u!21 &1846771082
 | 
				
			||||||
Material:
 | 
					Material:
 | 
				
			||||||
  serializedVersion: 8
 | 
					  serializedVersion: 8
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
@ -4655,7 +4625,7 @@ MonoBehaviour:
 | 
				
			|||||||
  overrideLogStringDisplay: 0
 | 
					  overrideLogStringDisplay: 0
 | 
				
			||||||
  overrideDebugInternalActive: 0
 | 
					  overrideDebugInternalActive: 0
 | 
				
			||||||
  overrideDebugChangesActive: 0
 | 
					  overrideDebugChangesActive: 0
 | 
				
			||||||
  instanceID: 227706
 | 
					  instanceID: 1278482
 | 
				
			||||||
  __behaviourTreeGenerator: {fileID: 0}
 | 
					  __behaviourTreeGenerator: {fileID: 0}
 | 
				
			||||||
  taskScripts:
 | 
					  taskScripts:
 | 
				
			||||||
  - {fileID: 4900000, guid: aceafeb25fe43443aa61f49093d6ed3b, type: 3}
 | 
					  - {fileID: 4900000, guid: aceafeb25fe43443aa61f49093d6ed3b, type: 3}
 | 
				
			||||||
@ -4699,7 +4669,47 @@ Material:
 | 
				
			|||||||
    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
					    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
				
			||||||
    - _WidthHeightRadius: {r: 280, g: 54.4, b: 56, a: 0}
 | 
					    - _WidthHeightRadius: {r: 280, g: 54.4, b: 56, a: 0}
 | 
				
			||||||
  m_BuildTextureStacks: []
 | 
					  m_BuildTextureStacks: []
 | 
				
			||||||
--- !u!21 &1985377155
 | 
					--- !u!21 &1957567108
 | 
				
			||||||
 | 
					Material:
 | 
				
			||||||
 | 
					  serializedVersion: 8
 | 
				
			||||||
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					  m_Name: UI/RoundedCorners/RoundedCorners
 | 
				
			||||||
 | 
					  m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
 | 
				
			||||||
 | 
					  m_Parent: {fileID: 0}
 | 
				
			||||||
 | 
					  m_ModifiedSerializedProperties: 0
 | 
				
			||||||
 | 
					  m_ValidKeywords: []
 | 
				
			||||||
 | 
					  m_InvalidKeywords: []
 | 
				
			||||||
 | 
					  m_LightmapFlags: 4
 | 
				
			||||||
 | 
					  m_EnableInstancingVariants: 0
 | 
				
			||||||
 | 
					  m_DoubleSidedGI: 0
 | 
				
			||||||
 | 
					  m_CustomRenderQueue: -1
 | 
				
			||||||
 | 
					  stringTagMap: {}
 | 
				
			||||||
 | 
					  disabledShaderPasses: []
 | 
				
			||||||
 | 
					  m_LockedProperties: 
 | 
				
			||||||
 | 
					  m_SavedProperties:
 | 
				
			||||||
 | 
					    serializedVersion: 3
 | 
				
			||||||
 | 
					    m_TexEnvs:
 | 
				
			||||||
 | 
					    - _MainTex:
 | 
				
			||||||
 | 
					        m_Texture: {fileID: 0}
 | 
				
			||||||
 | 
					        m_Scale: {x: 1, y: 1}
 | 
				
			||||||
 | 
					        m_Offset: {x: 0, y: 0}
 | 
				
			||||||
 | 
					    m_Ints: []
 | 
				
			||||||
 | 
					    m_Floats:
 | 
				
			||||||
 | 
					    - _ColorMask: 15
 | 
				
			||||||
 | 
					    - _Stencil: 0
 | 
				
			||||||
 | 
					    - _StencilComp: 8
 | 
				
			||||||
 | 
					    - _StencilOp: 0
 | 
				
			||||||
 | 
					    - _StencilReadMask: 255
 | 
				
			||||||
 | 
					    - _StencilWriteMask: 255
 | 
				
			||||||
 | 
					    - _UseUIAlphaClip: 0
 | 
				
			||||||
 | 
					    m_Colors:
 | 
				
			||||||
 | 
					    - _OuterUV: {r: 0, g: 0, b: 1, a: 1}
 | 
				
			||||||
 | 
					    - _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
 | 
				
			||||||
 | 
					  m_BuildTextureStacks: []
 | 
				
			||||||
 | 
					--- !u!21 &1960115408
 | 
				
			||||||
Material:
 | 
					Material:
 | 
				
			||||||
  serializedVersion: 8
 | 
					  serializedVersion: 8
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
@ -4823,6 +4833,10 @@ PrefabInstance:
 | 
				
			|||||||
      propertyPath: m_Name
 | 
					      propertyPath: m_Name
 | 
				
			||||||
      value: MediaPlayer.VIDEOS.StartF3
 | 
					      value: MediaPlayer.VIDEOS.StartF3
 | 
				
			||||||
      objectReference: {fileID: 0}
 | 
					      objectReference: {fileID: 0}
 | 
				
			||||||
 | 
					    - target: {fileID: 8252953152293453768, guid: 6cbe3b114f14984419762f5100e9aa16, type: 3}
 | 
				
			||||||
 | 
					      propertyPath: m_IsActive
 | 
				
			||||||
 | 
					      value: 0
 | 
				
			||||||
 | 
					      objectReference: {fileID: 0}
 | 
				
			||||||
    m_RemovedComponents: []
 | 
					    m_RemovedComponents: []
 | 
				
			||||||
    m_RemovedGameObjects: []
 | 
					    m_RemovedGameObjects: []
 | 
				
			||||||
    m_AddedGameObjects: []
 | 
					    m_AddedGameObjects: []
 | 
				
			||||||
@ -4861,6 +4875,7 @@ MonoBehaviour:
 | 
				
			|||||||
  fadeOutTime: 1.5
 | 
					  fadeOutTime: 1.5
 | 
				
			||||||
  videoPath: Videos/SBB/Story_A_Picknicken-Start-F-3.mp4
 | 
					  videoPath: Videos/SBB/Story_A_Picknicken-Start-F-3.mp4
 | 
				
			||||||
  videoName: Start-F-3
 | 
					  videoName: Start-F-3
 | 
				
			||||||
 | 
					  _videoActor: {fileID: 0}
 | 
				
			||||||
--- !u!114 &2081485171
 | 
					--- !u!114 &2081485171
 | 
				
			||||||
MonoBehaviour:
 | 
					MonoBehaviour:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
				
			|||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user