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