Merge branch 'programming'
@ -22,10 +22,14 @@
 | 
			
		||||
            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")
 | 
			
		||||
        }                             
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@ -35,6 +39,7 @@ Tree("10_SBB_Zugabteil_Intro") {
 | 
			
		||||
    Composite(Selector) {
 | 
			
		||||
        Composite(Sequence) {
 | 
			
		||||
            BTC.NoStoriesVisited()
 | 
			
		||||
            BTC.Show("Depthkit.VIDEOS.Exposition1Zugabte")
 | 
			
		||||
 | 
			
		||||
            BTC.SynthesizeText("Wir begrüssen dich auf unserer Reise in die Sprache und Kultur der italienischsprachigen Schweiz.")
 | 
			
		||||
            BTC.SpeechOutputEnded()
 | 
			
		||||
@ -63,32 +68,21 @@ Tree("10_SBB_Zugabteil_Intro") {
 | 
			
		||||
            BTC.SpeechOutputEnded()
 | 
			
		||||
 | 
			
		||||
            // --- Zugabteil - Exposition ---
 | 
			
		||||
            BTC.Show("Depthkit.VIDEOS.Exposition1Zugabte")
 | 
			
		||||
            BTC.Run("Depthkit.VIDEOS.Exposition1Zugabte")
 | 
			
		||||
 | 
			
		||||
            Composite(Marathon) {
 | 
			
		||||
                BTC.Hide("Depthkit.VIDEOS.Exposition1Zugabte")
 | 
			
		||||
                //BTC.Run("AudioSource.AUDIO.Exposition1Zugabte")
 | 
			
		||||
                BTC.Show("Depthkit.VIDEOS.Exposition2Zugabte")
 | 
			
		||||
            }
 | 
			
		||||
            BTC.Hide("Depthkit.VIDEOS.Exposition1Zugabte")
 | 
			
		||||
            BTC.Show("Depthkit.VIDEOS.Exposition2Zugabte")
 | 
			
		||||
            BTC.Run("Depthkit.VIDEOS.Exposition2Zugabte")
 | 
			
		||||
 | 
			
		||||
            Composite(Marathon) {
 | 
			
		||||
                BTC.Hide("Depthkit.VIDEOS.Exposition2Zugabte")
 | 
			
		||||
                //BTC.Run("AudioSource.AUDIO.Exposition2Zugabte")
 | 
			
		||||
                BTC.Show("Depthkit.VIDEOS.Exposition3Zugabte")
 | 
			
		||||
            }
 | 
			
		||||
            BTC.Hide("Depthkit.VIDEOS.Exposition2Zugabte")
 | 
			
		||||
            BTC.Show("Depthkit.VIDEOS.Exposition3Zugabte")
 | 
			
		||||
            BTC.Run("Depthkit.VIDEOS.Exposition3Zugabte")
 | 
			
		||||
 | 
			
		||||
            Composite(Marathon) {
 | 
			
		||||
                BTC.Hide("Depthkit.VIDEOS.Exposition3Zugabte")
 | 
			
		||||
                //BTC.Run("AudioSource.AUDIO.Exposition3Zugabte")
 | 
			
		||||
                BTC.Show("Depthkit.VIDEOS.Exposition4Zugabte")
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            BTC.Hide("Depthkit.VIDEOS.Exposition3Zugabte")
 | 
			
		||||
            BTC.Show("Depthkit.VIDEOS.Exposition4Zugabte")
 | 
			
		||||
            BTC.Run("Depthkit.VIDEOS.Exposition4Zugabte")
 | 
			
		||||
 | 
			
		||||
            BTC.Hide("Depthkit.VIDEOS.Exposition4Zugabte")
 | 
			
		||||
            //BTC.Run("AudioSource.AUDIO.Exposition4Zugabte")
 | 
			
		||||
            //BTC.Run("AudioSource.AUDIO.Exposition5Zugabte")
 | 
			
		||||
 | 
			
		||||
            RunTree("10_SBB_Zugabteil_Szenenwahl_Selection")
 | 
			
		||||
@ -119,8 +113,9 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
 | 
			
		||||
                                // Story A + B + C besucht
 | 
			
		||||
                                BTC.StoryCVisited()
 | 
			
		||||
                                // --- Zugabteil - Story Ende ---
 | 
			
		||||
                                BTC.SynthesizeText("Abbiamo viaggiato tre giorni! Abbiamo visitato il grotto di mia nonna, fatto un picnic al Castello Montebello e fatto un'escursione in Valposchiavo. Spero di essere riuscita a farti affezionare alla mia terra. Abbiamo anche dei bei ricordi con le foto che hai scattato. Vieni a trovarmi di nuovo, dai, ne sarei felice! Buon viaggio di ritorno!")
 | 
			
		||||
                                BTC.SpeechOutputEnded()
 | 
			
		||||
                                BTC.Show("Depthkit.VIDEOS.StoryEnde1Zugabtei")
 | 
			
		||||
                                BTC.Run("Depthkit.VIDEOS.StoryEnde1Zugabtei")
 | 
			
		||||
                                BTC.Hide("Depthkit.VIDEOS.StoryEnde1Zugabtei")
 | 
			
		||||
                                // --- ENDE ---
 | 
			
		||||
                            }
 | 
			
		||||
 | 
			
		||||
@ -128,7 +123,8 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
 | 
			
		||||
                                // Story A + B besucht
 | 
			
		||||
                                // Story C nicht besucht
 | 
			
		||||
                                // --- Zugabteil - Repetition Intro C ---
 | 
			
		||||
                                BTC.Run("AudioSource.AUDIO.RepetitionIntroC1Z")
 | 
			
		||||
                                BTC.Show("Depthkit.VIDEOS.RepetitionIntroC1Z")
 | 
			
		||||
                                BTC.Run("Depthkit.VIDEOS.RepetitionIntroC1Z")
 | 
			
		||||
                                RunTree("10_SBB_Zugabteil_Szenenwahl")
 | 
			
		||||
                            }
 | 
			
		||||
                        }
 | 
			
		||||
@ -142,7 +138,8 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
 | 
			
		||||
                        // Story A + C besucht
 | 
			
		||||
                        // Story B nicht besucht
 | 
			
		||||
                        // --- Zugabteil - Repetition Intro B ---
 | 
			
		||||
                        BTC.Run("AudioSource.AUDIO.RepetitionIntroB1Z")
 | 
			
		||||
                        BTC.Show("Depthkit.VIDEOS.RepetitionIntroB1Z")
 | 
			
		||||
                        BTC.Run("Depthkit.VIDEOS.RepetitionIntroB1Z")
 | 
			
		||||
                        RunTree("10_SBB_Zugabteil_Szenenwahl")
 | 
			
		||||
                    }
 | 
			
		||||
 | 
			
		||||
@ -150,7 +147,8 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
 | 
			
		||||
                        // Story A besucht
 | 
			
		||||
                        // Story B + C nicht besucht
 | 
			
		||||
                        // --- Zugabteil - Repetition Intro BC ---
 | 
			
		||||
                        BTC.Run("AudioSource.AUDIO.RepetitionIntroBC1")
 | 
			
		||||
                        BTC.Show("Depthkit.VIDEOS.RepetitionIntroBC1")
 | 
			
		||||
                        BTC.Run("Depthkit.VIDEOS.RepetitionIntroBC1")
 | 
			
		||||
                        RunTree("10_SBB_Zugabteil_Szenenwahl")
 | 
			
		||||
                    }         
 | 
			
		||||
                }
 | 
			
		||||
@ -169,7 +167,8 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
 | 
			
		||||
                        // Story B + C besucht
 | 
			
		||||
                        // Story A nicht besucht
 | 
			
		||||
                        // --- Zugabteil - Repetition Intro A ---
 | 
			
		||||
                        BTC.Run("AudioSource.AUDIO.RepetitionIntroA1Z")
 | 
			
		||||
                        BTC.Show("Depthkit.VIDEOS.RepetitionIntroA1Z")
 | 
			
		||||
                        BTC.Run("Depthkit.VIDEOS.RepetitionIntroA1Z")
 | 
			
		||||
                        RunTree("10_SBB_Zugabteil_Szenenwahl")
 | 
			
		||||
                    }
 | 
			
		||||
 | 
			
		||||
@ -177,10 +176,8 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
 | 
			
		||||
                        // Story B besucht
 | 
			
		||||
                        // Story A + C nicht besucht
 | 
			
		||||
                        // --- Zugabteil - Repetition Intro AC ---
 | 
			
		||||
                        //BTC.Run("AudioSource.AUDIO.RepetitionIntroAC1")
 | 
			
		||||
                        BTC.Show("Depthkit.VIDEOS.RepetitionIntroAC1")
 | 
			
		||||
                        BTC.Run("Depthkit.VIDEOS.RepetitionIntroAC1")
 | 
			
		||||
                        BTC.Hide("Depthkit.VIDEOS.RepetitionIntroAC1")
 | 
			
		||||
                        RunTree("10_SBB_Zugabteil_Szenenwahl")
 | 
			
		||||
                    }  
 | 
			
		||||
                }
 | 
			
		||||
@ -193,7 +190,8 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
 | 
			
		||||
                // Story C besucht
 | 
			
		||||
                // Story A + B nicht besucht
 | 
			
		||||
                // --- Zugabteil - Repetition Intro AB ---
 | 
			
		||||
                BTC.Run("AudioSource.AUDIO.RepetitionIntroAB1")
 | 
			
		||||
                BTC.Show("Depthkit.VIDEOS.RepetitionIntroAB1")
 | 
			
		||||
                BTC.Run("Depthkit.VIDEOS.RepetitionIntroAB1")
 | 
			
		||||
                RunTree("10_SBB_Zugabteil_Szenenwahl")
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
@ -203,30 +201,24 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
 | 
			
		||||
                    Composite(Sequence) {
 | 
			
		||||
                        BTC.CompareRepetitionVisitedCounter(0)
 | 
			
		||||
                        // --- Zugabteil - Intro ABC erste ---
 | 
			
		||||
                        //BTC.Run("AudioSource.AUDIO.IntroABCerste1Zuga")
 | 
			
		||||
                        BTC.Show("Depthkit.VIDEOS.IntroABCerste1Zuga")
 | 
			
		||||
                        BTC.Run("Depthkit.VIDEOS.IntroABCerste1Zuga")
 | 
			
		||||
                        BTC.Hide("Depthkit.VIDEOS.IntroABCerste1Zuga")
 | 
			
		||||
                        RunTree("10_SBB_Zugabteil_Szenenwahl")
 | 
			
		||||
                    }
 | 
			
		||||
                    Composite(Sequence) {
 | 
			
		||||
                        // Erste Wiederholung
 | 
			
		||||
                        BTC.CompareRepetitionVisitedCounter(1)
 | 
			
		||||
                        // --- Zugabteil - Intro ABC zweite ---
 | 
			
		||||
                        //BTC.Run("AudioSource.AUDIO.IntroABCzweite1Zug")
 | 
			
		||||
                        BTC.Show("Depthkit.VIDEOS.IntroABCzweite1Zug")
 | 
			
		||||
                        BTC.Run("Depthkit.VIDEOS.IntroABCzweite1Zug")
 | 
			
		||||
                        BTC.Hide("Depthkit.VIDEOS.IntroABCzweite1Zug")
 | 
			
		||||
                        RunTree("10_SBB_Zugabteil_Szenenwahl")
 | 
			
		||||
                    }
 | 
			
		||||
                    Composite(Sequence) {
 | 
			
		||||
                        // Zweite Wiederholung
 | 
			
		||||
                        BTC.CompareRepetitionVisitedCounter(2)
 | 
			
		||||
                        // --- Zugabteil - Intro ABC dritte ---
 | 
			
		||||
                        //BTC.Run("AudioSource.AUDIO.IntroABCdritte1Zug")
 | 
			
		||||
                        BTC.Show("Depthkit.VIDEOS.IntroABCdritte1Zug")
 | 
			
		||||
                        BTC.Run("Depthkit.VIDEOS.IntroABCdritte1Zug")
 | 
			
		||||
                        BTC.Hide("Depthkit.VIDEOS.IntroABCdritte1Zug")
 | 
			
		||||
                        BTC.SetBool("handmenu_active")
 | 
			
		||||
                        RunTree("10_SBB_Zugabteil_Szenenwahl")
 | 
			
		||||
                    }
 | 
			
		||||
@ -263,6 +255,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
                                // Load Scene: Story A Picknicken
 | 
			
		||||
                                // ...
 | 
			
		||||
                                //BTC.SetStoryAVisited()
 | 
			
		||||
                                RunTree("10_SBB_Hide_Videos")
 | 
			
		||||
                            }
 | 
			
		||||
                            Composite(Sequence) {
 | 
			
		||||
                                BTC.CompareIntentID("Zugabteil.Szenenwahl.5")
 | 
			
		||||
@ -276,6 +269,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
                                // Load Scene: Story C Wandern
 | 
			
		||||
                                // ...
 | 
			
		||||
                                //BTC.SetStoryCVisited()
 | 
			
		||||
                                RunTree("10_SBB_Hide_Videos")
 | 
			
		||||
                            }
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
@ -303,6 +297,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
                                        // Load Scene: Story A Picknicken
 | 
			
		||||
                                        // ...
 | 
			
		||||
                                        //BTC.SetStoryAVisited()
 | 
			
		||||
                                        RunTree("10_SBB_Hide_Videos")
 | 
			
		||||
                                    }
 | 
			
		||||
                                    Composite(Sequence) {
 | 
			
		||||
                                        BTC.CompareIntentID("Zugabteil.Szenenwahl.5")
 | 
			
		||||
@ -316,6 +311,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
                                        // Load Scene: Story C Wandern
 | 
			
		||||
                                        // ...
 | 
			
		||||
                                        //BTC.SetStoryCVisited()
 | 
			
		||||
                                        RunTree("10_SBB_Hide_Videos")
 | 
			
		||||
                                    }
 | 
			
		||||
                                }
 | 
			
		||||
                            }
 | 
			
		||||
@ -323,6 +319,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
                            Composite(Sequence) {
 | 
			
		||||
                                // Option 2: Handmenu
 | 
			
		||||
                                Composite(Marathon) {
 | 
			
		||||
                                    BTC.Show("GO.HANDMENU.SpeechButton")
 | 
			
		||||
                                    BTC.Set("TextMeshPro.HANDMENU.Option1Button", "text", "picnic")
 | 
			
		||||
                                    BTC.Show("GO.HANDMENU.Option1Button")
 | 
			
		||||
                                    BTC.Set("TextMeshPro.HANDMENU.Option2Button", "text", "grotto")
 | 
			
		||||
@ -340,6 +337,9 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
                                            BTC.Hide("GO.HANDMENU.Option1Button")
 | 
			
		||||
                                            BTC.Hide("GO.HANDMENU.Option2Button")
 | 
			
		||||
                                            BTC.Hide("GO.HANDMENU.Option3Button")
 | 
			
		||||
                                            BTC.Hide("GO.HANDMENU.SpeechButton")
 | 
			
		||||
                                            BTC.Show("GO.HANDMENU.Home")
 | 
			
		||||
                                            BTC.Hide("GO.HANDMENU.SpeechOptions")
 | 
			
		||||
                                        }
 | 
			
		||||
 | 
			
		||||
                                        BTC.AbortSpeechEventListener()
 | 
			
		||||
@ -349,6 +349,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
                                        // Load Scene: Story A Picknicken
 | 
			
		||||
                                        // ...
 | 
			
		||||
                                        //BTC.SetStoryAVisited()
 | 
			
		||||
                                        RunTree("10_SBB_Hide_Videos")
 | 
			
		||||
                                    }
 | 
			
		||||
                                    Composite(Sequence) {
 | 
			
		||||
                                        // grotto
 | 
			
		||||
@ -358,6 +359,9 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
                                            BTC.Hide("GO.HANDMENU.Option1Button")
 | 
			
		||||
                                            BTC.Hide("GO.HANDMENU.Option2Button")
 | 
			
		||||
                                            BTC.Hide("GO.HANDMENU.Option3Button")
 | 
			
		||||
                                            BTC.Hide("GO.HANDMENU.SpeechButton")
 | 
			
		||||
                                            BTC.Show("GO.HANDMENU.Home")
 | 
			
		||||
                                            BTC.Hide("GO.HANDMENU.SpeechOptions")
 | 
			
		||||
                                        }
 | 
			
		||||
 | 
			
		||||
                                        BTC.AbortSpeechEventListener()
 | 
			
		||||
@ -375,6 +379,9 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
                                            BTC.Hide("GO.HANDMENU.Option1Button")
 | 
			
		||||
                                            BTC.Hide("GO.HANDMENU.Option2Button")
 | 
			
		||||
                                            BTC.Hide("GO.HANDMENU.Option3Button")
 | 
			
		||||
                                            BTC.Hide("GO.HANDMENU.SpeechButton")
 | 
			
		||||
                                            BTC.Show("GO.HANDMENU.Home")
 | 
			
		||||
                                            BTC.Hide("GO.HANDMENU.SpeechOptions")
 | 
			
		||||
                                        }
 | 
			
		||||
 | 
			
		||||
                                        BTC.AbortSpeechEventListener()
 | 
			
		||||
@ -384,6 +391,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
                                        // Load Scene: Story C Wandern
 | 
			
		||||
                                        // ...
 | 
			
		||||
                                        //BTC.SetStoryCVisited()
 | 
			
		||||
                                        RunTree("10_SBB_Hide_Videos")
 | 
			
		||||
                                    }
 | 
			
		||||
                                } // Ende Race Buttons
 | 
			
		||||
                            } // Ende Option 2 Handmenu
 | 
			
		||||
@ -405,6 +413,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
                BTC.ClearPossbileSpeechIntents()
 | 
			
		||||
                BTC.AbortEventListener("NamedGrabEvent.INTERACTABLES.VRBrille")
 | 
			
		||||
                BTC.IncrementRepetitionVisitedCounter()
 | 
			
		||||
                RunTree("10_SBB_Hide_Videos")
 | 
			
		||||
                RunTree("10_SBB_Zugabteil_Szenenwahl_Selection")
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
@ -421,6 +430,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
 | 
			
		||||
                // --- Bilder Bergell ---
 | 
			
		||||
                //BTC.Run("LoadScene.NEXT.35Slideshow")
 | 
			
		||||
                RunTree("10_SBB_Hide_Videos")
 | 
			
		||||
                RunTree("10_SBB_Zugabteil_Szenenwahl_Selection")
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
@ -428,6 +438,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
            Composite(Sequence) {
 | 
			
		||||
                BTC.CompareBool("handmenu_active")
 | 
			
		||||
                Composite(Marathon) {
 | 
			
		||||
                    BTC.Show("GO.HANDMENU.SpeechButton")
 | 
			
		||||
                    BTC.Set("TextMeshPro.HANDMENU.Option1Button", "text", "picnic")
 | 
			
		||||
                    BTC.Show("GO.HANDMENU.Option1Button")
 | 
			
		||||
                    BTC.Set("TextMeshPro.HANDMENU.Option2Button", "text", "grotto")
 | 
			
		||||
@ -447,6 +458,9 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
                            BTC.Hide("GO.HANDMENU.Option1Button")
 | 
			
		||||
                            BTC.Hide("GO.HANDMENU.Option2Button")
 | 
			
		||||
                            BTC.Hide("GO.HANDMENU.Option3Button")
 | 
			
		||||
                            BTC.Hide("GO.HANDMENU.SpeechButton")
 | 
			
		||||
                            BTC.Show("GO.HANDMENU.Home")
 | 
			
		||||
                            BTC.Hide("GO.HANDMENU.SpeechOptions")
 | 
			
		||||
                        }
 | 
			
		||||
 | 
			
		||||
                        BTC.AbortSpeechEventListener()
 | 
			
		||||
@ -456,6 +470,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
                        // Load Scene: Story A Picknicken
 | 
			
		||||
                        // ...
 | 
			
		||||
                        //BTC.SetStoryAVisited()
 | 
			
		||||
                        RunTree("10_SBB_Hide_Videos")
 | 
			
		||||
                    }
 | 
			
		||||
                    Composite(Sequence) {
 | 
			
		||||
                        // grotto
 | 
			
		||||
@ -467,6 +482,9 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
                            BTC.Hide("GO.HANDMENU.Option1Button")
 | 
			
		||||
                            BTC.Hide("GO.HANDMENU.Option2Button")
 | 
			
		||||
                            BTC.Hide("GO.HANDMENU.Option3Button")
 | 
			
		||||
                            BTC.Hide("GO.HANDMENU.SpeechButton")
 | 
			
		||||
                            BTC.Show("GO.HANDMENU.Home")
 | 
			
		||||
                            BTC.Hide("GO.HANDMENU.SpeechOptions")
 | 
			
		||||
                        }
 | 
			
		||||
 | 
			
		||||
                        BTC.AbortSpeechEventListener()
 | 
			
		||||
@ -486,6 +504,9 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
                            BTC.Hide("GO.HANDMENU.Option1Button")
 | 
			
		||||
                            BTC.Hide("GO.HANDMENU.Option2Button")
 | 
			
		||||
                            BTC.Hide("GO.HANDMENU.Option3Button")
 | 
			
		||||
                            BTC.Hide("GO.HANDMENU.SpeechButton")
 | 
			
		||||
                            BTC.Show("GO.HANDMENU.Home")
 | 
			
		||||
                            BTC.Hide("GO.HANDMENU.SpeechOptions")
 | 
			
		||||
                        }
 | 
			
		||||
 | 
			
		||||
                        BTC.AbortSpeechEventListener()
 | 
			
		||||
@ -495,9 +516,24 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
 | 
			
		||||
                        // Load Scene: Story C Wandern
 | 
			
		||||
                        // ...
 | 
			
		||||
                        //BTC.SetStoryCVisited()
 | 
			
		||||
                        RunTree("10_SBB_Hide_Videos")
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        } // Ende Race
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
Tree("10_SBB_Hide_Videos") {
 | 
			
		||||
    Composite(Marathon) {
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.RepetitionIntroC1Z")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.RepetitionIntroB1Z")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.RepetitionIntroBC1")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.RepetitionIntroA1Z")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.RepetitionIntroAC1")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.RepetitionIntroAB1")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.IntroABCerste1Zuga")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.IntroABCzweite1Zug")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.IntroABCdritte1Zug")
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -1,11 +1,27 @@
 | 
			
		||||
Tree("Root") {
 | 
			
		||||
    Composite(Sequence) {
 | 
			
		||||
        BTC.Run("AudioSource.AUDIO.StoryBGrotto1")
 | 
			
		||||
        BTC.Run("AudioSource.AUDIO.StoryBGrotto2")
 | 
			
		||||
        BTC.Run("AudioSource.AUDIO.StoryBGrotto3")
 | 
			
		||||
        BTC.Run("AudioSource.AUDIO.StoryBGrotto4")
 | 
			
		||||
        BTC.Run("AudioSource.AUDIO.StoryBGrotto5")
 | 
			
		||||
        BTC.Run("AudioSource.AUDIO.StoryBGrotto6")
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.1StoryBGrotto")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.1StoryBGrotto")
 | 
			
		||||
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.1StoryBGrotto") 
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.2StoryBGrotto")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.2StoryBGrotto")
 | 
			
		||||
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.2StoryBGrotto")
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.3StoryBGrotto")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.3StoryBGrotto")
 | 
			
		||||
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.3StoryBGrotto")
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.4StoryBGrotto")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.4StoryBGrotto")
 | 
			
		||||
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.4StoryBGrotto")
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.5StoryBGrotto")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.5StoryBGrotto")
 | 
			
		||||
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.5StoryBGrotto")
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.6StoryBGrotto")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.6StoryBGrotto")
 | 
			
		||||
        
 | 
			
		||||
        // Go to Scene 3.1: im Bus ins Grotto
 | 
			
		||||
        BTC.Run("LoadScene.NEXT.31Slideshow")
 | 
			
		||||
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 1.1 MiB  | 
@ -1,140 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 4eafced12a3d6d441ab686125a903ec7
 | 
			
		||||
TextureImporter:
 | 
			
		||||
  internalIDToNameTable: []
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  serializedVersion: 12
 | 
			
		||||
  mipmaps:
 | 
			
		||||
    mipMapMode: 0
 | 
			
		||||
    enableMipMap: 1
 | 
			
		||||
    sRGBTexture: 1
 | 
			
		||||
    linearTexture: 0
 | 
			
		||||
    fadeOut: 0
 | 
			
		||||
    borderMipMap: 0
 | 
			
		||||
    mipMapsPreserveCoverage: 0
 | 
			
		||||
    alphaTestReferenceValue: 0.5
 | 
			
		||||
    mipMapFadeDistanceStart: 1
 | 
			
		||||
    mipMapFadeDistanceEnd: 3
 | 
			
		||||
  bumpmap:
 | 
			
		||||
    convertToNormalMap: 0
 | 
			
		||||
    externalNormalMap: 0
 | 
			
		||||
    heightScale: 0.25
 | 
			
		||||
    normalMapFilter: 0
 | 
			
		||||
    flipGreenChannel: 0
 | 
			
		||||
  isReadable: 0
 | 
			
		||||
  streamingMipmaps: 0
 | 
			
		||||
  streamingMipmapsPriority: 0
 | 
			
		||||
  vTOnly: 0
 | 
			
		||||
  ignoreMipmapLimit: 0
 | 
			
		||||
  grayScaleToAlpha: 0
 | 
			
		||||
  generateCubemap: 6
 | 
			
		||||
  cubemapConvolution: 0
 | 
			
		||||
  seamlessCubemap: 0
 | 
			
		||||
  textureFormat: 1
 | 
			
		||||
  maxTextureSize: 2048
 | 
			
		||||
  textureSettings:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    filterMode: 1
 | 
			
		||||
    aniso: 1
 | 
			
		||||
    mipBias: 0
 | 
			
		||||
    wrapU: 0
 | 
			
		||||
    wrapV: 0
 | 
			
		||||
    wrapW: 0
 | 
			
		||||
  nPOTScale: 1
 | 
			
		||||
  lightmap: 0
 | 
			
		||||
  compressionQuality: 50
 | 
			
		||||
  spriteMode: 0
 | 
			
		||||
  spriteExtrude: 1
 | 
			
		||||
  spriteMeshType: 1
 | 
			
		||||
  alignment: 0
 | 
			
		||||
  spritePivot: {x: 0.5, y: 0.5}
 | 
			
		||||
  spritePixelsToUnits: 100
 | 
			
		||||
  spriteBorder: {x: 0, y: 0, z: 0, w: 0}
 | 
			
		||||
  spriteGenerateFallbackPhysicsShape: 1
 | 
			
		||||
  alphaUsage: 1
 | 
			
		||||
  alphaIsTransparency: 0
 | 
			
		||||
  spriteTessellationDetail: -1
 | 
			
		||||
  textureType: 0
 | 
			
		||||
  textureShape: 1
 | 
			
		||||
  singleChannelComponent: 0
 | 
			
		||||
  flipbookRows: 1
 | 
			
		||||
  flipbookColumns: 1
 | 
			
		||||
  maxTextureSizeSet: 0
 | 
			
		||||
  compressionQualitySet: 0
 | 
			
		||||
  textureFormatSet: 0
 | 
			
		||||
  ignorePngGamma: 0
 | 
			
		||||
  applyGammaDecoding: 0
 | 
			
		||||
  swizzle: 50462976
 | 
			
		||||
  cookieLightType: 0
 | 
			
		||||
  platformSettings:
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: DefaultTexturePlatform
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Standalone
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Android
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Server
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  spriteSheet:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    sprites: []
 | 
			
		||||
    outline: []
 | 
			
		||||
    physicsShape: []
 | 
			
		||||
    bones: []
 | 
			
		||||
    spriteID: 
 | 
			
		||||
    internalID: 0
 | 
			
		||||
    vertices: []
 | 
			
		||||
    indices: 
 | 
			
		||||
    edges: []
 | 
			
		||||
    weights: []
 | 
			
		||||
    secondaryTextures: []
 | 
			
		||||
    nameFileIdTable: {}
 | 
			
		||||
  mipmapLimitGroupName: 
 | 
			
		||||
  pSDRemoveMatte: 0
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
@ -1,275 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "_versionMajor": 0,
 | 
			
		||||
    "_versionMinor": 5,
 | 
			
		||||
    "boundsCenter": {
 | 
			
		||||
        "x": -0.05804443359375,
 | 
			
		||||
        "y": -1.0,
 | 
			
		||||
        "z": -0.2464003562927246
 | 
			
		||||
    },
 | 
			
		||||
    "boundsSize": {
 | 
			
		||||
        "x": 1.1160888671875,
 | 
			
		||||
        "y": 2.0,
 | 
			
		||||
        "z": 1.0323362350463867
 | 
			
		||||
    },
 | 
			
		||||
    "defaultReconstructionSettings": {
 | 
			
		||||
        "depthBiasAdjustment": 0.0,
 | 
			
		||||
        "edgeMaskBlurAmount": 0.0165338646620512,
 | 
			
		||||
        "edgeMaskSobelMultiplier": 25.100601196289063,
 | 
			
		||||
        "surfaceNormalColorBlendPower": 2.411358594894409,
 | 
			
		||||
        "viewDependentColorBlendPower": 5.379486083984375
 | 
			
		||||
    },
 | 
			
		||||
    "format": "perpixel",
 | 
			
		||||
    "numAngles": 6,
 | 
			
		||||
    "numColumns": 3,
 | 
			
		||||
    "numRows": 2,
 | 
			
		||||
    "perspectives": [
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0029367562383413315,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.7376018762588501,
 | 
			
		||||
                "x": 0.09644131362438202,
 | 
			
		||||
                "y": 0.2623981237411499,
 | 
			
		||||
                "z": 0.9035587310791016
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.3175048828125,
 | 
			
		||||
                "y": 1499.0972900390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1275.4683837890625,
 | 
			
		||||
                "y": 718.2286987304688
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.32180747389793396,
 | 
			
		||||
                "e01": 0.0007329394575208426,
 | 
			
		||||
                "e02": 0.9468048214912415,
 | 
			
		||||
                "e03": 1.619429588317871,
 | 
			
		||||
                "e10": -0.9467655420303345,
 | 
			
		||||
                "e11": 0.008894646540284157,
 | 
			
		||||
                "e12": -0.32180100679397583,
 | 
			
		||||
                "e13": -1.4947996139526367,
 | 
			
		||||
                "e20": -0.008657354861497879,
 | 
			
		||||
                "e21": -0.99996018409729,
 | 
			
		||||
                "e22": -0.002168441889807582,
 | 
			
		||||
                "e23": 0.07123926281929016,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.5980582237243652,
 | 
			
		||||
            "nearClip": 0.8954994678497314
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0024602424819022417,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.2693980634212494,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4183237552642822
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1505.5750732421875,
 | 
			
		||||
                "y": 1504.5609130859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1280.892578125,
 | 
			
		||||
                "y": 728.7554321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.6473193764686584,
 | 
			
		||||
                "e01": 0.19083306193351746,
 | 
			
		||||
                "e02": -0.7379433512687683,
 | 
			
		||||
                "e03": -1.8117287158966064,
 | 
			
		||||
                "e10": 0.04852348566055298,
 | 
			
		||||
                "e11": 0.9558703899383545,
 | 
			
		||||
                "e12": 0.2897537648677826,
 | 
			
		||||
                "e13": -0.4360555410385132,
 | 
			
		||||
                "e20": 0.7606728076934814,
 | 
			
		||||
                "e21": -0.22337080538272858,
 | 
			
		||||
                "e22": 0.6094935536384583,
 | 
			
		||||
                "e23": 1.3320561647415161,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 3.435743570327759,
 | 
			
		||||
            "nearClip": 1.403423547744751
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0025887174997478724,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.6989790201187134,
 | 
			
		||||
                "x": 0.11748478561639786,
 | 
			
		||||
                "y": 0.30102095007896423,
 | 
			
		||||
                "z": 0.8825152516365051
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1498.4473876953125,
 | 
			
		||||
                "y": 1497.11083984375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1265.181884765625,
 | 
			
		||||
                "y": 722.2222290039063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.07454666495323181,
 | 
			
		||||
                "e01": 0.9283208250999451,
 | 
			
		||||
                "e02": -0.364229679107666,
 | 
			
		||||
                "e03": -1.0427669286727905,
 | 
			
		||||
                "e10": -0.9500028491020203,
 | 
			
		||||
                "e11": -0.04494527727365494,
 | 
			
		||||
                "e12": -0.30898958444595337,
 | 
			
		||||
                "e13": -1.3992159366607666,
 | 
			
		||||
                "e20": -0.30321186780929565,
 | 
			
		||||
                "e21": 0.36905336380004883,
 | 
			
		||||
                "e22": 0.8785568475723267,
 | 
			
		||||
                "e23": 1.3279074430465698,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.830867052078247,
 | 
			
		||||
            "nearClip": 0.8994088768959045
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0027862954884767532,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.6770292520523071,
 | 
			
		||||
                "x": 0.09420947730541229,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.8735345602035522
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.8951416015625,
 | 
			
		||||
                "y": 1500.4202880859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1285.6243896484375,
 | 
			
		||||
                "y": 726.32373046875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.17494119703769684,
 | 
			
		||||
                "e01": -0.4072752594947815,
 | 
			
		||||
                "e02": -0.8963941335678101,
 | 
			
		||||
                "e03": -2.031996965408325,
 | 
			
		||||
                "e10": 0.9817010164260864,
 | 
			
		||||
                "e11": -0.002594058169052005,
 | 
			
		||||
                "e12": -0.19041116535663605,
 | 
			
		||||
                "e13": -1.4524781703948975,
 | 
			
		||||
                "e20": 0.07522445917129517,
 | 
			
		||||
                "e21": -0.9133017659187317,
 | 
			
		||||
                "e22": 0.4002763330936432,
 | 
			
		||||
                "e23": 0.14448893070220947,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.909309148788452,
 | 
			
		||||
            "nearClip": 1.1148117780685425
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.002654194599017501,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.20302113890647888,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4532453119754791
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1496.1097412109375,
 | 
			
		||||
                "y": 1495.4033203125
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1274.7603759765625,
 | 
			
		||||
                "y": 723.102294921875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.7368024587631226,
 | 
			
		||||
                "e01": -0.10684210807085037,
 | 
			
		||||
                "e02": 0.6676127910614014,
 | 
			
		||||
                "e03": 1.5086183547973633,
 | 
			
		||||
                "e10": -0.03835581988096237,
 | 
			
		||||
                "e11": 0.9792395234107971,
 | 
			
		||||
                "e12": 0.19904454052448273,
 | 
			
		||||
                "e13": -0.4446754455566406,
 | 
			
		||||
                "e20": -0.6750192046165466,
 | 
			
		||||
                "e21": -0.17226335406303406,
 | 
			
		||||
                "e22": 0.7174081206321716,
 | 
			
		||||
                "e23": 1.148557186126709,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 3.0991172790527344,
 | 
			
		||||
            "nearClip": 1.2153067588806152
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0027491366490721703,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.9775607585906982,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.022439278662204742,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1495.0631103515625,
 | 
			
		||||
                "y": 1494.4176025390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1267.37890625,
 | 
			
		||||
                "y": 736.1304321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.18193583190441132,
 | 
			
		||||
                "e01": -0.9022316336631775,
 | 
			
		||||
                "e02": 0.39099544286727905,
 | 
			
		||||
                "e03": 0.6211448907852173,
 | 
			
		||||
                "e10": 0.9682206511497498,
 | 
			
		||||
                "e11": 0.09497898072004318,
 | 
			
		||||
                "e12": -0.23136073350906372,
 | 
			
		||||
                "e13": -1.3657952547073364,
 | 
			
		||||
                "e20": 0.17160463333129883,
 | 
			
		||||
                "e21": 0.42066267132759094,
 | 
			
		||||
                "e22": 0.8908393383026123,
 | 
			
		||||
                "e23": 1.283046007156372,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6220579147338867,
 | 
			
		||||
            "nearClip": 0.8033050894737244
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "textureHeight": 2048,
 | 
			
		||||
    "textureWidth": 2016
 | 
			
		||||
}
 | 
			
		||||
@ -1,7 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: a4529e98f3280a64480311fa04449f64
 | 
			
		||||
TextScriptImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 1.1 MiB  | 
@ -1,140 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: d8b97a7950def5c4f893e79d773195f4
 | 
			
		||||
TextureImporter:
 | 
			
		||||
  internalIDToNameTable: []
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  serializedVersion: 12
 | 
			
		||||
  mipmaps:
 | 
			
		||||
    mipMapMode: 0
 | 
			
		||||
    enableMipMap: 1
 | 
			
		||||
    sRGBTexture: 1
 | 
			
		||||
    linearTexture: 0
 | 
			
		||||
    fadeOut: 0
 | 
			
		||||
    borderMipMap: 0
 | 
			
		||||
    mipMapsPreserveCoverage: 0
 | 
			
		||||
    alphaTestReferenceValue: 0.5
 | 
			
		||||
    mipMapFadeDistanceStart: 1
 | 
			
		||||
    mipMapFadeDistanceEnd: 3
 | 
			
		||||
  bumpmap:
 | 
			
		||||
    convertToNormalMap: 0
 | 
			
		||||
    externalNormalMap: 0
 | 
			
		||||
    heightScale: 0.25
 | 
			
		||||
    normalMapFilter: 0
 | 
			
		||||
    flipGreenChannel: 0
 | 
			
		||||
  isReadable: 0
 | 
			
		||||
  streamingMipmaps: 0
 | 
			
		||||
  streamingMipmapsPriority: 0
 | 
			
		||||
  vTOnly: 0
 | 
			
		||||
  ignoreMipmapLimit: 0
 | 
			
		||||
  grayScaleToAlpha: 0
 | 
			
		||||
  generateCubemap: 6
 | 
			
		||||
  cubemapConvolution: 0
 | 
			
		||||
  seamlessCubemap: 0
 | 
			
		||||
  textureFormat: 1
 | 
			
		||||
  maxTextureSize: 2048
 | 
			
		||||
  textureSettings:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    filterMode: 1
 | 
			
		||||
    aniso: 1
 | 
			
		||||
    mipBias: 0
 | 
			
		||||
    wrapU: 0
 | 
			
		||||
    wrapV: 0
 | 
			
		||||
    wrapW: 0
 | 
			
		||||
  nPOTScale: 1
 | 
			
		||||
  lightmap: 0
 | 
			
		||||
  compressionQuality: 50
 | 
			
		||||
  spriteMode: 0
 | 
			
		||||
  spriteExtrude: 1
 | 
			
		||||
  spriteMeshType: 1
 | 
			
		||||
  alignment: 0
 | 
			
		||||
  spritePivot: {x: 0.5, y: 0.5}
 | 
			
		||||
  spritePixelsToUnits: 100
 | 
			
		||||
  spriteBorder: {x: 0, y: 0, z: 0, w: 0}
 | 
			
		||||
  spriteGenerateFallbackPhysicsShape: 1
 | 
			
		||||
  alphaUsage: 1
 | 
			
		||||
  alphaIsTransparency: 0
 | 
			
		||||
  spriteTessellationDetail: -1
 | 
			
		||||
  textureType: 0
 | 
			
		||||
  textureShape: 1
 | 
			
		||||
  singleChannelComponent: 0
 | 
			
		||||
  flipbookRows: 1
 | 
			
		||||
  flipbookColumns: 1
 | 
			
		||||
  maxTextureSizeSet: 0
 | 
			
		||||
  compressionQualitySet: 0
 | 
			
		||||
  textureFormatSet: 0
 | 
			
		||||
  ignorePngGamma: 0
 | 
			
		||||
  applyGammaDecoding: 0
 | 
			
		||||
  swizzle: 50462976
 | 
			
		||||
  cookieLightType: 0
 | 
			
		||||
  platformSettings:
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: DefaultTexturePlatform
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Standalone
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Android
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Server
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  spriteSheet:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    sprites: []
 | 
			
		||||
    outline: []
 | 
			
		||||
    physicsShape: []
 | 
			
		||||
    bones: []
 | 
			
		||||
    spriteID: 
 | 
			
		||||
    internalID: 0
 | 
			
		||||
    vertices: []
 | 
			
		||||
    indices: 
 | 
			
		||||
    edges: []
 | 
			
		||||
    weights: []
 | 
			
		||||
    secondaryTextures: []
 | 
			
		||||
    nameFileIdTable: {}
 | 
			
		||||
  mipmapLimitGroupName: 
 | 
			
		||||
  pSDRemoveMatte: 0
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
@ -1,275 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "_versionMajor": 0,
 | 
			
		||||
    "_versionMinor": 5,
 | 
			
		||||
    "boundsCenter": {
 | 
			
		||||
        "x": -0.05804443359375,
 | 
			
		||||
        "y": -1.0,
 | 
			
		||||
        "z": -0.2464003562927246
 | 
			
		||||
    },
 | 
			
		||||
    "boundsSize": {
 | 
			
		||||
        "x": 1.1160888671875,
 | 
			
		||||
        "y": 2.0,
 | 
			
		||||
        "z": 1.0323362350463867
 | 
			
		||||
    },
 | 
			
		||||
    "defaultReconstructionSettings": {
 | 
			
		||||
        "depthBiasAdjustment": 0.0,
 | 
			
		||||
        "edgeMaskBlurAmount": 0.0165338646620512,
 | 
			
		||||
        "edgeMaskSobelMultiplier": 25.100601196289063,
 | 
			
		||||
        "surfaceNormalColorBlendPower": 2.411358594894409,
 | 
			
		||||
        "viewDependentColorBlendPower": 5.379486083984375
 | 
			
		||||
    },
 | 
			
		||||
    "format": "perpixel",
 | 
			
		||||
    "numAngles": 6,
 | 
			
		||||
    "numColumns": 3,
 | 
			
		||||
    "numRows": 2,
 | 
			
		||||
    "perspectives": [
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0029367562383413315,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.7376018762588501,
 | 
			
		||||
                "x": 0.09644131362438202,
 | 
			
		||||
                "y": 0.2623981237411499,
 | 
			
		||||
                "z": 0.9035587310791016
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.3175048828125,
 | 
			
		||||
                "y": 1499.0972900390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1275.4683837890625,
 | 
			
		||||
                "y": 718.2286987304688
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.32180747389793396,
 | 
			
		||||
                "e01": 0.0007329394575208426,
 | 
			
		||||
                "e02": 0.9468048214912415,
 | 
			
		||||
                "e03": 1.619429588317871,
 | 
			
		||||
                "e10": -0.9467655420303345,
 | 
			
		||||
                "e11": 0.008894646540284157,
 | 
			
		||||
                "e12": -0.32180100679397583,
 | 
			
		||||
                "e13": -1.4947996139526367,
 | 
			
		||||
                "e20": -0.008657354861497879,
 | 
			
		||||
                "e21": -0.99996018409729,
 | 
			
		||||
                "e22": -0.002168441889807582,
 | 
			
		||||
                "e23": 0.07123926281929016,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.5980582237243652,
 | 
			
		||||
            "nearClip": 0.8954994678497314
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0024602424819022417,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.2693980634212494,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4183237552642822
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1505.5750732421875,
 | 
			
		||||
                "y": 1504.5609130859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1280.892578125,
 | 
			
		||||
                "y": 728.7554321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.6473193764686584,
 | 
			
		||||
                "e01": 0.19083306193351746,
 | 
			
		||||
                "e02": -0.7379433512687683,
 | 
			
		||||
                "e03": -1.8117287158966064,
 | 
			
		||||
                "e10": 0.04852348566055298,
 | 
			
		||||
                "e11": 0.9558703899383545,
 | 
			
		||||
                "e12": 0.2897537648677826,
 | 
			
		||||
                "e13": -0.4360555410385132,
 | 
			
		||||
                "e20": 0.7606728076934814,
 | 
			
		||||
                "e21": -0.22337080538272858,
 | 
			
		||||
                "e22": 0.6094935536384583,
 | 
			
		||||
                "e23": 1.3320561647415161,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 3.435743570327759,
 | 
			
		||||
            "nearClip": 1.403423547744751
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0025887174997478724,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.6989790201187134,
 | 
			
		||||
                "x": 0.11748478561639786,
 | 
			
		||||
                "y": 0.30102095007896423,
 | 
			
		||||
                "z": 0.8825152516365051
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1498.4473876953125,
 | 
			
		||||
                "y": 1497.11083984375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1265.181884765625,
 | 
			
		||||
                "y": 722.2222290039063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.07454666495323181,
 | 
			
		||||
                "e01": 0.9283208250999451,
 | 
			
		||||
                "e02": -0.364229679107666,
 | 
			
		||||
                "e03": -1.0427669286727905,
 | 
			
		||||
                "e10": -0.9500028491020203,
 | 
			
		||||
                "e11": -0.04494527727365494,
 | 
			
		||||
                "e12": -0.30898958444595337,
 | 
			
		||||
                "e13": -1.3992159366607666,
 | 
			
		||||
                "e20": -0.30321186780929565,
 | 
			
		||||
                "e21": 0.36905336380004883,
 | 
			
		||||
                "e22": 0.8785568475723267,
 | 
			
		||||
                "e23": 1.3279074430465698,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.830867052078247,
 | 
			
		||||
            "nearClip": 0.8994088768959045
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0027862954884767532,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.6770292520523071,
 | 
			
		||||
                "x": 0.09420947730541229,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.8735345602035522
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.8951416015625,
 | 
			
		||||
                "y": 1500.4202880859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1285.6243896484375,
 | 
			
		||||
                "y": 726.32373046875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.17494119703769684,
 | 
			
		||||
                "e01": -0.4072752594947815,
 | 
			
		||||
                "e02": -0.8963941335678101,
 | 
			
		||||
                "e03": -2.031996965408325,
 | 
			
		||||
                "e10": 0.9817010164260864,
 | 
			
		||||
                "e11": -0.002594058169052005,
 | 
			
		||||
                "e12": -0.19041116535663605,
 | 
			
		||||
                "e13": -1.4524781703948975,
 | 
			
		||||
                "e20": 0.07522445917129517,
 | 
			
		||||
                "e21": -0.9133017659187317,
 | 
			
		||||
                "e22": 0.4002763330936432,
 | 
			
		||||
                "e23": 0.14448893070220947,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.909309148788452,
 | 
			
		||||
            "nearClip": 1.1148117780685425
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.002654194599017501,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.20302113890647888,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4532453119754791
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1496.1097412109375,
 | 
			
		||||
                "y": 1495.4033203125
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1274.7603759765625,
 | 
			
		||||
                "y": 723.102294921875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.7368024587631226,
 | 
			
		||||
                "e01": -0.10684210807085037,
 | 
			
		||||
                "e02": 0.6676127910614014,
 | 
			
		||||
                "e03": 1.5086183547973633,
 | 
			
		||||
                "e10": -0.03835581988096237,
 | 
			
		||||
                "e11": 0.9792395234107971,
 | 
			
		||||
                "e12": 0.19904454052448273,
 | 
			
		||||
                "e13": -0.4446754455566406,
 | 
			
		||||
                "e20": -0.6750192046165466,
 | 
			
		||||
                "e21": -0.17226335406303406,
 | 
			
		||||
                "e22": 0.7174081206321716,
 | 
			
		||||
                "e23": 1.148557186126709,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 3.0991172790527344,
 | 
			
		||||
            "nearClip": 1.2153067588806152
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0027491366490721703,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.9775607585906982,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.022439278662204742,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1495.0631103515625,
 | 
			
		||||
                "y": 1494.4176025390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1267.37890625,
 | 
			
		||||
                "y": 736.1304321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.18193583190441132,
 | 
			
		||||
                "e01": -0.9022316336631775,
 | 
			
		||||
                "e02": 0.39099544286727905,
 | 
			
		||||
                "e03": 0.6211448907852173,
 | 
			
		||||
                "e10": 0.9682206511497498,
 | 
			
		||||
                "e11": 0.09497898072004318,
 | 
			
		||||
                "e12": -0.23136073350906372,
 | 
			
		||||
                "e13": -1.3657952547073364,
 | 
			
		||||
                "e20": 0.17160463333129883,
 | 
			
		||||
                "e21": 0.42066267132759094,
 | 
			
		||||
                "e22": 0.8908393383026123,
 | 
			
		||||
                "e23": 1.283046007156372,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6220579147338867,
 | 
			
		||||
            "nearClip": 0.8033050894737244
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "textureHeight": 2048,
 | 
			
		||||
    "textureWidth": 2016
 | 
			
		||||
}
 | 
			
		||||
@ -1,7 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: e58bd0dd280c88f4cbfa8ada85cff847
 | 
			
		||||
TextScriptImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 1.1 MiB  | 
@ -1,140 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: a2df9ce64c5fd7a4b9d75eafb6f2c1a0
 | 
			
		||||
TextureImporter:
 | 
			
		||||
  internalIDToNameTable: []
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  serializedVersion: 12
 | 
			
		||||
  mipmaps:
 | 
			
		||||
    mipMapMode: 0
 | 
			
		||||
    enableMipMap: 1
 | 
			
		||||
    sRGBTexture: 1
 | 
			
		||||
    linearTexture: 0
 | 
			
		||||
    fadeOut: 0
 | 
			
		||||
    borderMipMap: 0
 | 
			
		||||
    mipMapsPreserveCoverage: 0
 | 
			
		||||
    alphaTestReferenceValue: 0.5
 | 
			
		||||
    mipMapFadeDistanceStart: 1
 | 
			
		||||
    mipMapFadeDistanceEnd: 3
 | 
			
		||||
  bumpmap:
 | 
			
		||||
    convertToNormalMap: 0
 | 
			
		||||
    externalNormalMap: 0
 | 
			
		||||
    heightScale: 0.25
 | 
			
		||||
    normalMapFilter: 0
 | 
			
		||||
    flipGreenChannel: 0
 | 
			
		||||
  isReadable: 0
 | 
			
		||||
  streamingMipmaps: 0
 | 
			
		||||
  streamingMipmapsPriority: 0
 | 
			
		||||
  vTOnly: 0
 | 
			
		||||
  ignoreMipmapLimit: 0
 | 
			
		||||
  grayScaleToAlpha: 0
 | 
			
		||||
  generateCubemap: 6
 | 
			
		||||
  cubemapConvolution: 0
 | 
			
		||||
  seamlessCubemap: 0
 | 
			
		||||
  textureFormat: 1
 | 
			
		||||
  maxTextureSize: 2048
 | 
			
		||||
  textureSettings:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    filterMode: 1
 | 
			
		||||
    aniso: 1
 | 
			
		||||
    mipBias: 0
 | 
			
		||||
    wrapU: 0
 | 
			
		||||
    wrapV: 0
 | 
			
		||||
    wrapW: 0
 | 
			
		||||
  nPOTScale: 1
 | 
			
		||||
  lightmap: 0
 | 
			
		||||
  compressionQuality: 50
 | 
			
		||||
  spriteMode: 0
 | 
			
		||||
  spriteExtrude: 1
 | 
			
		||||
  spriteMeshType: 1
 | 
			
		||||
  alignment: 0
 | 
			
		||||
  spritePivot: {x: 0.5, y: 0.5}
 | 
			
		||||
  spritePixelsToUnits: 100
 | 
			
		||||
  spriteBorder: {x: 0, y: 0, z: 0, w: 0}
 | 
			
		||||
  spriteGenerateFallbackPhysicsShape: 1
 | 
			
		||||
  alphaUsage: 1
 | 
			
		||||
  alphaIsTransparency: 0
 | 
			
		||||
  spriteTessellationDetail: -1
 | 
			
		||||
  textureType: 0
 | 
			
		||||
  textureShape: 1
 | 
			
		||||
  singleChannelComponent: 0
 | 
			
		||||
  flipbookRows: 1
 | 
			
		||||
  flipbookColumns: 1
 | 
			
		||||
  maxTextureSizeSet: 0
 | 
			
		||||
  compressionQualitySet: 0
 | 
			
		||||
  textureFormatSet: 0
 | 
			
		||||
  ignorePngGamma: 0
 | 
			
		||||
  applyGammaDecoding: 0
 | 
			
		||||
  swizzle: 50462976
 | 
			
		||||
  cookieLightType: 0
 | 
			
		||||
  platformSettings:
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: DefaultTexturePlatform
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Standalone
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Android
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Server
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  spriteSheet:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    sprites: []
 | 
			
		||||
    outline: []
 | 
			
		||||
    physicsShape: []
 | 
			
		||||
    bones: []
 | 
			
		||||
    spriteID: 
 | 
			
		||||
    internalID: 0
 | 
			
		||||
    vertices: []
 | 
			
		||||
    indices: 
 | 
			
		||||
    edges: []
 | 
			
		||||
    weights: []
 | 
			
		||||
    secondaryTextures: []
 | 
			
		||||
    nameFileIdTable: {}
 | 
			
		||||
  mipmapLimitGroupName: 
 | 
			
		||||
  pSDRemoveMatte: 0
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
@ -1,275 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "_versionMajor": 0,
 | 
			
		||||
    "_versionMinor": 5,
 | 
			
		||||
    "boundsCenter": {
 | 
			
		||||
        "x": -0.05804443359375,
 | 
			
		||||
        "y": -1.0,
 | 
			
		||||
        "z": -0.2464003562927246
 | 
			
		||||
    },
 | 
			
		||||
    "boundsSize": {
 | 
			
		||||
        "x": 1.1160888671875,
 | 
			
		||||
        "y": 2.0,
 | 
			
		||||
        "z": 1.0323362350463867
 | 
			
		||||
    },
 | 
			
		||||
    "defaultReconstructionSettings": {
 | 
			
		||||
        "depthBiasAdjustment": 0.0,
 | 
			
		||||
        "edgeMaskBlurAmount": 0.0165338646620512,
 | 
			
		||||
        "edgeMaskSobelMultiplier": 25.100601196289063,
 | 
			
		||||
        "surfaceNormalColorBlendPower": 2.411358594894409,
 | 
			
		||||
        "viewDependentColorBlendPower": 5.379486083984375
 | 
			
		||||
    },
 | 
			
		||||
    "format": "perpixel",
 | 
			
		||||
    "numAngles": 6,
 | 
			
		||||
    "numColumns": 3,
 | 
			
		||||
    "numRows": 2,
 | 
			
		||||
    "perspectives": [
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0029367562383413315,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.7376018762588501,
 | 
			
		||||
                "x": 0.09644131362438202,
 | 
			
		||||
                "y": 0.2623981237411499,
 | 
			
		||||
                "z": 0.9035587310791016
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.3175048828125,
 | 
			
		||||
                "y": 1499.0972900390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1275.4683837890625,
 | 
			
		||||
                "y": 718.2286987304688
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.32180747389793396,
 | 
			
		||||
                "e01": 0.0007329394575208426,
 | 
			
		||||
                "e02": 0.9468048214912415,
 | 
			
		||||
                "e03": 1.619429588317871,
 | 
			
		||||
                "e10": -0.9467655420303345,
 | 
			
		||||
                "e11": 0.008894646540284157,
 | 
			
		||||
                "e12": -0.32180100679397583,
 | 
			
		||||
                "e13": -1.4947996139526367,
 | 
			
		||||
                "e20": -0.008657354861497879,
 | 
			
		||||
                "e21": -0.99996018409729,
 | 
			
		||||
                "e22": -0.002168441889807582,
 | 
			
		||||
                "e23": 0.07123926281929016,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.5980582237243652,
 | 
			
		||||
            "nearClip": 0.8954994678497314
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0024602424819022417,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.2693980634212494,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4183237552642822
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1505.5750732421875,
 | 
			
		||||
                "y": 1504.5609130859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1280.892578125,
 | 
			
		||||
                "y": 728.7554321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.6473193764686584,
 | 
			
		||||
                "e01": 0.19083306193351746,
 | 
			
		||||
                "e02": -0.7379433512687683,
 | 
			
		||||
                "e03": -1.8117287158966064,
 | 
			
		||||
                "e10": 0.04852348566055298,
 | 
			
		||||
                "e11": 0.9558703899383545,
 | 
			
		||||
                "e12": 0.2897537648677826,
 | 
			
		||||
                "e13": -0.4360555410385132,
 | 
			
		||||
                "e20": 0.7606728076934814,
 | 
			
		||||
                "e21": -0.22337080538272858,
 | 
			
		||||
                "e22": 0.6094935536384583,
 | 
			
		||||
                "e23": 1.3320561647415161,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 3.435743570327759,
 | 
			
		||||
            "nearClip": 1.403423547744751
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0025887174997478724,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.6989790201187134,
 | 
			
		||||
                "x": 0.11748478561639786,
 | 
			
		||||
                "y": 0.30102095007896423,
 | 
			
		||||
                "z": 0.8825152516365051
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1498.4473876953125,
 | 
			
		||||
                "y": 1497.11083984375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1265.181884765625,
 | 
			
		||||
                "y": 722.2222290039063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.07454666495323181,
 | 
			
		||||
                "e01": 0.9283208250999451,
 | 
			
		||||
                "e02": -0.364229679107666,
 | 
			
		||||
                "e03": -1.0427669286727905,
 | 
			
		||||
                "e10": -0.9500028491020203,
 | 
			
		||||
                "e11": -0.04494527727365494,
 | 
			
		||||
                "e12": -0.30898958444595337,
 | 
			
		||||
                "e13": -1.3992159366607666,
 | 
			
		||||
                "e20": -0.30321186780929565,
 | 
			
		||||
                "e21": 0.36905336380004883,
 | 
			
		||||
                "e22": 0.8785568475723267,
 | 
			
		||||
                "e23": 1.3279074430465698,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.830867052078247,
 | 
			
		||||
            "nearClip": 0.8994088768959045
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0027862954884767532,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.6770292520523071,
 | 
			
		||||
                "x": 0.09420947730541229,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.8735345602035522
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.8951416015625,
 | 
			
		||||
                "y": 1500.4202880859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1285.6243896484375,
 | 
			
		||||
                "y": 726.32373046875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.17494119703769684,
 | 
			
		||||
                "e01": -0.4072752594947815,
 | 
			
		||||
                "e02": -0.8963941335678101,
 | 
			
		||||
                "e03": -2.031996965408325,
 | 
			
		||||
                "e10": 0.9817010164260864,
 | 
			
		||||
                "e11": -0.002594058169052005,
 | 
			
		||||
                "e12": -0.19041116535663605,
 | 
			
		||||
                "e13": -1.4524781703948975,
 | 
			
		||||
                "e20": 0.07522445917129517,
 | 
			
		||||
                "e21": -0.9133017659187317,
 | 
			
		||||
                "e22": 0.4002763330936432,
 | 
			
		||||
                "e23": 0.14448893070220947,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.909309148788452,
 | 
			
		||||
            "nearClip": 1.1148117780685425
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.002654194599017501,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.20302113890647888,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4532453119754791
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1496.1097412109375,
 | 
			
		||||
                "y": 1495.4033203125
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1274.7603759765625,
 | 
			
		||||
                "y": 723.102294921875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.7368024587631226,
 | 
			
		||||
                "e01": -0.10684210807085037,
 | 
			
		||||
                "e02": 0.6676127910614014,
 | 
			
		||||
                "e03": 1.5086183547973633,
 | 
			
		||||
                "e10": -0.03835581988096237,
 | 
			
		||||
                "e11": 0.9792395234107971,
 | 
			
		||||
                "e12": 0.19904454052448273,
 | 
			
		||||
                "e13": -0.4446754455566406,
 | 
			
		||||
                "e20": -0.6750192046165466,
 | 
			
		||||
                "e21": -0.17226335406303406,
 | 
			
		||||
                "e22": 0.7174081206321716,
 | 
			
		||||
                "e23": 1.148557186126709,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 3.0991172790527344,
 | 
			
		||||
            "nearClip": 1.2153067588806152
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0027491366490721703,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.9775607585906982,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.022439278662204742,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1495.0631103515625,
 | 
			
		||||
                "y": 1494.4176025390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1267.37890625,
 | 
			
		||||
                "y": 736.1304321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.18193583190441132,
 | 
			
		||||
                "e01": -0.9022316336631775,
 | 
			
		||||
                "e02": 0.39099544286727905,
 | 
			
		||||
                "e03": 0.6211448907852173,
 | 
			
		||||
                "e10": 0.9682206511497498,
 | 
			
		||||
                "e11": 0.09497898072004318,
 | 
			
		||||
                "e12": -0.23136073350906372,
 | 
			
		||||
                "e13": -1.3657952547073364,
 | 
			
		||||
                "e20": 0.17160463333129883,
 | 
			
		||||
                "e21": 0.42066267132759094,
 | 
			
		||||
                "e22": 0.8908393383026123,
 | 
			
		||||
                "e23": 1.283046007156372,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6220579147338867,
 | 
			
		||||
            "nearClip": 0.8033050894737244
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "textureHeight": 2048,
 | 
			
		||||
    "textureWidth": 2016
 | 
			
		||||
}
 | 
			
		||||
@ -1,7 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 13d7616eb2ac304478b3519e1d940afc
 | 
			
		||||
TextScriptImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 1.1 MiB  | 
@ -1,140 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 387b02e1c5dee78468539fb47368e87d
 | 
			
		||||
TextureImporter:
 | 
			
		||||
  internalIDToNameTable: []
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  serializedVersion: 12
 | 
			
		||||
  mipmaps:
 | 
			
		||||
    mipMapMode: 0
 | 
			
		||||
    enableMipMap: 1
 | 
			
		||||
    sRGBTexture: 1
 | 
			
		||||
    linearTexture: 0
 | 
			
		||||
    fadeOut: 0
 | 
			
		||||
    borderMipMap: 0
 | 
			
		||||
    mipMapsPreserveCoverage: 0
 | 
			
		||||
    alphaTestReferenceValue: 0.5
 | 
			
		||||
    mipMapFadeDistanceStart: 1
 | 
			
		||||
    mipMapFadeDistanceEnd: 3
 | 
			
		||||
  bumpmap:
 | 
			
		||||
    convertToNormalMap: 0
 | 
			
		||||
    externalNormalMap: 0
 | 
			
		||||
    heightScale: 0.25
 | 
			
		||||
    normalMapFilter: 0
 | 
			
		||||
    flipGreenChannel: 0
 | 
			
		||||
  isReadable: 0
 | 
			
		||||
  streamingMipmaps: 0
 | 
			
		||||
  streamingMipmapsPriority: 0
 | 
			
		||||
  vTOnly: 0
 | 
			
		||||
  ignoreMipmapLimit: 0
 | 
			
		||||
  grayScaleToAlpha: 0
 | 
			
		||||
  generateCubemap: 6
 | 
			
		||||
  cubemapConvolution: 0
 | 
			
		||||
  seamlessCubemap: 0
 | 
			
		||||
  textureFormat: 1
 | 
			
		||||
  maxTextureSize: 2048
 | 
			
		||||
  textureSettings:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    filterMode: 1
 | 
			
		||||
    aniso: 1
 | 
			
		||||
    mipBias: 0
 | 
			
		||||
    wrapU: 0
 | 
			
		||||
    wrapV: 0
 | 
			
		||||
    wrapW: 0
 | 
			
		||||
  nPOTScale: 1
 | 
			
		||||
  lightmap: 0
 | 
			
		||||
  compressionQuality: 50
 | 
			
		||||
  spriteMode: 0
 | 
			
		||||
  spriteExtrude: 1
 | 
			
		||||
  spriteMeshType: 1
 | 
			
		||||
  alignment: 0
 | 
			
		||||
  spritePivot: {x: 0.5, y: 0.5}
 | 
			
		||||
  spritePixelsToUnits: 100
 | 
			
		||||
  spriteBorder: {x: 0, y: 0, z: 0, w: 0}
 | 
			
		||||
  spriteGenerateFallbackPhysicsShape: 1
 | 
			
		||||
  alphaUsage: 1
 | 
			
		||||
  alphaIsTransparency: 0
 | 
			
		||||
  spriteTessellationDetail: -1
 | 
			
		||||
  textureType: 0
 | 
			
		||||
  textureShape: 1
 | 
			
		||||
  singleChannelComponent: 0
 | 
			
		||||
  flipbookRows: 1
 | 
			
		||||
  flipbookColumns: 1
 | 
			
		||||
  maxTextureSizeSet: 0
 | 
			
		||||
  compressionQualitySet: 0
 | 
			
		||||
  textureFormatSet: 0
 | 
			
		||||
  ignorePngGamma: 0
 | 
			
		||||
  applyGammaDecoding: 0
 | 
			
		||||
  swizzle: 50462976
 | 
			
		||||
  cookieLightType: 0
 | 
			
		||||
  platformSettings:
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: DefaultTexturePlatform
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Standalone
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Android
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Server
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  spriteSheet:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    sprites: []
 | 
			
		||||
    outline: []
 | 
			
		||||
    physicsShape: []
 | 
			
		||||
    bones: []
 | 
			
		||||
    spriteID: 
 | 
			
		||||
    internalID: 0
 | 
			
		||||
    vertices: []
 | 
			
		||||
    indices: 
 | 
			
		||||
    edges: []
 | 
			
		||||
    weights: []
 | 
			
		||||
    secondaryTextures: []
 | 
			
		||||
    nameFileIdTable: {}
 | 
			
		||||
  mipmapLimitGroupName: 
 | 
			
		||||
  pSDRemoveMatte: 0
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
@ -1,275 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "_versionMajor": 0,
 | 
			
		||||
    "_versionMinor": 5,
 | 
			
		||||
    "boundsCenter": {
 | 
			
		||||
        "x": -0.05804443359375,
 | 
			
		||||
        "y": -1.0,
 | 
			
		||||
        "z": -0.2464003562927246
 | 
			
		||||
    },
 | 
			
		||||
    "boundsSize": {
 | 
			
		||||
        "x": 1.1160888671875,
 | 
			
		||||
        "y": 2.0,
 | 
			
		||||
        "z": 1.0323362350463867
 | 
			
		||||
    },
 | 
			
		||||
    "defaultReconstructionSettings": {
 | 
			
		||||
        "depthBiasAdjustment": 0.0,
 | 
			
		||||
        "edgeMaskBlurAmount": 0.0165338646620512,
 | 
			
		||||
        "edgeMaskSobelMultiplier": 25.100601196289063,
 | 
			
		||||
        "surfaceNormalColorBlendPower": 2.411358594894409,
 | 
			
		||||
        "viewDependentColorBlendPower": 5.379486083984375
 | 
			
		||||
    },
 | 
			
		||||
    "format": "perpixel",
 | 
			
		||||
    "numAngles": 6,
 | 
			
		||||
    "numColumns": 3,
 | 
			
		||||
    "numRows": 2,
 | 
			
		||||
    "perspectives": [
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0029367562383413315,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.7376018762588501,
 | 
			
		||||
                "x": 0.09644131362438202,
 | 
			
		||||
                "y": 0.2623981237411499,
 | 
			
		||||
                "z": 0.9035587310791016
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.3175048828125,
 | 
			
		||||
                "y": 1499.0972900390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1275.4683837890625,
 | 
			
		||||
                "y": 718.2286987304688
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.32180747389793396,
 | 
			
		||||
                "e01": 0.0007329394575208426,
 | 
			
		||||
                "e02": 0.9468048214912415,
 | 
			
		||||
                "e03": 1.619429588317871,
 | 
			
		||||
                "e10": -0.9467655420303345,
 | 
			
		||||
                "e11": 0.008894646540284157,
 | 
			
		||||
                "e12": -0.32180100679397583,
 | 
			
		||||
                "e13": -1.4947996139526367,
 | 
			
		||||
                "e20": -0.008657354861497879,
 | 
			
		||||
                "e21": -0.99996018409729,
 | 
			
		||||
                "e22": -0.002168441889807582,
 | 
			
		||||
                "e23": 0.07123926281929016,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.5980582237243652,
 | 
			
		||||
            "nearClip": 0.8954994678497314
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0024602424819022417,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.2693980634212494,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4183237552642822
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1505.5750732421875,
 | 
			
		||||
                "y": 1504.5609130859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1280.892578125,
 | 
			
		||||
                "y": 728.7554321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.6473193764686584,
 | 
			
		||||
                "e01": 0.19083306193351746,
 | 
			
		||||
                "e02": -0.7379433512687683,
 | 
			
		||||
                "e03": -1.8117287158966064,
 | 
			
		||||
                "e10": 0.04852348566055298,
 | 
			
		||||
                "e11": 0.9558703899383545,
 | 
			
		||||
                "e12": 0.2897537648677826,
 | 
			
		||||
                "e13": -0.4360555410385132,
 | 
			
		||||
                "e20": 0.7606728076934814,
 | 
			
		||||
                "e21": -0.22337080538272858,
 | 
			
		||||
                "e22": 0.6094935536384583,
 | 
			
		||||
                "e23": 1.3320561647415161,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 3.435743570327759,
 | 
			
		||||
            "nearClip": 1.403423547744751
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0025887174997478724,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.6989790201187134,
 | 
			
		||||
                "x": 0.11748478561639786,
 | 
			
		||||
                "y": 0.30102095007896423,
 | 
			
		||||
                "z": 0.8825152516365051
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1498.4473876953125,
 | 
			
		||||
                "y": 1497.11083984375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1265.181884765625,
 | 
			
		||||
                "y": 722.2222290039063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.07454666495323181,
 | 
			
		||||
                "e01": 0.9283208250999451,
 | 
			
		||||
                "e02": -0.364229679107666,
 | 
			
		||||
                "e03": -1.0427669286727905,
 | 
			
		||||
                "e10": -0.9500028491020203,
 | 
			
		||||
                "e11": -0.04494527727365494,
 | 
			
		||||
                "e12": -0.30898958444595337,
 | 
			
		||||
                "e13": -1.3992159366607666,
 | 
			
		||||
                "e20": -0.30321186780929565,
 | 
			
		||||
                "e21": 0.36905336380004883,
 | 
			
		||||
                "e22": 0.8785568475723267,
 | 
			
		||||
                "e23": 1.3279074430465698,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.830867052078247,
 | 
			
		||||
            "nearClip": 0.8994088768959045
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0027862954884767532,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.6770292520523071,
 | 
			
		||||
                "x": 0.09420947730541229,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.8735345602035522
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.8951416015625,
 | 
			
		||||
                "y": 1500.4202880859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1285.6243896484375,
 | 
			
		||||
                "y": 726.32373046875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.17494119703769684,
 | 
			
		||||
                "e01": -0.4072752594947815,
 | 
			
		||||
                "e02": -0.8963941335678101,
 | 
			
		||||
                "e03": -2.031996965408325,
 | 
			
		||||
                "e10": 0.9817010164260864,
 | 
			
		||||
                "e11": -0.002594058169052005,
 | 
			
		||||
                "e12": -0.19041116535663605,
 | 
			
		||||
                "e13": -1.4524781703948975,
 | 
			
		||||
                "e20": 0.07522445917129517,
 | 
			
		||||
                "e21": -0.9133017659187317,
 | 
			
		||||
                "e22": 0.4002763330936432,
 | 
			
		||||
                "e23": 0.14448893070220947,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.909309148788452,
 | 
			
		||||
            "nearClip": 1.1148117780685425
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.002654194599017501,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.20302113890647888,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4532453119754791
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1496.1097412109375,
 | 
			
		||||
                "y": 1495.4033203125
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1274.7603759765625,
 | 
			
		||||
                "y": 723.102294921875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.7368024587631226,
 | 
			
		||||
                "e01": -0.10684210807085037,
 | 
			
		||||
                "e02": 0.6676127910614014,
 | 
			
		||||
                "e03": 1.5086183547973633,
 | 
			
		||||
                "e10": -0.03835581988096237,
 | 
			
		||||
                "e11": 0.9792395234107971,
 | 
			
		||||
                "e12": 0.19904454052448273,
 | 
			
		||||
                "e13": -0.4446754455566406,
 | 
			
		||||
                "e20": -0.6750192046165466,
 | 
			
		||||
                "e21": -0.17226335406303406,
 | 
			
		||||
                "e22": 0.7174081206321716,
 | 
			
		||||
                "e23": 1.148557186126709,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 3.0991172790527344,
 | 
			
		||||
            "nearClip": 1.2153067588806152
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0027491366490721703,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.9775607585906982,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.022439278662204742,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1495.0631103515625,
 | 
			
		||||
                "y": 1494.4176025390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1267.37890625,
 | 
			
		||||
                "y": 736.1304321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.18193583190441132,
 | 
			
		||||
                "e01": -0.9022316336631775,
 | 
			
		||||
                "e02": 0.39099544286727905,
 | 
			
		||||
                "e03": 0.6211448907852173,
 | 
			
		||||
                "e10": 0.9682206511497498,
 | 
			
		||||
                "e11": 0.09497898072004318,
 | 
			
		||||
                "e12": -0.23136073350906372,
 | 
			
		||||
                "e13": -1.3657952547073364,
 | 
			
		||||
                "e20": 0.17160463333129883,
 | 
			
		||||
                "e21": 0.42066267132759094,
 | 
			
		||||
                "e22": 0.8908393383026123,
 | 
			
		||||
                "e23": 1.283046007156372,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6220579147338867,
 | 
			
		||||
            "nearClip": 0.8033050894737244
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "textureHeight": 2048,
 | 
			
		||||
    "textureWidth": 2016
 | 
			
		||||
}
 | 
			
		||||
@ -1,7 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 03426fa0887ab46408f1964d24e421e6
 | 
			
		||||
TextScriptImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 1.1 MiB  | 
@ -1,140 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 14b6ddc4a279ba146a08276eaf7295c1
 | 
			
		||||
TextureImporter:
 | 
			
		||||
  internalIDToNameTable: []
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  serializedVersion: 12
 | 
			
		||||
  mipmaps:
 | 
			
		||||
    mipMapMode: 0
 | 
			
		||||
    enableMipMap: 1
 | 
			
		||||
    sRGBTexture: 1
 | 
			
		||||
    linearTexture: 0
 | 
			
		||||
    fadeOut: 0
 | 
			
		||||
    borderMipMap: 0
 | 
			
		||||
    mipMapsPreserveCoverage: 0
 | 
			
		||||
    alphaTestReferenceValue: 0.5
 | 
			
		||||
    mipMapFadeDistanceStart: 1
 | 
			
		||||
    mipMapFadeDistanceEnd: 3
 | 
			
		||||
  bumpmap:
 | 
			
		||||
    convertToNormalMap: 0
 | 
			
		||||
    externalNormalMap: 0
 | 
			
		||||
    heightScale: 0.25
 | 
			
		||||
    normalMapFilter: 0
 | 
			
		||||
    flipGreenChannel: 0
 | 
			
		||||
  isReadable: 0
 | 
			
		||||
  streamingMipmaps: 0
 | 
			
		||||
  streamingMipmapsPriority: 0
 | 
			
		||||
  vTOnly: 0
 | 
			
		||||
  ignoreMipmapLimit: 0
 | 
			
		||||
  grayScaleToAlpha: 0
 | 
			
		||||
  generateCubemap: 6
 | 
			
		||||
  cubemapConvolution: 0
 | 
			
		||||
  seamlessCubemap: 0
 | 
			
		||||
  textureFormat: 1
 | 
			
		||||
  maxTextureSize: 2048
 | 
			
		||||
  textureSettings:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    filterMode: 1
 | 
			
		||||
    aniso: 1
 | 
			
		||||
    mipBias: 0
 | 
			
		||||
    wrapU: 0
 | 
			
		||||
    wrapV: 0
 | 
			
		||||
    wrapW: 0
 | 
			
		||||
  nPOTScale: 1
 | 
			
		||||
  lightmap: 0
 | 
			
		||||
  compressionQuality: 50
 | 
			
		||||
  spriteMode: 0
 | 
			
		||||
  spriteExtrude: 1
 | 
			
		||||
  spriteMeshType: 1
 | 
			
		||||
  alignment: 0
 | 
			
		||||
  spritePivot: {x: 0.5, y: 0.5}
 | 
			
		||||
  spritePixelsToUnits: 100
 | 
			
		||||
  spriteBorder: {x: 0, y: 0, z: 0, w: 0}
 | 
			
		||||
  spriteGenerateFallbackPhysicsShape: 1
 | 
			
		||||
  alphaUsage: 1
 | 
			
		||||
  alphaIsTransparency: 0
 | 
			
		||||
  spriteTessellationDetail: -1
 | 
			
		||||
  textureType: 0
 | 
			
		||||
  textureShape: 1
 | 
			
		||||
  singleChannelComponent: 0
 | 
			
		||||
  flipbookRows: 1
 | 
			
		||||
  flipbookColumns: 1
 | 
			
		||||
  maxTextureSizeSet: 0
 | 
			
		||||
  compressionQualitySet: 0
 | 
			
		||||
  textureFormatSet: 0
 | 
			
		||||
  ignorePngGamma: 0
 | 
			
		||||
  applyGammaDecoding: 0
 | 
			
		||||
  swizzle: 50462976
 | 
			
		||||
  cookieLightType: 0
 | 
			
		||||
  platformSettings:
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: DefaultTexturePlatform
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Standalone
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Android
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Server
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  spriteSheet:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    sprites: []
 | 
			
		||||
    outline: []
 | 
			
		||||
    physicsShape: []
 | 
			
		||||
    bones: []
 | 
			
		||||
    spriteID: 
 | 
			
		||||
    internalID: 0
 | 
			
		||||
    vertices: []
 | 
			
		||||
    indices: 
 | 
			
		||||
    edges: []
 | 
			
		||||
    weights: []
 | 
			
		||||
    secondaryTextures: []
 | 
			
		||||
    nameFileIdTable: {}
 | 
			
		||||
  mipmapLimitGroupName: 
 | 
			
		||||
  pSDRemoveMatte: 0
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
@ -1,275 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "_versionMajor": 0,
 | 
			
		||||
    "_versionMinor": 5,
 | 
			
		||||
    "boundsCenter": {
 | 
			
		||||
        "x": -0.05804443359375,
 | 
			
		||||
        "y": -1.0,
 | 
			
		||||
        "z": -0.2464003562927246
 | 
			
		||||
    },
 | 
			
		||||
    "boundsSize": {
 | 
			
		||||
        "x": 1.1160888671875,
 | 
			
		||||
        "y": 2.0,
 | 
			
		||||
        "z": 1.0323362350463867
 | 
			
		||||
    },
 | 
			
		||||
    "defaultReconstructionSettings": {
 | 
			
		||||
        "depthBiasAdjustment": 0.0,
 | 
			
		||||
        "edgeMaskBlurAmount": 0.0165338646620512,
 | 
			
		||||
        "edgeMaskSobelMultiplier": 25.100601196289063,
 | 
			
		||||
        "surfaceNormalColorBlendPower": 2.411358594894409,
 | 
			
		||||
        "viewDependentColorBlendPower": 5.379486083984375
 | 
			
		||||
    },
 | 
			
		||||
    "format": "perpixel",
 | 
			
		||||
    "numAngles": 6,
 | 
			
		||||
    "numColumns": 3,
 | 
			
		||||
    "numRows": 2,
 | 
			
		||||
    "perspectives": [
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0029367562383413315,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.7376018762588501,
 | 
			
		||||
                "x": 0.09644131362438202,
 | 
			
		||||
                "y": 0.2623981237411499,
 | 
			
		||||
                "z": 0.9035587310791016
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.3175048828125,
 | 
			
		||||
                "y": 1499.0972900390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1275.4683837890625,
 | 
			
		||||
                "y": 718.2286987304688
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.32180747389793396,
 | 
			
		||||
                "e01": 0.0007329394575208426,
 | 
			
		||||
                "e02": 0.9468048214912415,
 | 
			
		||||
                "e03": 1.619429588317871,
 | 
			
		||||
                "e10": -0.9467655420303345,
 | 
			
		||||
                "e11": 0.008894646540284157,
 | 
			
		||||
                "e12": -0.32180100679397583,
 | 
			
		||||
                "e13": -1.4947996139526367,
 | 
			
		||||
                "e20": -0.008657354861497879,
 | 
			
		||||
                "e21": -0.99996018409729,
 | 
			
		||||
                "e22": -0.002168441889807582,
 | 
			
		||||
                "e23": 0.07123926281929016,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.5980582237243652,
 | 
			
		||||
            "nearClip": 0.8954994678497314
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0024602424819022417,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.2693980634212494,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4183237552642822
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1505.5750732421875,
 | 
			
		||||
                "y": 1504.5609130859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1280.892578125,
 | 
			
		||||
                "y": 728.7554321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.6473193764686584,
 | 
			
		||||
                "e01": 0.19083306193351746,
 | 
			
		||||
                "e02": -0.7379433512687683,
 | 
			
		||||
                "e03": -1.8117287158966064,
 | 
			
		||||
                "e10": 0.04852348566055298,
 | 
			
		||||
                "e11": 0.9558703899383545,
 | 
			
		||||
                "e12": 0.2897537648677826,
 | 
			
		||||
                "e13": -0.4360555410385132,
 | 
			
		||||
                "e20": 0.7606728076934814,
 | 
			
		||||
                "e21": -0.22337080538272858,
 | 
			
		||||
                "e22": 0.6094935536384583,
 | 
			
		||||
                "e23": 1.3320561647415161,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 3.435743570327759,
 | 
			
		||||
            "nearClip": 1.403423547744751
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0025887174997478724,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.6989790201187134,
 | 
			
		||||
                "x": 0.11748478561639786,
 | 
			
		||||
                "y": 0.30102095007896423,
 | 
			
		||||
                "z": 0.8825152516365051
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1498.4473876953125,
 | 
			
		||||
                "y": 1497.11083984375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1265.181884765625,
 | 
			
		||||
                "y": 722.2222290039063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.07454666495323181,
 | 
			
		||||
                "e01": 0.9283208250999451,
 | 
			
		||||
                "e02": -0.364229679107666,
 | 
			
		||||
                "e03": -1.0427669286727905,
 | 
			
		||||
                "e10": -0.9500028491020203,
 | 
			
		||||
                "e11": -0.04494527727365494,
 | 
			
		||||
                "e12": -0.30898958444595337,
 | 
			
		||||
                "e13": -1.3992159366607666,
 | 
			
		||||
                "e20": -0.30321186780929565,
 | 
			
		||||
                "e21": 0.36905336380004883,
 | 
			
		||||
                "e22": 0.8785568475723267,
 | 
			
		||||
                "e23": 1.3279074430465698,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.830867052078247,
 | 
			
		||||
            "nearClip": 0.8994088768959045
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0027862954884767532,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.6770292520523071,
 | 
			
		||||
                "x": 0.09420947730541229,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.8735345602035522
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.8951416015625,
 | 
			
		||||
                "y": 1500.4202880859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1285.6243896484375,
 | 
			
		||||
                "y": 726.32373046875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.17494119703769684,
 | 
			
		||||
                "e01": -0.4072752594947815,
 | 
			
		||||
                "e02": -0.8963941335678101,
 | 
			
		||||
                "e03": -2.031996965408325,
 | 
			
		||||
                "e10": 0.9817010164260864,
 | 
			
		||||
                "e11": -0.002594058169052005,
 | 
			
		||||
                "e12": -0.19041116535663605,
 | 
			
		||||
                "e13": -1.4524781703948975,
 | 
			
		||||
                "e20": 0.07522445917129517,
 | 
			
		||||
                "e21": -0.9133017659187317,
 | 
			
		||||
                "e22": 0.4002763330936432,
 | 
			
		||||
                "e23": 0.14448893070220947,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.909309148788452,
 | 
			
		||||
            "nearClip": 1.1148117780685425
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.002654194599017501,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.20302113890647888,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4532453119754791
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1496.1097412109375,
 | 
			
		||||
                "y": 1495.4033203125
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1274.7603759765625,
 | 
			
		||||
                "y": 723.102294921875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.7368024587631226,
 | 
			
		||||
                "e01": -0.10684210807085037,
 | 
			
		||||
                "e02": 0.6676127910614014,
 | 
			
		||||
                "e03": 1.5086183547973633,
 | 
			
		||||
                "e10": -0.03835581988096237,
 | 
			
		||||
                "e11": 0.9792395234107971,
 | 
			
		||||
                "e12": 0.19904454052448273,
 | 
			
		||||
                "e13": -0.4446754455566406,
 | 
			
		||||
                "e20": -0.6750192046165466,
 | 
			
		||||
                "e21": -0.17226335406303406,
 | 
			
		||||
                "e22": 0.7174081206321716,
 | 
			
		||||
                "e23": 1.148557186126709,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 3.0991172790527344,
 | 
			
		||||
            "nearClip": 1.2153067588806152
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0027491366490721703,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.9775607585906982,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.022439278662204742,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1495.0631103515625,
 | 
			
		||||
                "y": 1494.4176025390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1267.37890625,
 | 
			
		||||
                "y": 736.1304321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.18193583190441132,
 | 
			
		||||
                "e01": -0.9022316336631775,
 | 
			
		||||
                "e02": 0.39099544286727905,
 | 
			
		||||
                "e03": 0.6211448907852173,
 | 
			
		||||
                "e10": 0.9682206511497498,
 | 
			
		||||
                "e11": 0.09497898072004318,
 | 
			
		||||
                "e12": -0.23136073350906372,
 | 
			
		||||
                "e13": -1.3657952547073364,
 | 
			
		||||
                "e20": 0.17160463333129883,
 | 
			
		||||
                "e21": 0.42066267132759094,
 | 
			
		||||
                "e22": 0.8908393383026123,
 | 
			
		||||
                "e23": 1.283046007156372,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6220579147338867,
 | 
			
		||||
            "nearClip": 0.8033050894737244
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "textureHeight": 2048,
 | 
			
		||||
    "textureWidth": 2016
 | 
			
		||||
}
 | 
			
		||||
@ -1,7 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 9947a4d0d3c0f4443af116e14a39517c
 | 
			
		||||
TextScriptImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
@ -10,7 +10,7 @@ PrefabInstance:
 | 
			
		||||
    m_Modifications:
 | 
			
		||||
    - target: {fileID: 854237334161607345, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_Name
 | 
			
		||||
      value: Zugabteil.Szenenwahl.1
 | 
			
		||||
      value: Szenenwahl.1.Zugabteil
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 1365681918043619720, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_VideoClip
 | 
			
		||||
@ -459,26 +459,26 @@ PrefabInstance:
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_poster
 | 
			
		||||
      value: 
 | 
			
		||||
      objectReference: {fileID: 2800000, guid: 8e6305b9a60caec409e77a62c1b81308, type: 3}
 | 
			
		||||
      objectReference: {fileID: 2800000, guid: 9359a15b3cf50d2408cfbeeb457f1a72, type: 3}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadataFile
 | 
			
		||||
      value: 
 | 
			
		||||
      objectReference: {fileID: 4900000, guid: f6722e7c0d4bc304a978524b2ea10c5e, type: 3}
 | 
			
		||||
      objectReference: {fileID: 4900000, guid: bd7a8a877c1ef894d8ad4f43dfad66e5, type: 3}
 | 
			
		||||
    - 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
 | 
			
		||||
      value: 1
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.numAngles
 | 
			
		||||
      value: 6
 | 
			
		||||
      value: 2
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.numColumns
 | 
			
		||||
      value: 3
 | 
			
		||||
      value: 2
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.boundsSize.x
 | 
			
		||||
@ -486,15 +486,15 @@ PrefabInstance:
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.boundsSize.y
 | 
			
		||||
      value: 2
 | 
			
		||||
      value: 1.2278414
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.boundsSize.z
 | 
			
		||||
      value: 1.1236382
 | 
			
		||||
      value: 0.85148907
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.textureWidth
 | 
			
		||||
      value: 2016
 | 
			
		||||
      value: 2048
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata._versionMinor
 | 
			
		||||
@ -510,15 +510,15 @@ PrefabInstance:
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.boundsCenter.y
 | 
			
		||||
      value: 1
 | 
			
		||||
      value: 0.6139207
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.boundsCenter.z
 | 
			
		||||
      value: -0.0054273605
 | 
			
		||||
      value: 0.114750385
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectivesCount
 | 
			
		||||
      value: 6
 | 
			
		||||
      value: 2
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_perspectiveDataBuffer.m_name
 | 
			
		||||
@ -526,35 +526,39 @@ PrefabInstance:
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.size
 | 
			
		||||
      value: 6
 | 
			
		||||
      value: 2
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].crop.w
 | 
			
		||||
      value: 1
 | 
			
		||||
      value: 0.69283545
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].crop.x
 | 
			
		||||
      value: 0.14487985
 | 
			
		||||
      value: 0.097635224
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].crop.y
 | 
			
		||||
      value: 0
 | 
			
		||||
      value: 0.30716455
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].crop.z
 | 
			
		||||
      value: 0.8551202
 | 
			
		||||
      value: 0.53454465
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].crop.w
 | 
			
		||||
      value: 1
 | 
			
		||||
      value: 0.7916265
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].crop.x
 | 
			
		||||
      value: 0.28993636
 | 
			
		||||
      value: 0.38338917
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].crop.y
 | 
			
		||||
      value: 0.20837349
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].crop.z
 | 
			
		||||
      value: 0.46580505
 | 
			
		||||
      value: 0.61443794
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[2].crop.w
 | 
			
		||||
@ -610,11 +614,11 @@ PrefabInstance:
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].farClip
 | 
			
		||||
      value: 2.6411853
 | 
			
		||||
      value: 2.5828905
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].farClip
 | 
			
		||||
      value: 3.2029595
 | 
			
		||||
      value: 2.4417694
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[2].farClip
 | 
			
		||||
@ -634,11 +638,11 @@ PrefabInstance:
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].nearClip
 | 
			
		||||
      value: 1.0333862
 | 
			
		||||
      value: 1.0854357
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].nearClip
 | 
			
		||||
      value: 1.1890019
 | 
			
		||||
      value: 1.0019836
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[2].nearClip
 | 
			
		||||
@ -658,11 +662,11 @@ PrefabInstance:
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].clipEpsilon
 | 
			
		||||
      value: 0.0031098414
 | 
			
		||||
      value: 0.0033389989
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].clipEpsilon
 | 
			
		||||
      value: 0.002482674
 | 
			
		||||
      value: 0.003472739
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[2].clipEpsilon
 | 
			
		||||
@ -682,75 +686,75 @@ PrefabInstance:
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].cameraCenter.x
 | 
			
		||||
      value: 1.6194296
 | 
			
		||||
      value: -1.0427669
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].cameraCenter.y
 | 
			
		||||
      value: 1.4947996
 | 
			
		||||
      value: 1.3992159
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].cameraCenter.z
 | 
			
		||||
      value: -0.07123926
 | 
			
		||||
      value: -1.3279074
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].cameraNormal.x
 | 
			
		||||
      value: -0.9468049
 | 
			
		||||
      value: 0.3642297
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].cameraNormal.y
 | 
			
		||||
      value: -0.32180104
 | 
			
		||||
      value: -0.3089896
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].cameraNormal.z
 | 
			
		||||
      value: -0.0021684421
 | 
			
		||||
      value: 0.8785569
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e00
 | 
			
		||||
      value: -0.32180747
 | 
			
		||||
      value: 0.074546665
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e01
 | 
			
		||||
      value: -0.00073293946
 | 
			
		||||
      value: -0.9283208
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e02
 | 
			
		||||
      value: -0.9468048
 | 
			
		||||
      value: 0.36422968
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e03
 | 
			
		||||
      value: 1.6194296
 | 
			
		||||
      value: -1.0427669
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e10
 | 
			
		||||
      value: 0.94676554
 | 
			
		||||
      value: 0.95000285
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e11
 | 
			
		||||
      value: 0.008894647
 | 
			
		||||
      value: -0.044945277
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e12
 | 
			
		||||
      value: -0.321801
 | 
			
		||||
      value: -0.30898958
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e13
 | 
			
		||||
      value: 1.4947996
 | 
			
		||||
      value: 1.3992159
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e20
 | 
			
		||||
      value: 0.008657355
 | 
			
		||||
      value: 0.30321187
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e21
 | 
			
		||||
      value: -0.9999602
 | 
			
		||||
      value: 0.36905336
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e22
 | 
			
		||||
      value: -0.002168442
 | 
			
		||||
      value: 0.87855685
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e23
 | 
			
		||||
      value: -0.07123926
 | 
			
		||||
      value: -1.3279074
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e33
 | 
			
		||||
@ -758,75 +762,75 @@ PrefabInstance:
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].cameraCenter.x
 | 
			
		||||
      value: -1.8117287
 | 
			
		||||
      value: 0.6211449
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].cameraCenter.y
 | 
			
		||||
      value: 0.43605554
 | 
			
		||||
      value: 1.3657953
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].cameraCenter.z
 | 
			
		||||
      value: -1.3320562
 | 
			
		||||
      value: -1.283046
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].cameraNormal.x
 | 
			
		||||
      value: 0.73794335
 | 
			
		||||
      value: -0.39099547
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].cameraNormal.y
 | 
			
		||||
      value: 0.28975376
 | 
			
		||||
      value: -0.23136075
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].cameraNormal.z
 | 
			
		||||
      value: 0.60949355
 | 
			
		||||
      value: 0.8908394
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e00
 | 
			
		||||
      value: 0.6473194
 | 
			
		||||
      value: 0.18193583
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e01
 | 
			
		||||
      value: -0.19083306
 | 
			
		||||
      value: 0.90223163
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e02
 | 
			
		||||
      value: 0.73794335
 | 
			
		||||
      value: -0.39099544
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e03
 | 
			
		||||
      value: -1.8117287
 | 
			
		||||
      value: 0.6211449
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e10
 | 
			
		||||
      value: -0.048523486
 | 
			
		||||
      value: -0.96822065
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e11
 | 
			
		||||
      value: 0.9558704
 | 
			
		||||
      value: 0.09497898
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e12
 | 
			
		||||
      value: 0.28975376
 | 
			
		||||
      value: -0.23136073
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e13
 | 
			
		||||
      value: 0.43605554
 | 
			
		||||
      value: 1.3657953
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e20
 | 
			
		||||
      value: -0.7606728
 | 
			
		||||
      value: -0.17160463
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e21
 | 
			
		||||
      value: -0.2233708
 | 
			
		||||
      value: 0.42066267
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e22
 | 
			
		||||
      value: 0.60949355
 | 
			
		||||
      value: 0.89083934
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e23
 | 
			
		||||
      value: -1.3320562
 | 
			
		||||
      value: -1.283046
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e33
 | 
			
		||||
@ -1186,51 +1190,51 @@ PrefabInstance:
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e00
 | 
			
		||||
      value: -0.32180747
 | 
			
		||||
      value: 0.07454668
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e01
 | 
			
		||||
      value: 0.94676554
 | 
			
		||||
      value: 0.9500028
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e02
 | 
			
		||||
      value: 0.008657356
 | 
			
		||||
      value: 0.30321187
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e03
 | 
			
		||||
      value: -0.8934635
 | 
			
		||||
      value: -0.8488869
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e10
 | 
			
		||||
      value: -0.00073293975
 | 
			
		||||
      value: -0.9283208
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e11
 | 
			
		||||
      value: 0.0088946475
 | 
			
		||||
      value: -0.044945277
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e12
 | 
			
		||||
      value: -0.9999602
 | 
			
		||||
      value: 0.3690534
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e13
 | 
			
		||||
      value: -0.0833452
 | 
			
		||||
      value: -0.41506535
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e20
 | 
			
		||||
      value: -0.9468049
 | 
			
		||||
      value: 0.3642297
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e21
 | 
			
		||||
      value: -0.321801
 | 
			
		||||
      value: -0.30898958
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e22
 | 
			
		||||
      value: -0.0021684421
 | 
			
		||||
      value: 0.8785569
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e23
 | 
			
		||||
      value: 2.0141573
 | 
			
		||||
      value: 1.9787922
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e33
 | 
			
		||||
@ -1238,51 +1242,51 @@ PrefabInstance:
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e00
 | 
			
		||||
      value: 0.6473193
 | 
			
		||||
      value: 0.18193585
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e01
 | 
			
		||||
      value: -0.048523534
 | 
			
		||||
      value: -0.9682206
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e02
 | 
			
		||||
      value: -0.76067275
 | 
			
		||||
      value: -0.1716046
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e03
 | 
			
		||||
      value: 0.18066694
 | 
			
		||||
      value: 0.9892059
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e10
 | 
			
		||||
      value: -0.19083306
 | 
			
		||||
      value: 0.9022317
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e11
 | 
			
		||||
      value: 0.9558705
 | 
			
		||||
      value: 0.09497899
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e12
 | 
			
		||||
      value: -0.2233708
 | 
			
		||||
      value: 0.42066267
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e13
 | 
			
		||||
      value: -1.0600928
 | 
			
		||||
      value: -0.15040883
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e20
 | 
			
		||||
      value: 0.7379433
 | 
			
		||||
      value: -0.39099544
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e21
 | 
			
		||||
      value: 0.28975374
 | 
			
		||||
      value: -0.23136072
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e22
 | 
			
		||||
      value: 0.6094935
 | 
			
		||||
      value: 0.89083934
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e23
 | 
			
		||||
      value: 2.0224838
 | 
			
		||||
      value: 1.7018441
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e33
 | 
			
		||||
@ -1498,19 +1502,19 @@ PrefabInstance:
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].depthFocalLength.x
 | 
			
		||||
      value: 1500.3175
 | 
			
		||||
      value: 1498.4474
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].depthFocalLength.y
 | 
			
		||||
      value: 1499.0973
 | 
			
		||||
      value: 1497.1108
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].depthFocalLength.x
 | 
			
		||||
      value: 1505.5751
 | 
			
		||||
      value: 1495.0631
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].depthFocalLength.y
 | 
			
		||||
      value: 1504.5609
 | 
			
		||||
      value: 1494.4176
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[2].depthFocalLength.x
 | 
			
		||||
@ -1546,23 +1550,23 @@ PrefabInstance:
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.defaultReconstructionSettings.edgeMaskBlurAmount
 | 
			
		||||
      value: 0.01
 | 
			
		||||
      value: 0.011354581
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].depthPrincipalPoint.x
 | 
			
		||||
      value: 1275.4684
 | 
			
		||||
      value: 1265.1819
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[0].depthPrincipalPoint.y
 | 
			
		||||
      value: 718.2287
 | 
			
		||||
      value: 722.2222
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].depthPrincipalPoint.x
 | 
			
		||||
      value: 1280.8926
 | 
			
		||||
      value: 1267.3789
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[1].depthPrincipalPoint.y
 | 
			
		||||
      value: 728.75543
 | 
			
		||||
      value: 736.13043
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.perspectives.Array.data[2].depthPrincipalPoint.x
 | 
			
		||||
@ -1606,7 +1610,7 @@ PrefabInstance:
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.defaultReconstructionSettings.surfaceNormalColorBlendPower
 | 
			
		||||
      value: 2
 | 
			
		||||
      value: 10.001
 | 
			
		||||
      objectReference: {fileID: 0}
 | 
			
		||||
    - target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
 | 
			
		||||
      propertyPath: m_metadata.defaultReconstructionSettings.viewDependentColorBlendPower
 | 
			
		||||
@ -1707,8 +1711,6 @@ MonoBehaviour:
 | 
			
		||||
    useTextTrackSupport: 1
 | 
			
		||||
    useFacebookAudio360Support: 1
 | 
			
		||||
    useAudioDelay: 0
 | 
			
		||||
    bufferedFrameSelection: 0
 | 
			
		||||
    pauseOnPrerollComplete: 0
 | 
			
		||||
    forceAudioOutputDeviceName: 
 | 
			
		||||
    preferredFilters: []
 | 
			
		||||
    _audioMode: 0
 | 
			
		||||
@ -1786,12 +1788,14 @@ MonoBehaviour:
 | 
			
		||||
      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
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 1.0 MiB  | 
@ -1,140 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 1e98703e2549c3149814d1487ab16507
 | 
			
		||||
TextureImporter:
 | 
			
		||||
  internalIDToNameTable: []
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  serializedVersion: 12
 | 
			
		||||
  mipmaps:
 | 
			
		||||
    mipMapMode: 0
 | 
			
		||||
    enableMipMap: 1
 | 
			
		||||
    sRGBTexture: 1
 | 
			
		||||
    linearTexture: 0
 | 
			
		||||
    fadeOut: 0
 | 
			
		||||
    borderMipMap: 0
 | 
			
		||||
    mipMapsPreserveCoverage: 0
 | 
			
		||||
    alphaTestReferenceValue: 0.5
 | 
			
		||||
    mipMapFadeDistanceStart: 1
 | 
			
		||||
    mipMapFadeDistanceEnd: 3
 | 
			
		||||
  bumpmap:
 | 
			
		||||
    convertToNormalMap: 0
 | 
			
		||||
    externalNormalMap: 0
 | 
			
		||||
    heightScale: 0.25
 | 
			
		||||
    normalMapFilter: 0
 | 
			
		||||
    flipGreenChannel: 0
 | 
			
		||||
  isReadable: 0
 | 
			
		||||
  streamingMipmaps: 0
 | 
			
		||||
  streamingMipmapsPriority: 0
 | 
			
		||||
  vTOnly: 0
 | 
			
		||||
  ignoreMipmapLimit: 0
 | 
			
		||||
  grayScaleToAlpha: 0
 | 
			
		||||
  generateCubemap: 6
 | 
			
		||||
  cubemapConvolution: 0
 | 
			
		||||
  seamlessCubemap: 0
 | 
			
		||||
  textureFormat: 1
 | 
			
		||||
  maxTextureSize: 2048
 | 
			
		||||
  textureSettings:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    filterMode: 1
 | 
			
		||||
    aniso: 1
 | 
			
		||||
    mipBias: 0
 | 
			
		||||
    wrapU: 0
 | 
			
		||||
    wrapV: 0
 | 
			
		||||
    wrapW: 0
 | 
			
		||||
  nPOTScale: 1
 | 
			
		||||
  lightmap: 0
 | 
			
		||||
  compressionQuality: 50
 | 
			
		||||
  spriteMode: 0
 | 
			
		||||
  spriteExtrude: 1
 | 
			
		||||
  spriteMeshType: 1
 | 
			
		||||
  alignment: 0
 | 
			
		||||
  spritePivot: {x: 0.5, y: 0.5}
 | 
			
		||||
  spritePixelsToUnits: 100
 | 
			
		||||
  spriteBorder: {x: 0, y: 0, z: 0, w: 0}
 | 
			
		||||
  spriteGenerateFallbackPhysicsShape: 1
 | 
			
		||||
  alphaUsage: 1
 | 
			
		||||
  alphaIsTransparency: 0
 | 
			
		||||
  spriteTessellationDetail: -1
 | 
			
		||||
  textureType: 0
 | 
			
		||||
  textureShape: 1
 | 
			
		||||
  singleChannelComponent: 0
 | 
			
		||||
  flipbookRows: 1
 | 
			
		||||
  flipbookColumns: 1
 | 
			
		||||
  maxTextureSizeSet: 0
 | 
			
		||||
  compressionQualitySet: 0
 | 
			
		||||
  textureFormatSet: 0
 | 
			
		||||
  ignorePngGamma: 0
 | 
			
		||||
  applyGammaDecoding: 0
 | 
			
		||||
  swizzle: 50462976
 | 
			
		||||
  cookieLightType: 0
 | 
			
		||||
  platformSettings:
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: DefaultTexturePlatform
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Standalone
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Android
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Server
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  spriteSheet:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    sprites: []
 | 
			
		||||
    outline: []
 | 
			
		||||
    physicsShape: []
 | 
			
		||||
    bones: []
 | 
			
		||||
    spriteID: 
 | 
			
		||||
    internalID: 0
 | 
			
		||||
    vertices: []
 | 
			
		||||
    indices: 
 | 
			
		||||
    edges: []
 | 
			
		||||
    weights: []
 | 
			
		||||
    secondaryTextures: []
 | 
			
		||||
    nameFileIdTable: {}
 | 
			
		||||
  mipmapLimitGroupName: 
 | 
			
		||||
  pSDRemoveMatte: 0
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
@ -1,275 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "_versionMajor": 0,
 | 
			
		||||
    "_versionMinor": 5,
 | 
			
		||||
    "boundsCenter": {
 | 
			
		||||
        "x": -0.1530594825744629,
 | 
			
		||||
        "y": -1.0,
 | 
			
		||||
        "z": 0.005427360534667969
 | 
			
		||||
    },
 | 
			
		||||
    "boundsSize": {
 | 
			
		||||
        "x": 1.0157957077026367,
 | 
			
		||||
        "y": 2.0,
 | 
			
		||||
        "z": 1.1236381530761719
 | 
			
		||||
    },
 | 
			
		||||
    "defaultReconstructionSettings": {
 | 
			
		||||
        "depthBiasAdjustment": 0.0,
 | 
			
		||||
        "edgeMaskBlurAmount": 0.009999999776482582,
 | 
			
		||||
        "edgeMaskSobelMultiplier": 10.0,
 | 
			
		||||
        "surfaceNormalColorBlendPower": 2.0,
 | 
			
		||||
        "viewDependentColorBlendPower": 0.0010000000474974513
 | 
			
		||||
    },
 | 
			
		||||
    "format": "perpixel",
 | 
			
		||||
    "numAngles": 6,
 | 
			
		||||
    "numColumns": 3,
 | 
			
		||||
    "numRows": 2,
 | 
			
		||||
    "perspectives": [
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0031098413746804,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.14487984776496887,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.8551201820373535
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.3175048828125,
 | 
			
		||||
                "y": 1499.0972900390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1275.4683837890625,
 | 
			
		||||
                "y": 718.2286987304688
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.32180747389793396,
 | 
			
		||||
                "e01": 0.0007329394575208426,
 | 
			
		||||
                "e02": 0.9468048214912415,
 | 
			
		||||
                "e03": 1.619429588317871,
 | 
			
		||||
                "e10": -0.9467655420303345,
 | 
			
		||||
                "e11": 0.008894646540284157,
 | 
			
		||||
                "e12": -0.32180100679397583,
 | 
			
		||||
                "e13": -1.4947996139526367,
 | 
			
		||||
                "e20": -0.008657354861497879,
 | 
			
		||||
                "e21": -0.99996018409729,
 | 
			
		||||
                "e22": -0.002168441889807582,
 | 
			
		||||
                "e23": 0.07123926281929016,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6411852836608887,
 | 
			
		||||
            "nearClip": 1.03338623046875
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0024826740846037865,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.289936363697052,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4658050537109375
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1505.5750732421875,
 | 
			
		||||
                "y": 1504.5609130859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1280.892578125,
 | 
			
		||||
                "y": 728.7554321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.6473193764686584,
 | 
			
		||||
                "e01": 0.19083306193351746,
 | 
			
		||||
                "e02": -0.7379433512687683,
 | 
			
		||||
                "e03": -1.8117287158966064,
 | 
			
		||||
                "e10": 0.04852348566055298,
 | 
			
		||||
                "e11": 0.9558703899383545,
 | 
			
		||||
                "e12": 0.2897537648677826,
 | 
			
		||||
                "e13": -0.4360555410385132,
 | 
			
		||||
                "e20": 0.7606728076934814,
 | 
			
		||||
                "e21": -0.22337080538272858,
 | 
			
		||||
                "e22": 0.6094935536384583,
 | 
			
		||||
                "e23": 1.3320561647415161,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 3.2029595375061035,
 | 
			
		||||
            "nearClip": 1.1890019178390503
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.002531463513150811,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.7013381719589233,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.29866185784339905,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1498.4473876953125,
 | 
			
		||||
                "y": 1497.11083984375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1265.181884765625,
 | 
			
		||||
                "y": 722.2222290039063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.07454666495323181,
 | 
			
		||||
                "e01": 0.9283208250999451,
 | 
			
		||||
                "e02": -0.364229679107666,
 | 
			
		||||
                "e03": -1.0427669286727905,
 | 
			
		||||
                "e10": -0.9500028491020203,
 | 
			
		||||
                "e11": -0.04494527727365494,
 | 
			
		||||
                "e12": -0.30898958444595337,
 | 
			
		||||
                "e13": -1.3992159366607666,
 | 
			
		||||
                "e20": -0.30321186780929565,
 | 
			
		||||
                "e21": 0.36905336380004883,
 | 
			
		||||
                "e22": 0.8785568475723267,
 | 
			
		||||
                "e23": 1.3279074430465698,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.5968565940856934,
 | 
			
		||||
            "nearClip": 0.6217145323753357
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0028716798406094313,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.5660402178764343,
 | 
			
		||||
                "x": 0.044740866869688034,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.9552591443061829
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.8951416015625,
 | 
			
		||||
                "y": 1500.4202880859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1285.6243896484375,
 | 
			
		||||
                "y": 726.32373046875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.17494119703769684,
 | 
			
		||||
                "e01": -0.4072752594947815,
 | 
			
		||||
                "e02": -0.8963941335678101,
 | 
			
		||||
                "e03": -2.031996965408325,
 | 
			
		||||
                "e10": 0.9817010164260864,
 | 
			
		||||
                "e11": -0.002594058169052005,
 | 
			
		||||
                "e12": -0.19041116535663605,
 | 
			
		||||
                "e13": -1.4524781703948975,
 | 
			
		||||
                "e20": 0.07522445917129517,
 | 
			
		||||
                "e21": -0.9133017659187317,
 | 
			
		||||
                "e22": 0.4002763330936432,
 | 
			
		||||
                "e23": 0.14448893070220947,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6966593265533447,
 | 
			
		||||
            "nearClip": 0.9555181860923767
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0026562476996332407,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.0956573486328125,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4937576651573181
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1496.1097412109375,
 | 
			
		||||
                "y": 1495.4033203125
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1274.7603759765625,
 | 
			
		||||
                "y": 723.102294921875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.7368024587631226,
 | 
			
		||||
                "e01": -0.10684210807085037,
 | 
			
		||||
                "e02": 0.6676127910614014,
 | 
			
		||||
                "e03": 1.5086183547973633,
 | 
			
		||||
                "e10": -0.03835581988096237,
 | 
			
		||||
                "e11": 0.9792395234107971,
 | 
			
		||||
                "e12": 0.19904454052448273,
 | 
			
		||||
                "e13": -0.4446754455566406,
 | 
			
		||||
                "e20": -0.6750192046165466,
 | 
			
		||||
                "e21": -0.17226335406303406,
 | 
			
		||||
                "e22": 0.7174081206321716,
 | 
			
		||||
                "e23": 1.148557186126709,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.981159210205078,
 | 
			
		||||
            "nearClip": 1.0988047122955322
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0026869093999266624,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.8748708963394165,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.1251291036605835,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1495.0631103515625,
 | 
			
		||||
                "y": 1494.4176025390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1267.37890625,
 | 
			
		||||
                "y": 736.1304321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.18193583190441132,
 | 
			
		||||
                "e01": -0.9022316336631775,
 | 
			
		||||
                "e02": 0.39099544286727905,
 | 
			
		||||
                "e03": 0.6211448907852173,
 | 
			
		||||
                "e10": 0.9682206511497498,
 | 
			
		||||
                "e11": 0.09497898072004318,
 | 
			
		||||
                "e12": -0.23136073350906372,
 | 
			
		||||
                "e13": -1.3657952547073364,
 | 
			
		||||
                "e20": 0.17160463333129883,
 | 
			
		||||
                "e21": 0.42066267132759094,
 | 
			
		||||
                "e22": 0.8908393383026123,
 | 
			
		||||
                "e23": 1.283046007156372,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.4559309482574463,
 | 
			
		||||
            "nearClip": 0.59505695104599
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "textureHeight": 2048,
 | 
			
		||||
    "textureWidth": 2016
 | 
			
		||||
}
 | 
			
		||||
@ -1,7 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: e4219e7738db920428b6fb42fadf0eb3
 | 
			
		||||
TextScriptImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 1.0 MiB  | 
@ -1,140 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 4ee7145cbc0c2fb46895a279750b7336
 | 
			
		||||
TextureImporter:
 | 
			
		||||
  internalIDToNameTable: []
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  serializedVersion: 12
 | 
			
		||||
  mipmaps:
 | 
			
		||||
    mipMapMode: 0
 | 
			
		||||
    enableMipMap: 1
 | 
			
		||||
    sRGBTexture: 1
 | 
			
		||||
    linearTexture: 0
 | 
			
		||||
    fadeOut: 0
 | 
			
		||||
    borderMipMap: 0
 | 
			
		||||
    mipMapsPreserveCoverage: 0
 | 
			
		||||
    alphaTestReferenceValue: 0.5
 | 
			
		||||
    mipMapFadeDistanceStart: 1
 | 
			
		||||
    mipMapFadeDistanceEnd: 3
 | 
			
		||||
  bumpmap:
 | 
			
		||||
    convertToNormalMap: 0
 | 
			
		||||
    externalNormalMap: 0
 | 
			
		||||
    heightScale: 0.25
 | 
			
		||||
    normalMapFilter: 0
 | 
			
		||||
    flipGreenChannel: 0
 | 
			
		||||
  isReadable: 0
 | 
			
		||||
  streamingMipmaps: 0
 | 
			
		||||
  streamingMipmapsPriority: 0
 | 
			
		||||
  vTOnly: 0
 | 
			
		||||
  ignoreMipmapLimit: 0
 | 
			
		||||
  grayScaleToAlpha: 0
 | 
			
		||||
  generateCubemap: 6
 | 
			
		||||
  cubemapConvolution: 0
 | 
			
		||||
  seamlessCubemap: 0
 | 
			
		||||
  textureFormat: 1
 | 
			
		||||
  maxTextureSize: 2048
 | 
			
		||||
  textureSettings:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    filterMode: 1
 | 
			
		||||
    aniso: 1
 | 
			
		||||
    mipBias: 0
 | 
			
		||||
    wrapU: 0
 | 
			
		||||
    wrapV: 0
 | 
			
		||||
    wrapW: 0
 | 
			
		||||
  nPOTScale: 1
 | 
			
		||||
  lightmap: 0
 | 
			
		||||
  compressionQuality: 50
 | 
			
		||||
  spriteMode: 0
 | 
			
		||||
  spriteExtrude: 1
 | 
			
		||||
  spriteMeshType: 1
 | 
			
		||||
  alignment: 0
 | 
			
		||||
  spritePivot: {x: 0.5, y: 0.5}
 | 
			
		||||
  spritePixelsToUnits: 100
 | 
			
		||||
  spriteBorder: {x: 0, y: 0, z: 0, w: 0}
 | 
			
		||||
  spriteGenerateFallbackPhysicsShape: 1
 | 
			
		||||
  alphaUsage: 1
 | 
			
		||||
  alphaIsTransparency: 0
 | 
			
		||||
  spriteTessellationDetail: -1
 | 
			
		||||
  textureType: 0
 | 
			
		||||
  textureShape: 1
 | 
			
		||||
  singleChannelComponent: 0
 | 
			
		||||
  flipbookRows: 1
 | 
			
		||||
  flipbookColumns: 1
 | 
			
		||||
  maxTextureSizeSet: 0
 | 
			
		||||
  compressionQualitySet: 0
 | 
			
		||||
  textureFormatSet: 0
 | 
			
		||||
  ignorePngGamma: 0
 | 
			
		||||
  applyGammaDecoding: 0
 | 
			
		||||
  swizzle: 50462976
 | 
			
		||||
  cookieLightType: 0
 | 
			
		||||
  platformSettings:
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: DefaultTexturePlatform
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Standalone
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Android
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Server
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  spriteSheet:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    sprites: []
 | 
			
		||||
    outline: []
 | 
			
		||||
    physicsShape: []
 | 
			
		||||
    bones: []
 | 
			
		||||
    spriteID: 
 | 
			
		||||
    internalID: 0
 | 
			
		||||
    vertices: []
 | 
			
		||||
    indices: 
 | 
			
		||||
    edges: []
 | 
			
		||||
    weights: []
 | 
			
		||||
    secondaryTextures: []
 | 
			
		||||
    nameFileIdTable: {}
 | 
			
		||||
  mipmapLimitGroupName: 
 | 
			
		||||
  pSDRemoveMatte: 0
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
@ -1,275 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "_versionMajor": 0,
 | 
			
		||||
    "_versionMinor": 5,
 | 
			
		||||
    "boundsCenter": {
 | 
			
		||||
        "x": -0.1530594825744629,
 | 
			
		||||
        "y": -1.0,
 | 
			
		||||
        "z": 0.005427360534667969
 | 
			
		||||
    },
 | 
			
		||||
    "boundsSize": {
 | 
			
		||||
        "x": 1.0157957077026367,
 | 
			
		||||
        "y": 2.0,
 | 
			
		||||
        "z": 1.1236381530761719
 | 
			
		||||
    },
 | 
			
		||||
    "defaultReconstructionSettings": {
 | 
			
		||||
        "depthBiasAdjustment": 0.0,
 | 
			
		||||
        "edgeMaskBlurAmount": 0.009999999776482582,
 | 
			
		||||
        "edgeMaskSobelMultiplier": 10.0,
 | 
			
		||||
        "surfaceNormalColorBlendPower": 2.0,
 | 
			
		||||
        "viewDependentColorBlendPower": 0.0010000000474974513
 | 
			
		||||
    },
 | 
			
		||||
    "format": "perpixel",
 | 
			
		||||
    "numAngles": 6,
 | 
			
		||||
    "numColumns": 3,
 | 
			
		||||
    "numRows": 2,
 | 
			
		||||
    "perspectives": [
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0031098413746804,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.14487984776496887,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.8551201820373535
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.3175048828125,
 | 
			
		||||
                "y": 1499.0972900390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1275.4683837890625,
 | 
			
		||||
                "y": 718.2286987304688
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.32180747389793396,
 | 
			
		||||
                "e01": 0.0007329394575208426,
 | 
			
		||||
                "e02": 0.9468048214912415,
 | 
			
		||||
                "e03": 1.619429588317871,
 | 
			
		||||
                "e10": -0.9467655420303345,
 | 
			
		||||
                "e11": 0.008894646540284157,
 | 
			
		||||
                "e12": -0.32180100679397583,
 | 
			
		||||
                "e13": -1.4947996139526367,
 | 
			
		||||
                "e20": -0.008657354861497879,
 | 
			
		||||
                "e21": -0.99996018409729,
 | 
			
		||||
                "e22": -0.002168441889807582,
 | 
			
		||||
                "e23": 0.07123926281929016,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6411852836608887,
 | 
			
		||||
            "nearClip": 1.03338623046875
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0024826740846037865,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.289936363697052,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4658050537109375
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1505.5750732421875,
 | 
			
		||||
                "y": 1504.5609130859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1280.892578125,
 | 
			
		||||
                "y": 728.7554321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.6473193764686584,
 | 
			
		||||
                "e01": 0.19083306193351746,
 | 
			
		||||
                "e02": -0.7379433512687683,
 | 
			
		||||
                "e03": -1.8117287158966064,
 | 
			
		||||
                "e10": 0.04852348566055298,
 | 
			
		||||
                "e11": 0.9558703899383545,
 | 
			
		||||
                "e12": 0.2897537648677826,
 | 
			
		||||
                "e13": -0.4360555410385132,
 | 
			
		||||
                "e20": 0.7606728076934814,
 | 
			
		||||
                "e21": -0.22337080538272858,
 | 
			
		||||
                "e22": 0.6094935536384583,
 | 
			
		||||
                "e23": 1.3320561647415161,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 3.2029595375061035,
 | 
			
		||||
            "nearClip": 1.1890019178390503
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.002531463513150811,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.7013381719589233,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.29866185784339905,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1498.4473876953125,
 | 
			
		||||
                "y": 1497.11083984375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1265.181884765625,
 | 
			
		||||
                "y": 722.2222290039063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.07454666495323181,
 | 
			
		||||
                "e01": 0.9283208250999451,
 | 
			
		||||
                "e02": -0.364229679107666,
 | 
			
		||||
                "e03": -1.0427669286727905,
 | 
			
		||||
                "e10": -0.9500028491020203,
 | 
			
		||||
                "e11": -0.04494527727365494,
 | 
			
		||||
                "e12": -0.30898958444595337,
 | 
			
		||||
                "e13": -1.3992159366607666,
 | 
			
		||||
                "e20": -0.30321186780929565,
 | 
			
		||||
                "e21": 0.36905336380004883,
 | 
			
		||||
                "e22": 0.8785568475723267,
 | 
			
		||||
                "e23": 1.3279074430465698,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.5968565940856934,
 | 
			
		||||
            "nearClip": 0.6217145323753357
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0028716798406094313,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.5660402178764343,
 | 
			
		||||
                "x": 0.044740866869688034,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.9552591443061829
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.8951416015625,
 | 
			
		||||
                "y": 1500.4202880859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1285.6243896484375,
 | 
			
		||||
                "y": 726.32373046875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.17494119703769684,
 | 
			
		||||
                "e01": -0.4072752594947815,
 | 
			
		||||
                "e02": -0.8963941335678101,
 | 
			
		||||
                "e03": -2.031996965408325,
 | 
			
		||||
                "e10": 0.9817010164260864,
 | 
			
		||||
                "e11": -0.002594058169052005,
 | 
			
		||||
                "e12": -0.19041116535663605,
 | 
			
		||||
                "e13": -1.4524781703948975,
 | 
			
		||||
                "e20": 0.07522445917129517,
 | 
			
		||||
                "e21": -0.9133017659187317,
 | 
			
		||||
                "e22": 0.4002763330936432,
 | 
			
		||||
                "e23": 0.14448893070220947,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6966593265533447,
 | 
			
		||||
            "nearClip": 0.9555181860923767
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0026562476996332407,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.0956573486328125,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4937576651573181
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1496.1097412109375,
 | 
			
		||||
                "y": 1495.4033203125
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1274.7603759765625,
 | 
			
		||||
                "y": 723.102294921875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.7368024587631226,
 | 
			
		||||
                "e01": -0.10684210807085037,
 | 
			
		||||
                "e02": 0.6676127910614014,
 | 
			
		||||
                "e03": 1.5086183547973633,
 | 
			
		||||
                "e10": -0.03835581988096237,
 | 
			
		||||
                "e11": 0.9792395234107971,
 | 
			
		||||
                "e12": 0.19904454052448273,
 | 
			
		||||
                "e13": -0.4446754455566406,
 | 
			
		||||
                "e20": -0.6750192046165466,
 | 
			
		||||
                "e21": -0.17226335406303406,
 | 
			
		||||
                "e22": 0.7174081206321716,
 | 
			
		||||
                "e23": 1.148557186126709,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.981159210205078,
 | 
			
		||||
            "nearClip": 1.0988047122955322
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0026869093999266624,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.8748708963394165,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.1251291036605835,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1495.0631103515625,
 | 
			
		||||
                "y": 1494.4176025390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1267.37890625,
 | 
			
		||||
                "y": 736.1304321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.18193583190441132,
 | 
			
		||||
                "e01": -0.9022316336631775,
 | 
			
		||||
                "e02": 0.39099544286727905,
 | 
			
		||||
                "e03": 0.6211448907852173,
 | 
			
		||||
                "e10": 0.9682206511497498,
 | 
			
		||||
                "e11": 0.09497898072004318,
 | 
			
		||||
                "e12": -0.23136073350906372,
 | 
			
		||||
                "e13": -1.3657952547073364,
 | 
			
		||||
                "e20": 0.17160463333129883,
 | 
			
		||||
                "e21": 0.42066267132759094,
 | 
			
		||||
                "e22": 0.8908393383026123,
 | 
			
		||||
                "e23": 1.283046007156372,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.4559309482574463,
 | 
			
		||||
            "nearClip": 0.59505695104599
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "textureHeight": 2048,
 | 
			
		||||
    "textureWidth": 2016
 | 
			
		||||
}
 | 
			
		||||
@ -1,7 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: a19b39a1b441f2d49b692ed1e8a36411
 | 
			
		||||
TextScriptImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 1.0 MiB  | 
@ -1,140 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 86f11138113b0a840ac1f9ac1f34c85f
 | 
			
		||||
TextureImporter:
 | 
			
		||||
  internalIDToNameTable: []
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  serializedVersion: 12
 | 
			
		||||
  mipmaps:
 | 
			
		||||
    mipMapMode: 0
 | 
			
		||||
    enableMipMap: 1
 | 
			
		||||
    sRGBTexture: 1
 | 
			
		||||
    linearTexture: 0
 | 
			
		||||
    fadeOut: 0
 | 
			
		||||
    borderMipMap: 0
 | 
			
		||||
    mipMapsPreserveCoverage: 0
 | 
			
		||||
    alphaTestReferenceValue: 0.5
 | 
			
		||||
    mipMapFadeDistanceStart: 1
 | 
			
		||||
    mipMapFadeDistanceEnd: 3
 | 
			
		||||
  bumpmap:
 | 
			
		||||
    convertToNormalMap: 0
 | 
			
		||||
    externalNormalMap: 0
 | 
			
		||||
    heightScale: 0.25
 | 
			
		||||
    normalMapFilter: 0
 | 
			
		||||
    flipGreenChannel: 0
 | 
			
		||||
  isReadable: 0
 | 
			
		||||
  streamingMipmaps: 0
 | 
			
		||||
  streamingMipmapsPriority: 0
 | 
			
		||||
  vTOnly: 0
 | 
			
		||||
  ignoreMipmapLimit: 0
 | 
			
		||||
  grayScaleToAlpha: 0
 | 
			
		||||
  generateCubemap: 6
 | 
			
		||||
  cubemapConvolution: 0
 | 
			
		||||
  seamlessCubemap: 0
 | 
			
		||||
  textureFormat: 1
 | 
			
		||||
  maxTextureSize: 2048
 | 
			
		||||
  textureSettings:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    filterMode: 1
 | 
			
		||||
    aniso: 1
 | 
			
		||||
    mipBias: 0
 | 
			
		||||
    wrapU: 0
 | 
			
		||||
    wrapV: 0
 | 
			
		||||
    wrapW: 0
 | 
			
		||||
  nPOTScale: 1
 | 
			
		||||
  lightmap: 0
 | 
			
		||||
  compressionQuality: 50
 | 
			
		||||
  spriteMode: 0
 | 
			
		||||
  spriteExtrude: 1
 | 
			
		||||
  spriteMeshType: 1
 | 
			
		||||
  alignment: 0
 | 
			
		||||
  spritePivot: {x: 0.5, y: 0.5}
 | 
			
		||||
  spritePixelsToUnits: 100
 | 
			
		||||
  spriteBorder: {x: 0, y: 0, z: 0, w: 0}
 | 
			
		||||
  spriteGenerateFallbackPhysicsShape: 1
 | 
			
		||||
  alphaUsage: 1
 | 
			
		||||
  alphaIsTransparency: 0
 | 
			
		||||
  spriteTessellationDetail: -1
 | 
			
		||||
  textureType: 0
 | 
			
		||||
  textureShape: 1
 | 
			
		||||
  singleChannelComponent: 0
 | 
			
		||||
  flipbookRows: 1
 | 
			
		||||
  flipbookColumns: 1
 | 
			
		||||
  maxTextureSizeSet: 0
 | 
			
		||||
  compressionQualitySet: 0
 | 
			
		||||
  textureFormatSet: 0
 | 
			
		||||
  ignorePngGamma: 0
 | 
			
		||||
  applyGammaDecoding: 0
 | 
			
		||||
  swizzle: 50462976
 | 
			
		||||
  cookieLightType: 0
 | 
			
		||||
  platformSettings:
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: DefaultTexturePlatform
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Standalone
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Android
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Server
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  spriteSheet:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    sprites: []
 | 
			
		||||
    outline: []
 | 
			
		||||
    physicsShape: []
 | 
			
		||||
    bones: []
 | 
			
		||||
    spriteID: 
 | 
			
		||||
    internalID: 0
 | 
			
		||||
    vertices: []
 | 
			
		||||
    indices: 
 | 
			
		||||
    edges: []
 | 
			
		||||
    weights: []
 | 
			
		||||
    secondaryTextures: []
 | 
			
		||||
    nameFileIdTable: {}
 | 
			
		||||
  mipmapLimitGroupName: 
 | 
			
		||||
  pSDRemoveMatte: 0
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
@ -1,275 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "_versionMajor": 0,
 | 
			
		||||
    "_versionMinor": 5,
 | 
			
		||||
    "boundsCenter": {
 | 
			
		||||
        "x": -0.1530594825744629,
 | 
			
		||||
        "y": -1.0,
 | 
			
		||||
        "z": 0.005427360534667969
 | 
			
		||||
    },
 | 
			
		||||
    "boundsSize": {
 | 
			
		||||
        "x": 1.0157957077026367,
 | 
			
		||||
        "y": 2.0,
 | 
			
		||||
        "z": 1.1236381530761719
 | 
			
		||||
    },
 | 
			
		||||
    "defaultReconstructionSettings": {
 | 
			
		||||
        "depthBiasAdjustment": 0.0,
 | 
			
		||||
        "edgeMaskBlurAmount": 0.009999999776482582,
 | 
			
		||||
        "edgeMaskSobelMultiplier": 10.0,
 | 
			
		||||
        "surfaceNormalColorBlendPower": 2.0,
 | 
			
		||||
        "viewDependentColorBlendPower": 0.0010000000474974513
 | 
			
		||||
    },
 | 
			
		||||
    "format": "perpixel",
 | 
			
		||||
    "numAngles": 6,
 | 
			
		||||
    "numColumns": 3,
 | 
			
		||||
    "numRows": 2,
 | 
			
		||||
    "perspectives": [
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0031098413746804,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.14487984776496887,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.8551201820373535
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.3175048828125,
 | 
			
		||||
                "y": 1499.0972900390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1275.4683837890625,
 | 
			
		||||
                "y": 718.2286987304688
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.32180747389793396,
 | 
			
		||||
                "e01": 0.0007329394575208426,
 | 
			
		||||
                "e02": 0.9468048214912415,
 | 
			
		||||
                "e03": 1.619429588317871,
 | 
			
		||||
                "e10": -0.9467655420303345,
 | 
			
		||||
                "e11": 0.008894646540284157,
 | 
			
		||||
                "e12": -0.32180100679397583,
 | 
			
		||||
                "e13": -1.4947996139526367,
 | 
			
		||||
                "e20": -0.008657354861497879,
 | 
			
		||||
                "e21": -0.99996018409729,
 | 
			
		||||
                "e22": -0.002168441889807582,
 | 
			
		||||
                "e23": 0.07123926281929016,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6411852836608887,
 | 
			
		||||
            "nearClip": 1.03338623046875
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0024826740846037865,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.289936363697052,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4658050537109375
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1505.5750732421875,
 | 
			
		||||
                "y": 1504.5609130859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1280.892578125,
 | 
			
		||||
                "y": 728.7554321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.6473193764686584,
 | 
			
		||||
                "e01": 0.19083306193351746,
 | 
			
		||||
                "e02": -0.7379433512687683,
 | 
			
		||||
                "e03": -1.8117287158966064,
 | 
			
		||||
                "e10": 0.04852348566055298,
 | 
			
		||||
                "e11": 0.9558703899383545,
 | 
			
		||||
                "e12": 0.2897537648677826,
 | 
			
		||||
                "e13": -0.4360555410385132,
 | 
			
		||||
                "e20": 0.7606728076934814,
 | 
			
		||||
                "e21": -0.22337080538272858,
 | 
			
		||||
                "e22": 0.6094935536384583,
 | 
			
		||||
                "e23": 1.3320561647415161,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 3.2029595375061035,
 | 
			
		||||
            "nearClip": 1.1890019178390503
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.002531463513150811,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.7013381719589233,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.29866185784339905,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1498.4473876953125,
 | 
			
		||||
                "y": 1497.11083984375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1265.181884765625,
 | 
			
		||||
                "y": 722.2222290039063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.07454666495323181,
 | 
			
		||||
                "e01": 0.9283208250999451,
 | 
			
		||||
                "e02": -0.364229679107666,
 | 
			
		||||
                "e03": -1.0427669286727905,
 | 
			
		||||
                "e10": -0.9500028491020203,
 | 
			
		||||
                "e11": -0.04494527727365494,
 | 
			
		||||
                "e12": -0.30898958444595337,
 | 
			
		||||
                "e13": -1.3992159366607666,
 | 
			
		||||
                "e20": -0.30321186780929565,
 | 
			
		||||
                "e21": 0.36905336380004883,
 | 
			
		||||
                "e22": 0.8785568475723267,
 | 
			
		||||
                "e23": 1.3279074430465698,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.5968565940856934,
 | 
			
		||||
            "nearClip": 0.6217145323753357
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0028716798406094313,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.5660402178764343,
 | 
			
		||||
                "x": 0.044740866869688034,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.9552591443061829
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.8951416015625,
 | 
			
		||||
                "y": 1500.4202880859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1285.6243896484375,
 | 
			
		||||
                "y": 726.32373046875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.17494119703769684,
 | 
			
		||||
                "e01": -0.4072752594947815,
 | 
			
		||||
                "e02": -0.8963941335678101,
 | 
			
		||||
                "e03": -2.031996965408325,
 | 
			
		||||
                "e10": 0.9817010164260864,
 | 
			
		||||
                "e11": -0.002594058169052005,
 | 
			
		||||
                "e12": -0.19041116535663605,
 | 
			
		||||
                "e13": -1.4524781703948975,
 | 
			
		||||
                "e20": 0.07522445917129517,
 | 
			
		||||
                "e21": -0.9133017659187317,
 | 
			
		||||
                "e22": 0.4002763330936432,
 | 
			
		||||
                "e23": 0.14448893070220947,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6966593265533447,
 | 
			
		||||
            "nearClip": 0.9555181860923767
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0026562476996332407,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.0956573486328125,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4937576651573181
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1496.1097412109375,
 | 
			
		||||
                "y": 1495.4033203125
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1274.7603759765625,
 | 
			
		||||
                "y": 723.102294921875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.7368024587631226,
 | 
			
		||||
                "e01": -0.10684210807085037,
 | 
			
		||||
                "e02": 0.6676127910614014,
 | 
			
		||||
                "e03": 1.5086183547973633,
 | 
			
		||||
                "e10": -0.03835581988096237,
 | 
			
		||||
                "e11": 0.9792395234107971,
 | 
			
		||||
                "e12": 0.19904454052448273,
 | 
			
		||||
                "e13": -0.4446754455566406,
 | 
			
		||||
                "e20": -0.6750192046165466,
 | 
			
		||||
                "e21": -0.17226335406303406,
 | 
			
		||||
                "e22": 0.7174081206321716,
 | 
			
		||||
                "e23": 1.148557186126709,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.981159210205078,
 | 
			
		||||
            "nearClip": 1.0988047122955322
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0026869093999266624,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.8748708963394165,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.1251291036605835,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1495.0631103515625,
 | 
			
		||||
                "y": 1494.4176025390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1267.37890625,
 | 
			
		||||
                "y": 736.1304321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.18193583190441132,
 | 
			
		||||
                "e01": -0.9022316336631775,
 | 
			
		||||
                "e02": 0.39099544286727905,
 | 
			
		||||
                "e03": 0.6211448907852173,
 | 
			
		||||
                "e10": 0.9682206511497498,
 | 
			
		||||
                "e11": 0.09497898072004318,
 | 
			
		||||
                "e12": -0.23136073350906372,
 | 
			
		||||
                "e13": -1.3657952547073364,
 | 
			
		||||
                "e20": 0.17160463333129883,
 | 
			
		||||
                "e21": 0.42066267132759094,
 | 
			
		||||
                "e22": 0.8908393383026123,
 | 
			
		||||
                "e23": 1.283046007156372,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.4559309482574463,
 | 
			
		||||
            "nearClip": 0.59505695104599
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "textureHeight": 2048,
 | 
			
		||||
    "textureWidth": 2016
 | 
			
		||||
}
 | 
			
		||||
@ -1,7 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 7d782e6de31ffd54fafedb53fe45e35f
 | 
			
		||||
TextScriptImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 1.0 MiB  | 
@ -1,140 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 63e1b6dfa8c95484f82fe620df7d3086
 | 
			
		||||
TextureImporter:
 | 
			
		||||
  internalIDToNameTable: []
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  serializedVersion: 12
 | 
			
		||||
  mipmaps:
 | 
			
		||||
    mipMapMode: 0
 | 
			
		||||
    enableMipMap: 1
 | 
			
		||||
    sRGBTexture: 1
 | 
			
		||||
    linearTexture: 0
 | 
			
		||||
    fadeOut: 0
 | 
			
		||||
    borderMipMap: 0
 | 
			
		||||
    mipMapsPreserveCoverage: 0
 | 
			
		||||
    alphaTestReferenceValue: 0.5
 | 
			
		||||
    mipMapFadeDistanceStart: 1
 | 
			
		||||
    mipMapFadeDistanceEnd: 3
 | 
			
		||||
  bumpmap:
 | 
			
		||||
    convertToNormalMap: 0
 | 
			
		||||
    externalNormalMap: 0
 | 
			
		||||
    heightScale: 0.25
 | 
			
		||||
    normalMapFilter: 0
 | 
			
		||||
    flipGreenChannel: 0
 | 
			
		||||
  isReadable: 0
 | 
			
		||||
  streamingMipmaps: 0
 | 
			
		||||
  streamingMipmapsPriority: 0
 | 
			
		||||
  vTOnly: 0
 | 
			
		||||
  ignoreMipmapLimit: 0
 | 
			
		||||
  grayScaleToAlpha: 0
 | 
			
		||||
  generateCubemap: 6
 | 
			
		||||
  cubemapConvolution: 0
 | 
			
		||||
  seamlessCubemap: 0
 | 
			
		||||
  textureFormat: 1
 | 
			
		||||
  maxTextureSize: 2048
 | 
			
		||||
  textureSettings:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    filterMode: 1
 | 
			
		||||
    aniso: 1
 | 
			
		||||
    mipBias: 0
 | 
			
		||||
    wrapU: 0
 | 
			
		||||
    wrapV: 0
 | 
			
		||||
    wrapW: 0
 | 
			
		||||
  nPOTScale: 1
 | 
			
		||||
  lightmap: 0
 | 
			
		||||
  compressionQuality: 50
 | 
			
		||||
  spriteMode: 0
 | 
			
		||||
  spriteExtrude: 1
 | 
			
		||||
  spriteMeshType: 1
 | 
			
		||||
  alignment: 0
 | 
			
		||||
  spritePivot: {x: 0.5, y: 0.5}
 | 
			
		||||
  spritePixelsToUnits: 100
 | 
			
		||||
  spriteBorder: {x: 0, y: 0, z: 0, w: 0}
 | 
			
		||||
  spriteGenerateFallbackPhysicsShape: 1
 | 
			
		||||
  alphaUsage: 1
 | 
			
		||||
  alphaIsTransparency: 0
 | 
			
		||||
  spriteTessellationDetail: -1
 | 
			
		||||
  textureType: 0
 | 
			
		||||
  textureShape: 1
 | 
			
		||||
  singleChannelComponent: 0
 | 
			
		||||
  flipbookRows: 1
 | 
			
		||||
  flipbookColumns: 1
 | 
			
		||||
  maxTextureSizeSet: 0
 | 
			
		||||
  compressionQualitySet: 0
 | 
			
		||||
  textureFormatSet: 0
 | 
			
		||||
  ignorePngGamma: 0
 | 
			
		||||
  applyGammaDecoding: 0
 | 
			
		||||
  swizzle: 50462976
 | 
			
		||||
  cookieLightType: 0
 | 
			
		||||
  platformSettings:
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: DefaultTexturePlatform
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Standalone
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Android
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Server
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  spriteSheet:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    sprites: []
 | 
			
		||||
    outline: []
 | 
			
		||||
    physicsShape: []
 | 
			
		||||
    bones: []
 | 
			
		||||
    spriteID: 
 | 
			
		||||
    internalID: 0
 | 
			
		||||
    vertices: []
 | 
			
		||||
    indices: 
 | 
			
		||||
    edges: []
 | 
			
		||||
    weights: []
 | 
			
		||||
    secondaryTextures: []
 | 
			
		||||
    nameFileIdTable: {}
 | 
			
		||||
  mipmapLimitGroupName: 
 | 
			
		||||
  pSDRemoveMatte: 0
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
@ -1,275 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "_versionMajor": 0,
 | 
			
		||||
    "_versionMinor": 5,
 | 
			
		||||
    "boundsCenter": {
 | 
			
		||||
        "x": -0.1530594825744629,
 | 
			
		||||
        "y": -1.0,
 | 
			
		||||
        "z": 0.005427360534667969
 | 
			
		||||
    },
 | 
			
		||||
    "boundsSize": {
 | 
			
		||||
        "x": 1.0157957077026367,
 | 
			
		||||
        "y": 2.0,
 | 
			
		||||
        "z": 1.1236381530761719
 | 
			
		||||
    },
 | 
			
		||||
    "defaultReconstructionSettings": {
 | 
			
		||||
        "depthBiasAdjustment": 0.0,
 | 
			
		||||
        "edgeMaskBlurAmount": 0.009999999776482582,
 | 
			
		||||
        "edgeMaskSobelMultiplier": 10.0,
 | 
			
		||||
        "surfaceNormalColorBlendPower": 2.0,
 | 
			
		||||
        "viewDependentColorBlendPower": 0.0010000000474974513
 | 
			
		||||
    },
 | 
			
		||||
    "format": "perpixel",
 | 
			
		||||
    "numAngles": 6,
 | 
			
		||||
    "numColumns": 3,
 | 
			
		||||
    "numRows": 2,
 | 
			
		||||
    "perspectives": [
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0031098413746804,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.14487984776496887,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.8551201820373535
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.3175048828125,
 | 
			
		||||
                "y": 1499.0972900390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1275.4683837890625,
 | 
			
		||||
                "y": 718.2286987304688
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.32180747389793396,
 | 
			
		||||
                "e01": 0.0007329394575208426,
 | 
			
		||||
                "e02": 0.9468048214912415,
 | 
			
		||||
                "e03": 1.619429588317871,
 | 
			
		||||
                "e10": -0.9467655420303345,
 | 
			
		||||
                "e11": 0.008894646540284157,
 | 
			
		||||
                "e12": -0.32180100679397583,
 | 
			
		||||
                "e13": -1.4947996139526367,
 | 
			
		||||
                "e20": -0.008657354861497879,
 | 
			
		||||
                "e21": -0.99996018409729,
 | 
			
		||||
                "e22": -0.002168441889807582,
 | 
			
		||||
                "e23": 0.07123926281929016,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6411852836608887,
 | 
			
		||||
            "nearClip": 1.03338623046875
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0024826740846037865,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.289936363697052,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4658050537109375
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1505.5750732421875,
 | 
			
		||||
                "y": 1504.5609130859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1280.892578125,
 | 
			
		||||
                "y": 728.7554321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.6473193764686584,
 | 
			
		||||
                "e01": 0.19083306193351746,
 | 
			
		||||
                "e02": -0.7379433512687683,
 | 
			
		||||
                "e03": -1.8117287158966064,
 | 
			
		||||
                "e10": 0.04852348566055298,
 | 
			
		||||
                "e11": 0.9558703899383545,
 | 
			
		||||
                "e12": 0.2897537648677826,
 | 
			
		||||
                "e13": -0.4360555410385132,
 | 
			
		||||
                "e20": 0.7606728076934814,
 | 
			
		||||
                "e21": -0.22337080538272858,
 | 
			
		||||
                "e22": 0.6094935536384583,
 | 
			
		||||
                "e23": 1.3320561647415161,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 3.2029595375061035,
 | 
			
		||||
            "nearClip": 1.1890019178390503
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.002531463513150811,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.7013381719589233,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.29866185784339905,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1498.4473876953125,
 | 
			
		||||
                "y": 1497.11083984375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1265.181884765625,
 | 
			
		||||
                "y": 722.2222290039063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.07454666495323181,
 | 
			
		||||
                "e01": 0.9283208250999451,
 | 
			
		||||
                "e02": -0.364229679107666,
 | 
			
		||||
                "e03": -1.0427669286727905,
 | 
			
		||||
                "e10": -0.9500028491020203,
 | 
			
		||||
                "e11": -0.04494527727365494,
 | 
			
		||||
                "e12": -0.30898958444595337,
 | 
			
		||||
                "e13": -1.3992159366607666,
 | 
			
		||||
                "e20": -0.30321186780929565,
 | 
			
		||||
                "e21": 0.36905336380004883,
 | 
			
		||||
                "e22": 0.8785568475723267,
 | 
			
		||||
                "e23": 1.3279074430465698,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.5968565940856934,
 | 
			
		||||
            "nearClip": 0.6217145323753357
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0028716798406094313,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.5660402178764343,
 | 
			
		||||
                "x": 0.044740866869688034,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.9552591443061829
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.8951416015625,
 | 
			
		||||
                "y": 1500.4202880859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1285.6243896484375,
 | 
			
		||||
                "y": 726.32373046875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.17494119703769684,
 | 
			
		||||
                "e01": -0.4072752594947815,
 | 
			
		||||
                "e02": -0.8963941335678101,
 | 
			
		||||
                "e03": -2.031996965408325,
 | 
			
		||||
                "e10": 0.9817010164260864,
 | 
			
		||||
                "e11": -0.002594058169052005,
 | 
			
		||||
                "e12": -0.19041116535663605,
 | 
			
		||||
                "e13": -1.4524781703948975,
 | 
			
		||||
                "e20": 0.07522445917129517,
 | 
			
		||||
                "e21": -0.9133017659187317,
 | 
			
		||||
                "e22": 0.4002763330936432,
 | 
			
		||||
                "e23": 0.14448893070220947,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6966593265533447,
 | 
			
		||||
            "nearClip": 0.9555181860923767
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0026562476996332407,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.0956573486328125,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4937576651573181
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1496.1097412109375,
 | 
			
		||||
                "y": 1495.4033203125
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1274.7603759765625,
 | 
			
		||||
                "y": 723.102294921875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.7368024587631226,
 | 
			
		||||
                "e01": -0.10684210807085037,
 | 
			
		||||
                "e02": 0.6676127910614014,
 | 
			
		||||
                "e03": 1.5086183547973633,
 | 
			
		||||
                "e10": -0.03835581988096237,
 | 
			
		||||
                "e11": 0.9792395234107971,
 | 
			
		||||
                "e12": 0.19904454052448273,
 | 
			
		||||
                "e13": -0.4446754455566406,
 | 
			
		||||
                "e20": -0.6750192046165466,
 | 
			
		||||
                "e21": -0.17226335406303406,
 | 
			
		||||
                "e22": 0.7174081206321716,
 | 
			
		||||
                "e23": 1.148557186126709,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.981159210205078,
 | 
			
		||||
            "nearClip": 1.0988047122955322
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0026869093999266624,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.8748708963394165,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.1251291036605835,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1495.0631103515625,
 | 
			
		||||
                "y": 1494.4176025390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1267.37890625,
 | 
			
		||||
                "y": 736.1304321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.18193583190441132,
 | 
			
		||||
                "e01": -0.9022316336631775,
 | 
			
		||||
                "e02": 0.39099544286727905,
 | 
			
		||||
                "e03": 0.6211448907852173,
 | 
			
		||||
                "e10": 0.9682206511497498,
 | 
			
		||||
                "e11": 0.09497898072004318,
 | 
			
		||||
                "e12": -0.23136073350906372,
 | 
			
		||||
                "e13": -1.3657952547073364,
 | 
			
		||||
                "e20": 0.17160463333129883,
 | 
			
		||||
                "e21": 0.42066267132759094,
 | 
			
		||||
                "e22": 0.8908393383026123,
 | 
			
		||||
                "e23": 1.283046007156372,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.4559309482574463,
 | 
			
		||||
            "nearClip": 0.59505695104599
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "textureHeight": 2048,
 | 
			
		||||
    "textureWidth": 2016
 | 
			
		||||
}
 | 
			
		||||
@ -1,7 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: e8da22600c36214428c3760b614a7eeb
 | 
			
		||||
TextScriptImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 1.0 MiB  | 
@ -1,140 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 2b102502656684b4587610c1ef8925e7
 | 
			
		||||
TextureImporter:
 | 
			
		||||
  internalIDToNameTable: []
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  serializedVersion: 12
 | 
			
		||||
  mipmaps:
 | 
			
		||||
    mipMapMode: 0
 | 
			
		||||
    enableMipMap: 1
 | 
			
		||||
    sRGBTexture: 1
 | 
			
		||||
    linearTexture: 0
 | 
			
		||||
    fadeOut: 0
 | 
			
		||||
    borderMipMap: 0
 | 
			
		||||
    mipMapsPreserveCoverage: 0
 | 
			
		||||
    alphaTestReferenceValue: 0.5
 | 
			
		||||
    mipMapFadeDistanceStart: 1
 | 
			
		||||
    mipMapFadeDistanceEnd: 3
 | 
			
		||||
  bumpmap:
 | 
			
		||||
    convertToNormalMap: 0
 | 
			
		||||
    externalNormalMap: 0
 | 
			
		||||
    heightScale: 0.25
 | 
			
		||||
    normalMapFilter: 0
 | 
			
		||||
    flipGreenChannel: 0
 | 
			
		||||
  isReadable: 0
 | 
			
		||||
  streamingMipmaps: 0
 | 
			
		||||
  streamingMipmapsPriority: 0
 | 
			
		||||
  vTOnly: 0
 | 
			
		||||
  ignoreMipmapLimit: 0
 | 
			
		||||
  grayScaleToAlpha: 0
 | 
			
		||||
  generateCubemap: 6
 | 
			
		||||
  cubemapConvolution: 0
 | 
			
		||||
  seamlessCubemap: 0
 | 
			
		||||
  textureFormat: 1
 | 
			
		||||
  maxTextureSize: 2048
 | 
			
		||||
  textureSettings:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    filterMode: 1
 | 
			
		||||
    aniso: 1
 | 
			
		||||
    mipBias: 0
 | 
			
		||||
    wrapU: 0
 | 
			
		||||
    wrapV: 0
 | 
			
		||||
    wrapW: 0
 | 
			
		||||
  nPOTScale: 1
 | 
			
		||||
  lightmap: 0
 | 
			
		||||
  compressionQuality: 50
 | 
			
		||||
  spriteMode: 0
 | 
			
		||||
  spriteExtrude: 1
 | 
			
		||||
  spriteMeshType: 1
 | 
			
		||||
  alignment: 0
 | 
			
		||||
  spritePivot: {x: 0.5, y: 0.5}
 | 
			
		||||
  spritePixelsToUnits: 100
 | 
			
		||||
  spriteBorder: {x: 0, y: 0, z: 0, w: 0}
 | 
			
		||||
  spriteGenerateFallbackPhysicsShape: 1
 | 
			
		||||
  alphaUsage: 1
 | 
			
		||||
  alphaIsTransparency: 0
 | 
			
		||||
  spriteTessellationDetail: -1
 | 
			
		||||
  textureType: 0
 | 
			
		||||
  textureShape: 1
 | 
			
		||||
  singleChannelComponent: 0
 | 
			
		||||
  flipbookRows: 1
 | 
			
		||||
  flipbookColumns: 1
 | 
			
		||||
  maxTextureSizeSet: 0
 | 
			
		||||
  compressionQualitySet: 0
 | 
			
		||||
  textureFormatSet: 0
 | 
			
		||||
  ignorePngGamma: 0
 | 
			
		||||
  applyGammaDecoding: 0
 | 
			
		||||
  swizzle: 50462976
 | 
			
		||||
  cookieLightType: 0
 | 
			
		||||
  platformSettings:
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: DefaultTexturePlatform
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Standalone
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Android
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Server
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  spriteSheet:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    sprites: []
 | 
			
		||||
    outline: []
 | 
			
		||||
    physicsShape: []
 | 
			
		||||
    bones: []
 | 
			
		||||
    spriteID: 
 | 
			
		||||
    internalID: 0
 | 
			
		||||
    vertices: []
 | 
			
		||||
    indices: 
 | 
			
		||||
    edges: []
 | 
			
		||||
    weights: []
 | 
			
		||||
    secondaryTextures: []
 | 
			
		||||
    nameFileIdTable: {}
 | 
			
		||||
  mipmapLimitGroupName: 
 | 
			
		||||
  pSDRemoveMatte: 0
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
@ -1,275 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "_versionMajor": 0,
 | 
			
		||||
    "_versionMinor": 5,
 | 
			
		||||
    "boundsCenter": {
 | 
			
		||||
        "x": -0.1530594825744629,
 | 
			
		||||
        "y": -1.0,
 | 
			
		||||
        "z": 0.005427360534667969
 | 
			
		||||
    },
 | 
			
		||||
    "boundsSize": {
 | 
			
		||||
        "x": 1.0157957077026367,
 | 
			
		||||
        "y": 2.0,
 | 
			
		||||
        "z": 1.1236381530761719
 | 
			
		||||
    },
 | 
			
		||||
    "defaultReconstructionSettings": {
 | 
			
		||||
        "depthBiasAdjustment": 0.0,
 | 
			
		||||
        "edgeMaskBlurAmount": 0.009999999776482582,
 | 
			
		||||
        "edgeMaskSobelMultiplier": 10.0,
 | 
			
		||||
        "surfaceNormalColorBlendPower": 2.0,
 | 
			
		||||
        "viewDependentColorBlendPower": 0.0010000000474974513
 | 
			
		||||
    },
 | 
			
		||||
    "format": "perpixel",
 | 
			
		||||
    "numAngles": 6,
 | 
			
		||||
    "numColumns": 3,
 | 
			
		||||
    "numRows": 2,
 | 
			
		||||
    "perspectives": [
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0031098413746804,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.14487984776496887,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.8551201820373535
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.3175048828125,
 | 
			
		||||
                "y": 1499.0972900390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1275.4683837890625,
 | 
			
		||||
                "y": 718.2286987304688
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.32180747389793396,
 | 
			
		||||
                "e01": 0.0007329394575208426,
 | 
			
		||||
                "e02": 0.9468048214912415,
 | 
			
		||||
                "e03": 1.619429588317871,
 | 
			
		||||
                "e10": -0.9467655420303345,
 | 
			
		||||
                "e11": 0.008894646540284157,
 | 
			
		||||
                "e12": -0.32180100679397583,
 | 
			
		||||
                "e13": -1.4947996139526367,
 | 
			
		||||
                "e20": -0.008657354861497879,
 | 
			
		||||
                "e21": -0.99996018409729,
 | 
			
		||||
                "e22": -0.002168441889807582,
 | 
			
		||||
                "e23": 0.07123926281929016,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6411852836608887,
 | 
			
		||||
            "nearClip": 1.03338623046875
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0024826740846037865,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.289936363697052,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4658050537109375
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1505.5750732421875,
 | 
			
		||||
                "y": 1504.5609130859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1280.892578125,
 | 
			
		||||
                "y": 728.7554321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.6473193764686584,
 | 
			
		||||
                "e01": 0.19083306193351746,
 | 
			
		||||
                "e02": -0.7379433512687683,
 | 
			
		||||
                "e03": -1.8117287158966064,
 | 
			
		||||
                "e10": 0.04852348566055298,
 | 
			
		||||
                "e11": 0.9558703899383545,
 | 
			
		||||
                "e12": 0.2897537648677826,
 | 
			
		||||
                "e13": -0.4360555410385132,
 | 
			
		||||
                "e20": 0.7606728076934814,
 | 
			
		||||
                "e21": -0.22337080538272858,
 | 
			
		||||
                "e22": 0.6094935536384583,
 | 
			
		||||
                "e23": 1.3320561647415161,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 3.2029595375061035,
 | 
			
		||||
            "nearClip": 1.1890019178390503
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.002531463513150811,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.7013381719589233,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.29866185784339905,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1498.4473876953125,
 | 
			
		||||
                "y": 1497.11083984375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1265.181884765625,
 | 
			
		||||
                "y": 722.2222290039063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.07454666495323181,
 | 
			
		||||
                "e01": 0.9283208250999451,
 | 
			
		||||
                "e02": -0.364229679107666,
 | 
			
		||||
                "e03": -1.0427669286727905,
 | 
			
		||||
                "e10": -0.9500028491020203,
 | 
			
		||||
                "e11": -0.04494527727365494,
 | 
			
		||||
                "e12": -0.30898958444595337,
 | 
			
		||||
                "e13": -1.3992159366607666,
 | 
			
		||||
                "e20": -0.30321186780929565,
 | 
			
		||||
                "e21": 0.36905336380004883,
 | 
			
		||||
                "e22": 0.8785568475723267,
 | 
			
		||||
                "e23": 1.3279074430465698,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.5968565940856934,
 | 
			
		||||
            "nearClip": 0.6217145323753357
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0028716798406094313,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.5660402178764343,
 | 
			
		||||
                "x": 0.044740866869688034,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.9552591443061829
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.8951416015625,
 | 
			
		||||
                "y": 1500.4202880859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1285.6243896484375,
 | 
			
		||||
                "y": 726.32373046875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.17494119703769684,
 | 
			
		||||
                "e01": -0.4072752594947815,
 | 
			
		||||
                "e02": -0.8963941335678101,
 | 
			
		||||
                "e03": -2.031996965408325,
 | 
			
		||||
                "e10": 0.9817010164260864,
 | 
			
		||||
                "e11": -0.002594058169052005,
 | 
			
		||||
                "e12": -0.19041116535663605,
 | 
			
		||||
                "e13": -1.4524781703948975,
 | 
			
		||||
                "e20": 0.07522445917129517,
 | 
			
		||||
                "e21": -0.9133017659187317,
 | 
			
		||||
                "e22": 0.4002763330936432,
 | 
			
		||||
                "e23": 0.14448893070220947,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6966593265533447,
 | 
			
		||||
            "nearClip": 0.9555181860923767
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0026562476996332407,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.0956573486328125,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4937576651573181
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1496.1097412109375,
 | 
			
		||||
                "y": 1495.4033203125
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1274.7603759765625,
 | 
			
		||||
                "y": 723.102294921875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.7368024587631226,
 | 
			
		||||
                "e01": -0.10684210807085037,
 | 
			
		||||
                "e02": 0.6676127910614014,
 | 
			
		||||
                "e03": 1.5086183547973633,
 | 
			
		||||
                "e10": -0.03835581988096237,
 | 
			
		||||
                "e11": 0.9792395234107971,
 | 
			
		||||
                "e12": 0.19904454052448273,
 | 
			
		||||
                "e13": -0.4446754455566406,
 | 
			
		||||
                "e20": -0.6750192046165466,
 | 
			
		||||
                "e21": -0.17226335406303406,
 | 
			
		||||
                "e22": 0.7174081206321716,
 | 
			
		||||
                "e23": 1.148557186126709,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.981159210205078,
 | 
			
		||||
            "nearClip": 1.0988047122955322
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0026869093999266624,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.8748708963394165,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.1251291036605835,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1495.0631103515625,
 | 
			
		||||
                "y": 1494.4176025390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1267.37890625,
 | 
			
		||||
                "y": 736.1304321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.18193583190441132,
 | 
			
		||||
                "e01": -0.9022316336631775,
 | 
			
		||||
                "e02": 0.39099544286727905,
 | 
			
		||||
                "e03": 0.6211448907852173,
 | 
			
		||||
                "e10": 0.9682206511497498,
 | 
			
		||||
                "e11": 0.09497898072004318,
 | 
			
		||||
                "e12": -0.23136073350906372,
 | 
			
		||||
                "e13": -1.3657952547073364,
 | 
			
		||||
                "e20": 0.17160463333129883,
 | 
			
		||||
                "e21": 0.42066267132759094,
 | 
			
		||||
                "e22": 0.8908393383026123,
 | 
			
		||||
                "e23": 1.283046007156372,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.4559309482574463,
 | 
			
		||||
            "nearClip": 0.59505695104599
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "textureHeight": 2048,
 | 
			
		||||
    "textureWidth": 2016
 | 
			
		||||
}
 | 
			
		||||
@ -1,7 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 3912d77849fc9c543b46e83fc98529a1
 | 
			
		||||
TextScriptImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 1.0 MiB  | 
@ -1,140 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 60b4a2bc876841349949c3f1b1d02826
 | 
			
		||||
TextureImporter:
 | 
			
		||||
  internalIDToNameTable: []
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  serializedVersion: 12
 | 
			
		||||
  mipmaps:
 | 
			
		||||
    mipMapMode: 0
 | 
			
		||||
    enableMipMap: 1
 | 
			
		||||
    sRGBTexture: 1
 | 
			
		||||
    linearTexture: 0
 | 
			
		||||
    fadeOut: 0
 | 
			
		||||
    borderMipMap: 0
 | 
			
		||||
    mipMapsPreserveCoverage: 0
 | 
			
		||||
    alphaTestReferenceValue: 0.5
 | 
			
		||||
    mipMapFadeDistanceStart: 1
 | 
			
		||||
    mipMapFadeDistanceEnd: 3
 | 
			
		||||
  bumpmap:
 | 
			
		||||
    convertToNormalMap: 0
 | 
			
		||||
    externalNormalMap: 0
 | 
			
		||||
    heightScale: 0.25
 | 
			
		||||
    normalMapFilter: 0
 | 
			
		||||
    flipGreenChannel: 0
 | 
			
		||||
  isReadable: 0
 | 
			
		||||
  streamingMipmaps: 0
 | 
			
		||||
  streamingMipmapsPriority: 0
 | 
			
		||||
  vTOnly: 0
 | 
			
		||||
  ignoreMipmapLimit: 0
 | 
			
		||||
  grayScaleToAlpha: 0
 | 
			
		||||
  generateCubemap: 6
 | 
			
		||||
  cubemapConvolution: 0
 | 
			
		||||
  seamlessCubemap: 0
 | 
			
		||||
  textureFormat: 1
 | 
			
		||||
  maxTextureSize: 2048
 | 
			
		||||
  textureSettings:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    filterMode: 1
 | 
			
		||||
    aniso: 1
 | 
			
		||||
    mipBias: 0
 | 
			
		||||
    wrapU: 0
 | 
			
		||||
    wrapV: 0
 | 
			
		||||
    wrapW: 0
 | 
			
		||||
  nPOTScale: 1
 | 
			
		||||
  lightmap: 0
 | 
			
		||||
  compressionQuality: 50
 | 
			
		||||
  spriteMode: 0
 | 
			
		||||
  spriteExtrude: 1
 | 
			
		||||
  spriteMeshType: 1
 | 
			
		||||
  alignment: 0
 | 
			
		||||
  spritePivot: {x: 0.5, y: 0.5}
 | 
			
		||||
  spritePixelsToUnits: 100
 | 
			
		||||
  spriteBorder: {x: 0, y: 0, z: 0, w: 0}
 | 
			
		||||
  spriteGenerateFallbackPhysicsShape: 1
 | 
			
		||||
  alphaUsage: 1
 | 
			
		||||
  alphaIsTransparency: 0
 | 
			
		||||
  spriteTessellationDetail: -1
 | 
			
		||||
  textureType: 0
 | 
			
		||||
  textureShape: 1
 | 
			
		||||
  singleChannelComponent: 0
 | 
			
		||||
  flipbookRows: 1
 | 
			
		||||
  flipbookColumns: 1
 | 
			
		||||
  maxTextureSizeSet: 0
 | 
			
		||||
  compressionQualitySet: 0
 | 
			
		||||
  textureFormatSet: 0
 | 
			
		||||
  ignorePngGamma: 0
 | 
			
		||||
  applyGammaDecoding: 0
 | 
			
		||||
  swizzle: 50462976
 | 
			
		||||
  cookieLightType: 0
 | 
			
		||||
  platformSettings:
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: DefaultTexturePlatform
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Standalone
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Android
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Server
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  spriteSheet:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    sprites: []
 | 
			
		||||
    outline: []
 | 
			
		||||
    physicsShape: []
 | 
			
		||||
    bones: []
 | 
			
		||||
    spriteID: 
 | 
			
		||||
    internalID: 0
 | 
			
		||||
    vertices: []
 | 
			
		||||
    indices: 
 | 
			
		||||
    edges: []
 | 
			
		||||
    weights: []
 | 
			
		||||
    secondaryTextures: []
 | 
			
		||||
    nameFileIdTable: {}
 | 
			
		||||
  mipmapLimitGroupName: 
 | 
			
		||||
  pSDRemoveMatte: 0
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
@ -1,275 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "_versionMajor": 0,
 | 
			
		||||
    "_versionMinor": 5,
 | 
			
		||||
    "boundsCenter": {
 | 
			
		||||
        "x": -0.1530594825744629,
 | 
			
		||||
        "y": -1.0,
 | 
			
		||||
        "z": 0.005427360534667969
 | 
			
		||||
    },
 | 
			
		||||
    "boundsSize": {
 | 
			
		||||
        "x": 1.0157957077026367,
 | 
			
		||||
        "y": 2.0,
 | 
			
		||||
        "z": 1.1236381530761719
 | 
			
		||||
    },
 | 
			
		||||
    "defaultReconstructionSettings": {
 | 
			
		||||
        "depthBiasAdjustment": 0.0,
 | 
			
		||||
        "edgeMaskBlurAmount": 0.009999999776482582,
 | 
			
		||||
        "edgeMaskSobelMultiplier": 10.0,
 | 
			
		||||
        "surfaceNormalColorBlendPower": 2.0,
 | 
			
		||||
        "viewDependentColorBlendPower": 0.0010000000474974513
 | 
			
		||||
    },
 | 
			
		||||
    "format": "perpixel",
 | 
			
		||||
    "numAngles": 6,
 | 
			
		||||
    "numColumns": 3,
 | 
			
		||||
    "numRows": 2,
 | 
			
		||||
    "perspectives": [
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0031098413746804,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.14487984776496887,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.8551201820373535
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.3175048828125,
 | 
			
		||||
                "y": 1499.0972900390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1275.4683837890625,
 | 
			
		||||
                "y": 718.2286987304688
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.32180747389793396,
 | 
			
		||||
                "e01": 0.0007329394575208426,
 | 
			
		||||
                "e02": 0.9468048214912415,
 | 
			
		||||
                "e03": 1.619429588317871,
 | 
			
		||||
                "e10": -0.9467655420303345,
 | 
			
		||||
                "e11": 0.008894646540284157,
 | 
			
		||||
                "e12": -0.32180100679397583,
 | 
			
		||||
                "e13": -1.4947996139526367,
 | 
			
		||||
                "e20": -0.008657354861497879,
 | 
			
		||||
                "e21": -0.99996018409729,
 | 
			
		||||
                "e22": -0.002168441889807582,
 | 
			
		||||
                "e23": 0.07123926281929016,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6411852836608887,
 | 
			
		||||
            "nearClip": 1.03338623046875
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0024826740846037865,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.289936363697052,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4658050537109375
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1505.5750732421875,
 | 
			
		||||
                "y": 1504.5609130859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1280.892578125,
 | 
			
		||||
                "y": 728.7554321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.6473193764686584,
 | 
			
		||||
                "e01": 0.19083306193351746,
 | 
			
		||||
                "e02": -0.7379433512687683,
 | 
			
		||||
                "e03": -1.8117287158966064,
 | 
			
		||||
                "e10": 0.04852348566055298,
 | 
			
		||||
                "e11": 0.9558703899383545,
 | 
			
		||||
                "e12": 0.2897537648677826,
 | 
			
		||||
                "e13": -0.4360555410385132,
 | 
			
		||||
                "e20": 0.7606728076934814,
 | 
			
		||||
                "e21": -0.22337080538272858,
 | 
			
		||||
                "e22": 0.6094935536384583,
 | 
			
		||||
                "e23": 1.3320561647415161,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 3.2029595375061035,
 | 
			
		||||
            "nearClip": 1.1890019178390503
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.002531463513150811,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.7013381719589233,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.29866185784339905,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1498.4473876953125,
 | 
			
		||||
                "y": 1497.11083984375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1265.181884765625,
 | 
			
		||||
                "y": 722.2222290039063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.07454666495323181,
 | 
			
		||||
                "e01": 0.9283208250999451,
 | 
			
		||||
                "e02": -0.364229679107666,
 | 
			
		||||
                "e03": -1.0427669286727905,
 | 
			
		||||
                "e10": -0.9500028491020203,
 | 
			
		||||
                "e11": -0.04494527727365494,
 | 
			
		||||
                "e12": -0.30898958444595337,
 | 
			
		||||
                "e13": -1.3992159366607666,
 | 
			
		||||
                "e20": -0.30321186780929565,
 | 
			
		||||
                "e21": 0.36905336380004883,
 | 
			
		||||
                "e22": 0.8785568475723267,
 | 
			
		||||
                "e23": 1.3279074430465698,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.5968565940856934,
 | 
			
		||||
            "nearClip": 0.6217145323753357
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0028716798406094313,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.5660402178764343,
 | 
			
		||||
                "x": 0.044740866869688034,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.9552591443061829
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.8951416015625,
 | 
			
		||||
                "y": 1500.4202880859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1285.6243896484375,
 | 
			
		||||
                "y": 726.32373046875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.17494119703769684,
 | 
			
		||||
                "e01": -0.4072752594947815,
 | 
			
		||||
                "e02": -0.8963941335678101,
 | 
			
		||||
                "e03": -2.031996965408325,
 | 
			
		||||
                "e10": 0.9817010164260864,
 | 
			
		||||
                "e11": -0.002594058169052005,
 | 
			
		||||
                "e12": -0.19041116535663605,
 | 
			
		||||
                "e13": -1.4524781703948975,
 | 
			
		||||
                "e20": 0.07522445917129517,
 | 
			
		||||
                "e21": -0.9133017659187317,
 | 
			
		||||
                "e22": 0.4002763330936432,
 | 
			
		||||
                "e23": 0.14448893070220947,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6966593265533447,
 | 
			
		||||
            "nearClip": 0.9555181860923767
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0026562476996332407,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.0956573486328125,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4937576651573181
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1496.1097412109375,
 | 
			
		||||
                "y": 1495.4033203125
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1274.7603759765625,
 | 
			
		||||
                "y": 723.102294921875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.7368024587631226,
 | 
			
		||||
                "e01": -0.10684210807085037,
 | 
			
		||||
                "e02": 0.6676127910614014,
 | 
			
		||||
                "e03": 1.5086183547973633,
 | 
			
		||||
                "e10": -0.03835581988096237,
 | 
			
		||||
                "e11": 0.9792395234107971,
 | 
			
		||||
                "e12": 0.19904454052448273,
 | 
			
		||||
                "e13": -0.4446754455566406,
 | 
			
		||||
                "e20": -0.6750192046165466,
 | 
			
		||||
                "e21": -0.17226335406303406,
 | 
			
		||||
                "e22": 0.7174081206321716,
 | 
			
		||||
                "e23": 1.148557186126709,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.981159210205078,
 | 
			
		||||
            "nearClip": 1.0988047122955322
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0026869093999266624,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.8748708963394165,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.1251291036605835,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1495.0631103515625,
 | 
			
		||||
                "y": 1494.4176025390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1267.37890625,
 | 
			
		||||
                "y": 736.1304321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.18193583190441132,
 | 
			
		||||
                "e01": -0.9022316336631775,
 | 
			
		||||
                "e02": 0.39099544286727905,
 | 
			
		||||
                "e03": 0.6211448907852173,
 | 
			
		||||
                "e10": 0.9682206511497498,
 | 
			
		||||
                "e11": 0.09497898072004318,
 | 
			
		||||
                "e12": -0.23136073350906372,
 | 
			
		||||
                "e13": -1.3657952547073364,
 | 
			
		||||
                "e20": 0.17160463333129883,
 | 
			
		||||
                "e21": 0.42066267132759094,
 | 
			
		||||
                "e22": 0.8908393383026123,
 | 
			
		||||
                "e23": 1.283046007156372,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.4559309482574463,
 | 
			
		||||
            "nearClip": 0.59505695104599
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "textureHeight": 2048,
 | 
			
		||||
    "textureWidth": 2016
 | 
			
		||||
}
 | 
			
		||||
@ -1,7 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 0e7b94f5fed0e084292d00f85fcf76fc
 | 
			
		||||
TextScriptImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 1.0 MiB  | 
@ -1,140 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: 8e6305b9a60caec409e77a62c1b81308
 | 
			
		||||
TextureImporter:
 | 
			
		||||
  internalIDToNameTable: []
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  serializedVersion: 12
 | 
			
		||||
  mipmaps:
 | 
			
		||||
    mipMapMode: 0
 | 
			
		||||
    enableMipMap: 1
 | 
			
		||||
    sRGBTexture: 1
 | 
			
		||||
    linearTexture: 0
 | 
			
		||||
    fadeOut: 0
 | 
			
		||||
    borderMipMap: 0
 | 
			
		||||
    mipMapsPreserveCoverage: 0
 | 
			
		||||
    alphaTestReferenceValue: 0.5
 | 
			
		||||
    mipMapFadeDistanceStart: 1
 | 
			
		||||
    mipMapFadeDistanceEnd: 3
 | 
			
		||||
  bumpmap:
 | 
			
		||||
    convertToNormalMap: 0
 | 
			
		||||
    externalNormalMap: 0
 | 
			
		||||
    heightScale: 0.25
 | 
			
		||||
    normalMapFilter: 0
 | 
			
		||||
    flipGreenChannel: 0
 | 
			
		||||
  isReadable: 0
 | 
			
		||||
  streamingMipmaps: 0
 | 
			
		||||
  streamingMipmapsPriority: 0
 | 
			
		||||
  vTOnly: 0
 | 
			
		||||
  ignoreMipmapLimit: 0
 | 
			
		||||
  grayScaleToAlpha: 0
 | 
			
		||||
  generateCubemap: 6
 | 
			
		||||
  cubemapConvolution: 0
 | 
			
		||||
  seamlessCubemap: 0
 | 
			
		||||
  textureFormat: 1
 | 
			
		||||
  maxTextureSize: 2048
 | 
			
		||||
  textureSettings:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    filterMode: 1
 | 
			
		||||
    aniso: 1
 | 
			
		||||
    mipBias: 0
 | 
			
		||||
    wrapU: 0
 | 
			
		||||
    wrapV: 0
 | 
			
		||||
    wrapW: 0
 | 
			
		||||
  nPOTScale: 1
 | 
			
		||||
  lightmap: 0
 | 
			
		||||
  compressionQuality: 50
 | 
			
		||||
  spriteMode: 0
 | 
			
		||||
  spriteExtrude: 1
 | 
			
		||||
  spriteMeshType: 1
 | 
			
		||||
  alignment: 0
 | 
			
		||||
  spritePivot: {x: 0.5, y: 0.5}
 | 
			
		||||
  spritePixelsToUnits: 100
 | 
			
		||||
  spriteBorder: {x: 0, y: 0, z: 0, w: 0}
 | 
			
		||||
  spriteGenerateFallbackPhysicsShape: 1
 | 
			
		||||
  alphaUsage: 1
 | 
			
		||||
  alphaIsTransparency: 0
 | 
			
		||||
  spriteTessellationDetail: -1
 | 
			
		||||
  textureType: 0
 | 
			
		||||
  textureShape: 1
 | 
			
		||||
  singleChannelComponent: 0
 | 
			
		||||
  flipbookRows: 1
 | 
			
		||||
  flipbookColumns: 1
 | 
			
		||||
  maxTextureSizeSet: 0
 | 
			
		||||
  compressionQualitySet: 0
 | 
			
		||||
  textureFormatSet: 0
 | 
			
		||||
  ignorePngGamma: 0
 | 
			
		||||
  applyGammaDecoding: 0
 | 
			
		||||
  swizzle: 50462976
 | 
			
		||||
  cookieLightType: 0
 | 
			
		||||
  platformSettings:
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: DefaultTexturePlatform
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Standalone
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Android
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  - serializedVersion: 3
 | 
			
		||||
    buildTarget: Server
 | 
			
		||||
    maxTextureSize: 2048
 | 
			
		||||
    resizeAlgorithm: 0
 | 
			
		||||
    textureFormat: -1
 | 
			
		||||
    textureCompression: 1
 | 
			
		||||
    compressionQuality: 50
 | 
			
		||||
    crunchedCompression: 0
 | 
			
		||||
    allowsAlphaSplitting: 0
 | 
			
		||||
    overridden: 0
 | 
			
		||||
    ignorePlatformSupport: 0
 | 
			
		||||
    androidETC2FallbackOverride: 0
 | 
			
		||||
    forceMaximumCompressionQuality_BC6H_BC7: 0
 | 
			
		||||
  spriteSheet:
 | 
			
		||||
    serializedVersion: 2
 | 
			
		||||
    sprites: []
 | 
			
		||||
    outline: []
 | 
			
		||||
    physicsShape: []
 | 
			
		||||
    bones: []
 | 
			
		||||
    spriteID: 
 | 
			
		||||
    internalID: 0
 | 
			
		||||
    vertices: []
 | 
			
		||||
    indices: 
 | 
			
		||||
    edges: []
 | 
			
		||||
    weights: []
 | 
			
		||||
    secondaryTextures: []
 | 
			
		||||
    nameFileIdTable: {}
 | 
			
		||||
  mipmapLimitGroupName: 
 | 
			
		||||
  pSDRemoveMatte: 0
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
@ -1,275 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
    "_versionMajor": 0,
 | 
			
		||||
    "_versionMinor": 5,
 | 
			
		||||
    "boundsCenter": {
 | 
			
		||||
        "x": -0.1530594825744629,
 | 
			
		||||
        "y": -1.0,
 | 
			
		||||
        "z": 0.005427360534667969
 | 
			
		||||
    },
 | 
			
		||||
    "boundsSize": {
 | 
			
		||||
        "x": 1.0157957077026367,
 | 
			
		||||
        "y": 2.0,
 | 
			
		||||
        "z": 1.1236381530761719
 | 
			
		||||
    },
 | 
			
		||||
    "defaultReconstructionSettings": {
 | 
			
		||||
        "depthBiasAdjustment": 0.0,
 | 
			
		||||
        "edgeMaskBlurAmount": 0.009999999776482582,
 | 
			
		||||
        "edgeMaskSobelMultiplier": 10.0,
 | 
			
		||||
        "surfaceNormalColorBlendPower": 2.0,
 | 
			
		||||
        "viewDependentColorBlendPower": 0.0010000000474974513
 | 
			
		||||
    },
 | 
			
		||||
    "format": "perpixel",
 | 
			
		||||
    "numAngles": 6,
 | 
			
		||||
    "numColumns": 3,
 | 
			
		||||
    "numRows": 2,
 | 
			
		||||
    "perspectives": [
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0031098413746804,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.14487984776496887,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.8551201820373535
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.3175048828125,
 | 
			
		||||
                "y": 1499.0972900390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1275.4683837890625,
 | 
			
		||||
                "y": 718.2286987304688
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.32180747389793396,
 | 
			
		||||
                "e01": 0.0007329394575208426,
 | 
			
		||||
                "e02": 0.9468048214912415,
 | 
			
		||||
                "e03": 1.619429588317871,
 | 
			
		||||
                "e10": -0.9467655420303345,
 | 
			
		||||
                "e11": 0.008894646540284157,
 | 
			
		||||
                "e12": -0.32180100679397583,
 | 
			
		||||
                "e13": -1.4947996139526367,
 | 
			
		||||
                "e20": -0.008657354861497879,
 | 
			
		||||
                "e21": -0.99996018409729,
 | 
			
		||||
                "e22": -0.002168441889807582,
 | 
			
		||||
                "e23": 0.07123926281929016,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6411852836608887,
 | 
			
		||||
            "nearClip": 1.03338623046875
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0024826740846037865,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.289936363697052,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4658050537109375
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1505.5750732421875,
 | 
			
		||||
                "y": 1504.5609130859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1280.892578125,
 | 
			
		||||
                "y": 728.7554321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.6473193764686584,
 | 
			
		||||
                "e01": 0.19083306193351746,
 | 
			
		||||
                "e02": -0.7379433512687683,
 | 
			
		||||
                "e03": -1.8117287158966064,
 | 
			
		||||
                "e10": 0.04852348566055298,
 | 
			
		||||
                "e11": 0.9558703899383545,
 | 
			
		||||
                "e12": 0.2897537648677826,
 | 
			
		||||
                "e13": -0.4360555410385132,
 | 
			
		||||
                "e20": 0.7606728076934814,
 | 
			
		||||
                "e21": -0.22337080538272858,
 | 
			
		||||
                "e22": 0.6094935536384583,
 | 
			
		||||
                "e23": 1.3320561647415161,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 3.2029595375061035,
 | 
			
		||||
            "nearClip": 1.1890019178390503
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.002531463513150811,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.7013381719589233,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.29866185784339905,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1498.4473876953125,
 | 
			
		||||
                "y": 1497.11083984375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1265.181884765625,
 | 
			
		||||
                "y": 722.2222290039063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.07454666495323181,
 | 
			
		||||
                "e01": 0.9283208250999451,
 | 
			
		||||
                "e02": -0.364229679107666,
 | 
			
		||||
                "e03": -1.0427669286727905,
 | 
			
		||||
                "e10": -0.9500028491020203,
 | 
			
		||||
                "e11": -0.04494527727365494,
 | 
			
		||||
                "e12": -0.30898958444595337,
 | 
			
		||||
                "e13": -1.3992159366607666,
 | 
			
		||||
                "e20": -0.30321186780929565,
 | 
			
		||||
                "e21": 0.36905336380004883,
 | 
			
		||||
                "e22": 0.8785568475723267,
 | 
			
		||||
                "e23": 1.3279074430465698,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.5968565940856934,
 | 
			
		||||
            "nearClip": 0.6217145323753357
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0028716798406094313,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.5660402178764343,
 | 
			
		||||
                "x": 0.044740866869688034,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.9552591443061829
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1500.8951416015625,
 | 
			
		||||
                "y": 1500.4202880859375
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1285.6243896484375,
 | 
			
		||||
                "y": 726.32373046875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": -0.17494119703769684,
 | 
			
		||||
                "e01": -0.4072752594947815,
 | 
			
		||||
                "e02": -0.8963941335678101,
 | 
			
		||||
                "e03": -2.031996965408325,
 | 
			
		||||
                "e10": 0.9817010164260864,
 | 
			
		||||
                "e11": -0.002594058169052005,
 | 
			
		||||
                "e12": -0.19041116535663605,
 | 
			
		||||
                "e13": -1.4524781703948975,
 | 
			
		||||
                "e20": 0.07522445917129517,
 | 
			
		||||
                "e21": -0.9133017659187317,
 | 
			
		||||
                "e22": 0.4002763330936432,
 | 
			
		||||
                "e23": 0.14448893070220947,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.6966593265533447,
 | 
			
		||||
            "nearClip": 0.9555181860923767
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0026562476996332407,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 1.0,
 | 
			
		||||
                "x": 0.0956573486328125,
 | 
			
		||||
                "y": 0.0,
 | 
			
		||||
                "z": 0.4937576651573181
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1496.1097412109375,
 | 
			
		||||
                "y": 1495.4033203125
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1274.7603759765625,
 | 
			
		||||
                "y": 723.102294921875
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.7368024587631226,
 | 
			
		||||
                "e01": -0.10684210807085037,
 | 
			
		||||
                "e02": 0.6676127910614014,
 | 
			
		||||
                "e03": 1.5086183547973633,
 | 
			
		||||
                "e10": -0.03835581988096237,
 | 
			
		||||
                "e11": 0.9792395234107971,
 | 
			
		||||
                "e12": 0.19904454052448273,
 | 
			
		||||
                "e13": -0.4446754455566406,
 | 
			
		||||
                "e20": -0.6750192046165466,
 | 
			
		||||
                "e21": -0.17226335406303406,
 | 
			
		||||
                "e22": 0.7174081206321716,
 | 
			
		||||
                "e23": 1.148557186126709,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.981159210205078,
 | 
			
		||||
            "nearClip": 1.0988047122955322
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "clipEpsilon": 0.0026869093999266624,
 | 
			
		||||
            "crop": {
 | 
			
		||||
                "w": 0.8748708963394165,
 | 
			
		||||
                "x": 0.0,
 | 
			
		||||
                "y": 0.1251291036605835,
 | 
			
		||||
                "z": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthFocalLength": {
 | 
			
		||||
                "x": 1495.0631103515625,
 | 
			
		||||
                "y": 1494.4176025390625
 | 
			
		||||
            },
 | 
			
		||||
            "depthImageSize": {
 | 
			
		||||
                "x": 2560.0,
 | 
			
		||||
                "y": 1440.0
 | 
			
		||||
            },
 | 
			
		||||
            "depthPrincipalPoint": {
 | 
			
		||||
                "x": 1267.37890625,
 | 
			
		||||
                "y": 736.1304321289063
 | 
			
		||||
            },
 | 
			
		||||
            "extrinsics": {
 | 
			
		||||
                "e00": 0.18193583190441132,
 | 
			
		||||
                "e01": -0.9022316336631775,
 | 
			
		||||
                "e02": 0.39099544286727905,
 | 
			
		||||
                "e03": 0.6211448907852173,
 | 
			
		||||
                "e10": 0.9682206511497498,
 | 
			
		||||
                "e11": 0.09497898072004318,
 | 
			
		||||
                "e12": -0.23136073350906372,
 | 
			
		||||
                "e13": -1.3657952547073364,
 | 
			
		||||
                "e20": 0.17160463333129883,
 | 
			
		||||
                "e21": 0.42066267132759094,
 | 
			
		||||
                "e22": 0.8908393383026123,
 | 
			
		||||
                "e23": 1.283046007156372,
 | 
			
		||||
                "e30": 0.0,
 | 
			
		||||
                "e31": 0.0,
 | 
			
		||||
                "e32": 0.0,
 | 
			
		||||
                "e33": 1.0
 | 
			
		||||
            },
 | 
			
		||||
            "farClip": 2.4559309482574463,
 | 
			
		||||
            "nearClip": 0.59505695104599
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "textureHeight": 2048,
 | 
			
		||||
    "textureWidth": 2016
 | 
			
		||||
}
 | 
			
		||||
@ -1,7 +0,0 @@
 | 
			
		||||
fileFormatVersion: 2
 | 
			
		||||
guid: f6722e7c0d4bc304a978524b2ea10c5e
 | 
			
		||||
TextScriptImporter:
 | 
			
		||||
  externalObjects: {}
 | 
			
		||||
  userData: 
 | 
			
		||||
  assetBundleName: 
 | 
			
		||||
  assetBundleVariant: 
 | 
			
		||||
@ -93,11 +93,7 @@ public class NamedDepthkitPlayer : ComponentHandler {
 | 
			
		||||
                //depthkitClip.Player.StartVideoLoad();
 | 
			
		||||
 | 
			
		||||
                //StartCoroutine(depthkitClip.player.LoadAndPlay());
 | 
			
		||||
                mediaPlayer = GetComponent<MediaPlayer>();
 | 
			
		||||
                if (mediaPlayer != null)
 | 
			
		||||
                {
 | 
			
		||||
                    mediaPlayer.OpenMedia(new MediaPath(videoPath, MediaPathType.RelativeToPersistentDataFolder));
 | 
			
		||||
                }
 | 
			
		||||
                depthkitClip.player.Play();
 | 
			
		||||
 | 
			
		||||
                //GetComponent<RenderHeads.Media.AVProVideo.MediaPlayer>().Rewind(false);
 | 
			
		||||
                //Debug.Log("NamedDepthkitPlayer.FirstRun: Load "+Time.frameCount);
 | 
			
		||||
@ -155,6 +151,11 @@ public class NamedDepthkitPlayer : ComponentHandler {
 | 
			
		||||
        switch (nodeState) {
 | 
			
		||||
            case NodeState.FirstRun:
 | 
			
		||||
                gameObject.SetActive(true);
 | 
			
		||||
                mediaPlayer = GetComponent<MediaPlayer>();
 | 
			
		||||
                if (mediaPlayer != null)
 | 
			
		||||
                {
 | 
			
		||||
                    mediaPlayer.OpenMedia(new MediaPath(videoPath, MediaPathType.RelativeToPersistentDataFolder), autoPlay: false);
 | 
			
		||||
                }
 | 
			
		||||
                goto case NodeState.Running;
 | 
			
		||||
            case NodeState.Running:
 | 
			
		||||
                Task.SetSucceeded();
 | 
			
		||||
@ -168,6 +169,12 @@ public class NamedDepthkitPlayer : ComponentHandler {
 | 
			
		||||
        //Debug.Log($"NamedDepthkitPlayer.Hide {nodeState}");
 | 
			
		||||
        switch (nodeState) {
 | 
			
		||||
            case NodeState.FirstRun:
 | 
			
		||||
                if (mediaPlayer != null)
 | 
			
		||||
                {
 | 
			
		||||
                    mediaPlayer.CloseMedia();
 | 
			
		||||
                    Debug.Log("Closing media...");
 | 
			
		||||
                }
 | 
			
		||||
                
 | 
			
		||||
                gameObject.SetActive(false);
 | 
			
		||||
                goto case NodeState.Running;
 | 
			
		||||
            case NodeState.Running:
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,6 @@
 | 
			
		||||
EditorBuildSettings:
 | 
			
		||||
  m_ObjectHideFlags: 0
 | 
			
		||||
  serializedVersion: 2
 | 
			
		||||
<<<<<<< Updated upstream
 | 
			
		||||
  m_Scenes:
 | 
			
		||||
  - enabled: 1
 | 
			
		||||
    path: Assets/Scenes/1.0-SBB.unity
 | 
			
		||||
@ -18,9 +17,7 @@ EditorBuildSettings:
 | 
			
		||||
  - enabled: 1
 | 
			
		||||
    path: Assets/Scenes/3.2-Grotto.unity
 | 
			
		||||
    guid: 73660f1e1eb0e524fb6b6f42ca2c7b54
 | 
			
		||||
=======
 | 
			
		||||
  m_Scenes: []
 | 
			
		||||
>>>>>>> Stashed changes
 | 
			
		||||
  m_configObjects:
 | 
			
		||||
    Unity.XR.Oculus.Settings: {fileID: 11400000, guid: bfa1182bd221b4ca89619141f66f1260, type: 2}
 | 
			
		||||
    com.unity.xr.openxr.settings4: {fileID: 11400000, guid: 0f4832b23b368b643bc8a91696fbb473, type: 2}
 | 
			
		||||
 | 
			
		||||