Took a detour to implement many necessary changes:
- Video player has been made a central object to improve reliability. - Location board buttons on host card now indicate where items are. - Jail Chain now syncs properly once again.
This commit is contained in:
+75
-140
@@ -4143,7 +4143,6 @@ GameObject:
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 115578769}
|
||||
- component: {fileID: 115578772}
|
||||
- component: {fileID: 115578771}
|
||||
- component: {fileID: 115578770}
|
||||
m_Layer: 0
|
||||
@@ -4218,7 +4217,7 @@ MonoBehaviour:
|
||||
PrefabModifications: []
|
||||
SerializationNodes: []
|
||||
_udonSharpBackingUdonBehaviour: {fileID: 115578770}
|
||||
_VideoPlayer: {fileID: 115578772}
|
||||
_VideoPlayer: {fileID: 1582487351}
|
||||
VideoPool:
|
||||
- url: https://witwics.actual.horse/static/crook-in-jail/ContessaInJail.mp4
|
||||
- url: https://witwics.actual.horse/static/crook-in-jail/DoubleTroubleInJail.mp4
|
||||
@@ -4241,31 +4240,6 @@ MonoBehaviour:
|
||||
- url: https://filehost.battybovine.com/witwics/crook-in-jail/TopGrungeInJail.mp4
|
||||
- url: https://filehost.battybovine.com/witwics/crook-in-jail/VicTheSlickInJail.mp4
|
||||
- url: https://filehost.battybovine.com/witwics/crook-in-jail/WonderRatInJail.mp4
|
||||
--- !u!114 &115578772
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 115578768}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: -560078975, guid: 661092b4961be7145bfbe56e1e62337b, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
EnableAutomaticResync: 0
|
||||
videoURL:
|
||||
url:
|
||||
autoPlay: 0
|
||||
loop: 0
|
||||
renderMode: 0
|
||||
targetTexture: {fileID: 8600000, guid: 4ddd9ec3c4599e14c8050a554582bc3e, type: 2}
|
||||
targetMaterialRenderer: {fileID: 0}
|
||||
targetMaterialProperty: _EmissionMap
|
||||
aspectRatio: 3
|
||||
targetAudioSources:
|
||||
- {fileID: 2018849108}
|
||||
maximumResolution: 360
|
||||
--- !u!1 &116074573
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
@@ -11233,6 +11207,11 @@ MonoBehaviour:
|
||||
- {fileID: 92283836}
|
||||
- {fileID: 1662151577}
|
||||
_CommentUI: {fileID: 1394546108}
|
||||
_ButtonColourEnabled: {r: 1, g: 1, b: 1, a: 1}
|
||||
_ButtonColourDisabled: {r: 0.5, g: 0.5, b: 0.5, a: 1}
|
||||
_ButtonColourLoot: {r: 0, g: 0.78431374, b: 0, a: 1}
|
||||
_ButtonColourWarrant: {r: 0.78431374, g: 0.78431374, b: 0, a: 1}
|
||||
_ButtonColourCrook: {r: 0.78431374, g: 0, b: 0, a: 1}
|
||||
--- !u!1 &198611403
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
@@ -17599,7 +17578,7 @@ MonoBehaviour:
|
||||
ExactGrip: {fileID: 0}
|
||||
allowManipulationWhenEquipped: 0
|
||||
orientation: 0
|
||||
AutoHold: 1
|
||||
AutoHold: 3
|
||||
InteractionText: Pick Up
|
||||
UseText:
|
||||
useEventBroadcastType: 0
|
||||
@@ -17613,7 +17592,7 @@ MonoBehaviour:
|
||||
currentlyHeldBy: {fileID: 0}
|
||||
pickupable: 0
|
||||
proximity: 0.15
|
||||
version: 0
|
||||
version: 1
|
||||
--- !u!54 &379391075
|
||||
Rigidbody:
|
||||
m_ObjectHideFlags: 0
|
||||
@@ -44096,6 +44075,7 @@ MonoBehaviour:
|
||||
_Round1Manager: {fileID: 515404446}
|
||||
_Round2Manager: {fileID: 865296978}
|
||||
_Round3Manager: {fileID: 969831474}
|
||||
_MultiRoundVideoPlayer: {fileID: 1582487351}
|
||||
_HostCard: {fileID: 379391087}
|
||||
_CaseManagerList: {fileID: 1145254423}
|
||||
_HostTeleportButton: {fileID: 600640153}
|
||||
@@ -76807,12 +76787,12 @@ GameObject:
|
||||
- component: {fileID: 1582487351}
|
||||
- component: {fileID: 1582487350}
|
||||
m_Layer: 0
|
||||
m_Name: Video Player
|
||||
m_Name: Multi-Round Video Player
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 0
|
||||
m_IsActive: 1
|
||||
--- !u!114 &1582487348
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
@@ -76901,6 +76881,11 @@ MonoBehaviour:
|
||||
PrefabModifications: []
|
||||
SerializationNodes: []
|
||||
_udonSharpBackingUdonBehaviour: {fileID: 1582487350}
|
||||
_VideoPlayer: {fileID: 1582487348}
|
||||
_RoundCallbacks:
|
||||
- {fileID: 2057791820}
|
||||
- {fileID: 115578771}
|
||||
- {fileID: 1762618935}
|
||||
--- !u!1 &1583513122
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
@@ -83530,7 +83515,6 @@ GameObject:
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 1762618933}
|
||||
- component: {fileID: 1762618937}
|
||||
- component: {fileID: 1762618935}
|
||||
- component: {fileID: 1762618936}
|
||||
m_Layer: 0
|
||||
@@ -83579,7 +83563,7 @@ MonoBehaviour:
|
||||
PrefabModifications: []
|
||||
SerializationNodes: []
|
||||
_udonSharpBackingUdonBehaviour: {fileID: 1762618936}
|
||||
_VideoPlayer: {fileID: 1762618937}
|
||||
_VideoPlayer: {fileID: 1582487351}
|
||||
VideoPool:
|
||||
- url: https://witwics.actual.horse/static/endings/EndCredits2.mp4
|
||||
VideoPoolFallback:
|
||||
@@ -83610,31 +83594,6 @@ MonoBehaviour:
|
||||
serializedPublicVariablesBytesString: Ai8AAAAAATIAAABWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgAuAFUAZABvAG4AVgBhAHIAaQBhAGIAbABlAFQAYQBiAGwAZQAsACAAVgBSAEMALgBVAGQAbwBuAC4AQwBvAG0AbQBvAG4AAAAAAAYBAAAAAAAAACcBBAAAAHQAeQBwAGUAAWgAAABTAHkAcwB0AGUAbQAuAEMAbwBsAGwAZQBjAHQAaQBvAG4AcwAuAEcAZQBuAGUAcgBpAGMALgBMAGkAcwB0AGAAMQBbAFsAVgBSAEMALgBVAGQAbwBuAC4AQwBvAG0AbQBvAG4ALgBJAG4AdABlAHIAZgBhAGMAZQBzAC4ASQBVAGQAbwBuAFYAYQByAGkAYQBiAGwAZQAsACAAVgBSAEMALgBVAGQAbwBuAC4AQwBvAG0AbQBvAG4AXQBdACwAIABtAHMAYwBvAHIAbABpAGIAAQEJAAAAVgBhAHIAaQBhAGIAbABlAHMALwEAAAABaAAAAFMAeQBzAHQAZQBtAC4AQwBvAGwAbABlAGMAdABpAG8AbgBzAC4ARwBlAG4AZQByAGkAYwAuAEwAaQBzAHQAYAAxAFsAWwBWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgAuAEkAbgB0AGUAcgBmAGEAYwBlAHMALgBJAFUAZABvAG4AVgBhAHIAaQBhAGIAbABlACwAIABWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgBdAF0ALAAgAG0AcwBjAG8AcgBsAGkAYgABAAAABgEAAAAAAAAAAi8CAAAAAUkAAABWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgAuAFUAZABvAG4AVgBhAHIAaQBhAGIAbABlAGAAMQBbAFsAUwB5AHMAdABlAG0ALgBJAG4AdAAzADIALAAgAG0AcwBjAG8AcgBsAGkAYgBdAF0ALAAgAFYAUgBDAC4AVQBkAG8AbgAuAEMAbwBtAG0AbwBuAAIAAAAGAgAAAAAAAAAnAQQAAAB0AHkAcABlAAEXAAAAUwB5AHMAdABlAG0ALgBTAHQAcgBpAG4AZwAsACAAbQBzAGMAbwByAGwAaQBiACcBCgAAAFMAeQBtAGIAbwBsAE4AYQBtAGUAAR8AAABfAF8AXwBVAGQAbwBuAFMAaABhAHIAcABCAGUAaABhAHYAaQBvAHUAcgBWAGUAcgBzAGkAbwBuAF8AXwBfACcBBAAAAHQAeQBwAGUAARYAAABTAHkAcwB0AGUAbQAuAEkAbgB0ADMAMgAsACAAbQBzAGMAbwByAGwAaQBiABcBBQAAAFYAYQBsAHUAZQACAAAABwUHBQcF
|
||||
publicVariablesUnityEngineObjects: []
|
||||
publicVariablesSerializationDataFormat: 0
|
||||
--- !u!114 &1762618937
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1762618932}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: -560078975, guid: 661092b4961be7145bfbe56e1e62337b, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
EnableAutomaticResync: 0
|
||||
videoURL:
|
||||
url:
|
||||
autoPlay: 0
|
||||
loop: 0
|
||||
renderMode: 0
|
||||
targetTexture: {fileID: 8600000, guid: 4ddd9ec3c4599e14c8050a554582bc3e, type: 2}
|
||||
targetMaterialRenderer: {fileID: 0}
|
||||
targetMaterialProperty: _EmissionMap
|
||||
aspectRatio: 3
|
||||
targetAudioSources:
|
||||
- {fileID: 2018849108}
|
||||
maximumResolution: 360
|
||||
--- !u!1 &1763164383 stripped
|
||||
GameObject:
|
||||
m_CorrespondingSourceObject: {fileID: 3042364557672022809, guid: 126991d511ca61841a0ef899b6c038a6,
|
||||
@@ -94978,7 +94937,6 @@ GameObject:
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 2057791822}
|
||||
- component: {fileID: 2057791823}
|
||||
- component: {fileID: 2057791820}
|
||||
- component: {fileID: 2057791819}
|
||||
m_Layer: 0
|
||||
@@ -95036,7 +94994,7 @@ MonoBehaviour:
|
||||
PrefabModifications: []
|
||||
SerializationNodes: []
|
||||
_udonSharpBackingUdonBehaviour: {fileID: 2057791819}
|
||||
_VideoPlayer: {fileID: 2057791823}
|
||||
_VideoPlayer: {fileID: 1582487351}
|
||||
_BlankScreenMesh: {fileID: 1123331149}
|
||||
_VideoScreenMesh: {fileID: 1123331146}
|
||||
_MapScreenMesh: {fileID: 1123331148}
|
||||
@@ -95067,31 +95025,6 @@ Transform:
|
||||
- {fileID: 2057732729}
|
||||
m_Father: {fileID: 2110808113}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 75, z: 0}
|
||||
--- !u!114 &2057791823
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 2057791818}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: -560078975, guid: 661092b4961be7145bfbe56e1e62337b, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
EnableAutomaticResync: 0
|
||||
videoURL:
|
||||
url:
|
||||
autoPlay: 0
|
||||
loop: 0
|
||||
renderMode: 0
|
||||
targetTexture: {fileID: 8600000, guid: 4ddd9ec3c4599e14c8050a554582bc3e, type: 2}
|
||||
targetMaterialRenderer: {fileID: 0}
|
||||
targetMaterialProperty: _EmissionMap
|
||||
aspectRatio: 3
|
||||
targetAudioSources:
|
||||
- {fileID: 2018849108}
|
||||
maximumResolution: 360
|
||||
--- !u!1 &2058128274
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
@@ -105351,74 +105284,76 @@ MonoBehaviour:
|
||||
useAssignedLayers: 0
|
||||
DynamicPrefabs: []
|
||||
DynamicMaterials:
|
||||
- {fileID: 2100000, guid: 82f2961c9baa48a45ac897be257fd655, type: 2}
|
||||
- {fileID: 2100000, guid: 4fb0b8cdca56f5d47be970c7490cb7a1, type: 2}
|
||||
- {fileID: 2100000, guid: 12e96dbe16f21704485645506bfc235a, type: 2}
|
||||
- {fileID: 2100000, guid: 79cdc811085b366438fb60b12a3642ba, type: 2}
|
||||
- {fileID: 2100000, guid: a55c6cba78f87d1499a304b41036f758, type: 2}
|
||||
- {fileID: 2100000, guid: 8bc2ade7ea2681744b3a5bf052974502, type: 2}
|
||||
- {fileID: 2100000, guid: d1244b908a4cccd4397cc9cad45fe846, type: 2}
|
||||
- {fileID: 2100000, guid: 53b84df3db050264db8132d12d59ac74, type: 2}
|
||||
- {fileID: 2100000, guid: e53b90b5a4f1c3048b28024a40b455e7, type: 2}
|
||||
- {fileID: 2100000, guid: c5d2a6b0c3904c747b937dd142cbb480, type: 2}
|
||||
- {fileID: 2100000, guid: c5480627ec99c8a45bbd5dfe52d1dea7, type: 2}
|
||||
- {fileID: 2100000, guid: 98438748f07992c4a9eca84eb166591b, type: 2}
|
||||
- {fileID: 2100000, guid: accd304c49b7d6d43b97738e8e118342, type: 2}
|
||||
- {fileID: 2100000, guid: 9cdc0250a4c9b534fae68ae6aa90bf31, type: 2}
|
||||
- {fileID: 2100000, guid: 77cb94791cc41a5498279122022730b0, type: 2}
|
||||
- {fileID: 2100000, guid: e45d02bbf7268504ca58513c548a58e7, type: 2}
|
||||
- {fileID: 2100000, guid: 6075d345a5007be4abb1a4485d1ebb5f, type: 2}
|
||||
- {fileID: 2100000, guid: 885429151ec5f6a4a926f6aaabd7e001, type: 2}
|
||||
- {fileID: 2100000, guid: 77485a45419b5da498cc74acff31c49a, type: 2}
|
||||
- {fileID: 2100000, guid: d7188495ea0838346af40c820ec9ffc8, type: 2}
|
||||
- {fileID: 2100000, guid: 483ceb65615010745bde1d5ff9fd9dd6, type: 2}
|
||||
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
|
||||
- {fileID: 2100000, guid: 332daba92d0976f4d86bdcdc1a94179e, type: 2}
|
||||
- {fileID: 2100000, guid: c0998459c7ac0e94d825035839d01ac9, type: 2}
|
||||
- {fileID: 2100000, guid: 348ff3cc54305654d9eeebbbb385c262, type: 2}
|
||||
- {fileID: 2100000, guid: d2b3854a83244764192826cd7eadc955, type: 2}
|
||||
- {fileID: 2100000, guid: 35c2a316ece610b4b963e047e5238337, type: 2}
|
||||
- {fileID: 2100000, guid: cac39def7281c5c488b6a3465ec1951b, type: 2}
|
||||
- {fileID: 2100000, guid: 2c0cd617d97924748a9d5e2eeb2039b5, type: 2}
|
||||
- {fileID: 2100000, guid: 0c3dfdcd7a2a6ac408ec3d431f9a4932, type: 2}
|
||||
- {fileID: 2100000, guid: c1b531b2f1a7dab43b46daa7546cfda7, type: 2}
|
||||
- {fileID: 2100000, guid: 8de5e47a4e3831b40b59595ad3e2e267, type: 2}
|
||||
- {fileID: 2100000, guid: 7eb7cd9bfc12d4c4198d1874ca5a1aa4, type: 2}
|
||||
- {fileID: 2100000, guid: 220d5a1f1701e674794a1083cc2f0bac, type: 2}
|
||||
- {fileID: 2100000, guid: 49170bf20870c7c45873b3c1966d86af, type: 2}
|
||||
- {fileID: 2100000, guid: 012e77fb6a6d69548802da3b41814618, type: 2}
|
||||
- {fileID: 2100000, guid: 4d875a76d6e247742b8d3d66214b2c2d, type: 2}
|
||||
- {fileID: 2100000, guid: 8db36ece14c543d47be04e1d0cde1a1f, type: 2}
|
||||
- {fileID: 2100000, guid: d23dd47c26278f94ea3bc15c730f59ed, type: 2}
|
||||
- {fileID: 2100000, guid: 98b5c6e030fc83d48bbba9e927a456d4, type: 2}
|
||||
- {fileID: 2100000, guid: fa8f228d6d5f77d479bf970e355f4bc3, type: 2}
|
||||
- {fileID: 2100000, guid: 90a6fdf8f72a7a84d83dcb448e0f749e, type: 2}
|
||||
- {fileID: 2100000, guid: ffd504a9168a01c459170bb8f2fcea1c, type: 2}
|
||||
- {fileID: 2100000, guid: 80746b095abb6ce41a1c737df3649172, type: 2}
|
||||
- {fileID: 2100000, guid: c10453b4aa0c864458b74f3797cb611e, type: 2}
|
||||
- {fileID: 2100000, guid: bc5888e576e9cb34bab7b7af42d2b63f, type: 2}
|
||||
- {fileID: 2100000, guid: 1eb2f964062497347b887d2c940e79c5, type: 2}
|
||||
- {fileID: 2100000, guid: 672c36f6dbb36b5439cc0fdd2f74c531, type: 2}
|
||||
- {fileID: 2100000, guid: 51b03d257a738e6468f623865f31dbec, type: 2}
|
||||
- {fileID: 2100000, guid: c3186340e03d26341969d34663dbf8f3, type: 2}
|
||||
- {fileID: 2100000, guid: dba163de40c568b48ae2ffa7c83c66b9, type: 2}
|
||||
- {fileID: 2100000, guid: db9b2b735115eb248a189b1fdc721a50, type: 2}
|
||||
- {fileID: 2100000, guid: 9d4baac78c2042b47b42fc9c92d87767, type: 2}
|
||||
- {fileID: 2100000, guid: 9cdc0250a4c9b534fae68ae6aa90bf31, type: 2}
|
||||
- {fileID: 2100000, guid: af0c1cbaaffed304ba0e3a1fbac41e7e, type: 2}
|
||||
- {fileID: 2100000, guid: cc22c7f9de95cab4488b30fe8699a82a, type: 2}
|
||||
- {fileID: 2100000, guid: fe872fb72ad98da4dbb868481468e848, type: 2}
|
||||
- {fileID: 2100000, guid: c1b531b2f1a7dab43b46daa7546cfda7, type: 2}
|
||||
- {fileID: 2100000, guid: 0c3dfdcd7a2a6ac408ec3d431f9a4932, type: 2}
|
||||
- {fileID: 2100000, guid: accd304c49b7d6d43b97738e8e118342, type: 2}
|
||||
- {fileID: 2100000, guid: 2c0cd617d97924748a9d5e2eeb2039b5, type: 2}
|
||||
- {fileID: 2100000, guid: 4fb0b8cdca56f5d47be970c7490cb7a1, type: 2}
|
||||
- {fileID: 2100000, guid: 82f2961c9baa48a45ac897be257fd655, type: 2}
|
||||
- {fileID: 2100000, guid: dba163de40c568b48ae2ffa7c83c66b9, type: 2}
|
||||
- {fileID: 2100000, guid: 4de84333504452948874f4422dec7b56, type: 2}
|
||||
- {fileID: 2100000, guid: 97a375a2664a65f44a74b8e0711591fb, type: 2}
|
||||
- {fileID: 2100000, guid: 71fff76911e92ab43a71d15602da4c4b, type: 2}
|
||||
- {fileID: 2100000, guid: 4c14b2f4b9a613f418bb1e6cf8cf68f4, type: 2}
|
||||
- {fileID: 2100000, guid: ea08301eace4f164bb3aae930413a978, type: 2}
|
||||
- {fileID: 2100000, guid: 6dd6b8b1c8133f04dbc23ac81f5dfded, type: 2}
|
||||
- {fileID: 2100000, guid: c3186340e03d26341969d34663dbf8f3, type: 2}
|
||||
- {fileID: 2100000, guid: e45d02bbf7268504ca58513c548a58e7, type: 2}
|
||||
- {fileID: 2100000, guid: 98438748f07992c4a9eca84eb166591b, type: 2}
|
||||
- {fileID: 2100000, guid: 12e96dbe16f21704485645506bfc235a, type: 2}
|
||||
- {fileID: 2100000, guid: ffd504a9168a01c459170bb8f2fcea1c, type: 2}
|
||||
- {fileID: 2100000, guid: d1244b908a4cccd4397cc9cad45fe846, type: 2}
|
||||
- {fileID: 2100000, guid: 81ea0ec5ed826d74fb516bcd6d26bf99, type: 2}
|
||||
- {fileID: 2100000, guid: f1807abb25a22fb4fb9a796796ec55cb, type: 2}
|
||||
- {fileID: 2100000, guid: 012e77fb6a6d69548802da3b41814618, type: 2}
|
||||
- {fileID: 2100000, guid: 4d875a76d6e247742b8d3d66214b2c2d, type: 2}
|
||||
- {fileID: 2100000, guid: 8db36ece14c543d47be04e1d0cde1a1f, type: 2}
|
||||
- {fileID: 2100000, guid: 77485a45419b5da498cc74acff31c49a, type: 2}
|
||||
- {fileID: 2100000, guid: d2b3854a83244764192826cd7eadc955, type: 2}
|
||||
- {fileID: 2100000, guid: 8de5e47a4e3831b40b59595ad3e2e267, type: 2}
|
||||
- {fileID: 2100000, guid: d23dd47c26278f94ea3bc15c730f59ed, type: 2}
|
||||
- {fileID: 2100000, guid: 77cb94791cc41a5498279122022730b0, type: 2}
|
||||
- {fileID: 2100000, guid: 98b5c6e030fc83d48bbba9e927a456d4, type: 2}
|
||||
- {fileID: 2100000, guid: c0998459c7ac0e94d825035839d01ac9, type: 2}
|
||||
- {fileID: 2100000, guid: fa8f228d6d5f77d479bf970e355f4bc3, type: 2}
|
||||
- {fileID: 2100000, guid: 90a6fdf8f72a7a84d83dcb448e0f749e, type: 2}
|
||||
- {fileID: 2100000, guid: 6075d345a5007be4abb1a4485d1ebb5f, type: 2}
|
||||
- {fileID: 2100000, guid: d7188495ea0838346af40c820ec9ffc8, type: 2}
|
||||
- {fileID: 2100000, guid: 79cdc811085b366438fb60b12a3642ba, type: 2}
|
||||
- {fileID: 2100000, guid: 462153a63867ae44596b4d0413a039bc, type: 2}
|
||||
- {fileID: 2100000, guid: c5d2a6b0c3904c747b937dd142cbb480, type: 2}
|
||||
- {fileID: 2100000, guid: 53b84df3db050264db8132d12d59ac74, type: 2}
|
||||
- {fileID: 2100000, guid: e53b90b5a4f1c3048b28024a40b455e7, type: 2}
|
||||
- {fileID: 2100000, guid: 9d4baac78c2042b47b42fc9c92d87767, type: 2}
|
||||
- {fileID: 2100000, guid: db9b2b735115eb248a189b1fdc721a50, type: 2}
|
||||
- {fileID: 2100000, guid: cc8e36941dd3f2c42a157650e05b9242, type: 2}
|
||||
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
|
||||
- {fileID: 2100000, guid: a94d8fe1854504e47a64e023cecaa130, type: 2}
|
||||
- {fileID: 2100000, guid: 51b03d257a738e6468f623865f31dbec, type: 2}
|
||||
- {fileID: 2100000, guid: c5480627ec99c8a45bbd5dfe52d1dea7, type: 2}
|
||||
- {fileID: 2100000, guid: bc5888e576e9cb34bab7b7af42d2b63f, type: 2}
|
||||
- {fileID: 2100000, guid: 348ff3cc54305654d9eeebbbb385c262, type: 2}
|
||||
- {fileID: 2100000, guid: 8bc2ade7ea2681744b3a5bf052974502, type: 2}
|
||||
- {fileID: 2100000, guid: a55c6cba78f87d1499a304b41036f758, type: 2}
|
||||
- {fileID: 2100000, guid: 672c36f6dbb36b5439cc0fdd2f74c531, type: 2}
|
||||
- {fileID: 2100000, guid: 1eb2f964062497347b887d2c940e79c5, type: 2}
|
||||
- {fileID: 2100000, guid: c10453b4aa0c864458b74f3797cb611e, type: 2}
|
||||
- {fileID: 2100000, guid: 80746b095abb6ce41a1c737df3649172, type: 2}
|
||||
- {fileID: 2100000, guid: 885429151ec5f6a4a926f6aaabd7e001, type: 2}
|
||||
- {fileID: 2100000, guid: 332daba92d0976f4d86bdcdc1a94179e, type: 2}
|
||||
- {fileID: 2100000, guid: 35c2a316ece610b4b963e047e5238337, type: 2}
|
||||
- {fileID: 2100000, guid: bd33b7e8a1d3cd74b8059a1a4602033a, type: 2}
|
||||
- {fileID: 2100000, guid: 8ded9a8136c72af4f901e652f138f9b6, type: 2}
|
||||
- {fileID: 2100000, guid: b4ebc3728120eee449696f9b988eebcb, type: 2}
|
||||
- {fileID: 2100000, guid: 483ceb65615010745bde1d5ff9fd9dd6, type: 2}
|
||||
LightMapsNear: []
|
||||
LightMapsFar: []
|
||||
LightMode: 0
|
||||
@@ -110951,7 +110886,7 @@ PrefabInstance:
|
||||
- target: {fileID: 4279963186528276829, guid: a631a07c8ce3bed4cbc15b339c28a7a4,
|
||||
type: 3}
|
||||
propertyPath: sleepFlag
|
||||
value: 1
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 4279963186528276829, guid: a631a07c8ce3bed4cbc15b339c28a7a4,
|
||||
type: 3}
|
||||
@@ -111266,7 +111201,7 @@ PrefabInstance:
|
||||
- target: {fileID: 4952117166513200865, guid: d0081ba0c86469447b4742edcbf39017,
|
||||
type: 3}
|
||||
propertyPath: _HostEventListeners.Array.size
|
||||
value: 7
|
||||
value: 6
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 4952117166513200865, guid: d0081ba0c86469447b4742edcbf39017,
|
||||
type: 3}
|
||||
@@ -111287,22 +111222,22 @@ PrefabInstance:
|
||||
type: 3}
|
||||
propertyPath: _HostEventListeners.Array.data[2]
|
||||
value:
|
||||
objectReference: {fileID: 379391084}
|
||||
objectReference: {fileID: 198611405}
|
||||
- target: {fileID: 4952117166513200865, guid: d0081ba0c86469447b4742edcbf39017,
|
||||
type: 3}
|
||||
propertyPath: _HostEventListeners.Array.data[3]
|
||||
value:
|
||||
objectReference: {fileID: 198611405}
|
||||
objectReference: {fileID: 2057732731}
|
||||
- target: {fileID: 4952117166513200865, guid: d0081ba0c86469447b4742edcbf39017,
|
||||
type: 3}
|
||||
propertyPath: _HostEventListeners.Array.data[4]
|
||||
value:
|
||||
objectReference: {fileID: 2057732731}
|
||||
objectReference: {fileID: 1737232025}
|
||||
- target: {fileID: 4952117166513200865, guid: d0081ba0c86469447b4742edcbf39017,
|
||||
type: 3}
|
||||
propertyPath: _HostEventListeners.Array.data[5]
|
||||
value:
|
||||
objectReference: {fileID: 1737232025}
|
||||
objectReference: {fileID: 1264786911}
|
||||
- target: {fileID: 4952117166513200865, guid: d0081ba0c86469447b4742edcbf39017,
|
||||
type: 3}
|
||||
propertyPath: _HostEventListeners.Array.data[6]
|
||||
|
||||
Reference in New Issue
Block a user