Merge branch 'programming'
This commit is contained in:
commit
8ce40e7cc1
@ -12,7 +12,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
Composite(Sequence) {
|
Composite(Sequence) {
|
||||||
BTC.FadeIn("FadeScene.XRInteractionHandsSetup.Black")
|
|
||||||
RunTree("32_Grotto_Im_Grotto_Essen_Intro")
|
RunTree("32_Grotto_Im_Grotto_Essen_Intro")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -38,20 +37,21 @@
|
|||||||
Tree("32_Grotto_Im_Grotto_Essen_Intro") {
|
Tree("32_Grotto_Im_Grotto_Essen_Intro") {
|
||||||
// --- Im Grotto Essen - Intro ---
|
// --- Im Grotto Essen - Intro ---
|
||||||
Composite(Sequence) {
|
Composite(Sequence) {
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.IntroFidle1")
|
||||||
|
|
||||||
Composite(Marathon) {
|
Composite(Marathon) {
|
||||||
BTC.Run("StudioEventEmitter.STATIC.KuechenAmbi")
|
BTC.Run("StudioEventEmitter.STATIC.KuechenAmbi")
|
||||||
BTC.Run("StudioEventEmitter.STATIC.AmbiGarten")
|
BTC.Run("StudioEventEmitter.STATIC.AmbiGarten")
|
||||||
|
BTC.FadeIn("FadeScene.XRInteractionHandsSetup.Black")
|
||||||
}
|
}
|
||||||
|
|
||||||
BTC.Show("Depthkit.VIDEOS.Intro1ImGrottoesse")
|
BTC.Wait(3)
|
||||||
BTC.Run("Depthkit.VIDEOS.Intro1ImGrottoesse")
|
BTC.Hide("MediaPlayer.VIDEOS.IntroFidle1")
|
||||||
BTC.Hide("Depthkit.VIDEOS.Intro1ImGrottoesse")
|
BTC.Run("MediaPlayer.VIDEOS.IntroF2")
|
||||||
|
|
||||||
BTC.Show("Depthkit.VIDEOS.Intro2ImGrottoesse")
|
BTC.Run("MediaPlayer.VIDEOS.IntroFidle3")
|
||||||
BTC.Run("Depthkit.VIDEOS.Intro2ImGrottoesse")
|
|
||||||
BTC.Hide("Depthkit.VIDEOS.Intro2ImGrottoesse")
|
|
||||||
|
|
||||||
BTC.AddPossbileSpeechIntent("Im_Grotto_essen.Intro.3")
|
BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Intro-U-3a")
|
||||||
BTC.StartSpeechIntentRecognition()
|
BTC.StartSpeechIntentRecognition()
|
||||||
|
|
||||||
Composite(Race) {
|
Composite(Race) {
|
||||||
@ -83,32 +83,12 @@ Tree("32_Grotto_Im_Grotto_Essen_Intro") {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
BTC.Show("Depthkit.VIDEOS.Intro6ImGrottoesse")
|
BTC.Hide("MediaPlayer.VIDEOS.IntroFidle3")
|
||||||
BTC.Run("Depthkit.VIDEOS.Intro6ImGrottoesse")
|
BTC.Run("MediaPlayer.VIDEOS.IntroF4")
|
||||||
BTC.Hide("Depthkit.VIDEOS.Intro6ImGrottoesse")
|
BTC.Run("MediaPlayer.VIDEOS.IntroFidle5")
|
||||||
|
|
||||||
BTC.Show("Depthkit.VIDEOS.Intro7ImGrottoesse")
|
BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Intro-U-5a")
|
||||||
BTC.Run("Depthkit.VIDEOS.Intro7ImGrottoesse")
|
BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Intro-U-7b")
|
||||||
BTC.Hide("Depthkit.VIDEOS.Intro7ImGrottoesse")
|
|
||||||
|
|
||||||
BTC.Show("Depthkit.VIDEOS.Intro8ImGrottoesse")
|
|
||||||
BTC.Run("Depthkit.VIDEOS.Intro8ImGrottoesse")
|
|
||||||
BTC.Hide("Depthkit.VIDEOS.Intro8ImGrottoesse")
|
|
||||||
|
|
||||||
BTC.Show("Depthkit.VIDEOS.Intro9ImGrottoesse")
|
|
||||||
BTC.Run("Depthkit.VIDEOS.Intro9ImGrottoesse")
|
|
||||||
BTC.Hide("Depthkit.VIDEOS.Intro9ImGrottoesse")
|
|
||||||
|
|
||||||
BTC.Show("Depthkit.VIDEOS.Intro10ImGrottoess")
|
|
||||||
BTC.Run("Depthkit.VIDEOS.Intro10ImGrottoess")
|
|
||||||
BTC.Hide("Depthkit.VIDEOS.Intro10ImGrottoess")
|
|
||||||
|
|
||||||
// --- Im Grotto Essen - Zweite Bestellung ---
|
|
||||||
BTC.Show("Depthkit.VIDEOS.NachfrageKellner1I")
|
|
||||||
BTC.Run("Depthkit.VIDEOS.NachfrageKellner1I")
|
|
||||||
BTC.Hide("Depthkit.VIDEOS.NachfrageKellner1I")
|
|
||||||
|
|
||||||
BTC.AddPossbileSpeechIntent("Im_Grotto_essen.Zweite_Bestellung.2")
|
|
||||||
BTC.StartSpeechIntentRecognition()
|
BTC.StartSpeechIntentRecognition()
|
||||||
|
|
||||||
Composite(Race) {
|
Composite(Race) {
|
||||||
@ -120,12 +100,29 @@ Tree("32_Grotto_Im_Grotto_Essen_Intro") {
|
|||||||
// -- Selector 1: Intent erkannt
|
// -- Selector 1: Intent erkannt
|
||||||
Composite(Sequence) {
|
Composite(Sequence) {
|
||||||
BTC.SpeechIntentRecognized()
|
BTC.SpeechIntentRecognized()
|
||||||
|
|
||||||
|
// Intent erkannt
|
||||||
|
Composite(Race) {
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.CompareIntentID("Im_Grotto_essen-Intro-U-5a")
|
||||||
BTC.ClearPossbileSpeechIntents()
|
BTC.ClearPossbileSpeechIntents()
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.IntroFidle5")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.IntroF6")
|
||||||
|
}
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.CompareIntentID("Im_Grotto_essen-Intro-U-7b")
|
||||||
|
BTC.ClearPossbileSpeechIntents()
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.IntroFidle5")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.IntroF8")
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// -- Selector 2: Intent nicht erkannt
|
// -- Selector 2: Intent nicht erkannt
|
||||||
Composite(Sequence) {
|
Composite(Sequence) {
|
||||||
BTC.ClearPossbileSpeechIntents()
|
BTC.ClearPossbileSpeechIntents()
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.IntroFidle5")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.IntroF8")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -137,7 +134,189 @@ Tree("32_Grotto_Im_Grotto_Essen_Intro") {
|
|||||||
BTC.AbortSpeechEventListener()
|
BTC.AbortSpeechEventListener()
|
||||||
BTC.StopSpeechIntentRecognition()
|
BTC.StopSpeechIntentRecognition()
|
||||||
BTC.ClearPossbileSpeechIntents()
|
BTC.ClearPossbileSpeechIntents()
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.IntroFidle5")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.IntroF8")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.IntroFidle7")
|
||||||
|
|
||||||
|
// --- Im Grotto Essen - Bestellung Getraenk ---
|
||||||
|
BTC.Wait(3)
|
||||||
|
|
||||||
|
Composite(Marathon) {
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.Wait(2)
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.IntroFidle7")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_Fidle2")
|
||||||
|
}
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G3")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle4")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_Fidle2")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_F5")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_Fidle6")
|
||||||
|
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle4")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G7")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle8")
|
||||||
|
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_Fidle6")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_F9")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_FIdle10")
|
||||||
|
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle8")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G11")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle12")
|
||||||
|
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_FIdle10")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_FIdle13")
|
||||||
|
|
||||||
|
BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Getraenk-U-13")
|
||||||
|
BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Getraenk-U-14")
|
||||||
|
BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Getraenk-U-16")
|
||||||
|
BTC.StartSpeechIntentRecognition()
|
||||||
|
|
||||||
|
Composite(Race) {
|
||||||
|
// -- Race 1: User sagt etwas
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.UserStartedSpeechInput()
|
||||||
|
|
||||||
|
Composite(Selector) {
|
||||||
|
// -- Selector 1: Intent erkannt
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.SpeechIntentRecognized()
|
||||||
|
|
||||||
|
// Intent erkannt
|
||||||
|
Composite(Race) {
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.CompareIntentID("Im_Grotto_essen-Bestellung_Getraenk-U-13")
|
||||||
|
BTC.ClearPossbileSpeechIntents()
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle12")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G14")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle16")
|
||||||
|
}
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.CompareIntentID("Im_Grotto_essen-Bestellung_Getraenk-U-14")
|
||||||
|
BTC.ClearPossbileSpeechIntents()
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle12")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G15")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle16")
|
||||||
|
}
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.CompareIntentID("Im_Grotto_essen-Bestellung_Getraenk-U-16")
|
||||||
|
BTC.ClearPossbileSpeechIntents()
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle12")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G17")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle16")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// -- Selector 2: Intent nicht erkannt
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.ClearPossbileSpeechIntents()
|
||||||
|
RunTree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Getraenk")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// -- Race 2: User sagt nichts
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.Wait(5)
|
||||||
|
BTC.CompareUserSpeechInputStarted(false)
|
||||||
|
BTC.AbortSpeechEventListener()
|
||||||
|
BTC.StopSpeechIntentRecognition()
|
||||||
|
BTC.ClearPossbileSpeechIntents()
|
||||||
|
RunTree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Getraenk")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// --- Im Grotto Essen - Bestellung Essen ---
|
||||||
|
Composite(Marathon) {
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.NachfrageKellnerGe_GIdle2")
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle16")
|
||||||
|
}
|
||||||
|
|
||||||
|
// G sagt was
|
||||||
|
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_FIdle13")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Tree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Getraenk") {
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle12")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.NachfrageKellnerGe_G1")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.NachfrageKellnerGe_GIdle2")
|
||||||
|
|
||||||
|
BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Getraenk-U-13")
|
||||||
|
BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Getraenk-U-14")
|
||||||
|
BTC.AddPossbileSpeechIntent("Im_Grotto_essen-Bestellung_Getraenk-U-16")
|
||||||
|
BTC.StartSpeechIntentRecognition()
|
||||||
|
|
||||||
|
Composite(Race) {
|
||||||
|
// -- Race 1: User sagt etwas
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.UserStartedSpeechInput()
|
||||||
|
|
||||||
|
Composite(Selector) {
|
||||||
|
// -- Selector 1: Intent erkannt
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.SpeechIntentRecognized()
|
||||||
|
|
||||||
|
// Intent erkannt
|
||||||
|
Composite(Race) {
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.CompareIntentID("Im_Grotto_essen-Bestellung_Getraenk-U-13")
|
||||||
|
BTC.ClearPossbileSpeechIntents()
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.NachfrageKellnerGe_GIdle2")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G14")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle16")
|
||||||
|
}
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.CompareIntentID("Im_Grotto_essen-Bestellung_Getraenk-U-14")
|
||||||
|
BTC.ClearPossbileSpeechIntents()
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.NachfrageKellnerGe_GIdle2")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G15")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle16")
|
||||||
|
}
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.CompareIntentID("Im_Grotto_essen-Bestellung_Getraenk-U-16")
|
||||||
|
BTC.ClearPossbileSpeechIntents()
|
||||||
|
BTC.Hide("MediaPlayer.VIDEOS.NachfrageKellnerGe_GIdle2")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_G17")
|
||||||
|
BTC.Run("MediaPlayer.VIDEOS.BestellungGetraenk_GIdle16")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// -- Selector 2: Intent nicht erkannt
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.ClearPossbileSpeechIntents()
|
||||||
|
RunTree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Getraenk_Handmenu")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// -- Race 2: User sagt nichts
|
||||||
|
Composite(Sequence) {
|
||||||
|
BTC.Wait(5)
|
||||||
|
BTC.CompareUserSpeechInputStarted(false)
|
||||||
|
BTC.AbortSpeechEventListener()
|
||||||
|
BTC.StopSpeechIntentRecognition()
|
||||||
|
BTC.ClearPossbileSpeechIntents()
|
||||||
|
RunTree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Getraenk_Handmenu")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Tree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Getraenk_Handmenu") {
|
||||||
|
Composite(Sequence) {
|
||||||
// Fallback Button
|
// Fallback Button
|
||||||
Composite(Marathon) {
|
Composite(Marathon) {
|
||||||
BTC.Show("GO.GO.SpeechButton")
|
BTC.Show("GO.GO.SpeechButton")
|
||||||
@ -150,7 +329,13 @@ Tree("32_Grotto_Im_Grotto_Essen_Intro") {
|
|||||||
BTC.Hide("GO.GO.SpeechButton")
|
BTC.Hide("GO.GO.SpeechButton")
|
||||||
BTC.Hide("GO.GO.SpeechOptions")
|
BTC.Hide("GO.GO.SpeechOptions")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Tree("Old") {
|
||||||
|
Composite(Sequence) {
|
||||||
|
|
||||||
|
|
||||||
// --- Im Grotto Essen - Nachfrage Kellner Essen ---
|
// --- Im Grotto Essen - Nachfrage Kellner Essen ---
|
||||||
BTC.Show("Depthkit.VIDEOS.NachfrageKellnerEs_01")
|
BTC.Show("Depthkit.VIDEOS.NachfrageKellnerEs_01")
|
||||||
|
@ -44,6 +44,11 @@ Tree("40_Puschlav_Story_C_Puschlav") {
|
|||||||
BTC.Run("AudioSource.AUDIO.0ingamevrintro")
|
BTC.Run("AudioSource.AUDIO.0ingamevrintro")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Composite(Marathon) {
|
||||||
|
BTC.Hide("GO.STATIC.Background")
|
||||||
|
BTC.Hide("GO.UI.ViaggioLogo")
|
||||||
|
}
|
||||||
|
|
||||||
// Start Slideshow
|
// Start Slideshow
|
||||||
Composite(Marathon) {
|
Composite(Marathon) {
|
||||||
BTC.Run("StudioEventEmitter.XRInteractionHandsSetup.Puschlav1")
|
BTC.Run("StudioEventEmitter.XRInteractionHandsSetup.Puschlav1")
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -123,6 +123,86 @@ NavMeshSettings:
|
|||||||
debug:
|
debug:
|
||||||
m_Flags: 0
|
m_Flags: 0
|
||||||
m_NavMeshData: {fileID: 0}
|
m_NavMeshData: {fileID: 0}
|
||||||
|
--- !u!21 &2379763
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: UI/RoundedCorners/RoundedCorners
|
||||||
|
m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
|
||||||
|
m_Parent: {fileID: 0}
|
||||||
|
m_ModifiedSerializedProperties: 0
|
||||||
|
m_ValidKeywords: []
|
||||||
|
m_InvalidKeywords: []
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_LockedProperties:
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Ints: []
|
||||||
|
m_Floats:
|
||||||
|
- _ColorMask: 15
|
||||||
|
- _Stencil: 0
|
||||||
|
- _StencilComp: 8
|
||||||
|
- _StencilOp: 0
|
||||||
|
- _StencilReadMask: 255
|
||||||
|
- _StencilWriteMask: 255
|
||||||
|
- _UseUIAlphaClip: 0
|
||||||
|
m_Colors:
|
||||||
|
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
||||||
|
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
|
--- !u!21 &11313552
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: UI/RoundedCorners/RoundedCorners
|
||||||
|
m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
|
||||||
|
m_Parent: {fileID: 0}
|
||||||
|
m_ModifiedSerializedProperties: 0
|
||||||
|
m_ValidKeywords: []
|
||||||
|
m_InvalidKeywords: []
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_LockedProperties:
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Ints: []
|
||||||
|
m_Floats:
|
||||||
|
- _ColorMask: 15
|
||||||
|
- _Stencil: 0
|
||||||
|
- _StencilComp: 8
|
||||||
|
- _StencilOp: 0
|
||||||
|
- _StencilReadMask: 255
|
||||||
|
- _StencilWriteMask: 255
|
||||||
|
- _UseUIAlphaClip: 0
|
||||||
|
m_Colors:
|
||||||
|
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
||||||
|
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
--- !u!1 &17784644
|
--- !u!1 &17784644
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -454,6 +534,46 @@ MonoBehaviour:
|
|||||||
roomId: XRInteractionHandsSetup
|
roomId: XRInteractionHandsSetup
|
||||||
uniqueId:
|
uniqueId:
|
||||||
_name: StudioEventEmitter.XRInteractionHandsSetup.FMODAudio
|
_name: StudioEventEmitter.XRInteractionHandsSetup.FMODAudio
|
||||||
|
--- !u!21 &80243549
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: UI/RoundedCorners/RoundedCorners
|
||||||
|
m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
|
||||||
|
m_Parent: {fileID: 0}
|
||||||
|
m_ModifiedSerializedProperties: 0
|
||||||
|
m_ValidKeywords: []
|
||||||
|
m_InvalidKeywords: []
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_LockedProperties:
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Ints: []
|
||||||
|
m_Floats:
|
||||||
|
- _ColorMask: 15
|
||||||
|
- _Stencil: 0
|
||||||
|
- _StencilComp: 8
|
||||||
|
- _StencilOp: 0
|
||||||
|
- _StencilReadMask: 255
|
||||||
|
- _StencilWriteMask: 255
|
||||||
|
- _UseUIAlphaClip: 0
|
||||||
|
m_Colors:
|
||||||
|
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
||||||
|
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
--- !u!114 &82827943 stripped
|
--- !u!114 &82827943 stripped
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_CorrespondingSourceObject: {fileID: 3722675639087988346, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
m_CorrespondingSourceObject: {fileID: 3722675639087988346, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
@ -485,6 +605,14 @@ PrefabInstance:
|
|||||||
propertyPath: m_Material
|
propertyPath: m_Material
|
||||||
value:
|
value:
|
||||||
objectReference: {fileID: 1277734654}
|
objectReference: {fileID: 1277734654}
|
||||||
|
- target: {fileID: 1390358473909279472, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
propertyPath: m_Name
|
||||||
|
value: NamedEventTrigger.HANDMENU.Option3Button_83880
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1703084053183994796, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
propertyPath: m_Name
|
||||||
|
value: TextMeshPro.HANDMENU.Option2Button_83764
|
||||||
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 1840989890581634500, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
- target: {fileID: 1840989890581634500, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
propertyPath: m_Material
|
propertyPath: m_Material
|
||||||
value:
|
value:
|
||||||
@ -497,6 +625,18 @@ PrefabInstance:
|
|||||||
propertyPath: m_Material
|
propertyPath: m_Material
|
||||||
value:
|
value:
|
||||||
objectReference: {fileID: 1530721053}
|
objectReference: {fileID: 1530721053}
|
||||||
|
- target: {fileID: 3311318320108797117, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
propertyPath: m_Name
|
||||||
|
value: NamedEventTrigger.HANDMENU.Option2Button_83640
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 3449990124942354616, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
propertyPath: m_Name
|
||||||
|
value: GO.HANDMENU.SpeechButton_83848
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 3519308568976615508, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
propertyPath: m_Name
|
||||||
|
value: GO.HANDMENU.SpeechOptions_83670
|
||||||
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 4832609139423552140, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
- target: {fileID: 4832609139423552140, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
propertyPath: m_Material
|
propertyPath: m_Material
|
||||||
value:
|
value:
|
||||||
@ -553,10 +693,30 @@ PrefabInstance:
|
|||||||
propertyPath: m_LocalEulerAnglesHint.z
|
propertyPath: m_LocalEulerAnglesHint.z
|
||||||
value: 0
|
value: 0
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5683516665140068568, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
propertyPath: m_Name
|
||||||
|
value: GO.HANDMENU.Option1Button_83780
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5791419970918498756, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
propertyPath: m_Name
|
||||||
|
value: GO.HANDMENU.Option3Button_83706
|
||||||
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 6439100389559355939, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
- target: {fileID: 6439100389559355939, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
propertyPath: m_Material
|
propertyPath: m_Material
|
||||||
value:
|
value:
|
||||||
objectReference: {fileID: 1674410432}
|
objectReference: {fileID: 1674410432}
|
||||||
|
- target: {fileID: 6974262829694064423, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
propertyPath: m_Name
|
||||||
|
value: GO.HANDMENU.Option2Button_83692
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 7196315648059257416, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
propertyPath: m_Name
|
||||||
|
value: TextMeshPro.HANDMENU.Option1Button_83766
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 7505537526129068579, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
propertyPath: m_Name
|
||||||
|
value: NamedEventTrigger.HANDMENU.Option1Button_83850
|
||||||
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 7747986440618709081, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
- target: {fileID: 7747986440618709081, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
propertyPath: m_Material
|
propertyPath: m_Material
|
||||||
value:
|
value:
|
||||||
@ -565,6 +725,10 @@ PrefabInstance:
|
|||||||
propertyPath: m_Material
|
propertyPath: m_Material
|
||||||
value:
|
value:
|
||||||
objectReference: {fileID: 152553635}
|
objectReference: {fileID: 152553635}
|
||||||
|
- target: {fileID: 8317954069446334786, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
propertyPath: m_Name
|
||||||
|
value: TextMeshPro.HANDMENU.Option3Button_83572
|
||||||
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 8859802627576979195, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
- target: {fileID: 8859802627576979195, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
propertyPath: m_Material
|
propertyPath: m_Material
|
||||||
value:
|
value:
|
||||||
@ -944,6 +1108,11 @@ AudioSource:
|
|||||||
m_PreInfinity: 2
|
m_PreInfinity: 2
|
||||||
m_PostInfinity: 2
|
m_PostInfinity: 2
|
||||||
m_RotationOrder: 4
|
m_RotationOrder: 4
|
||||||
|
--- !u!1 &174480940 stripped
|
||||||
|
GameObject:
|
||||||
|
m_CorrespondingSourceObject: {fileID: 919132149155446097, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3}
|
||||||
|
m_PrefabInstance: {fileID: 1818931762}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
--- !u!1 &191180154
|
--- !u!1 &191180154
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -1373,46 +1542,6 @@ AudioSource:
|
|||||||
m_PreInfinity: 2
|
m_PreInfinity: 2
|
||||||
m_PostInfinity: 2
|
m_PostInfinity: 2
|
||||||
m_RotationOrder: 4
|
m_RotationOrder: 4
|
||||||
--- !u!21 &292651160
|
|
||||||
Material:
|
|
||||||
serializedVersion: 8
|
|
||||||
m_ObjectHideFlags: 0
|
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
|
||||||
m_PrefabInstance: {fileID: 0}
|
|
||||||
m_PrefabAsset: {fileID: 0}
|
|
||||||
m_Name: UI/RoundedCorners/RoundedCorners
|
|
||||||
m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
|
|
||||||
m_Parent: {fileID: 0}
|
|
||||||
m_ModifiedSerializedProperties: 0
|
|
||||||
m_ValidKeywords: []
|
|
||||||
m_InvalidKeywords: []
|
|
||||||
m_LightmapFlags: 4
|
|
||||||
m_EnableInstancingVariants: 0
|
|
||||||
m_DoubleSidedGI: 0
|
|
||||||
m_CustomRenderQueue: -1
|
|
||||||
stringTagMap: {}
|
|
||||||
disabledShaderPasses: []
|
|
||||||
m_LockedProperties:
|
|
||||||
m_SavedProperties:
|
|
||||||
serializedVersion: 3
|
|
||||||
m_TexEnvs:
|
|
||||||
- _MainTex:
|
|
||||||
m_Texture: {fileID: 0}
|
|
||||||
m_Scale: {x: 1, y: 1}
|
|
||||||
m_Offset: {x: 0, y: 0}
|
|
||||||
m_Ints: []
|
|
||||||
m_Floats:
|
|
||||||
- _ColorMask: 15
|
|
||||||
- _Stencil: 0
|
|
||||||
- _StencilComp: 8
|
|
||||||
- _StencilOp: 0
|
|
||||||
- _StencilReadMask: 255
|
|
||||||
- _StencilWriteMask: 255
|
|
||||||
- _UseUIAlphaClip: 0
|
|
||||||
m_Colors:
|
|
||||||
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
|
||||||
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
|
||||||
m_BuildTextureStacks: []
|
|
||||||
--- !u!1 &319696528
|
--- !u!1 &319696528
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -1896,6 +2025,21 @@ MonoBehaviour:
|
|||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
namedObjects:
|
namedObjects:
|
||||||
|
- {fileID: 1678224124}
|
||||||
|
- {fileID: 1818931767}
|
||||||
|
- {fileID: 3722675639087988346, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
- {fileID: 6514177060466835402, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
- {fileID: 5898539999483921607, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
- {fileID: 2615893722691818977, guid: ea46eac23ee4041d08d72ff651ddc3d2, type: 3}
|
||||||
|
- {fileID: 4861931573494781030, guid: 760ca66a6888341999f27c6e23ec905e, type: 3}
|
||||||
|
- {fileID: 8100508948216766973, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
- {fileID: 1511212145111476554, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
- {fileID: 1669470075575189953, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
- {fileID: 5813838621625756562, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
- {fileID: 5570667340355689503, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
- {fileID: 6000300492893680548, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
- {fileID: 6943135704064619909, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
- {fileID: 6313271181203162305, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
- {fileID: 17784647}
|
- {fileID: 17784647}
|
||||||
- {fileID: 32075308}
|
- {fileID: 32075308}
|
||||||
- {fileID: 43532588}
|
- {fileID: 43532588}
|
||||||
@ -1936,8 +2080,6 @@ MonoBehaviour:
|
|||||||
- {fileID: 1814113890}
|
- {fileID: 1814113890}
|
||||||
- {fileID: 2008873555}
|
- {fileID: 2008873555}
|
||||||
- {fileID: 2145125847}
|
- {fileID: 2145125847}
|
||||||
- {fileID: 2615893722691818977, guid: ea46eac23ee4041d08d72ff651ddc3d2, type: 3}
|
|
||||||
- {fileID: 4861931573494781030, guid: 760ca66a6888341999f27c6e23ec905e, type: 3}
|
|
||||||
autoUpdateAllObjects: 1
|
autoUpdateAllObjects: 1
|
||||||
cameraRoot: {fileID: 0}
|
cameraRoot: {fileID: 0}
|
||||||
--- !u!114 &478938932
|
--- !u!114 &478938932
|
||||||
@ -1962,7 +2104,7 @@ MonoBehaviour:
|
|||||||
overrideLogStringDisplay: 0
|
overrideLogStringDisplay: 0
|
||||||
overrideDebugInternalActive: 0
|
overrideDebugInternalActive: 0
|
||||||
overrideDebugChangesActive: 0
|
overrideDebugChangesActive: 0
|
||||||
instanceID: 74050
|
instanceID: 83676
|
||||||
__behaviourTreeGenerator: {fileID: 0}
|
__behaviourTreeGenerator: {fileID: 0}
|
||||||
taskScripts:
|
taskScripts:
|
||||||
- {fileID: 4900000, guid: 36780e00eead045f596f95dc169f59d0, type: 3}
|
- {fileID: 4900000, guid: 36780e00eead045f596f95dc169f59d0, type: 3}
|
||||||
@ -2146,7 +2288,18 @@ AudioSource:
|
|||||||
m_PreInfinity: 2
|
m_PreInfinity: 2
|
||||||
m_PostInfinity: 2
|
m_PostInfinity: 2
|
||||||
m_RotationOrder: 4
|
m_RotationOrder: 4
|
||||||
--- !u!21 &499641972
|
--- !u!114 &515095113 stripped
|
||||||
|
MonoBehaviour:
|
||||||
|
m_CorrespondingSourceObject: {fileID: 8100508948216766973, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
m_PrefabInstance: {fileID: 105957509}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
--- !u!21 &594253350
|
||||||
Material:
|
Material:
|
||||||
serializedVersion: 8
|
serializedVersion: 8
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -2186,17 +2339,46 @@ Material:
|
|||||||
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
||||||
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
||||||
m_BuildTextureStacks: []
|
m_BuildTextureStacks: []
|
||||||
--- !u!114 &515095113 stripped
|
--- !u!21 &610223943
|
||||||
MonoBehaviour:
|
Material:
|
||||||
m_CorrespondingSourceObject: {fileID: 8100508948216766973, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
serializedVersion: 8
|
||||||
m_PrefabInstance: {fileID: 105957509}
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 0}
|
m_Name: UI/RoundedCorners/RoundedCorners
|
||||||
m_Enabled: 1
|
m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
|
||||||
m_EditorHideFlags: 0
|
m_Parent: {fileID: 0}
|
||||||
m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3}
|
m_ModifiedSerializedProperties: 0
|
||||||
m_Name:
|
m_ValidKeywords: []
|
||||||
m_EditorClassIdentifier:
|
m_InvalidKeywords: []
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_LockedProperties:
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Ints: []
|
||||||
|
m_Floats:
|
||||||
|
- _ColorMask: 15
|
||||||
|
- _Stencil: 0
|
||||||
|
- _StencilComp: 8
|
||||||
|
- _StencilOp: 0
|
||||||
|
- _StencilReadMask: 255
|
||||||
|
- _StencilWriteMask: 255
|
||||||
|
- _UseUIAlphaClip: 0
|
||||||
|
m_Colors:
|
||||||
|
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
||||||
|
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
--- !u!1 &684571342
|
--- !u!1 &684571342
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -2709,46 +2891,6 @@ MonoBehaviour:
|
|||||||
roomId: XRInteractionHandsSetup
|
roomId: XRInteractionHandsSetup
|
||||||
uniqueId:
|
uniqueId:
|
||||||
_name: StudioEventEmitter.XRInteractionHandsSetup.FMODAudio
|
_name: StudioEventEmitter.XRInteractionHandsSetup.FMODAudio
|
||||||
--- !u!21 &878480054
|
|
||||||
Material:
|
|
||||||
serializedVersion: 8
|
|
||||||
m_ObjectHideFlags: 0
|
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
|
||||||
m_PrefabInstance: {fileID: 0}
|
|
||||||
m_PrefabAsset: {fileID: 0}
|
|
||||||
m_Name: UI/RoundedCorners/RoundedCorners
|
|
||||||
m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
|
|
||||||
m_Parent: {fileID: 0}
|
|
||||||
m_ModifiedSerializedProperties: 0
|
|
||||||
m_ValidKeywords: []
|
|
||||||
m_InvalidKeywords: []
|
|
||||||
m_LightmapFlags: 4
|
|
||||||
m_EnableInstancingVariants: 0
|
|
||||||
m_DoubleSidedGI: 0
|
|
||||||
m_CustomRenderQueue: -1
|
|
||||||
stringTagMap: {}
|
|
||||||
disabledShaderPasses: []
|
|
||||||
m_LockedProperties:
|
|
||||||
m_SavedProperties:
|
|
||||||
serializedVersion: 3
|
|
||||||
m_TexEnvs:
|
|
||||||
- _MainTex:
|
|
||||||
m_Texture: {fileID: 0}
|
|
||||||
m_Scale: {x: 1, y: 1}
|
|
||||||
m_Offset: {x: 0, y: 0}
|
|
||||||
m_Ints: []
|
|
||||||
m_Floats:
|
|
||||||
- _ColorMask: 15
|
|
||||||
- _Stencil: 0
|
|
||||||
- _StencilComp: 8
|
|
||||||
- _StencilOp: 0
|
|
||||||
- _StencilReadMask: 255
|
|
||||||
- _StencilWriteMask: 255
|
|
||||||
- _UseUIAlphaClip: 0
|
|
||||||
m_Colors:
|
|
||||||
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
|
||||||
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
|
||||||
m_BuildTextureStacks: []
|
|
||||||
--- !u!21 &893474191
|
--- !u!21 &893474191
|
||||||
Material:
|
Material:
|
||||||
serializedVersion: 8
|
serializedVersion: 8
|
||||||
@ -2790,46 +2932,6 @@ Material:
|
|||||||
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
||||||
m_BuildTextureStacks: []
|
m_BuildTextureStacks: []
|
||||||
--- !u!21 &910495433
|
--- !u!21 &910495433
|
||||||
Material:
|
|
||||||
serializedVersion: 8
|
|
||||||
m_ObjectHideFlags: 0
|
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
|
||||||
m_PrefabInstance: {fileID: 0}
|
|
||||||
m_PrefabAsset: {fileID: 0}
|
|
||||||
m_Name: UI/RoundedCorners/RoundedCorners
|
|
||||||
m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
|
|
||||||
m_Parent: {fileID: 0}
|
|
||||||
m_ModifiedSerializedProperties: 0
|
|
||||||
m_ValidKeywords: []
|
|
||||||
m_InvalidKeywords: []
|
|
||||||
m_LightmapFlags: 4
|
|
||||||
m_EnableInstancingVariants: 0
|
|
||||||
m_DoubleSidedGI: 0
|
|
||||||
m_CustomRenderQueue: -1
|
|
||||||
stringTagMap: {}
|
|
||||||
disabledShaderPasses: []
|
|
||||||
m_LockedProperties:
|
|
||||||
m_SavedProperties:
|
|
||||||
serializedVersion: 3
|
|
||||||
m_TexEnvs:
|
|
||||||
- _MainTex:
|
|
||||||
m_Texture: {fileID: 0}
|
|
||||||
m_Scale: {x: 1, y: 1}
|
|
||||||
m_Offset: {x: 0, y: 0}
|
|
||||||
m_Ints: []
|
|
||||||
m_Floats:
|
|
||||||
- _ColorMask: 15
|
|
||||||
- _Stencil: 0
|
|
||||||
- _StencilComp: 8
|
|
||||||
- _StencilOp: 0
|
|
||||||
- _StencilReadMask: 255
|
|
||||||
- _StencilWriteMask: 255
|
|
||||||
- _UseUIAlphaClip: 0
|
|
||||||
m_Colors:
|
|
||||||
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
|
||||||
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
|
||||||
m_BuildTextureStacks: []
|
|
||||||
--- !u!21 &915418509
|
|
||||||
Material:
|
Material:
|
||||||
serializedVersion: 8
|
serializedVersion: 8
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -2968,7 +3070,7 @@ MonoBehaviour:
|
|||||||
roomId: XRInteractionHandsSetup
|
roomId: XRInteractionHandsSetup
|
||||||
uniqueId:
|
uniqueId:
|
||||||
_name: StudioEventEmitter.XRInteractionHandsSetup.FMODAudio
|
_name: StudioEventEmitter.XRInteractionHandsSetup.FMODAudio
|
||||||
--- !u!21 &1151881224
|
--- !u!21 &995805394
|
||||||
Material:
|
Material:
|
||||||
serializedVersion: 8
|
serializedVersion: 8
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -3347,7 +3449,7 @@ Material:
|
|||||||
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
||||||
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
||||||
m_BuildTextureStacks: []
|
m_BuildTextureStacks: []
|
||||||
--- !u!21 &1298992289
|
--- !u!21 &1305054862
|
||||||
Material:
|
Material:
|
||||||
serializedVersion: 8
|
serializedVersion: 8
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -3962,7 +4064,7 @@ MonoBehaviour:
|
|||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
imgPathList:
|
imgPathList:
|
||||||
- Videos/Slideshow/IMG_9091_2.JPG
|
- Videos/Slideshow/1-9099.JPG
|
||||||
- Videos/Slideshow/2-9119.JPG
|
- Videos/Slideshow/2-9119.JPG
|
||||||
- Videos/Slideshow/3a-8927.JPG
|
- Videos/Slideshow/3a-8927.JPG
|
||||||
- Videos/Slideshow/3b-8595.JPG
|
- Videos/Slideshow/3b-8595.JPG
|
||||||
@ -4136,7 +4238,7 @@ AudioSource:
|
|||||||
m_PreInfinity: 2
|
m_PreInfinity: 2
|
||||||
m_PostInfinity: 2
|
m_PostInfinity: 2
|
||||||
m_RotationOrder: 4
|
m_RotationOrder: 4
|
||||||
--- !u!21 &1482269089
|
--- !u!21 &1502626485
|
||||||
Material:
|
Material:
|
||||||
serializedVersion: 8
|
serializedVersion: 8
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -4338,46 +4440,6 @@ Canvas:
|
|||||||
m_SortingLayerID: 0
|
m_SortingLayerID: 0
|
||||||
m_SortingOrder: 0
|
m_SortingOrder: 0
|
||||||
m_TargetDisplay: 0
|
m_TargetDisplay: 0
|
||||||
--- !u!21 &1584894583
|
|
||||||
Material:
|
|
||||||
serializedVersion: 8
|
|
||||||
m_ObjectHideFlags: 0
|
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
|
||||||
m_PrefabInstance: {fileID: 0}
|
|
||||||
m_PrefabAsset: {fileID: 0}
|
|
||||||
m_Name: UI/RoundedCorners/RoundedCorners
|
|
||||||
m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
|
|
||||||
m_Parent: {fileID: 0}
|
|
||||||
m_ModifiedSerializedProperties: 0
|
|
||||||
m_ValidKeywords: []
|
|
||||||
m_InvalidKeywords: []
|
|
||||||
m_LightmapFlags: 4
|
|
||||||
m_EnableInstancingVariants: 0
|
|
||||||
m_DoubleSidedGI: 0
|
|
||||||
m_CustomRenderQueue: -1
|
|
||||||
stringTagMap: {}
|
|
||||||
disabledShaderPasses: []
|
|
||||||
m_LockedProperties:
|
|
||||||
m_SavedProperties:
|
|
||||||
serializedVersion: 3
|
|
||||||
m_TexEnvs:
|
|
||||||
- _MainTex:
|
|
||||||
m_Texture: {fileID: 0}
|
|
||||||
m_Scale: {x: 1, y: 1}
|
|
||||||
m_Offset: {x: 0, y: 0}
|
|
||||||
m_Ints: []
|
|
||||||
m_Floats:
|
|
||||||
- _ColorMask: 15
|
|
||||||
- _Stencil: 0
|
|
||||||
- _StencilComp: 8
|
|
||||||
- _StencilOp: 0
|
|
||||||
- _StencilReadMask: 255
|
|
||||||
- _StencilWriteMask: 255
|
|
||||||
- _UseUIAlphaClip: 0
|
|
||||||
m_Colors:
|
|
||||||
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
|
||||||
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
|
||||||
m_BuildTextureStacks: []
|
|
||||||
--- !u!1 &1628143686
|
--- !u!1 &1628143686
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -4532,8 +4594,10 @@ GameObject:
|
|||||||
- component: {fileID: 1678224122}
|
- component: {fileID: 1678224122}
|
||||||
- component: {fileID: 1678224121}
|
- component: {fileID: 1678224121}
|
||||||
- component: {fileID: 1678224120}
|
- component: {fileID: 1678224120}
|
||||||
|
- component: {fileID: 1678224124}
|
||||||
|
- component: {fileID: 1678224123}
|
||||||
m_Layer: 0
|
m_Layer: 0
|
||||||
m_Name: viaggio-logo
|
m_Name: GO.UI.ViaggioLogo
|
||||||
m_TagString: Untagged
|
m_TagString: Untagged
|
||||||
m_Icon: {fileID: 0}
|
m_Icon: {fileID: 0}
|
||||||
m_NavMeshLayer: 0
|
m_NavMeshLayer: 0
|
||||||
@ -4626,7 +4690,81 @@ MeshFilter:
|
|||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 1678224118}
|
m_GameObject: {fileID: 1678224118}
|
||||||
m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0}
|
m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0}
|
||||||
|
--- !u!114 &1678224123
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 2
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 1678224118}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: 854f42016d3df44a991cdc2fdbe4a363, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
showHelpText: 0
|
||||||
|
fadeInTime: 1.5
|
||||||
|
fadeOutTime: 1.5
|
||||||
|
go: {fileID: 1678224118}
|
||||||
|
objName: ViaggioLogo
|
||||||
|
--- !u!114 &1678224124
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 1678224118}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
handlers:
|
||||||
|
- {fileID: 1678224123}
|
||||||
|
roomId: UI
|
||||||
|
uniqueId:
|
||||||
|
_name: GO.UI.GoXY
|
||||||
--- !u!21 &1694779931
|
--- !u!21 &1694779931
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: UI/RoundedCorners/RoundedCorners
|
||||||
|
m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
|
||||||
|
m_Parent: {fileID: 0}
|
||||||
|
m_ModifiedSerializedProperties: 0
|
||||||
|
m_ValidKeywords: []
|
||||||
|
m_InvalidKeywords: []
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_LockedProperties:
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Ints: []
|
||||||
|
m_Floats:
|
||||||
|
- _ColorMask: 15
|
||||||
|
- _Stencil: 0
|
||||||
|
- _StencilComp: 8
|
||||||
|
- _StencilOp: 0
|
||||||
|
- _StencilReadMask: 255
|
||||||
|
- _StencilWriteMask: 255
|
||||||
|
- _UseUIAlphaClip: 0
|
||||||
|
m_Colors:
|
||||||
|
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
||||||
|
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
|
--- !u!21 &1696086499
|
||||||
Material:
|
Material:
|
||||||
serializedVersion: 8
|
serializedVersion: 8
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -4831,18 +4969,7 @@ AudioSource:
|
|||||||
m_PreInfinity: 2
|
m_PreInfinity: 2
|
||||||
m_PostInfinity: 2
|
m_PostInfinity: 2
|
||||||
m_RotationOrder: 4
|
m_RotationOrder: 4
|
||||||
--- !u!114 &1714886241 stripped
|
--- !u!21 &1700912710
|
||||||
MonoBehaviour:
|
|
||||||
m_CorrespondingSourceObject: {fileID: 6313271181203162305, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
|
||||||
m_PrefabInstance: {fileID: 105957509}
|
|
||||||
m_PrefabAsset: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 0
|
|
||||||
m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
--- !u!21 &1723774693
|
|
||||||
Material:
|
Material:
|
||||||
serializedVersion: 8
|
serializedVersion: 8
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -4882,6 +5009,17 @@ Material:
|
|||||||
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
||||||
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
||||||
m_BuildTextureStacks: []
|
m_BuildTextureStacks: []
|
||||||
|
--- !u!114 &1714886241 stripped
|
||||||
|
MonoBehaviour:
|
||||||
|
m_CorrespondingSourceObject: {fileID: 6313271181203162305, guid: 23016bb1f9755411a82e6afddfee4016, type: 3}
|
||||||
|
m_PrefabInstance: {fileID: 105957509}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
--- !u!1 &1723884224
|
--- !u!1 &1723884224
|
||||||
GameObject:
|
GameObject:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -5179,7 +5317,7 @@ MonoBehaviour:
|
|||||||
roomId: XRInteractionHandsSetup
|
roomId: XRInteractionHandsSetup
|
||||||
uniqueId:
|
uniqueId:
|
||||||
_name: StudioEventEmitter.XRInteractionHandsSetup.FMODAudio
|
_name: StudioEventEmitter.XRInteractionHandsSetup.FMODAudio
|
||||||
--- !u!21 &1785367371
|
--- !u!21 &1765359438
|
||||||
Material:
|
Material:
|
||||||
serializedVersion: 8
|
serializedVersion: 8
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -5438,7 +5576,7 @@ PrefabInstance:
|
|||||||
objectReference: {fileID: 2100000, guid: 3d1d8c401f8524c479e3f4707db5de9a, type: 2}
|
objectReference: {fileID: 2100000, guid: 3d1d8c401f8524c479e3f4707db5de9a, type: 2}
|
||||||
- target: {fileID: 919132149155446097, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3}
|
- target: {fileID: 919132149155446097, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3}
|
||||||
propertyPath: m_Name
|
propertyPath: m_Name
|
||||||
value: background-hemisphere
|
value: GO.STATIC.Background
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 919132149155446097, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3}
|
- target: {fileID: 919132149155446097, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3}
|
||||||
propertyPath: m_StaticEditorFlags
|
propertyPath: m_StaticEditorFlags
|
||||||
@ -5447,14 +5585,54 @@ PrefabInstance:
|
|||||||
m_RemovedComponents: []
|
m_RemovedComponents: []
|
||||||
m_RemovedGameObjects: []
|
m_RemovedGameObjects: []
|
||||||
m_AddedGameObjects: []
|
m_AddedGameObjects: []
|
||||||
m_AddedComponents: []
|
m_AddedComponents:
|
||||||
|
- targetCorrespondingSourceObject: {fileID: 919132149155446097, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3}
|
||||||
|
insertIndex: -1
|
||||||
|
addedObject: {fileID: 1818931767}
|
||||||
|
- targetCorrespondingSourceObject: {fileID: 919132149155446097, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3}
|
||||||
|
insertIndex: -1
|
||||||
|
addedObject: {fileID: 1818931766}
|
||||||
m_SourcePrefab: {fileID: 100100000, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3}
|
m_SourcePrefab: {fileID: 100100000, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3}
|
||||||
--- !u!4 &1818931763 stripped
|
--- !u!4 &1818931763 stripped
|
||||||
Transform:
|
Transform:
|
||||||
m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3}
|
m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7b4d5ed24c2b1ed4195d6973af6a3cfc, type: 3}
|
||||||
m_PrefabInstance: {fileID: 1818931762}
|
m_PrefabInstance: {fileID: 1818931762}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
--- !u!21 &1843146891
|
--- !u!114 &1818931766
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 2
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 174480940}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: 854f42016d3df44a991cdc2fdbe4a363, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
showHelpText: 0
|
||||||
|
fadeInTime: 1.5
|
||||||
|
fadeOutTime: 1.5
|
||||||
|
go: {fileID: 174480940}
|
||||||
|
objName: Background
|
||||||
|
--- !u!114 &1818931767
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 174480940}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: ab2a8bf28f111456caf08afcd0888bf5, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
handlers:
|
||||||
|
- {fileID: 1818931766}
|
||||||
|
roomId: STATIC
|
||||||
|
uniqueId:
|
||||||
|
_name: GO.STATIC.GoXY
|
||||||
|
--- !u!21 &1865419539
|
||||||
Material:
|
Material:
|
||||||
serializedVersion: 8
|
serializedVersion: 8
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -5500,86 +5678,6 @@ Transform:
|
|||||||
m_PrefabInstance: {fileID: 1438540714}
|
m_PrefabInstance: {fileID: 1438540714}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
--- !u!21 &1895046176
|
--- !u!21 &1895046176
|
||||||
Material:
|
|
||||||
serializedVersion: 8
|
|
||||||
m_ObjectHideFlags: 0
|
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
|
||||||
m_PrefabInstance: {fileID: 0}
|
|
||||||
m_PrefabAsset: {fileID: 0}
|
|
||||||
m_Name: UI/RoundedCorners/RoundedCorners
|
|
||||||
m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
|
|
||||||
m_Parent: {fileID: 0}
|
|
||||||
m_ModifiedSerializedProperties: 0
|
|
||||||
m_ValidKeywords: []
|
|
||||||
m_InvalidKeywords: []
|
|
||||||
m_LightmapFlags: 4
|
|
||||||
m_EnableInstancingVariants: 0
|
|
||||||
m_DoubleSidedGI: 0
|
|
||||||
m_CustomRenderQueue: -1
|
|
||||||
stringTagMap: {}
|
|
||||||
disabledShaderPasses: []
|
|
||||||
m_LockedProperties:
|
|
||||||
m_SavedProperties:
|
|
||||||
serializedVersion: 3
|
|
||||||
m_TexEnvs:
|
|
||||||
- _MainTex:
|
|
||||||
m_Texture: {fileID: 0}
|
|
||||||
m_Scale: {x: 1, y: 1}
|
|
||||||
m_Offset: {x: 0, y: 0}
|
|
||||||
m_Ints: []
|
|
||||||
m_Floats:
|
|
||||||
- _ColorMask: 15
|
|
||||||
- _Stencil: 0
|
|
||||||
- _StencilComp: 8
|
|
||||||
- _StencilOp: 0
|
|
||||||
- _StencilReadMask: 255
|
|
||||||
- _StencilWriteMask: 255
|
|
||||||
- _UseUIAlphaClip: 0
|
|
||||||
m_Colors:
|
|
||||||
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
|
||||||
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
|
||||||
m_BuildTextureStacks: []
|
|
||||||
--- !u!21 &1935925589
|
|
||||||
Material:
|
|
||||||
serializedVersion: 8
|
|
||||||
m_ObjectHideFlags: 0
|
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
|
||||||
m_PrefabInstance: {fileID: 0}
|
|
||||||
m_PrefabAsset: {fileID: 0}
|
|
||||||
m_Name: UI/RoundedCorners/RoundedCorners
|
|
||||||
m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
|
|
||||||
m_Parent: {fileID: 0}
|
|
||||||
m_ModifiedSerializedProperties: 0
|
|
||||||
m_ValidKeywords: []
|
|
||||||
m_InvalidKeywords: []
|
|
||||||
m_LightmapFlags: 4
|
|
||||||
m_EnableInstancingVariants: 0
|
|
||||||
m_DoubleSidedGI: 0
|
|
||||||
m_CustomRenderQueue: -1
|
|
||||||
stringTagMap: {}
|
|
||||||
disabledShaderPasses: []
|
|
||||||
m_LockedProperties:
|
|
||||||
m_SavedProperties:
|
|
||||||
serializedVersion: 3
|
|
||||||
m_TexEnvs:
|
|
||||||
- _MainTex:
|
|
||||||
m_Texture: {fileID: 0}
|
|
||||||
m_Scale: {x: 1, y: 1}
|
|
||||||
m_Offset: {x: 0, y: 0}
|
|
||||||
m_Ints: []
|
|
||||||
m_Floats:
|
|
||||||
- _ColorMask: 15
|
|
||||||
- _Stencil: 0
|
|
||||||
- _StencilComp: 8
|
|
||||||
- _StencilOp: 0
|
|
||||||
- _StencilReadMask: 255
|
|
||||||
- _StencilWriteMask: 255
|
|
||||||
- _UseUIAlphaClip: 0
|
|
||||||
m_Colors:
|
|
||||||
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
|
||||||
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
|
||||||
m_BuildTextureStacks: []
|
|
||||||
--- !u!21 &1937198315
|
|
||||||
Material:
|
Material:
|
||||||
serializedVersion: 8
|
serializedVersion: 8
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -6362,6 +6460,46 @@ MonoBehaviour:
|
|||||||
uniqueId:
|
uniqueId:
|
||||||
_name: StudioEventEmitter.XRInteractionHandsSetup.FMODAudio
|
_name: StudioEventEmitter.XRInteractionHandsSetup.FMODAudio
|
||||||
--- !u!21 &2100399307
|
--- !u!21 &2100399307
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: UI/RoundedCorners/RoundedCorners
|
||||||
|
m_Shader: {fileID: 4800000, guid: 0bd2ec5d73751e34a814274a454bec41, type: 3}
|
||||||
|
m_Parent: {fileID: 0}
|
||||||
|
m_ModifiedSerializedProperties: 0
|
||||||
|
m_ValidKeywords: []
|
||||||
|
m_InvalidKeywords: []
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_LockedProperties:
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Ints: []
|
||||||
|
m_Floats:
|
||||||
|
- _ColorMask: 15
|
||||||
|
- _Stencil: 0
|
||||||
|
- _StencilComp: 8
|
||||||
|
- _StencilOp: 0
|
||||||
|
- _StencilReadMask: 255
|
||||||
|
- _StencilWriteMask: 255
|
||||||
|
- _UseUIAlphaClip: 0
|
||||||
|
m_Colors:
|
||||||
|
- _OuterUV: {r: 0, g: 0, b: 1, a: 1}
|
||||||
|
- _WidthHeightRadius: {r: 100, g: 22, b: 17, a: 0}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
|
--- !u!21 &2130787475
|
||||||
Material:
|
Material:
|
||||||
serializedVersion: 8
|
serializedVersion: 8
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
"Sto bene, grazie.",
|
"Sto bene, grazie.",
|
||||||
"Tutto bene!",
|
"Tutto bene!",
|
||||||
"Sono curioso di vedere dove vogliamo viaggiare.",
|
"Sono curioso di vedere dove vogliamo viaggiare.",
|
||||||
"Cos\u00eccos?."
|
"Cos\u00e cos\u00ec."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -75,8 +75,8 @@
|
|||||||
"Mi piace tutto.",
|
"Mi piace tutto.",
|
||||||
"Non lo so.",
|
"Non lo so.",
|
||||||
"Non posso dire. ",
|
"Non posso dire. ",
|
||||||
"La cosa che mi piacerebbe pi? di tutto \u00e8 mangiare.",
|
"La cosa che mi piacerebbe pi\u00f9 di tutto \u00e8 mangiare.",
|
||||||
"La cosa che mi piacerebbe pi? di tutto \u00e8 scoprire i nuovi posti."
|
"La cosa che mi piacerebbe pi\u00f9 di tutto \u00e8 scoprire i nuovi posti."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -137,7 +137,7 @@
|
|||||||
{
|
{
|
||||||
"intentID": "Story_A_Picknicken-Bezahlen_einzeln-U-7a",
|
"intentID": "Story_A_Picknicken-Bezahlen_einzeln-U-7a",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"S?, \u00e8 nuovo.",
|
"S\u00ec, \u00e8 nuovo.",
|
||||||
"L'ultimo modello.",
|
"L'ultimo modello.",
|
||||||
"Non so.",
|
"Non so.",
|
||||||
"Per niente.",
|
"Per niente.",
|
||||||
@ -203,7 +203,7 @@
|
|||||||
"intentID": "Castelli_di_Bellinzona-Intro-U-2a",
|
"intentID": "Castelli_di_Bellinzona-Intro-U-2a",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"Che bello. ",
|
"Che bello. ",
|
||||||
"S?, mi piace molto.",
|
"S\u00ec, mi piace molto.",
|
||||||
"\u00e8 una vista bellissima.",
|
"\u00e8 una vista bellissima.",
|
||||||
"I castelli sono fantastici.",
|
"I castelli sono fantastici.",
|
||||||
"Molto impressionante."
|
"Molto impressionante."
|
||||||
@ -236,7 +236,7 @@
|
|||||||
{
|
{
|
||||||
"intentID": "Castelli_di_Bellinzona-Intro-U-8a",
|
"intentID": "Castelli_di_Bellinzona-Intro-U-8a",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"S?.",
|
"S\u00ec.",
|
||||||
"Volentieri.",
|
"Volentieri.",
|
||||||
"Con piacere.",
|
"Con piacere.",
|
||||||
"Ma certo.",
|
"Ma certo.",
|
||||||
@ -255,7 +255,7 @@
|
|||||||
{
|
{
|
||||||
"intentID": "Castelli_di_Bellinzona-Geschichte_Castelli-U-2a",
|
"intentID": "Castelli_di_Bellinzona-Geschichte_Castelli-U-2a",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"S?.",
|
"S\u00ec.",
|
||||||
"Certo.",
|
"Certo.",
|
||||||
"Lo vedo.",
|
"Lo vedo.",
|
||||||
"\u00e8 questo.",
|
"\u00e8 questo.",
|
||||||
@ -333,8 +333,8 @@
|
|||||||
{
|
{
|
||||||
"intentID": "Castelli_di_Bellinzona-Outro-U-2a",
|
"intentID": "Castelli_di_Bellinzona-Outro-U-2a",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"Si, mi \u00e8 piaciuto tutto molto.",
|
"S\u00ec, mi \u00e8 piaciuto tutto molto.",
|
||||||
"\u00e8 stato cos?, cos? bello! ",
|
"\u00e8 stato cos\u00ec, cos\u00ec bello! ",
|
||||||
"Bellissimo.",
|
"Bellissimo.",
|
||||||
"Cosa facciamo adesso?",
|
"Cosa facciamo adesso?",
|
||||||
"Non so."
|
"Non so."
|
||||||
@ -343,7 +343,7 @@
|
|||||||
{
|
{
|
||||||
"intentID": "Story_B_Grotto-Start-U-2a",
|
"intentID": "Story_B_Grotto-Start-U-2a",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"S?.",
|
"S\u00ec.",
|
||||||
"Li conosco.",
|
"Li conosco.",
|
||||||
"Certo.",
|
"Certo.",
|
||||||
"Un po.",
|
"Un po.",
|
||||||
@ -363,7 +363,7 @@
|
|||||||
{
|
{
|
||||||
"intentID": "Story_B_Grotto-Intro-U-3",
|
"intentID": "Story_B_Grotto-Intro-U-3",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"S?.",
|
"S\u00ec.",
|
||||||
"Lo sapevo gi\u00e0.",
|
"Lo sapevo gi\u00e0.",
|
||||||
"Certo.",
|
"Certo.",
|
||||||
"In grotto.",
|
"In grotto.",
|
||||||
@ -404,7 +404,7 @@
|
|||||||
"intentID": "Story_B_Grotto-Antwort_Reise-U-1a",
|
"intentID": "Story_B_Grotto-Antwort_Reise-U-1a",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"Mi piace molto.",
|
"Mi piace molto.",
|
||||||
"S?, molto.",
|
"S\u00ec, molto.",
|
||||||
"Non la conosco ancora.",
|
"Non la conosco ancora.",
|
||||||
"\u00e8 la prima volta che sono qui.",
|
"\u00e8 la prima volta che sono qui.",
|
||||||
"Non so."
|
"Non so."
|
||||||
@ -413,7 +413,7 @@
|
|||||||
{
|
{
|
||||||
"intentID": "Story_B_Grotto-Antwort_Reise-U-2a",
|
"intentID": "Story_B_Grotto-Antwort_Reise-U-2a",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"L?aiuto in cucina.",
|
"L'aiuto in cucina.",
|
||||||
"Voglio aiutarla in cucina.",
|
"Voglio aiutarla in cucina.",
|
||||||
"Aiuto volentieri Francesca in cucina.",
|
"Aiuto volentieri Francesca in cucina.",
|
||||||
"Aiutare in cucina.",
|
"Aiutare in cucina.",
|
||||||
@ -435,7 +435,7 @@
|
|||||||
{
|
{
|
||||||
"intentID": "Story_B_Grotto-Nachfrage_Nonna_Grotto-U-2a",
|
"intentID": "Story_B_Grotto-Nachfrage_Nonna_Grotto-U-2a",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"S?, grazie, ho qualcosa con me.",
|
"S\u00ec, grazie, ho qualcosa con me.",
|
||||||
"No, non ho portato nessun libro ma leggo i messaggi al cellulare.",
|
"No, non ho portato nessun libro ma leggo i messaggi al cellulare.",
|
||||||
"Guardo tiktok o instagram.",
|
"Guardo tiktok o instagram.",
|
||||||
"Grazie per la domanda. Mi riposo un po'.",
|
"Grazie per la domanda. Mi riposo un po'.",
|
||||||
@ -502,9 +502,9 @@
|
|||||||
{
|
{
|
||||||
"intentID": "Kueche-alles_gefunden-U-6a",
|
"intentID": "Kueche-alles_gefunden-U-6a",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"S?.",
|
"S\u00ec.",
|
||||||
"S?, mi piace molto cucinare.",
|
"S\u00ec, mi piace molto cucinare.",
|
||||||
"S?, cucino volentieri.",
|
"S\u00ec, cucino volentieri.",
|
||||||
"Cucinare \u00e8 la mia passione.",
|
"Cucinare \u00e8 la mia passione.",
|
||||||
"Cucinare \u00e8 il mio hobby preferito."
|
"Cucinare \u00e8 il mio hobby preferito."
|
||||||
]
|
]
|
||||||
@ -533,8 +533,8 @@
|
|||||||
"intentID": "Kueche-Kochen_Anzahl-U-2a",
|
"intentID": "Kueche-Kochen_Anzahl-U-2a",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"Molto spesso, quasi tutti i giorni.",
|
"Molto spesso, quasi tutti i giorni.",
|
||||||
"S?, cucino sempre il weekend.",
|
"S\u00ec, cucino sempre il weekend.",
|
||||||
"S?, cucino diverse volte alla settimana.",
|
"S\u00ec, cucino diverse volte alla settimana.",
|
||||||
"Non spesso, ma con piacere.",
|
"Non spesso, ma con piacere.",
|
||||||
"Preparo il mio pranzo."
|
"Preparo il mio pranzo."
|
||||||
]
|
]
|
||||||
@ -561,7 +561,7 @@
|
|||||||
{
|
{
|
||||||
"intentID": "Kueche-Outro-U-14a",
|
"intentID": "Kueche-Outro-U-14a",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"S?.",
|
"S\u00ec.",
|
||||||
"Certo.",
|
"Certo.",
|
||||||
"Molto.",
|
"Molto.",
|
||||||
"Anch'io ho fame."
|
"Anch'io ho fame."
|
||||||
@ -578,8 +578,8 @@
|
|||||||
{
|
{
|
||||||
"intentID": "Im_Grotto_essen-Intro-U-3a",
|
"intentID": "Im_Grotto_essen-Intro-U-3a",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"Da b?if.",
|
"Da b\u00e9if.",
|
||||||
"Salata v?rda.",
|
"Salata v\u00e9rda.",
|
||||||
"Menu d'anchei.",
|
"Menu d'anchei.",
|
||||||
"Pizochen."
|
"Pizochen."
|
||||||
]
|
]
|
||||||
@ -588,7 +588,7 @@
|
|||||||
"intentID": "Im_Grotto_essen-Intro-U-5a",
|
"intentID": "Im_Grotto_essen-Intro-U-5a",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"Non lo so.",
|
"Non lo so.",
|
||||||
"S?, prendo il risotto ai funghi.",
|
"S\u00ec, prendo il risotto ai funghi.",
|
||||||
"Prendo i pizochen.",
|
"Prendo i pizochen.",
|
||||||
"Ho scelto l'insalata mista.",
|
"Ho scelto l'insalata mista.",
|
||||||
"Non ho fame."
|
"Non ho fame."
|
||||||
@ -597,7 +597,7 @@
|
|||||||
{
|
{
|
||||||
"intentID": "Im_Grotto_essen-Intro-U-7b",
|
"intentID": "Im_Grotto_essen-Intro-U-7b",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"No ho ancora deciso, ehm?",
|
"No ho ancora deciso, ehm.",
|
||||||
"Non so.",
|
"Non so.",
|
||||||
"Sto considerando.",
|
"Sto considerando.",
|
||||||
"Uno momento, per favore."
|
"Uno momento, per favore."
|
||||||
@ -609,7 +609,8 @@
|
|||||||
"Io vorrei una gazzosa, per favore.",
|
"Io vorrei una gazzosa, per favore.",
|
||||||
"Prendo una gazzosa.",
|
"Prendo una gazzosa.",
|
||||||
"Ho scelto la limonata.",
|
"Ho scelto la limonata.",
|
||||||
"Vorrei ordinare una gazzosa."
|
"Vorrei ordinare una gazzosa.",
|
||||||
|
"Una gazzosa."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -726,9 +727,9 @@
|
|||||||
{
|
{
|
||||||
"intentID": "Im_Grotto_essen-Grotto_Unterhaltung-U-5b",
|
"intentID": "Im_Grotto_essen-Grotto_Unterhaltung-U-5b",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"S?.",
|
"S\u00ec.",
|
||||||
"S?, originariamente significava \"cantina\".",
|
"S\u00ec, originariamente significava \"cantina\".",
|
||||||
"S?, era come un frigo naturale dove consevare i generi alimentari."
|
"S\u00ec, era come un frigo naturale dove consevare i generi alimentari."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -738,9 +739,9 @@
|
|||||||
{
|
{
|
||||||
"intentID": "Im_Grotto_essen-Grotto_Unterhaltung-U-9a",
|
"intentID": "Im_Grotto_essen-Grotto_Unterhaltung-U-9a",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"S?.",
|
"S\u00ec.",
|
||||||
"S?, ogni volta che andiamo in Ticino mangiamo in un grotto.",
|
"S\u00ec, ogni volta che andiamo in Ticino mangiamo in un grotto.",
|
||||||
"S?, ho gi\u00e0 mangiato in un grotto."
|
"S\u00ec, ho gi\u00e0 mangiato in un grotto."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -795,17 +796,17 @@
|
|||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"Non lo so.",
|
"Non lo so.",
|
||||||
"Non posso dirlo.",
|
"Non posso dirlo.",
|
||||||
"Forse s?, forse no.",
|
"Forse s\u00ec, forse no.",
|
||||||
"Nessun' idea."
|
"Nessun' idea."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"intentID": "Im_Grotto_essen-Outro-U-5a",
|
"intentID": "Im_Grotto_essen-Outro-U-5a",
|
||||||
"intentSentences": [
|
"intentSentences": [
|
||||||
"S?, mi \u00e8 piaciuto molto cucinare.",
|
"S\u00ec, mi \u00e8 piaciuto molto cucinare.",
|
||||||
"S?, \u00e8 stato divertente.",
|
"S\u00ec, \u00e8 stato divertente.",
|
||||||
"\u00e8 stato meravglioso.",
|
"\u00e8 stato meravglioso.",
|
||||||
"S?, grazie per tutto."
|
"S\u00ec, grazie per tutto."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 17 MiB After Width: | Height: | Size: 16 MiB |
Binary file not shown.
Before Width: | Height: | Size: 16 MiB |
Loading…
x
Reference in New Issue
Block a user