Add videos to Baeckerei
This commit is contained in:
parent
a5c0e8084a
commit
2d0c11e937
@ -12,8 +12,8 @@
|
||||
}
|
||||
|
||||
Composite(Sequence) {
|
||||
RunTree("22_Geschaeft_Story_A_Picknicken_Intro")
|
||||
//RunTree("22_Geschaeft_Baeckerei_Outro")
|
||||
//RunTree("22_Geschaeft_Story_A_Picknicken_Intro")
|
||||
RunTree("22_Geschaeft_Baeckerei_Outro")
|
||||
}
|
||||
}
|
||||
|
||||
@ -38,15 +38,13 @@
|
||||
|
||||
Tree("22_Geschaeft_Story_A_Picknicken_Intro") {
|
||||
Composite(Sequence) {
|
||||
BTC.SynthesizeText("Qui trovi i migliori panini di tutta Bellinzona. Mhmmm, adoro fare i picnic!")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.Intro1StoryAPickni")
|
||||
BTC.Run("Depthkit.VIDEOS.Intro1StoryAPickni")
|
||||
BTC.Hide("Depthkit.VIDEOS.Intro1StoryAPickni")
|
||||
|
||||
BTC.SynthesizeText("Anche le piadine di Pietro sono deliziose. Mhmm, cosa prendo? Tu ordina pure, io devo ancora pensarci un momento.")
|
||||
BTC.SpeechOutputEnded()
|
||||
|
||||
BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
|
||||
BTC.SynthesizeText("Ciao Francesca! Come posso servirvi?")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.Intro2StoryAPickni")
|
||||
BTC.Run("Depthkit.VIDEOS.Intro2StoryAPickni")
|
||||
BTC.Hide("Depthkit.VIDEOS.Intro2StoryAPickni")
|
||||
|
||||
BTC.AddPossbileSpeechIntent("Story_A_Picknicken.Intro.3")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
@ -81,8 +79,9 @@ Tree("22_Geschaeft_Story_A_Picknicken_Intro") {
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
|
||||
// --- Story A Picknicken - Nachfrage Bestellung ---
|
||||
BTC.SynthesizeText("Sa già cosa prendere?")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.NachfrageBestellun_01")
|
||||
BTC.Run("Depthkit.VIDEOS.NachfrageBestellun_01")
|
||||
BTC.Hide("Depthkit.VIDEOS.NachfrageBestellun_01")
|
||||
|
||||
BTC.AddPossbileSpeechIntent("Story_A_Picknicken.Nachfrage_Bestellung.2")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
@ -117,31 +116,33 @@ Tree("22_Geschaeft_Story_A_Picknicken_Intro") {
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
|
||||
// --- Story A Picknicken - Bestellung Begleiter Beide ---
|
||||
BTC.SetVoiceName("it-IT-FabiolaNeural")
|
||||
BTC.SynthesizeText("Dai, se vuoi ordino io per tutt’e due, va bene?")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.BestellungBegleite_Beide01")
|
||||
BTC.Run("Depthkit.VIDEOS.BestellungBegleite_Beide01")
|
||||
BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_Beide01")
|
||||
|
||||
BTC.SynthesizeText("Vorrei due panini al formaggio, due piadine alla caprese e due gazzose al mandarino.")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.BestellungBegleite_Beide02")
|
||||
BTC.Run("Depthkit.VIDEOS.BestellungBegleite_Beide02")
|
||||
BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_Beide02")
|
||||
|
||||
BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
|
||||
BTC.SynthesizeText("Con piacere. Da portare via o da mangiare qui?")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.BestellungBegleite_Beide03")
|
||||
BTC.Run("Depthkit.VIDEOS.BestellungBegleite_Beide03")
|
||||
BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_Beide03")
|
||||
|
||||
BTC.SetVoiceName("it-IT-FabiolaNeural")
|
||||
BTC.SynthesizeText("Da portare via, per favore.")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.BestellungBegleite_Beide04")
|
||||
BTC.Run("Depthkit.VIDEOS.BestellungBegleite_Beide04")
|
||||
BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_Beide04")
|
||||
|
||||
BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
|
||||
BTC.SynthesizeText("Fanno 42 franchi. Paghi col cellulare? Per favore, avvicinalo al dispositivo.")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.BestellungBegleite_Beide05")
|
||||
BTC.Run("Depthkit.VIDEOS.BestellungBegleite_Beide05")
|
||||
BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_Beide05")
|
||||
|
||||
BTC.SynthesizeText("Grazie mille! Divertitevi!")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.BestellungBegleite_Beide07")
|
||||
BTC.Run("Depthkit.VIDEOS.BestellungBegleite_Beide07")
|
||||
BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_Beide07")
|
||||
|
||||
BTC.SetVoiceName("it-IT-FabiolaNeural")
|
||||
BTC.SynthesizeText("Grazie, Pietro. A presto.")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.BestellungBegleite_Beide06")
|
||||
BTC.Run("Depthkit.VIDEOS.BestellungBegleite_Beide06")
|
||||
BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_Beide06")
|
||||
|
||||
RunTree("22_Geschaeft_Baeckerei_Outro")
|
||||
}
|
||||
@ -154,8 +155,9 @@ Tree("22_Geschaeft_Story_A_Picknicken_Intro") {
|
||||
Tree("22_Geschaeft_Story_A_Picknicken_Mitnehmen") {
|
||||
// --- Story A Picknicken - Mitnehmen ---
|
||||
Composite(Sequence) {
|
||||
BTC.SynthesizeText("Volentieri. Da portare via o da mangiare qui?")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.Mitnehmen1StoryAPi")
|
||||
BTC.Run("Depthkit.VIDEOS.Mitnehmen1StoryAPi")
|
||||
BTC.Hide("Depthkit.VIDEOS.Mitnehmen1StoryAPi")
|
||||
|
||||
BTC.AddPossbileSpeechIntent("Story_A_Picknicken.Mitnehmen.2")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
@ -189,12 +191,14 @@ Tree("22_Geschaeft_Story_A_Picknicken_Mitnehmen") {
|
||||
}
|
||||
}
|
||||
|
||||
BTC.SynthesizeText("Allora le incarto tutto.")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.Mitnehmen5StoryAPi")
|
||||
BTC.Run("Depthkit.VIDEOS.Mitnehmen5StoryAPi")
|
||||
BTC.Hide("Depthkit.VIDEOS.Mitnehmen5StoryAPi")
|
||||
|
||||
// --- Story A Picknicken - Bezahlen einzeln ---
|
||||
BTC.SynthesizeText("Fanno 21 franchi. Per favore, paghi avvicinando il telefono al dispositivo.")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.Bezahleneinzeln1St")
|
||||
BTC.Run("Depthkit.VIDEOS.Bezahleneinzeln1St")
|
||||
BTC.Hide("Depthkit.VIDEOS.Bezahleneinzeln1St")
|
||||
|
||||
// ToDo: Bezahlung mit Handy User
|
||||
Composite(Race) {
|
||||
@ -206,8 +210,9 @@ Tree("22_Geschaeft_Story_A_Picknicken_Mitnehmen") {
|
||||
// Collide Aktion abbrechen?
|
||||
|
||||
// --- Story A Picknicken - Nachfrage Bezahlung ---
|
||||
BTC.SynthesizeText("Per favore, avvicini il cellulare qui, al dispositivo.")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.NachfrageBezahlung_01")
|
||||
BTC.Run("Depthkit.VIDEOS.NachfrageBezahlung_01")
|
||||
BTC.Hide("Depthkit.VIDEOS.NachfrageBezahlung_01")
|
||||
|
||||
Composite(Race) {
|
||||
// ToDo: Collide handy mit Payment device
|
||||
@ -217,18 +222,18 @@ Tree("22_Geschaeft_Story_A_Picknicken_Mitnehmen") {
|
||||
BTC.Wait(5)
|
||||
// Collide aktion abbrechen?
|
||||
|
||||
BTC.SetVoiceName("it-IT-FabiolaNeural")
|
||||
BTC.SynthesizeText("Ok, pago io per te, puoi darmi i soldi più tardi.")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.NachfrageBezahlung_03")
|
||||
BTC.Run("Depthkit.VIDEOS.NachfrageBezahlung_03")
|
||||
BTC.Hide("Depthkit.VIDEOS.NachfrageBezahlung_03")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// --- Story A Picknicken - Dank Einkauf ---
|
||||
BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
|
||||
BTC.SynthesizeText("Tante grazie! Divertitevi!")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.DankEinkauf1StoryA")
|
||||
BTC.Run("Depthkit.VIDEOS.DankEinkauf1StoryA")
|
||||
BTC.Hide("Depthkit.VIDEOS.DankEinkauf1StoryA")
|
||||
|
||||
BTC.AddPossbileSpeechIntent("Story_A_Picknicken.Dank_Einkauf.2")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
@ -263,44 +268,41 @@ Tree("22_Geschaeft_Story_A_Picknicken_Mitnehmen") {
|
||||
}
|
||||
|
||||
// --- Story A Picknicken - Bestellung Begleiter ---
|
||||
BTC.SetVoiceName("it-IT-FabiolaNeural")
|
||||
BTC.SynthesizeText("Ecco, finalmente so cosa prendere. Vorrei un panino al formaggio e una piadina con prosciutto di Parma, per favore.")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.BestellungBegleite_01")
|
||||
BTC.Run("Depthkit.VIDEOS.BestellungBegleite_01")
|
||||
BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_01")
|
||||
|
||||
BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
|
||||
BTC.SynthesizeText("Metto tutto nello stesso sacchetto?")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.BestellungBegleite_02")
|
||||
BTC.Run("Depthkit.VIDEOS.BestellungBegleite_02")
|
||||
BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_02")
|
||||
|
||||
BTC.SetVoiceName("it-IT-FabiolaNeural")
|
||||
BTC.SynthesizeText("Si si, va bene.")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.BestellungBegleite_03")
|
||||
BTC.Run("Depthkit.VIDEOS.BestellungBegleite_03")
|
||||
BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_03")
|
||||
|
||||
BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
|
||||
BTC.SynthesizeText("E qualcosa da bere?")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.BestellungBegleite_04")
|
||||
BTC.Run("Depthkit.VIDEOS.BestellungBegleite_04")
|
||||
BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_04")
|
||||
|
||||
BTC.SetVoiceName("it-IT-FabiolaNeural")
|
||||
BTC.SynthesizeText("Ah sì, una gazzosa al mandarino, per favore.")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.BestellungBegleite_05")
|
||||
BTC.Run("Depthkit.VIDEOS.BestellungBegleite_05")
|
||||
BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_05")
|
||||
|
||||
BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
|
||||
BTC.SynthesizeText("Allora, sono 25 franchi.")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.BestellungBegleite_06")
|
||||
BTC.Run("Depthkit.VIDEOS.BestellungBegleite_06")
|
||||
BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_06")
|
||||
|
||||
BTC.SetVoiceName("it-IT-FabiolaNeural")
|
||||
BTC.SynthesizeText("Pago col cellulare.")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.BestellungBegleite_08")
|
||||
BTC.Run("Depthkit.VIDEOS.BestellungBegleite_08")
|
||||
BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_08")
|
||||
|
||||
BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
|
||||
BTC.SynthesizeText("Per piacere paga attraverso il dispositivo.")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.BestellungBegleite_09")
|
||||
BTC.Run("Depthkit.VIDEOS.BestellungBegleite_09")
|
||||
BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_09")
|
||||
|
||||
BTC.SynthesizeText("Grazie mille!")
|
||||
BTC.SpeechOutputEnded()
|
||||
|
||||
BTC.SetVoiceName("it-IT-FabiolaNeural")
|
||||
BTC.SynthesizeText("Anche a te Pietro, a presto!")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.BestellungBegleite_10")
|
||||
BTC.Run("Depthkit.VIDEOS.BestellungBegleite_10")
|
||||
BTC.Hide("Depthkit.VIDEOS.BestellungBegleite_10")
|
||||
|
||||
RunTree("22_Geschaeft_Baeckerei_Outro")
|
||||
}
|
||||
@ -309,10 +311,23 @@ Tree("22_Geschaeft_Story_A_Picknicken_Mitnehmen") {
|
||||
Tree("22_Geschaeft_Baeckerei_Outro") {
|
||||
// --- Baeckerei Outro ---
|
||||
Composite(Sequence) {
|
||||
BTC.Run("StudioEventEmitter.STATIC.TuerOeffnenSound")
|
||||
BTC.SetVoiceName("it-IT-FabiolaNeural")
|
||||
BTC.SynthesizeText("Ehi, Enrico, che coincidenza!")
|
||||
BTC.SpeechOutputEnded()
|
||||
Composite(Marathon) {
|
||||
BTC.SetPosition("GO.XRInteractionHandsSetup.XROrigin", -2.827, 0, 0.996)
|
||||
BTC.SetPosition("GO.HANDMENU", -2.827, 0, 0.996)
|
||||
BTC.RotateToAngle("GO.XRInteractionHandsSetup.XROrigin", 0.0)
|
||||
BTC.RotateToAngle("GO.HANDMENU", 0.0)
|
||||
}
|
||||
BTC.Show("Depthkit.VIDEOS.0BaeckereiOutro")
|
||||
|
||||
Composite(Marathon) {
|
||||
BTC.Run("Depthkit.VIDEOS.0BaeckereiOutro")
|
||||
BTC.Run("StudioEventEmitter.STATIC.TuerOeffnenSound")
|
||||
}
|
||||
BTC.Hide("Depthkit.VIDEOS.0BaeckereiOutro")
|
||||
|
||||
BTC.Show("Depthkit.VIDEOS.1BaeckereiOutro")
|
||||
BTC.Run("Depthkit.VIDEOS.1BaeckereiOutro")
|
||||
BTC.Hide("Depthkit.VIDEOS.1BaeckereiOutro")
|
||||
|
||||
BTC.SetVoiceName("it-IT-GiuseppeMultilingualNeural")
|
||||
BTC.SynthesizeText("Ciao Francesca, ti ho visto da fuori. Che piacere vederti!")
|
||||
|
@ -1907,10 +1907,12 @@ Tree("32_Grotto_Im_Grotto_Essen_Intro") {
|
||||
}
|
||||
|
||||
// --- Im Grotto Essen - Outro ---
|
||||
BTC.SetPosition("GO.XRInteractionHandsSetup.XROrigin", -1.14, 0, 1.698)
|
||||
BTC.SetPosition("GO.HANDMENU", -1.14, 0, 1.698)
|
||||
BTC.RotateToAngle("GO.XRInteractionHandsSetup.XROrigin", 60.0)
|
||||
BTC.RotateToAngle("GO.HANDMENU", 60.0)
|
||||
Composite(Marathon) {
|
||||
BTC.SetPosition("GO.XRInteractionHandsSetup.XROrigin", -1.14, 0, 1.698)
|
||||
BTC.SetPosition("GO.HANDMENU", -1.14, 0, 1.698)
|
||||
BTC.RotateToAngle("GO.XRInteractionHandsSetup.XROrigin", 60.0)
|
||||
BTC.RotateToAngle("GO.HANDMENU", 60.0)
|
||||
}
|
||||
|
||||
BTC.Show("Depthkit.VIDEOS.Outro1ImGrottoesse")
|
||||
BTC.Run("Depthkit.VIDEOS.Outro1ImGrottoesse")
|
||||
|
1874
Viagg-io/Assets/Models/Baeckerei/DepthKit/0.Baeckerei_Outro.prefab
Normal file
1874
Viagg-io/Assets/Models/Baeckerei/DepthKit/0.Baeckerei_Outro.prefab
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0a2acccd8fd5443c6a0449ea2f15af65
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
1874
Viagg-io/Assets/Models/Baeckerei/DepthKit/1.Baeckerei_Outro.prefab
Normal file
1874
Viagg-io/Assets/Models/Baeckerei/DepthKit/1.Baeckerei_Outro.prefab
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f3531fbf0fbc04b91ac5c9471aef4a3d
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d87d96d89ed1a4bd190b65e6f2fa880a
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 918490778937c4aed902148c0517a543
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -0,0 +1,786 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!1001 &814279742914015027
|
||||
PrefabInstance:
|
||||
m_ObjectHideFlags: 0
|
||||
serializedVersion: 2
|
||||
m_Modification:
|
||||
serializedVersion: 3
|
||||
m_TransformParent: {fileID: 0}
|
||||
m_Modifications:
|
||||
- target: {fileID: 854237334161607345, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_Name
|
||||
value: Bestellung_Begleiter.2.Story_A_Picknicken
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 1365681918043619720, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_VideoClip
|
||||
value:
|
||||
objectReference: {fileID: 32900000, guid: 6c5e25d12ab3fc8419c3ce328fed2d8b, type: 3}
|
||||
- target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_LocalPosition.x
|
||||
value: -0.913
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_LocalPosition.y
|
||||
value: 0.014
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_LocalPosition.z
|
||||
value: 14.92
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_LocalRotation.w
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_LocalRotation.x
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_LocalRotation.y
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_LocalRotation.z
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_LocalEulerAnglesHint.x
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_LocalEulerAnglesHint.y
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 2921086988249226736, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_LocalEulerAnglesHint.z
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_volumeDensity
|
||||
value: 50
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_totalVoxelCount
|
||||
value: 547200
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_useTriangleMesh
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectivesCount
|
||||
value: 6
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: maskGenerator.clip
|
||||
value:
|
||||
objectReference: {fileID: 8229741554201112100}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_voxelGridDimensions.x
|
||||
value: 72
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_voxelGridDimensions.y
|
||||
value: 100
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_voxelGridDimensions.z
|
||||
value: 76
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_volumeBounds.m_Center.x
|
||||
value: -0.30214787
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_volumeBounds.m_Center.y
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_volumeBounds.m_Center.z
|
||||
value: 0.39085817
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_volumeBounds.m_Extent.x
|
||||
value: 0.7221861
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_volumeBounds.m_Extent.y
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_volumeBounds.m_Extent.z
|
||||
value: 0.76557493
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPersp.Array.size
|
||||
value: 6
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: overrideRadialBias.Array.size
|
||||
value: 6
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPersp.Array.data[0]
|
||||
value: 0.008
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPersp.Array.data[1]
|
||||
value: 0.008
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPersp.Array.data[2]
|
||||
value: 0.008
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPersp.Array.data[3]
|
||||
value: 0.008
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPersp.Array.data[4]
|
||||
value: 0.008
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPersp.Array.data[5]
|
||||
value: 0.008
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_name
|
||||
value: Depthkit Per Perspective Geometry Data
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: showPerspectiveGizmo.Array.size
|
||||
value: 6
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_subMeshMaxTriangles.Array.size
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: maskGenerator.m_blurFilter.slices
|
||||
value: 6
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPerspInMeters.Array.size
|
||||
value: 12
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: maskGenerator.useStudioCoefficients
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveColorBlendingData.m_name
|
||||
value: Depthkit Per Perspective Color Blending Data
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPerspInMeters.Array.data[0].x
|
||||
value: 0.000080000005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPerspInMeters.Array.data[1].x
|
||||
value: 0.000080000005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPerspInMeters.Array.data[2].x
|
||||
value: 0.000080000005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPerspInMeters.Array.data[3].x
|
||||
value: 0.000080000005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPerspInMeters.Array.data[4].x
|
||||
value: 0.000080000005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPerspInMeters.Array.data[5].x
|
||||
value: 0.000080000005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPerspInMeters.Array.data[6].x
|
||||
value: 0.000080000005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPerspInMeters.Array.data[7].x
|
||||
value: 0.000080000005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPerspInMeters.Array.data[8].x
|
||||
value: 0.000080000005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPerspInMeters.Array.data[9].x
|
||||
value: 0.000080000005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPerspInMeters.Array.data[10].x
|
||||
value: 0.000080000005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: radialBiasPerspInMeters.Array.data[11].x
|
||||
value: 0.000080000005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.size
|
||||
value: 6
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveColorBlendingData.m_data.Array.size
|
||||
value: 6
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[0].enabled
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[1].enabled
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[2].enabled
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[3].enabled
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[4].enabled
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[5].enabled
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveColorBlendingData.m_data.Array.data[0].enabled
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveColorBlendingData.m_data.Array.data[1].enabled
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveColorBlendingData.m_data.Array.data[2].enabled
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveColorBlendingData.m_data.Array.data[3].enabled
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveColorBlendingData.m_data.Array.data[4].enabled
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveColorBlendingData.m_data.Array.data[5].enabled
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[0].weightUnknown
|
||||
value: 0.005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[1].weightUnknown
|
||||
value: 0.005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[2].weightUnknown
|
||||
value: 0.005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[3].weightUnknown
|
||||
value: 0.005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[4].weightUnknown
|
||||
value: 0.005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[5].weightUnknown
|
||||
value: 0.005
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.size
|
||||
value: 6
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[0].viewDependentWeight
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[1].viewDependentWeight
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[2].viewDependentWeight
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[3].viewDependentWeight
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[4].viewDependentWeight
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[5].viewDependentWeight
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_geometryMatchesColorWeights.Array.size
|
||||
value: 6
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.data[0]
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.data[1]
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.data[2]
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.data[3]
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.data[4]
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_viewDependentContributions.Array.data[5]
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[0].viewDependentUnseenAmount
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[1].viewDependentUnseenAmount
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[2].viewDependentUnseenAmount
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[3].viewDependentUnseenAmount
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[4].viewDependentUnseenAmount
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[5].viewDependentUnseenAmount
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[0].viewDependentInFrontAmount
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[1].viewDependentInFrontAmount
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[2].viewDependentInFrontAmount
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[3].viewDependentInFrontAmount
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[4].viewDependentInFrontAmount
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveGeometryData.m_data.Array.data[5].viewDependentInFrontAmount
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveColorBlendingData.m_data.Array.data[0].viewWeightPowerContribution
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveColorBlendingData.m_data.Array.data[1].viewWeightPowerContribution
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveColorBlendingData.m_data.Array.data[2].viewWeightPowerContribution
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveColorBlendingData.m_data.Array.data[3].viewWeightPowerContribution
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveColorBlendingData.m_data.Array.data[4].viewWeightPowerContribution
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5903246224364475616, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: perspectiveColorBlendingData.m_data.Array.data[5].viewWeightPowerContribution
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 7594559701447733686, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_Size.x
|
||||
value: 1.4443722
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 7594559701447733686, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_Size.y
|
||||
value: 2
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 7594559701447733686, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_Size.z
|
||||
value: 1.5311499
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 7594559701447733686, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_Center.x
|
||||
value: -0.30214787
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 7594559701447733686, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_Center.y
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 7594559701447733686, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_Center.z
|
||||
value: 0.39085817
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_player
|
||||
value:
|
||||
objectReference: {fileID: 1918053137652325277}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.format
|
||||
value: perpixel
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.numRows
|
||||
value: 2
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata._versionMinor
|
||||
value: 5
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.textureHeight
|
||||
value: 2048
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_perspectiveDataBuffer.m_name
|
||||
value: Depthkit Perspective Data Buffer
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.perspectives.Array.data[1].crop.w
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.perspectives.Array.data[1].crop.y
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.perspectives.Array.data[0].extrinsics.e33
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.perspectives.Array.data[1].extrinsics.e33
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.perspectives.Array.data[2].extrinsics.e33
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.perspectives.Array.data[0].depthImageSize.x
|
||||
value: 2560
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.perspectives.Array.data[0].depthImageSize.y
|
||||
value: 1440
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.perspectives.Array.data[1].depthImageSize.x
|
||||
value: 2560
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.perspectives.Array.data[1].depthImageSize.y
|
||||
value: 1440
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.perspectives.Array.data[2].depthImageSize.x
|
||||
value: 2560
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.perspectives.Array.data[2].depthImageSize.y
|
||||
value: 1440
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.perspectives.Array.data[0].extrinsicsInv.e33
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.perspectives.Array.data[1].extrinsicsInv.e33
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.perspectives.Array.data[2].extrinsicsInv.e33
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadata.defaultReconstructionSettings.depthBiasAdjustment
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
m_RemovedComponents:
|
||||
- {fileID: 1365681918043619720, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
- {fileID: 4904148728012636679, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
- {fileID: 7305965101684728332, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
m_RemovedGameObjects: []
|
||||
m_AddedGameObjects: []
|
||||
m_AddedComponents:
|
||||
- targetCorrespondingSourceObject: {fileID: 854237334161607345, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
insertIndex: -1
|
||||
addedObject: {fileID: 1668543161738679156}
|
||||
- targetCorrespondingSourceObject: {fileID: 854237334161607345, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
insertIndex: -1
|
||||
addedObject: {fileID: 1918053137652325277}
|
||||
m_SourcePrefab: {fileID: 100100000, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
--- !u!1 &42286430969128322 stripped
|
||||
GameObject:
|
||||
m_CorrespondingSourceObject: {fileID: 854237334161607345, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
m_PrefabInstance: {fileID: 814279742914015027}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
--- !u!114 &1668543161738679156
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 42286430969128322}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 638c870cac4da414fba921606d504407, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
_mediaSource: 1
|
||||
_mediaReference: {fileID: 0}
|
||||
_mediaPath:
|
||||
_pathType: 2
|
||||
_path: Depthkit/Story_B_Grotto..1.mp4
|
||||
_fallbackMediaHints:
|
||||
transparency: 0
|
||||
alphaPacking: 0
|
||||
stereoPacking: 0
|
||||
_autoOpen: 1
|
||||
_autoPlayOnStart: 1
|
||||
_loop: 0
|
||||
_audioVolume: 1
|
||||
_audioBalance: 0
|
||||
_audioMuted: 0
|
||||
_playbackRate: 1
|
||||
_useResampler: 0
|
||||
_resampleMode: 0
|
||||
_resampleBufferSize: 5
|
||||
_videoMapping: 0
|
||||
_textureFilterMode: 1
|
||||
_textureWrapMode: 1
|
||||
_textureAnisoLevel: 0
|
||||
_sideloadSubtitles: 0
|
||||
_subtitlePath:
|
||||
_pathType: 2
|
||||
_path:
|
||||
_audioHeadTransform: {fileID: 0}
|
||||
_audioFocusEnabled: 0
|
||||
_audioFocusTransform: {fileID: 0}
|
||||
_audioFocusWidthDegrees: 90
|
||||
_audioFocusOffLevelDB: 0
|
||||
_httpHeaders:
|
||||
httpHeaders: []
|
||||
_keyAuth:
|
||||
keyServerToken:
|
||||
overrideDecryptionKeyBase64:
|
||||
_events:
|
||||
m_PersistentCalls:
|
||||
m_Calls: []
|
||||
_eventMask: -1
|
||||
_pauseMediaOnAppPause: 1
|
||||
_playMediaOnAppUnpause: 1
|
||||
_persistent: 0
|
||||
_forceFileFormat: 0
|
||||
_optionsWindows:
|
||||
httpHeaders:
|
||||
httpHeaders: []
|
||||
keyAuth:
|
||||
keyServerToken:
|
||||
overrideDecryptionKeyBase64:
|
||||
videoApi: 0
|
||||
useHardwareDecoding: 1
|
||||
useRendererSync: 1
|
||||
useTextureMips: 0
|
||||
use10BitTextures: 0
|
||||
hintAlphaChannel: 0
|
||||
useLowLatency: 0
|
||||
useCustomMovParser: 0
|
||||
useHapNotchLC: 0
|
||||
useStereoDetection: 1
|
||||
useTextTrackSupport: 1
|
||||
useFacebookAudio360Support: 1
|
||||
useAudioDelay: 0
|
||||
forceAudioOutputDeviceName:
|
||||
preferredFilters: []
|
||||
_audioMode: 0
|
||||
audio360ChannelMode: 0
|
||||
startWithHighestBitrate: 0
|
||||
useLowLiveLatency: 0
|
||||
parallelFrameCount: 3
|
||||
prerollFrameCount: 4
|
||||
useUnityAudio: 0
|
||||
enableAudio360: 0
|
||||
_options_macOS:
|
||||
httpHeaders:
|
||||
httpHeaders: []
|
||||
keyAuth:
|
||||
keyServerToken:
|
||||
overrideDecryptionKeyBase64:
|
||||
textureFormat: 0
|
||||
_audioMode: 0
|
||||
_flags: 0
|
||||
maximumPlaybackRate: 2
|
||||
_preferredPeakBitRate: 0
|
||||
_preferredPeakBitRateUnits: 1
|
||||
_preferredForwardBufferDuration: 0
|
||||
_preferredMaximumResolution: 0
|
||||
_customPreferredMaximumResolution: {x: 0, y: 0}
|
||||
_options_iOS:
|
||||
httpHeaders:
|
||||
httpHeaders: []
|
||||
keyAuth:
|
||||
keyServerToken:
|
||||
overrideDecryptionKeyBase64:
|
||||
textureFormat: 0
|
||||
_audioMode: 0
|
||||
_flags: 0
|
||||
maximumPlaybackRate: 2
|
||||
_preferredPeakBitRate: 0
|
||||
_preferredPeakBitRateUnits: 1
|
||||
_preferredForwardBufferDuration: 0
|
||||
_preferredMaximumResolution: 0
|
||||
_customPreferredMaximumResolution: {x: 0, y: 0}
|
||||
_options_tvOS:
|
||||
httpHeaders:
|
||||
httpHeaders: []
|
||||
keyAuth:
|
||||
keyServerToken:
|
||||
overrideDecryptionKeyBase64:
|
||||
textureFormat: 0
|
||||
_audioMode: 0
|
||||
_flags: 0
|
||||
maximumPlaybackRate: 2
|
||||
_preferredPeakBitRate: 0
|
||||
_preferredPeakBitRateUnits: 1
|
||||
_preferredForwardBufferDuration: 0
|
||||
_preferredMaximumResolution: 0
|
||||
_customPreferredMaximumResolution: {x: 0, y: 0}
|
||||
_options_visionOS:
|
||||
httpHeaders:
|
||||
httpHeaders: []
|
||||
keyAuth:
|
||||
keyServerToken:
|
||||
overrideDecryptionKeyBase64:
|
||||
textureFormat: 0
|
||||
_audioMode: 0
|
||||
_flags: 0
|
||||
maximumPlaybackRate: 2
|
||||
_preferredPeakBitRate: 0
|
||||
_preferredPeakBitRateUnits: 1
|
||||
_preferredForwardBufferDuration: 0
|
||||
_preferredMaximumResolution: 0
|
||||
_customPreferredMaximumResolution: {x: 0, y: 0}
|
||||
_optionsAndroid:
|
||||
httpHeaders:
|
||||
httpHeaders: []
|
||||
keyAuth:
|
||||
keyServerToken:
|
||||
overrideDecryptionKeyBase64:
|
||||
textureFormat: 0
|
||||
_generateMipmaps: 0
|
||||
_audioMode: 0
|
||||
_preferredMaximumResolution: 0
|
||||
_customPreferredMaximumResolution: {x: 0, y: 0}
|
||||
_preferredPeakBitRate: 0
|
||||
_preferredPeakBitRateUnits: 1
|
||||
videoApi: 2
|
||||
showPosterFrame: 0
|
||||
audio360ChannelMode: 0
|
||||
audio360LatencyMS: 0
|
||||
preferSoftwareDecoder: 0
|
||||
forceRtpTCP: 0
|
||||
forceEnableMediaCodecAsynchronousQueueing: 0
|
||||
fileOffset: 0
|
||||
startWithHighestBitrate: 0
|
||||
minBufferMs: 50000
|
||||
maxBufferMs: 50000
|
||||
bufferForPlaybackMs: 2500
|
||||
bufferForPlaybackAfterRebufferMs: 5000
|
||||
useFastOesPath: 0
|
||||
audioOutput: 0
|
||||
blitTextureFiltering: 0
|
||||
forceEnableMediaCodecAsyncQueueing: 0
|
||||
enableAudio360: 0
|
||||
_optionsWindowsUWP:
|
||||
httpHeaders:
|
||||
httpHeaders: []
|
||||
keyAuth:
|
||||
keyServerToken:
|
||||
overrideDecryptionKeyBase64:
|
||||
useHardwareDecoding: 1
|
||||
useRendererSync: 1
|
||||
useTextureMips: 0
|
||||
use10BitTextures: 0
|
||||
hintOutput10Bit: 0
|
||||
useLowLatency: 0
|
||||
videoApi: 1
|
||||
_audioMode: 0
|
||||
audio360ChannelMode: 0
|
||||
startWithHighestBitrate: 0
|
||||
useLowLiveLatency: 0
|
||||
_optionsWebGL:
|
||||
httpHeaders:
|
||||
httpHeaders: []
|
||||
keyAuth:
|
||||
keyServerToken:
|
||||
overrideDecryptionKeyBase64:
|
||||
externalLibrary: 0
|
||||
useTextureMips: 0
|
||||
m_VideoPath:
|
||||
m_VideoLocation: 2
|
||||
--- !u!114 &1918053137652325277
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 42286430969128322}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f836f7125ecaa7a40b96bbc592961c04, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_mediaPlayer: {fileID: 1668543161738679156}
|
||||
disableAndroidTextureCopyWorkAround: 0
|
||||
--- !u!114 &8229741554201112100 stripped
|
||||
MonoBehaviour:
|
||||
m_CorrespondingSourceObject: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
m_PrefabInstance: {fileID: 814279742914015027}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 42286430969128322}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: b4fa781ea55830e408ba83c0f9d07c4b, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 45b739684aed543008dc3411b747423b
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e936aeeca26684475a69251260e323f3
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 71859ddceaeef41a4bac718b22634da8
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 99466bb43068343a8accd3c0d2c4de86
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6a65eab1b5c81484bb82448d7f83de52
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 46124eddab14a4a3db7eadc3c1d75b65
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2b76be0f384a9424fa1e714cc0dba065
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: df97dd34656394d14b2a5f4c607e91a5
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 048fc317fb6a8467f9d8450eb8246473
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f37c5f72d1edb43c79e86c38d41b3278
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5816b8ee4e5ac4cf6b43c96da1f505bf
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 026938b7edb7c47a682e76c109111dd3
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0421e1fd9ef2e4e9d8234627020cadd7
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0574a68713f6545b28960c164f8e8bba
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c57d1960b12784018a5124d1c2f9bf0e
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9d0972e33cf2d439a98aa5254be61933
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bfbc4467725444c31b5bf3b5ecbb4b8b
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e6629d836f55341fdad855125e24717f
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e9f90a37397784bdab943b6967f8fd69
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 50db01856505745819850cd5fc12a1b9
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d3f59fd7fdeb64b4bb12ab49d48e2cd7
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 85744e55809a545628de7710aa995dc0
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2cdd23591d1dc4ee3b723bbdab45542b
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user