diff --git a/Assembly-CSharp.csproj b/Assembly-CSharp.csproj
index f28c412..c5b2249 100644
--- a/Assembly-CSharp.csproj
+++ b/Assembly-CSharp.csproj
@@ -94,6 +94,7 @@
+
diff --git a/Assets/Gizmos/CameraAnchor.png b/Assets/Gizmos/CameraAnchor.png
index 30a8103..99101bc 100644
Binary files a/Assets/Gizmos/CameraAnchor.png and b/Assets/Gizmos/CameraAnchor.png differ
diff --git a/Assets/Gizmos/CameraSwitcher.png b/Assets/Gizmos/CameraSwitcher.png
index 30a8103..0c19df3 100644
Binary files a/Assets/Gizmos/CameraSwitcher.png and b/Assets/Gizmos/CameraSwitcher.png differ
diff --git a/Assets/Materials/Assorted/M_TouristInformationSign.mat b/Assets/Materials/Assorted/M_TouristInformationSign.mat
new file mode 100644
index 0000000..e6ac5fe
--- /dev/null
+++ b/Assets/Materials/Assorted/M_TouristInformationSign.mat
@@ -0,0 +1,104 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!21 &2100000
+Material:
+ serializedVersion: 8
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: M_TouristInformationSign
+ m_Shader: {fileID: 4800000, guid: 425fd677d4694b044973d26bd5f48af5, 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:
+ - _BumpMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _DetailAlbedoMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _DetailMask:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _DetailNormal:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _DetailNormalMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _DetailTex:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _EmissionMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _MainTex:
+ m_Texture: {fileID: 2800000, guid: c0cbcb92aaff1b74fb44436c4bf9b969, type: 3}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _MetallicGlossMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _OcclusionMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _ParallaxMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Ints: []
+ m_Floats:
+ - _BorderSize: 0.05
+ - _BumpScale: 1
+ - _Cutoff: 0.5
+ - _DetailNormalMapScale: 1
+ - _DstBlend: 0
+ - _FillSize: 0.05
+ - _GlossMapScale: 1
+ - _Glossiness: 0.5
+ - _GlossyReflections: 1
+ - _LineThickness: 0.1
+ - _Metallic: 0
+ - _Mode: 0
+ - _OcclusionStrength: 1
+ - _Parallax: 0.02
+ - _Smoothness: 0
+ - _SmoothnessTextureChannel: 0
+ - _SpecularHighlights: 1
+ - _SrcBlend: 1
+ - _TextThickness: 0.01
+ - _UVSec: 0
+ - _ZWrite: 1
+ m_Colors:
+ - _BorderColour: {r: 0, g: 0, b: 0, a: 1}
+ - _Color: {r: 1, g: 1, b: 1, a: 1}
+ - _Colour: {r: 1, g: 1, b: 1, a: 1}
+ - _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
+ - _FillColour: {r: 0, g: 0, b: 0, a: 1}
+ - _LeftColour: {r: 1, g: 0, b: 0, a: 1}
+ - _LeftLineColour: {r: 0, g: 0, b: 0, a: 1}
+ - _RightColour: {r: 0, g: 0, b: 1, a: 1}
+ - _RightLineColour: {r: 0, g: 0, b: 0, a: 1}
+ - _Skew: {r: 0, g: 0, b: 0, a: 0}
+ m_BuildTextureStacks: []
diff --git a/Assets/Materials/Assorted/M_TouristInformationSign.mat.meta b/Assets/Materials/Assorted/M_TouristInformationSign.mat.meta
new file mode 100644
index 0000000..17c99a7
--- /dev/null
+++ b/Assets/Materials/Assorted/M_TouristInformationSign.mat.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: cfdf96419f53d43429f86079e987a0d7
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 2100000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Materials/Decorations/M_LightStrip.mat b/Assets/Materials/Decorations/M_LightStrip.mat
index 4b2f429..b0cad54 100644
--- a/Assets/Materials/Decorations/M_LightStrip.mat
+++ b/Assets/Materials/Decorations/M_LightStrip.mat
@@ -44,7 +44,7 @@ Material:
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
- m_Texture: {fileID: 2800000, guid: f6a112c4acf68a74a912f348e0f4bca2, type: 3}
+ m_Texture: {fileID: 2800000, guid: 6c66a343bb6aab449b87e1bc5b1e3a75, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
diff --git a/Assets/Materials/Glass/M_WhiteFrostedGlass.mat b/Assets/Materials/Glass/M_WhiteFrostedGlass.mat
index 0ce591f..53ac52c 100644
--- a/Assets/Materials/Glass/M_WhiteFrostedGlass.mat
+++ b/Assets/Materials/Glass/M_WhiteFrostedGlass.mat
@@ -70,10 +70,10 @@ Material:
- _DstBlend: 0
- _EnableGeometricSpecularAA: 0
- _GlossMapScale: 1
- - _Glossiness: 1
+ - _Glossiness: 0.645
- _GlossyReflections: 1
- _LightmapType: 0
- - _Metallic: 0.619
+ - _Metallic: 0.807
- _Mode: 0
- _OcclusionStrength: 1
- _Parallax: 0.02
diff --git a/Assets/Materials/Overlay/M_TimerCrosshairs_UI.mat b/Assets/Materials/Overlay/M_TimerCrosshairs_UI.mat
index 668c480..ab902b9 100644
--- a/Assets/Materials/Overlay/M_TimerCrosshairs_UI.mat
+++ b/Assets/Materials/Overlay/M_TimerCrosshairs_UI.mat
@@ -93,7 +93,7 @@ Material:
- _Thickness: 0.07
- _UVSec: 0
- _VerticalLineCorrection: 0
- - _WiperProgress: 1.0222223
+ - _WiperProgress: 0
- _ZWrite: 1
m_Colors:
- _Color: {r: 1, g: 1, b: 1, a: 1}
diff --git a/Assets/Models/SM_ModemArrivalsSign.fbx b/Assets/Models/SM_ModemArrivalsSign.fbx
index 316b7de..6a658ec 100644
Binary files a/Assets/Models/SM_ModemArrivalsSign.fbx and b/Assets/Models/SM_ModemArrivalsSign.fbx differ
diff --git a/Assets/Models/SM_TouristInformationSign.fbx b/Assets/Models/SM_TouristInformationSign.fbx
index 8ec789b..361bee7 100644
Binary files a/Assets/Models/SM_TouristInformationSign.fbx and b/Assets/Models/SM_TouristInformationSign.fbx differ
diff --git a/Assets/Models/SM_ViewTablet.fbx b/Assets/Models/SM_ViewTablet.fbx
new file mode 100644
index 0000000..769a655
Binary files /dev/null and b/Assets/Models/SM_ViewTablet.fbx differ
diff --git a/Assets/Models/SM_ViewTablet.fbx.meta b/Assets/Models/SM_ViewTablet.fbx.meta
new file mode 100644
index 0000000..51f3c72
--- /dev/null
+++ b/Assets/Models/SM_ViewTablet.fbx.meta
@@ -0,0 +1,109 @@
+fileFormatVersion: 2
+guid: 4534e07a60b600744a147c4d9beae831
+ModelImporter:
+ serializedVersion: 22200
+ internalIDToNameTable: []
+ externalObjects: {}
+ materials:
+ materialImportMode: 2
+ materialName: 0
+ materialSearch: 1
+ materialLocation: 1
+ animations:
+ legacyGenerateAnimations: 4
+ bakeSimulation: 0
+ resampleCurves: 1
+ optimizeGameObjects: 0
+ removeConstantScaleCurves: 0
+ motionNodeName:
+ rigImportErrors:
+ rigImportWarnings:
+ animationImportErrors:
+ animationImportWarnings:
+ animationRetargetingWarnings:
+ animationDoRetargetingWarnings: 0
+ importAnimatedCustomProperties: 0
+ importConstraints: 0
+ animationCompression: 1
+ animationRotationError: 0.5
+ animationPositionError: 0.5
+ animationScaleError: 0.5
+ animationWrapMode: 0
+ extraExposedTransformPaths: []
+ extraUserProperties: []
+ clipAnimations: []
+ isReadable: 0
+ meshes:
+ lODScreenPercentages: []
+ globalScale: 1
+ meshCompression: 0
+ addColliders: 0
+ useSRGBMaterialColor: 1
+ sortHierarchyByName: 1
+ importPhysicalCameras: 1
+ importVisibility: 1
+ importBlendShapes: 1
+ importCameras: 1
+ importLights: 1
+ nodeNameCollisionStrategy: 1
+ fileIdsGeneration: 2
+ swapUVChannels: 0
+ generateSecondaryUV: 0
+ useFileUnits: 1
+ keepQuads: 0
+ weldVertices: 1
+ bakeAxisConversion: 0
+ preserveHierarchy: 0
+ skinWeightsMode: 0
+ maxBonesPerVertex: 4
+ minBoneWeight: 0.001
+ optimizeBones: 1
+ meshOptimizationFlags: -1
+ indexFormat: 0
+ secondaryUVAngleDistortion: 8
+ secondaryUVAreaDistortion: 15.000001
+ secondaryUVHardAngle: 88
+ secondaryUVMarginMethod: 1
+ secondaryUVMinLightmapResolution: 40
+ secondaryUVMinObjectScale: 1
+ secondaryUVPackMargin: 4
+ useFileScale: 1
+ strictVertexDataChecks: 0
+ tangentSpace:
+ normalSmoothAngle: 60
+ normalImportMode: 0
+ tangentImportMode: 3
+ normalCalculationMode: 4
+ legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
+ blendShapeNormalImportMode: 1
+ normalSmoothingSource: 0
+ referencedClips: []
+ importAnimation: 1
+ humanDescription:
+ serializedVersion: 3
+ human: []
+ skeleton: []
+ armTwist: 0.5
+ foreArmTwist: 0.5
+ upperLegTwist: 0.5
+ legTwist: 0.5
+ armStretch: 0.05
+ legStretch: 0.05
+ feetSpacing: 0
+ globalScale: 1
+ rootMotionBoneName:
+ hasTranslationDoF: 0
+ hasExtraRoot: 0
+ skeletonHasParents: 1
+ lastHumanDescriptionAvatarSource: {instanceID: 0}
+ autoGenerateAvatarMappingIfUnspecified: 1
+ animationType: 2
+ humanoidOversampling: 1
+ avatarSetup: 0
+ addHumanoidExtraRootOnlyWhenUsingAvatar: 1
+ importBlendShapeDeformPercent: 1
+ remapMaterialsIfMaterialImportModeIsNone: 0
+ additionalBone: 0
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Prefabs/Betacam Handheld.prefab b/Assets/Prefabs/Betacam Handheld.prefab
index c7bac67..f3d8458 100644
--- a/Assets/Prefabs/Betacam Handheld.prefab
+++ b/Assets/Prefabs/Betacam Handheld.prefab
@@ -20,7 +20,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
- m_IsActive: 1
+ m_IsActive: 0
--- !u!4 &6386986044135509947
Transform:
m_ObjectHideFlags: 0
@@ -861,7 +861,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
- m_IsActive: 1
+ m_IsActive: 0
--- !u!4 &1567149656499479760
Transform:
m_ObjectHideFlags: 0
diff --git a/Assets/Scenes/witwics.unity b/Assets/Scenes/witwics.unity
index e24fd7b..06c6de9 100644
--- a/Assets/Scenes/witwics.unity
+++ b/Assets/Scenes/witwics.unity
@@ -2568,7 +2568,7 @@ PrefabInstance:
type: 3}
propertyPath: volumeTrigger
value:
- objectReference: {fileID: 70805495}
+ objectReference: {fileID: 1390751085}
- target: {fileID: 2014676780200193698, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
propertyPath: m_Enabled
@@ -2605,11 +2605,6 @@ PrefabInstance:
propertyPath: m_Name
value: Camera 5
objectReference: {fileID: 0}
- - target: {fileID: 2585420374601623244, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
- type: 3}
- propertyPath: m_IsActive
- value: 0
- objectReference: {fileID: 0}
- target: {fileID: 3212071530946994482, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
propertyPath: serializationData.Prefab
@@ -2620,11 +2615,6 @@ PrefabInstance:
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: c4382cc6d54262b46913ae6fe8a3740e, type: 2}
- - target: {fileID: 5542997801820577511, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
- type: 3}
- propertyPath: m_Enabled
- value: 1
- objectReference: {fileID: 0}
- target: {fileID: 5542997801820577511, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
propertyPath: m_ClearFlags
@@ -2746,7 +2736,7 @@ PrefabInstance:
- target: {fileID: 8896942705519841538, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
propertyPath: sleepFlag
- value: 1
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 8896942705519841538, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
@@ -4004,6 +3994,18 @@ GameObject:
type: 3}
m_PrefabInstance: {fileID: 1499591484}
m_PrefabAsset: {fileID: 0}
+--- !u!114 &95363683 stripped
+MonoBehaviour:
+ m_CorrespondingSourceObject: {fileID: 1399170336030401523, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ m_PrefabInstance: {fileID: 1559839983}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 0}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
--- !u!1 &95939659 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 6194503524722961309, guid: 126991d511ca61841a0ef899b6c038a6,
@@ -13103,7 +13105,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Host Camera Anchor 11
+ value: Player Camera Anchor 11
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -13350,6 +13352,21 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
+ - target: {fileID: 5941046824806125544, guid: df3db0a01adfb38478e039285268d28a,
+ type: 3}
+ propertyPath: m_Size.x
+ value: 1.2416909
+ objectReference: {fileID: 0}
+ - target: {fileID: 5941046824806125544, guid: df3db0a01adfb38478e039285268d28a,
+ type: 3}
+ propertyPath: m_Center.x
+ value: 0.5443289
+ objectReference: {fileID: 0}
+ - target: {fileID: 5941046824806125544, guid: df3db0a01adfb38478e039285268d28a,
+ type: 3}
+ propertyPath: m_Center.z
+ value: 1.9143718
+ objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects:
@@ -15189,7 +15206,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Host Camera Anchor 9
+ value: Player Camera Anchor 9
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -16123,7 +16140,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Host Camera Anchor 8
+ value: Player Camera Anchor 8
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -16621,7 +16638,7 @@ Transform:
m_GameObject: {fileID: 300962684}
serializedVersion: 2
m_LocalRotation: {x: -0, y: 0.3826835, z: -0, w: 0.9238795}
- m_LocalPosition: {x: 13.21, y: 2.39, z: 12.92}
+ m_LocalPosition: {x: 10.87, y: 2.39, z: 16.6}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
@@ -16640,10 +16657,10 @@ ReflectionProbe:
m_Mode: 0
m_RefreshMode: 0
m_TimeSlicingMode: 0
- m_Resolution: 256
+ m_Resolution: 32
m_UpdateFrequency: 0
- m_BoxSize: {x: 20.301758, y: 5.968234, z: 11.744157}
- m_BoxOffset: {x: 0.965065, y: 0.13662672, z: -2.8520417}
+ m_BoxSize: {x: 9.957905, y: 5.968234, z: 4.124264}
+ m_BoxOffset: {x: 0, y: 0.13662672, z: 0}
m_NearClip: 0.3
m_FarClip: 1000
m_ShadowDistance: 100
@@ -17193,7 +17210,7 @@ PrefabInstance:
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: FOV
- value: 5.5
+ value: 12
objectReference: {fileID: 0}
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -17219,7 +17236,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Player Camera Anchor 8
+ value: Host Camera Anchor 8
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -17239,22 +17256,22 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.w
- value: -0.24317521
+ value: 0.043453846
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.x
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.y
- value: 0.9699824
+ value: -0.99905545
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.z
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -17264,7 +17281,7 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
- value: 0
+ value: -175.019
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -17620,11 +17637,6 @@ PrefabInstance:
propertyPath: m_Name
value: Camera 6
objectReference: {fileID: 0}
- - target: {fileID: 2585420374601623244, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
- type: 3}
- propertyPath: m_IsActive
- value: 0
- objectReference: {fileID: 0}
- target: {fileID: 3212071530946994482, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
propertyPath: serializationData.Prefab
@@ -17736,7 +17748,7 @@ PrefabInstance:
- target: {fileID: 8896942705519841538, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
propertyPath: sleepFlag
- value: 1
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 8896942705519841538, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
@@ -19466,7 +19478,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Host Camera Anchor 4
+ value: Player Camera Anchor 4
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -19573,7 +19585,7 @@ PrefabInstance:
type: 3}
propertyPath: volumeTrigger
value:
- objectReference: {fileID: 364742167}
+ objectReference: {fileID: 1390751085}
- target: {fileID: 2014676780200193698, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
propertyPath: m_Enabled
@@ -19610,11 +19622,6 @@ PrefabInstance:
propertyPath: m_Name
value: Camera 1
objectReference: {fileID: 0}
- - target: {fileID: 2585420374601623244, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
- type: 3}
- propertyPath: m_IsActive
- value: 0
- objectReference: {fileID: 0}
- target: {fileID: 3212071530946994482, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
propertyPath: serializationData.Prefab
@@ -19699,7 +19706,7 @@ PrefabInstance:
- target: {fileID: 8896942705519841538, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
propertyPath: sleepFlag
- value: 1
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 8896942705519841538, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
@@ -23924,7 +23931,7 @@ PrefabInstance:
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: FOV
- value: 5.5
+ value: 12
objectReference: {fileID: 0}
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -23950,7 +23957,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Player Camera Anchor 11
+ value: Host Camera Anchor 11
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -23970,22 +23977,22 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.w
- value: -0.24317521
+ value: 0.043453846
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.x
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.y
- value: 0.9699824
+ value: -0.99905545
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.z
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -23995,7 +24002,7 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
- value: 0
+ value: -175.019
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -25756,6 +25763,71 @@ Transform:
- {fileID: 624751166}
m_Father: {fileID: 1115429855}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!1 &527941020
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 527941021}
+ - component: {fileID: 527941022}
+ m_Layer: 0
+ m_Name: Alley Reflection Probe 6
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &527941021
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 527941020}
+ serializedVersion: 2
+ m_LocalRotation: {x: -0, y: 0.3826835, z: -0, w: 0.9238795}
+ m_LocalPosition: {x: 3.79, y: 2.39, z: 1.52}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 1652837901}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!215 &527941022
+ReflectionProbe:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 527941020}
+ m_Enabled: 1
+ serializedVersion: 2
+ m_Type: 0
+ m_Mode: 0
+ m_RefreshMode: 0
+ m_TimeSlicingMode: 0
+ m_Resolution: 32
+ m_UpdateFrequency: 0
+ m_BoxSize: {x: 8.444611, y: 5.968234, z: 8.450128}
+ m_BoxOffset: {x: 2.000548, y: 0.13662672, z: -1.2522883}
+ m_NearClip: 0.3
+ m_FarClip: 1000
+ m_ShadowDistance: 100
+ m_ClearFlags: 2
+ m_BackGroundColor: {r: 0, g: 0, b: 0, a: 0}
+ m_CullingMask:
+ serializedVersion: 2
+ m_Bits: 4294967295
+ m_IntensityMultiplier: 1
+ m_BlendDistance: 1
+ m_HDR: 1
+ m_BoxProjection: 0
+ m_RenderDynamicObjects: 0
+ m_UseOcclusionCulling: 1
+ m_Importance: 1
+ m_CustomBakedTexture: {fileID: 0}
--- !u!1 &528105623 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 8114792241419753931, guid: 79ebe62246f7f464e98373cb14765f9a,
@@ -26390,7 +26462,7 @@ PrefabInstance:
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: FOV
- value: 5.5
+ value: 12
objectReference: {fileID: 0}
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -26416,7 +26488,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Player Camera Anchor 10
+ value: Host Camera Anchor 10
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -26436,22 +26508,22 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.w
- value: -0.24317521
+ value: 0.043453846
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.x
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.y
- value: 0.9699824
+ value: -0.99905545
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.z
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -26461,7 +26533,7 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
- value: 0
+ value: -175.019
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -26778,7 +26850,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Host Camera Anchor 5
+ value: Player Camera Anchor 5
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -29401,7 +29473,7 @@ PrefabInstance:
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: FOV
- value: 5.5
+ value: 12
objectReference: {fileID: 0}
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -29427,7 +29499,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Player Camera Anchor 3
+ value: Host Camera Anchor 3
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -29447,22 +29519,22 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.w
- value: -0.24317521
+ value: 0.043453846
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.x
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.y
- value: 0.9699824
+ value: -0.99905545
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.z
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -29472,7 +29544,7 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
- value: 0
+ value: -175.019
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -32036,7 +32108,7 @@ Transform:
m_GameObject: {fileID: 683197863}
serializedVersion: 2
m_LocalRotation: {x: -0.70710695, y: -0.000000029802319, z: -0, w: 0.7071067}
- m_LocalPosition: {x: -3.307213, y: 1.534999, z: -2.7718196}
+ m_LocalPosition: {x: -3.04, y: 2.19, z: -5.4}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
@@ -35589,7 +35661,7 @@ PrefabInstance:
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: FOV
- value: 5.5
+ value: 12
objectReference: {fileID: 0}
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -35615,7 +35687,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Player Camera Anchor 5
+ value: Host Camera Anchor 5
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -35635,22 +35707,22 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.w
- value: -0.24317521
+ value: 0.043453846
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.x
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.y
- value: 0.9699824
+ value: -0.99905545
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.z
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -35660,7 +35732,7 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
- value: 0
+ value: -175.019
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -36239,7 +36311,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Host Camera Anchor 6
+ value: Player Camera Anchor 6
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -36493,7 +36565,7 @@ PrefabInstance:
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: FOV
- value: 5.5
+ value: 12
objectReference: {fileID: 0}
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -36519,7 +36591,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Player Camera Anchor 4
+ value: Host Camera Anchor 4
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -36539,22 +36611,22 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.w
- value: -0.24317521
+ value: 0.043453846
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.x
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.y
- value: 0.9699824
+ value: -0.99905545
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.z
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -36564,7 +36636,7 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
- value: 0
+ value: -175.019
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -39435,7 +39507,7 @@ PrefabInstance:
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: FOV
- value: 5.5
+ value: 12
objectReference: {fileID: 0}
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -39461,7 +39533,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Player Camera Anchor 9
+ value: Host Camera Anchor 9
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -39481,22 +39553,22 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.w
- value: -0.24317521
+ value: 0.043453846
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.x
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.y
- value: 0.9699824
+ value: -0.99905545
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.z
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -39506,7 +39578,7 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
- value: 0
+ value: -175.019
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -39852,7 +39924,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Host Camera Anchor 12
+ value: Player Camera Anchor 12
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -42348,7 +42420,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Host Camera Anchor 3
+ value: Player Camera Anchor 3
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -43132,7 +43204,6 @@ MonoBehaviour:
- {fileID: 1993364535}
- {fileID: 1589630268}
_CameraConsole: {fileID: 674142366}
- _PotatoModeImage: {fileID: 1968514085}
--- !u!222 &967689116
CanvasRenderer:
m_ObjectHideFlags: 0
@@ -43394,7 +43465,7 @@ PrefabInstance:
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: FOV
- value: 5.5
+ value: 12
objectReference: {fileID: 0}
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -43420,7 +43491,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Player Camera Anchor 2
+ value: Host Camera Anchor 2
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -43440,22 +43511,22 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.w
- value: -0.24317521
+ value: 0.043453846
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.x
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.y
- value: 0.9699824
+ value: -0.99905545
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.z
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -43465,7 +43536,7 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
- value: 0
+ value: -175.019
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -43507,6 +43578,71 @@ GameObject:
type: 3}
m_PrefabInstance: {fileID: 4953860686005405531}
m_PrefabAsset: {fileID: 0}
+--- !u!1 &981357573
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 981357574}
+ - component: {fileID: 981357575}
+ m_Layer: 0
+ m_Name: Alley Reflection Probe 3
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &981357574
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 981357573}
+ serializedVersion: 2
+ m_LocalRotation: {x: -0, y: 0.3826835, z: -0, w: 0.9238795}
+ m_LocalPosition: {x: 13.17, y: 2.39, z: 12.18}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 1652837901}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!215 &981357575
+ReflectionProbe:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 981357573}
+ m_Enabled: 1
+ serializedVersion: 2
+ m_Type: 0
+ m_Mode: 0
+ m_RefreshMode: 0
+ m_TimeSlicingMode: 0
+ m_Resolution: 32
+ m_UpdateFrequency: 0
+ m_BoxSize: {x: 6.285909, y: 5.968234, z: 3.3131218}
+ m_BoxOffset: {x: -0.98926663, y: 0.13662672, z: 0.14134979}
+ m_NearClip: 0.3
+ m_FarClip: 1000
+ m_ShadowDistance: 100
+ m_ClearFlags: 2
+ m_BackGroundColor: {r: 0, g: 0, b: 0, a: 0}
+ m_CullingMask:
+ serializedVersion: 2
+ m_Bits: 4294967295
+ m_IntensityMultiplier: 1
+ m_BlendDistance: 1
+ m_HDR: 1
+ m_BoxProjection: 0
+ m_RenderDynamicObjects: 0
+ m_UseOcclusionCulling: 1
+ m_Importance: 1
+ m_CustomBakedTexture: {fileID: 0}
--- !u!1 &984482624 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 3140657193915016574, guid: be33bc7f6c414e6409becfa348b9310d,
@@ -45868,6 +46004,71 @@ GameObject:
type: 3}
m_PrefabInstance: {fileID: 134225857}
m_PrefabAsset: {fileID: 0}
+--- !u!1 &1039713421
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1039713422}
+ - component: {fileID: 1039713423}
+ m_Layer: 0
+ m_Name: Alley Reflection Probe 7
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &1039713422
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1039713421}
+ serializedVersion: 2
+ m_LocalRotation: {x: -0, y: 0.3826835, z: -0, w: 0.9238795}
+ m_LocalPosition: {x: 6.69, y: 2.39, z: 3.54}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 1652837901}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!215 &1039713423
+ReflectionProbe:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1039713421}
+ m_Enabled: 1
+ serializedVersion: 2
+ m_Type: 0
+ m_Mode: 0
+ m_RefreshMode: 0
+ m_TimeSlicingMode: 0
+ m_Resolution: 32
+ m_UpdateFrequency: 0
+ m_BoxSize: {x: 2.3592608, y: 5.968234, z: 2.4130507}
+ m_BoxOffset: {x: 0, y: 0.13662672, z: 0}
+ m_NearClip: 0.3
+ m_FarClip: 1000
+ m_ShadowDistance: 100
+ m_ClearFlags: 2
+ m_BackGroundColor: {r: 0, g: 0, b: 0, a: 0}
+ m_CullingMask:
+ serializedVersion: 2
+ m_Bits: 4294967295
+ m_IntensityMultiplier: 1
+ m_BlendDistance: 1
+ m_HDR: 1
+ m_BoxProjection: 0
+ m_RenderDynamicObjects: 0
+ m_UseOcclusionCulling: 1
+ m_Importance: 1
+ m_CustomBakedTexture: {fileID: 0}
--- !u!1 &1040782399 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 8172070431878381391, guid: c0e6ac64e5e4b49469f640d83b81c9f7,
@@ -53452,7 +53653,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Host Camera Anchor 7
+ value: Player Camera Anchor 7
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -56376,6 +56577,21 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
+ - target: {fileID: 5941046824806125544, guid: df3db0a01adfb38478e039285268d28a,
+ type: 3}
+ propertyPath: m_Size.x
+ value: 1.2623953
+ objectReference: {fileID: 0}
+ - target: {fileID: 5941046824806125544, guid: df3db0a01adfb38478e039285268d28a,
+ type: 3}
+ propertyPath: m_Center.x
+ value: 0.55467933
+ objectReference: {fileID: 0}
+ - target: {fileID: 5941046824806125544, guid: df3db0a01adfb38478e039285268d28a,
+ type: 3}
+ propertyPath: m_Center.z
+ value: 1.9143958
+ objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects:
@@ -56969,6 +57185,21 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
+ - target: {fileID: 5941046824806125544, guid: df3db0a01adfb38478e039285268d28a,
+ type: 3}
+ propertyPath: m_Size.x
+ value: 2.4140673
+ objectReference: {fileID: 0}
+ - target: {fileID: 5941046824806125544, guid: df3db0a01adfb38478e039285268d28a,
+ type: 3}
+ propertyPath: m_Center.x
+ value: 1.1305039
+ objectReference: {fileID: 0}
+ - target: {fileID: 5941046824806125544, guid: df3db0a01adfb38478e039285268d28a,
+ type: 3}
+ propertyPath: m_Center.z
+ value: 1.9143705
+ objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects:
@@ -58010,7 +58241,7 @@ PrefabInstance:
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: FOV
- value: 5.5
+ value: 12
objectReference: {fileID: 0}
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -58036,7 +58267,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Player Camera Anchor 1
+ value: Host Camera Anchor 1
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -58056,7 +58287,7 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.w
- value: -0.24317521
+ value: -0.043456294
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -58066,7 +58297,7 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.y
- value: 0.9699824
+ value: 0.9990553
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -58081,7 +58312,7 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
- value: 0
+ value: -175.019
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -59026,7 +59257,7 @@ PrefabInstance:
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: FOV
- value: 5.5
+ value: 12
objectReference: {fileID: 0}
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -59052,7 +59283,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Player Camera Anchor 12
+ value: Host Camera Anchor 12
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -59072,22 +59303,22 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.w
- value: -0.24317521
+ value: 0.043453846
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.x
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.y
- value: 0.9699824
+ value: -0.99905545
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.z
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -59097,7 +59328,7 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
- value: 0
+ value: -175.019
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -59787,7 +60018,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Host Camera Anchor 1
+ value: Player Camera Anchor 1
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -60289,7 +60520,7 @@ PrefabInstance:
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: FOV
- value: 5.5
+ value: 12
objectReference: {fileID: 0}
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -60315,7 +60546,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Player Camera Anchor 7
+ value: Host Camera Anchor 7
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -60335,22 +60566,22 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.w
- value: -0.24317521
+ value: 0.043453846
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.x
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.y
- value: 0.9699824
+ value: -0.99905545
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.z
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -60360,7 +60591,7 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
- value: 0
+ value: -175.019
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -61005,11 +61236,6 @@ PrefabInstance:
propertyPath: m_Name
value: Camera 3
objectReference: {fileID: 0}
- - target: {fileID: 2585420374601623244, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
- type: 3}
- propertyPath: m_IsActive
- value: 0
- objectReference: {fileID: 0}
- target: {fileID: 3212071530946994482, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
propertyPath: serializationData.Prefab
@@ -61094,7 +61320,7 @@ PrefabInstance:
- target: {fileID: 8896942705519841538, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
propertyPath: sleepFlag
- value: 1
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 8896942705519841538, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
@@ -63009,6 +63235,71 @@ GameObject:
type: 3}
m_PrefabInstance: {fileID: 1499591484}
m_PrefabAsset: {fileID: 0}
+--- !u!1 &1446845691
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1446845692}
+ - component: {fileID: 1446845693}
+ m_Layer: 0
+ m_Name: Alley Reflection Probe 5
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &1446845692
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1446845691}
+ serializedVersion: 2
+ m_LocalRotation: {x: -0, y: 0.3826835, z: -0, w: 0.9238795}
+ m_LocalPosition: {x: 12.64, y: 2.39, z: 5.45}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 1652837901}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!215 &1446845693
+ReflectionProbe:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1446845691}
+ m_Enabled: 1
+ serializedVersion: 2
+ m_Type: 0
+ m_Mode: 0
+ m_RefreshMode: 0
+ m_TimeSlicingMode: 0
+ m_Resolution: 32
+ m_UpdateFrequency: 0
+ m_BoxSize: {x: 4.906532, y: 5.968234, z: 3.9497776}
+ m_BoxOffset: {x: 0.674805, y: 0.13662672, z: -0.5523977}
+ m_NearClip: 0.3
+ m_FarClip: 1000
+ m_ShadowDistance: 100
+ m_ClearFlags: 2
+ m_BackGroundColor: {r: 0, g: 0, b: 0, a: 0}
+ m_CullingMask:
+ serializedVersion: 2
+ m_Bits: 4294967295
+ m_IntensityMultiplier: 1
+ m_BlendDistance: 1
+ m_HDR: 1
+ m_BoxProjection: 0
+ m_RenderDynamicObjects: 0
+ m_UseOcclusionCulling: 1
+ m_Importance: 1
+ m_CustomBakedTexture: {fileID: 0}
--- !u!1 &1449300097
GameObject:
m_ObjectHideFlags: 0
@@ -69308,7 +69599,7 @@ PrefabInstance:
type: 3}
propertyPath: m_Materials.Array.data[1]
value:
- objectReference: {fileID: 2100000, guid: accd304c49b7d6d43b97738e8e118342, type: 2}
+ objectReference: {fileID: 2100000, guid: cfdf96419f53d43429f86079e987a0d7, type: 2}
- target: {fileID: 919132149155446097, guid: ec701d6b92f2c124da82efe9599909bf,
type: 3}
propertyPath: m_Name
@@ -69319,6 +69610,16 @@ PrefabInstance:
propertyPath: m_StaticEditorFlags
value: 127
objectReference: {fileID: 0}
+ - target: {fileID: 8701883358517910341, guid: ec701d6b92f2c124da82efe9599909bf,
+ type: 3}
+ propertyPath: m_Materials.Array.data[0]
+ value:
+ objectReference: {fileID: 2100000, guid: 1eb2f964062497347b887d2c940e79c5, type: 2}
+ - target: {fileID: 8701883358517910341, guid: ec701d6b92f2c124da82efe9599909bf,
+ type: 3}
+ propertyPath: m_Materials.Array.data[1]
+ value:
+ objectReference: {fileID: 2100000, guid: cfdf96419f53d43429f86079e987a0d7, type: 2}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
@@ -74314,6 +74615,11 @@ PrefabInstance:
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
+ - target: {fileID: 3401087710909919605, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: m_text
+ value: Performance Mode
+ objectReference: {fileID: 0}
- target: {fileID: 3461804406720245114, guid: 700c7675bc7fcf547a888725c3536e38,
type: 3}
propertyPath: m_LocalScale.x
@@ -74532,6 +74838,11 @@ PrefabInstance:
propertyPath: m_ShowCustomSorter
value: 0
objectReference: {fileID: 0}
+ - target: {fileID: 4661317834651903540, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: m_SizeDelta.y
+ value: 100
+ objectReference: {fileID: 0}
- target: {fileID: 4661317834651903540, guid: 700c7675bc7fcf547a888725c3536e38,
type: 3}
propertyPath: m_LocalPosition.z
@@ -74545,8 +74856,13 @@ PrefabInstance:
- target: {fileID: 4661317834651903540, guid: 700c7675bc7fcf547a888725c3536e38,
type: 3}
propertyPath: m_AnchoredPosition.y
- value: 0.535
+ value: 0.459
objectReference: {fileID: 0}
+ - target: {fileID: 4677278074043053975, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: _ViewTabletSpawner
+ value:
+ objectReference: {fileID: 1839802910}
- target: {fileID: 4677278074043053975, guid: 700c7675bc7fcf547a888725c3536e38,
type: 3}
propertyPath: cameraFOV.Array.data[0]
@@ -74577,12 +74893,27 @@ PrefabInstance:
propertyPath: cameraFOV.Array.data[5]
value: 30
objectReference: {fileID: 0}
+ - target: {fileID: 4677278074043053975, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: potatoButtons.Array.size
+ value: 2
+ objectReference: {fileID: 0}
- target: {fileID: 4677278074043053975, guid: 700c7675bc7fcf547a888725c3536e38,
type: 3}
propertyPath: serializationData.Prefab
value:
objectReference: {fileID: 4677278074043053975, guid: 700c7675bc7fcf547a888725c3536e38,
type: 3}
+ - target: {fileID: 4677278074043053975, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: potatoButtons.Array.data[0]
+ value:
+ objectReference: {fileID: 95363683}
+ - target: {fileID: 4677278074043053975, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: potatoButtons.Array.data[1]
+ value:
+ objectReference: {fileID: 1968514084}
- target: {fileID: 4677278074043053975, guid: 700c7675bc7fcf547a888725c3536e38,
type: 3}
propertyPath: camerasObjects.Array.data[0]
@@ -75023,9 +75354,81 @@ PrefabInstance:
propertyPath: m_Layer
value: 13
objectReference: {fileID: 0}
- - target: {fileID: 6844159686049746344, guid: 700c7675bc7fcf547a888725c3536e38,
+ - target: {fileID: 6908660667194021056, guid: 700c7675bc7fcf547a888725c3536e38,
type: 3}
- propertyPath: m_IsActive
+ propertyPath: m_text
+ value: 'Camera Output
+
+ Desktop: Press F10 and look at the sphere.
+
+ VR:
+ Place the camera inside the sphere.'
+ objectReference: {fileID: 0}
+ - target: {fileID: 6908660667194021056, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: m_fontSize
+ value: 21.44
+ objectReference: {fileID: 0}
+ - target: {fileID: 6908660667194021056, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: m_fontAsset
+ value:
+ objectReference: {fileID: 11400000, guid: f1df6593a5901a141b7174c0cc73d6d0,
+ type: 2}
+ - target: {fileID: 6908660667194021056, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: m_fontColor.b
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 6908660667194021056, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: m_fontColor.g
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 6908660667194021056, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: m_fontColor.r
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 6908660667194021056, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: m_lineSpacing
+ value: -27.3
+ objectReference: {fileID: 0}
+ - target: {fileID: 6908660667194021056, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: m_fontSizeBase
+ value: 21.44
+ objectReference: {fileID: 0}
+ - target: {fileID: 6908660667194021056, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: m_sharedMaterial
+ value:
+ objectReference: {fileID: -1369706839575089024, guid: f1df6593a5901a141b7174c0cc73d6d0,
+ type: 2}
+ - target: {fileID: 6908660667194021056, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: m_enableAutoSizing
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 6908660667194021056, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: m_fontColor32.rgba
+ value: 4294967295
+ objectReference: {fileID: 0}
+ - target: {fileID: 6908660667194021056, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: m_VerticalAlignment
+ value: 512
+ objectReference: {fileID: 0}
+ - target: {fileID: 6908660667194021056, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: m_HorizontalAlignment
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 6908660667194021056, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ propertyPath: m_hasFontAssetChanged
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6933419642831122147, guid: 700c7675bc7fcf547a888725c3536e38,
@@ -75254,10 +75657,10 @@ PrefabInstance:
propertyPath: m_Layer
value: 22
objectReference: {fileID: 0}
- - target: {fileID: 8536427117196661484, guid: 700c7675bc7fcf547a888725c3536e38,
+ - target: {fileID: 8791762050257165628, guid: 700c7675bc7fcf547a888725c3536e38,
type: 3}
- propertyPath: m_IsActive
- value: 0
+ propertyPath: m_Size.y
+ value: 100
objectReference: {fileID: 0}
- target: {fileID: 8815777993069486951, guid: 700c7675bc7fcf547a888725c3536e38,
type: 3}
@@ -75309,7 +75712,11 @@ PrefabInstance:
- {fileID: 6223380121855048231, guid: 700c7675bc7fcf547a888725c3536e38, type: 3}
- {fileID: 8525479936919637482, guid: 700c7675bc7fcf547a888725c3536e38, type: 3}
- {fileID: 4385867836768625048, guid: 700c7675bc7fcf547a888725c3536e38, type: 3}
- m_AddedGameObjects: []
+ m_AddedGameObjects:
+ - targetCorrespondingSourceObject: {fileID: 2291016102578546175, guid: 700c7675bc7fcf547a888725c3536e38,
+ type: 3}
+ insertIndex: 0
+ addedObject: {fileID: 1839802908}
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 700c7675bc7fcf547a888725c3536e38, type: 3}
--- !u!1 &1560831838 stripped
@@ -78020,7 +78427,7 @@ GameObject:
m_Component:
- component: {fileID: 1625794500}
m_Layer: 0
- m_Name: Player Camera Anchors
+ m_Name: Host Camera Anchors
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
@@ -78035,7 +78442,7 @@ Transform:
m_GameObject: {fileID: 1625794499}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: -23.03, y: 1.469, z: 7.620002}
+ m_LocalPosition: {x: -26.639, y: 1.469, z: 3.258}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
@@ -78066,6 +78473,38 @@ GameObject:
type: 3}
m_PrefabInstance: {fileID: 4438766482650780789}
m_PrefabAsset: {fileID: 0}
+--- !u!1 &1627832674
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1627832675}
+ m_Layer: 0
+ m_Name: View Tablet Head Root
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &1627832675
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1627832674}
+ serializedVersion: 2
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
+ m_LocalPosition: {x: 0, y: 0, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children:
+ - {fileID: 1737104921}
+ m_Father: {fileID: 1839802908}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1628125611 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 9198050672888003478, guid: 899ce13087fd5974f88dcbccaea2df85,
@@ -78900,6 +79339,11 @@ Transform:
m_Children:
- {fileID: 1684289505}
- {fileID: 300962685}
+ - {fileID: 981357574}
+ - {fileID: 1989964053}
+ - {fileID: 1446845692}
+ - {fileID: 527941021}
+ - {fileID: 1039713422}
- {fileID: 428099457}
- {fileID: 4439941099814456202}
- {fileID: 1428133776}
@@ -80307,10 +80751,10 @@ ReflectionProbe:
m_Mode: 0
m_RefreshMode: 0
m_TimeSlicingMode: 0
- m_Resolution: 256
+ m_Resolution: 32
m_UpdateFrequency: 0
- m_BoxSize: {x: 13.424477, y: 5.968234, z: 13.568669}
- m_BoxOffset: {x: 1.1251135, y: 0.13662672, z: -1.1392989}
+ m_BoxSize: {x: 5.250397, y: 5.968234, z: 5.9455485}
+ m_BoxOffset: {x: 0.4034412, y: 0.13662672, z: 0}
m_NearClip: 0.3
m_FarClip: 1000
m_ShadowDistance: 100
@@ -80336,7 +80780,7 @@ Transform:
m_GameObject: {fileID: 1684289503}
serializedVersion: 2
m_LocalRotation: {x: -0, y: 0.3826835, z: -0, w: 0.9238795}
- m_LocalPosition: {x: 6.663916, y: 2.39, z: 1.7223703}
+ m_LocalPosition: {x: 9.24, y: 2.39, z: 1.55}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
@@ -80484,27 +80928,13 @@ MonoBehaviour:
MapToEndingTimerToggle: {fileID: 1384052559}
FrontOverheadTimerToggle: {fileID: 1096139482}
_CameraAnimator: {fileID: 1699893631}
- HostStartingCameraAnchor: {fileID: 1353942936}
- PlayerStartingCameraAnchor: {fileID: 1329816342}
+ HostStartingCameraAnchor: {fileID: 1329816342}
+ PlayerStartingCameraAnchor: {fileID: 1353942936}
OverheadCameraAnchor: {fileID: 50383831}
FrontCameraAnchor: {fileID: 169430329}
NewspaperCameraAnchor: {fileID: 635617285}
VideoPlayerCameraAnchor: {fileID: 1925386528}
HostCameraAnchorSequence:
- - {fileID: 1353942936}
- - {fileID: 1997117238}
- - {fileID: 948859406}
- - {fileID: 432846118}
- - {fileID: 555086328}
- - {fileID: 1118377132}
- - {fileID: 1172111656}
- - {fileID: 662054030}
- - {fileID: 670913074}
- - {fileID: 1860219231}
- - {fileID: 1930024567}
- - {fileID: 896965138}
- - {fileID: 1842506231}
- PlayerCameraAnchorSequence:
- {fileID: 1329816342}
- {fileID: 975673927}
- {fileID: 1577400826}
@@ -80518,6 +80948,20 @@ MonoBehaviour:
- {fileID: 1717397973}
- {fileID: 1345198644}
- {fileID: 2040355457}
+ PlayerCameraAnchorSequence:
+ - {fileID: 1353942936}
+ - {fileID: 1997117238}
+ - {fileID: 948859406}
+ - {fileID: 432846118}
+ - {fileID: 555086328}
+ - {fileID: 1118377132}
+ - {fileID: 1172111656}
+ - {fileID: 662054030}
+ - {fileID: 670913074}
+ - {fileID: 1860219231}
+ - {fileID: 1930024567}
+ - {fileID: 896965138}
+ - {fileID: 1842506231}
--- !u!1 &1692074135 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 639431482882524217, guid: 126991d511ca61841a0ef899b6c038a6,
@@ -80801,8 +81245,8 @@ Transform:
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- - {fileID: 1986596421}
- {fileID: 1625794500}
+ - {fileID: 1986596421}
- {fileID: 50383830}
- {fileID: 169430328}
- {fileID: 635617284}
@@ -82072,6 +82516,38 @@ GameObject:
type: 3}
m_PrefabInstance: {fileID: 1534889732}
m_PrefabAsset: {fileID: 0}
+--- !u!1 &1737104920
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1737104921}
+ m_Layer: 0
+ m_Name: View Tablet Head Offset
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &1737104921
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1737104920}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0, y: 0.9842358, z: 0.17686139, w: 0}
+ m_LocalPosition: {x: -0, y: -0.14353752, z: 0.5008684}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children:
+ - {fileID: 1989600493}
+ m_Father: {fileID: 1627832675}
+ m_LocalEulerAnglesHint: {x: -20.374, y: 180, z: 0}
--- !u!1001 &1737232023
PrefabInstance:
m_ObjectHideFlags: 0
@@ -84628,7 +85104,7 @@ PrefabInstance:
type: 3}
propertyPath: volumeTrigger
value:
- objectReference: {fileID: 1832440712}
+ objectReference: {fileID: 1390751085}
- target: {fileID: 2014676780200193698, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
propertyPath: m_Enabled
@@ -84665,11 +85141,6 @@ PrefabInstance:
propertyPath: m_Name
value: Camera 2
objectReference: {fileID: 0}
- - target: {fileID: 2585420374601623244, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
- type: 3}
- propertyPath: m_IsActive
- value: 0
- objectReference: {fileID: 0}
- target: {fileID: 3212071530946994482, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
propertyPath: serializationData.Prefab
@@ -84754,7 +85225,7 @@ PrefabInstance:
- target: {fileID: 8896942705519841538, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
propertyPath: sleepFlag
- value: 1
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 8896942705519841538, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
@@ -85465,6 +85936,90 @@ Transform:
- {fileID: 1096139484}
m_Father: {fileID: 1276291775}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!1 &1839802907
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1839802908}
+ - component: {fileID: 1839802910}
+ - component: {fileID: 1839802909}
+ m_Layer: 0
+ m_Name: View Tablet Spawn
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &1839802908
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1839802907}
+ serializedVersion: 2
+ m_LocalRotation: {x: -0, y: -0.92387927, z: -0, w: -0.3826842}
+ m_LocalPosition: {x: 0.243, y: -2.13, z: -1.201}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children:
+ - {fileID: 1627832675}
+ m_Father: {fileID: 904261777}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!114 &1839802909
+MonoBehaviour:
+ m_ObjectHideFlags: 2
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1839802907}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 45115577ef41a5b4ca741ed302693907, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ interactTextPlacement: {fileID: 0}
+ interactText: Use
+ interactTextGO: {fileID: 0}
+ proximity: 2
+ SynchronizePosition: 0
+ AllowCollisionOwnershipTransfer: 0
+ Reliable: 0
+ _syncMethod: 1
+ serializedProgramAsset: {fileID: 11400000, guid: 8ff689aafbed974448d0ce868542b749,
+ type: 2}
+ programSource: {fileID: 11400000, guid: 415b3207e9ff8be4d92fbcfce836fba0, type: 2}
+ serializedPublicVariablesBytesString: Ai8AAAAAATIAAABWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgAuAFUAZABvAG4AVgBhAHIAaQBhAGIAbABlAFQAYQBiAGwAZQAsACAAVgBSAEMALgBVAGQAbwBuAC4AQwBvAG0AbQBvAG4AAAAAAAYBAAAAAAAAACcBBAAAAHQAeQBwAGUAAWgAAABTAHkAcwB0AGUAbQAuAEMAbwBsAGwAZQBjAHQAaQBvAG4AcwAuAEcAZQBuAGUAcgBpAGMALgBMAGkAcwB0AGAAMQBbAFsAVgBSAEMALgBVAGQAbwBuAC4AQwBvAG0AbQBvAG4ALgBJAG4AdABlAHIAZgBhAGMAZQBzAC4ASQBVAGQAbwBuAFYAYQByAGkAYQBiAGwAZQAsACAAVgBSAEMALgBVAGQAbwBuAC4AQwBvAG0AbQBvAG4AXQBdACwAIABtAHMAYwBvAHIAbABpAGIAAQEJAAAAVgBhAHIAaQBhAGIAbABlAHMALwEAAAABaAAAAFMAeQBzAHQAZQBtAC4AQwBvAGwAbABlAGMAdABpAG8AbgBzAC4ARwBlAG4AZQByAGkAYwAuAEwAaQBzAHQAYAAxAFsAWwBWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgAuAEkAbgB0AGUAcgBmAGEAYwBlAHMALgBJAFUAZABvAG4AVgBhAHIAaQBhAGIAbABlACwAIABWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgBdAF0ALAAgAG0AcwBjAG8AcgBsAGkAYgABAAAABgMAAAAAAAAAAi8CAAAAAWAAAABWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgAuAFUAZABvAG4AVgBhAHIAaQBhAGIAbABlAGAAMQBbAFsAVQBuAGkAdAB5AEUAbgBnAGkAbgBlAC4AVAByAGEAbgBzAGYAbwByAG0ALAAgAFUAbgBpAHQAeQBFAG4AZwBpAG4AZQAuAEMAbwByAGUATQBvAGQAdQBsAGUAXQBdACwAIABWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgACAAAABgIAAAAAAAAAJwEEAAAAdAB5AHAAZQABFwAAAFMAeQBzAHQAZQBtAC4AUwB0AHIAaQBuAGcALAAgAG0AcwBjAG8AcgBsAGkAYgAnAQoAAABTAHkAbQBiAG8AbABOAGEAbQBlAAEQAAAAXwBWAGkAZQB3AFQAYQBiAGwAZQB0AFMAcABhAHcAbgAnAQQAAAB0AHkAcABlAAEXAAAAUwB5AHMAdABlAG0ALgBPAGIAagBlAGMAdAAsACAAbQBzAGMAbwByAGwAaQBiAC0BBQAAAFYAYQBsAHUAZQAHBQIwAgAAAAMAAAAGAgAAAAAAAAAnAQQAAAB0AHkAcABlAAEXAAAAUwB5AHMAdABlAG0ALgBTAHQAcgBpAG4AZwAsACAAbQBzAGMAbwByAGwAaQBiACcBCgAAAFMAeQBtAGIAbwBsAE4AYQBtAGUAARMAAABfAFYAaQBlAHcAVABhAGIAbABlAHQASABlAGEAZABSAG8AbwB0ACcBBAAAAHQAeQBwAGUAARcAAABTAHkAcwB0AGUAbQAuAE8AYgBqAGUAYwB0ACwAIABtAHMAYwBvAHIAbABpAGIALQEFAAAAVgBhAGwAdQBlAAcFAi8DAAAAAUkAAABWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgAuAFUAZABvAG4AVgBhAHIAaQBhAGIAbABlAGAAMQBbAFsAUwB5AHMAdABlAG0ALgBJAG4AdAAzADIALAAgAG0AcwBjAG8AcgBsAGkAYgBdAF0ALAAgAFYAUgBDAC4AVQBkAG8AbgAuAEMAbwBtAG0AbwBuAAQAAAAGAgAAAAAAAAAnAQQAAAB0AHkAcABlAAEXAAAAUwB5AHMAdABlAG0ALgBTAHQAcgBpAG4AZwAsACAAbQBzAGMAbwByAGwAaQBiACcBCgAAAFMAeQBtAGIAbwBsAE4AYQBtAGUAAR8AAABfAF8AXwBVAGQAbwBuAFMAaABhAHIAcABCAGUAaABhAHYAaQBvAHUAcgBWAGUAcgBzAGkAbwBuAF8AXwBfACcBBAAAAHQAeQBwAGUAARYAAABTAHkAcwB0AGUAbQAuAEkAbgB0ADMAMgAsACAAbQBzAGMAbwByAGwAaQBiABcBBQAAAFYAYQBsAHUAZQACAAAABwUHBQcF
+ publicVariablesUnityEngineObjects: []
+ publicVariablesSerializationDataFormat: 0
+--- !u!114 &1839802910
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1839802907}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: b1e3d98a9925dc645bb398fdbd18c33b, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ serializationData:
+ SerializedFormat: 2
+ SerializedBytes:
+ ReferencedUnityObjects: []
+ SerializedBytesString:
+ Prefab: {fileID: 0}
+ PrefabModificationsReferencedUnityObjects: []
+ PrefabModifications: []
+ SerializationNodes: []
+ _udonSharpBackingUdonBehaviour: {fileID: 1839802909}
+ _ViewTabletSpawn: {fileID: 1839802908}
+ _ViewTabletHeadRoot: {fileID: 1627832675}
--- !u!1 &1840921145 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 6922665752566753051, guid: 6587765855cbbb94c8cc3eb80d5956d6,
@@ -85617,7 +86172,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Host Camera Anchor 13
+ value: Player Camera Anchor 13
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -86270,7 +86825,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Host Camera Anchor 10
+ value: Player Camera Anchor 10
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -89915,6 +90470,11 @@ PrefabInstance:
serializedVersion: 3
m_TransformParent: {fileID: 2013644313}
m_Modifications:
+ - target: {fileID: -8679921383154817045, guid: f5031b4cd8b573f4c8a2d961b34e53d1,
+ type: 3}
+ propertyPath: m_LocalPosition.y
+ value: -0.258
+ objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: f5031b4cd8b573f4c8a2d961b34e53d1,
type: 3}
propertyPath: m_LocalRotation.w
@@ -89959,7 +90519,7 @@ PrefabInstance:
type: 3}
propertyPath: m_Materials.Array.data[1]
value:
- objectReference: {fileID: 2100000, guid: accd304c49b7d6d43b97738e8e118342, type: 2}
+ objectReference: {fileID: 2100000, guid: cfdf96419f53d43429f86079e987a0d7, type: 2}
- target: {fileID: 919132149155446097, guid: f5031b4cd8b573f4c8a2d961b34e53d1,
type: 3}
propertyPath: m_Name
@@ -91306,7 +91866,7 @@ PrefabInstance:
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: FOV
- value: 5.5
+ value: 12
objectReference: {fileID: 0}
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -91332,7 +91892,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Player Camera Anchor 6
+ value: Host Camera Anchor 6
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -91352,22 +91912,22 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.w
- value: -0.24317521
+ value: 0.043453846
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.x
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.y
- value: 0.9699824
+ value: -0.99905545
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.z
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -91377,7 +91937,7 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
- value: 0
+ value: -175.019
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -91439,7 +91999,7 @@ PrefabInstance:
type: 3}
propertyPath: volumeTrigger
value:
- objectReference: {fileID: 1983062414}
+ objectReference: {fileID: 1390751085}
- target: {fileID: 2014676780200193698, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
propertyPath: m_Enabled
@@ -91476,11 +92036,6 @@ PrefabInstance:
propertyPath: m_Name
value: Camera 4
objectReference: {fileID: 0}
- - target: {fileID: 2585420374601623244, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
- type: 3}
- propertyPath: m_IsActive
- value: 1
- objectReference: {fileID: 0}
- target: {fileID: 3212071530946994482, guid: fac4aa7abd3ecbe44a9eaf7f05275244,
type: 3}
propertyPath: serializationData.Prefab
@@ -91761,7 +92316,7 @@ GameObject:
m_Component:
- component: {fileID: 1986596421}
m_Layer: 0
- m_Name: Host Camera Anchors
+ m_Name: Player Camera Anchors
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
@@ -91776,7 +92331,7 @@ Transform:
m_GameObject: {fileID: 1986596420}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: -25.305, y: 1.434, z: -5.4400015}
+ m_LocalPosition: {x: -25.471, y: 1.434, z: -5.502}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
@@ -91795,6 +92350,274 @@ Transform:
- {fileID: 1842506229}
m_Father: {fileID: 1699893630}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!1001 &1989600486
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 1737104921}
+ m_Modifications:
+ - target: {fileID: -8679921383154817045, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ propertyPath: m_LocalScale.x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ propertyPath: m_LocalScale.y
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ propertyPath: m_LocalScale.z
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ propertyPath: m_LocalPosition.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ propertyPath: m_LocalPosition.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ propertyPath: m_LocalPosition.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ propertyPath: m_LocalRotation.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: -20.374
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: -7511558181221131132, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ propertyPath: m_Materials.Array.data[0]
+ value:
+ objectReference: {fileID: 2100000, guid: 5a56ded101f363e46861c8fe1c4f360e, type: 2}
+ - target: {fileID: -7511558181221131132, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ propertyPath: m_Materials.Array.data[1]
+ value:
+ objectReference: {fileID: 2100000, guid: e53b90b5a4f1c3048b28024a40b455e7, type: 2}
+ - target: {fileID: 919132149155446097, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ propertyPath: m_Name
+ value: SM_ViewTablet
+ objectReference: {fileID: 0}
+ - target: {fileID: 919132149155446097, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ propertyPath: m_Layer
+ value: 22
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents:
+ - targetCorrespondingSourceObject: {fileID: 919132149155446097, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ insertIndex: -1
+ addedObject: {fileID: 1989600490}
+ - targetCorrespondingSourceObject: {fileID: 919132149155446097, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ insertIndex: -1
+ addedObject: {fileID: 1989600489}
+ - targetCorrespondingSourceObject: {fileID: 919132149155446097, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ insertIndex: -1
+ addedObject: {fileID: 1989600488}
+ m_SourcePrefab: {fileID: 100100000, guid: 4534e07a60b600744a147c4d9beae831, type: 3}
+--- !u!1 &1989600487 stripped
+GameObject:
+ m_CorrespondingSourceObject: {fileID: 919132149155446097, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ m_PrefabInstance: {fileID: 1989600486}
+ m_PrefabAsset: {fileID: 0}
+--- !u!114 &1989600488
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1989600487}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 1804438810, guid: 661092b4961be7145bfbe56e1e62337b, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ MomentumTransferMethod: 0
+ DisallowTheft: 1
+ ExactGun: {fileID: 0}
+ ExactGrip: {fileID: 0}
+ allowManipulationWhenEquipped: 1
+ orientation: 0
+ AutoHold: 0
+ InteractionText:
+ UseText: Use
+ useEventBroadcastType: 0
+ UseDownEventName:
+ UseUpEventName:
+ pickupDropEventBroadcastType: 0
+ PickupEventName:
+ DropEventName:
+ ThrowVelocityBoostMinSpeed: 1
+ ThrowVelocityBoostScale: 1
+ currentlyHeldBy: {fileID: 0}
+ pickupable: 1
+ proximity: 0.2
+ version: 1
+--- !u!54 &1989600489
+Rigidbody:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1989600487}
+ serializedVersion: 4
+ m_Mass: 1
+ m_Drag: 0
+ m_AngularDrag: 0.05
+ m_CenterOfMass: {x: 0, y: 0, z: 0}
+ m_InertiaTensor: {x: 1, y: 1, z: 1}
+ m_InertiaRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_IncludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_ExcludeLayers:
+ serializedVersion: 2
+ m_Bits: 4294967295
+ m_ImplicitCom: 1
+ m_ImplicitTensor: 1
+ m_UseGravity: 0
+ m_IsKinematic: 1
+ m_Interpolate: 0
+ m_Constraints: 0
+ m_CollisionDetection: 0
+--- !u!65 &1989600490
+BoxCollider:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1989600487}
+ m_Material: {fileID: 0}
+ m_IncludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_ExcludeLayers:
+ serializedVersion: 2
+ m_Bits: 4294967295
+ m_LayerOverridePriority: 0
+ m_IsTrigger: 0
+ m_ProvidesContacts: 0
+ m_Enabled: 1
+ serializedVersion: 3
+ m_Size: {x: 0.25543562, y: 0.15109102, z: 0.0071120057}
+ m_Center: {x: 0, y: 0, z: -0.0035559968}
+--- !u!4 &1989600493 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 4534e07a60b600744a147c4d9beae831,
+ type: 3}
+ m_PrefabInstance: {fileID: 1989600486}
+ m_PrefabAsset: {fileID: 0}
+--- !u!1 &1989964052
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1989964053}
+ - component: {fileID: 1989964054}
+ m_Layer: 0
+ m_Name: Alley Reflection Probe 4
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &1989964053
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1989964052}
+ serializedVersion: 2
+ m_LocalRotation: {x: -0, y: 0.3826835, z: -0, w: 0.9238795}
+ m_LocalPosition: {x: 13.5, y: 2.39, z: 8.54}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 1652837901}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!215 &1989964054
+ReflectionProbe:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1989964052}
+ m_Enabled: 1
+ serializedVersion: 2
+ m_Type: 0
+ m_Mode: 0
+ m_RefreshMode: 0
+ m_TimeSlicingMode: 0
+ m_Resolution: 32
+ m_UpdateFrequency: 0
+ m_BoxSize: {x: 4.422456, y: 5.968234, z: 3.0629425}
+ m_BoxOffset: {x: -0.12944317, y: 0.13662672, z: -0.10898018}
+ m_NearClip: 0.3
+ m_FarClip: 1000
+ m_ShadowDistance: 100
+ m_ClearFlags: 2
+ m_BackGroundColor: {r: 0, g: 0, b: 0, a: 0}
+ m_CullingMask:
+ serializedVersion: 2
+ m_Bits: 4294967295
+ m_IntensityMultiplier: 1
+ m_BlendDistance: 1
+ m_HDR: 1
+ m_BoxProjection: 0
+ m_RenderDynamicObjects: 0
+ m_UseOcclusionCulling: 1
+ m_Importance: 1
+ m_CustomBakedTexture: {fileID: 0}
--- !u!1 &1991362173 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 7034199273745288373, guid: 126991d511ca61841a0ef899b6c038a6,
@@ -92134,7 +92957,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Host Camera Anchor 2
+ value: Player Camera Anchor 2
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -94428,7 +95251,7 @@ PrefabInstance:
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: FOV
- value: 5.5
+ value: 12
objectReference: {fileID: 0}
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -94454,7 +95277,7 @@ PrefabInstance:
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_Name
- value: Player Camera Anchor 13
+ value: Host Camera Anchor 13
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -94474,22 +95297,22 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.w
- value: -0.24317521
+ value: 0.043453846
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.x
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.y
- value: 0.9699824
+ value: -0.99905545
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalRotation.z
- value: -0
+ value: 0
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -94499,7 +95322,7 @@ PrefabInstance:
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
- value: 0
+ value: -175.019
objectReference: {fileID: 0}
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
type: 3}
@@ -106172,32 +106995,39 @@ MonoBehaviour:
useAssignedLayers: 0
DynamicPrefabs: []
DynamicMaterials:
- - {fileID: 2100000, guid: 4fb0b8cdca56f5d47be970c7490cb7a1, type: 2}
- - {fileID: 2100000, guid: 51b03d257a738e6468f623865f31dbec, type: 2}
- - {fileID: 2100000, guid: 98438748f07992c4a9eca84eb166591b, type: 2}
- - {fileID: 2100000, guid: fc8a12d19cc40984b8be0a6d9889eb41, type: 2}
- - {fileID: 2100000, guid: 80f2b6f3bfbc50240b0765a56e8a837e, type: 2}
- - {fileID: 2100000, guid: 348ff3cc54305654d9eeebbbb385c262, type: 2}
- - {fileID: 2100000, guid: cbc15475e78367045bc0909379ac97f3, type: 2}
+ - {fileID: 2100000, guid: f568d5671e4d65741b9715e69a753869, type: 2}
- {fileID: 2100000, guid: 02c7236e085962d4581e686e88bbb28d, type: 2}
- - {fileID: 2100000, guid: 5dcc23d6a7fa8e34990a27f3edfb0ac1, type: 2}
- - {fileID: 2100000, guid: 13bdd523c81044447a951a8a69c474a1, type: 2}
- - {fileID: 2100000, guid: c10453b4aa0c864458b74f3797cb611e, type: 2}
- - {fileID: 2100000, guid: 12e96dbe16f21704485645506bfc235a, type: 2}
- - {fileID: 2100000, guid: c0998459c7ac0e94d825035839d01ac9, type: 2}
- - {fileID: 2100000, guid: 9fc84244963146c4e98b1fde1f95b5ec, type: 2}
- - {fileID: 2100000, guid: fa8f228d6d5f77d479bf970e355f4bc3, type: 2}
- - {fileID: 2100000, guid: 1eb2f964062497347b887d2c940e79c5, type: 2}
- - {fileID: 2100000, guid: accd304c49b7d6d43b97738e8e118342, type: 2}
- - {fileID: 2100000, guid: c3dd5e8fccdad6a46a32b54ace01f525, type: 2}
- - {fileID: 2100000, guid: f8d93419468a06a48bf9c6c73aff7e36, type: 2}
+ - {fileID: 2100000, guid: 53b84df3db050264db8132d12d59ac74, type: 2}
+ - {fileID: 2100000, guid: 77b16945d3aad454fb793d2f16c64249, type: 2}
+ - {fileID: 2100000, guid: 0da83a16cbf2f704594ba64c96200537, type: 2}
- {fileID: 2100000, guid: 9cdc0250a4c9b534fae68ae6aa90bf31, type: 2}
+ - {fileID: 2100000, guid: 51b03d257a738e6468f623865f31dbec, type: 2}
+ - {fileID: 2100000, guid: 80f2b6f3bfbc50240b0765a56e8a837e, type: 2}
+ - {fileID: 2100000, guid: 98438748f07992c4a9eca84eb166591b, type: 2}
+ - {fileID: 2100000, guid: 64f09e1728ba15641a7bc0424f8a60f0, type: 2}
+ - {fileID: 2100000, guid: bd56d6cf0f2fa36418ba719ef8ab4e84, type: 2}
- {fileID: 2100000, guid: d1244b908a4cccd4397cc9cad45fe846, type: 2}
- {fileID: 2100000, guid: e53b90b5a4f1c3048b28024a40b455e7, type: 2}
- - {fileID: 2100000, guid: f568d5671e4d65741b9715e69a753869, type: 2}
- - {fileID: 2100000, guid: 71ede89a28bd60e4ca2918572046ba90, type: 2}
+ - {fileID: 2100000, guid: af0c1cbaaffed304ba0e3a1fbac41e7e, type: 2}
+ - {fileID: 2100000, guid: cc22c7f9de95cab4488b30fe8699a82a, type: 2}
+ - {fileID: 2100000, guid: fe872fb72ad98da4dbb868481468e848, type: 2}
+ - {fileID: 2100000, guid: c4382cc6d54262b46913ae6fe8a3740e, type: 2}
+ - {fileID: 2100000, guid: 220d5a1f1701e674794a1083cc2f0bac, type: 2}
+ - {fileID: 2100000, guid: accd304c49b7d6d43b97738e8e118342, type: 2}
+ - {fileID: 2100000, guid: 2c0cd617d97924748a9d5e2eeb2039b5, type: 2}
+ - {fileID: 2100000, guid: 4fb0b8cdca56f5d47be970c7490cb7a1, type: 2}
+ - {fileID: 2100000, guid: 69228227a9e257549a58eb39e32c695c, type: 2}
+ - {fileID: 2100000, guid: 82f2961c9baa48a45ac897be257fd655, type: 2}
+ - {fileID: 2100000, guid: 372c2f1b24e36bd438fea3de42b33e3b, type: 2}
+ - {fileID: 2100000, guid: 7eb7cd9bfc12d4c4198d1874ca5a1aa4, type: 2}
+ - {fileID: 2100000, guid: f8d93419468a06a48bf9c6c73aff7e36, type: 2}
+ - {fileID: 2100000, guid: 9fc84244963146c4e98b1fde1f95b5ec, type: 2}
+ - {fileID: 2100000, guid: 71fff76911e92ab43a71d15602da4c4b, type: 2}
+ - {fileID: 2100000, guid: cbc15475e78367045bc0909379ac97f3, type: 2}
+ - {fileID: 2100000, guid: cac39def7281c5c488b6a3465ec1951b, type: 2}
- {fileID: 2100000, guid: 012e77fb6a6d69548802da3b41814618, type: 2}
- {fileID: 2100000, guid: 4d875a76d6e247742b8d3d66214b2c2d, type: 2}
+ - {fileID: 2100000, guid: 12e96dbe16f21704485645506bfc235a, type: 2}
- {fileID: 2100000, guid: 8db36ece14c543d47be04e1d0cde1a1f, type: 2}
- {fileID: 2100000, guid: 77485a45419b5da498cc74acff31c49a, type: 2}
- {fileID: 2100000, guid: d2b3854a83244764192826cd7eadc955, type: 2}
@@ -106205,79 +107035,78 @@ MonoBehaviour:
- {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: ffd504a9168a01c459170bb8f2fcea1c, type: 2}
- - {fileID: 2100000, guid: 53b84df3db050264db8132d12d59ac74, type: 2}
- - {fileID: 2100000, guid: db9b2b735115eb248a189b1fdc721a50, type: 2}
- - {fileID: 2100000, guid: 9d4baac78c2042b47b42fc9c92d87767, type: 2}
- - {fileID: 2100000, guid: c5d2a6b0c3904c747b937dd142cbb480, type: 2}
- - {fileID: 2100000, guid: c3186340e03d26341969d34663dbf8f3, type: 2}
- - {fileID: 2100000, guid: 16eae5e38ba6186429997b1dfacc8517, type: 2}
- - {fileID: 2100000, guid: bd56d6cf0f2fa36418ba719ef8ab4e84, type: 2}
- - {fileID: 2100000, guid: de3fae6511ce1c94ebea5c8d415079dd, type: 2}
- {fileID: 2100000, guid: 4c14b2f4b9a613f418bb1e6cf8cf68f4, type: 2}
- {fileID: 2100000, guid: ea08301eace4f164bb3aae930413a978, type: 2}
- {fileID: 2100000, guid: 6dd6b8b1c8133f04dbc23ac81f5dfded, type: 2}
- - {fileID: 2100000, guid: 69228227a9e257549a58eb39e32c695c, type: 2}
- - {fileID: 2100000, guid: 77b16945d3aad454fb793d2f16c64249, type: 2}
- - {fileID: 2100000, guid: 0da83a16cbf2f704594ba64c96200537, type: 2}
- - {fileID: 2100000, guid: bc5888e576e9cb34bab7b7af42d2b63f, type: 2}
- - {fileID: 2100000, guid: e45d02bbf7268504ca58513c548a58e7, type: 2}
- - {fileID: 2100000, guid: 82f2961c9baa48a45ac897be257fd655, type: 2}
- - {fileID: 2100000, guid: 7b2202d15bf99e9448eb4bf9442c92bc, type: 2}
- - {fileID: 2100000, guid: 1814c9f2312983141826daa1c472c881, type: 2}
- - {fileID: 2100000, guid: cac39def7281c5c488b6a3465ec1951b, type: 2}
- - {fileID: 2100000, guid: f17bb8737aabc9d4990488f7ccd87693, type: 2}
- - {fileID: 2100000, guid: 885429151ec5f6a4a926f6aaabd7e001, type: 2}
- - {fileID: 2100000, guid: 82bace4c334919c4f92e87905c39fdf8, type: 2}
- - {fileID: 2100000, guid: 220d5a1f1701e674794a1083cc2f0bac, type: 2}
- - {fileID: 2100000, guid: 372c2f1b24e36bd438fea3de42b33e3b, type: 2}
- - {fileID: 2100000, guid: 49170bf20870c7c45873b3c1966d86af, type: 2}
- - {fileID: 2100000, guid: c5480627ec99c8a45bbd5dfe52d1dea7, type: 2}
- - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
- - {fileID: 2100000, guid: 81ea0ec5ed826d74fb516bcd6d26bf99, type: 2}
- - {fileID: 2100000, guid: f1807abb25a22fb4fb9a796796ec55cb, type: 2}
- - {fileID: 2100000, guid: 80746b095abb6ce41a1c737df3649172, type: 2}
+ - {fileID: 2100000, guid: c3186340e03d26341969d34663dbf8f3, type: 2}
+ - {fileID: 2100000, guid: 0c3dfdcd7a2a6ac408ec3d431f9a4932, type: 2}
- {fileID: 2100000, guid: 672c36f6dbb36b5439cc0fdd2f74c531, type: 2}
- - {fileID: 2100000, guid: f2d04047f1e90f34293134ea43fee656, type: 2}
- {fileID: 2100000, guid: fad82813fbe526340832cd1e33244566, type: 2}
- - {fileID: 2100000, guid: a55c6cba78f87d1499a304b41036f758, type: 2}
- - {fileID: 2100000, guid: 8bc2ade7ea2681744b3a5bf052974502, type: 2}
- - {fileID: 2100000, guid: 332daba92d0976f4d86bdcdc1a94179e, type: 2}
- - {fileID: 2100000, guid: d4ecea58a2df3974e8f7d4fcaba16ec6, type: 2}
- - {fileID: 2100000, guid: 3c107c925ecfe8b48bb1ad6bb1f3fc2a, type: 2}
- - {fileID: 2100000, guid: e938c08786a400b4eac8b275aec1eabf, type: 2}
+ - {fileID: 2100000, guid: f2d04047f1e90f34293134ea43fee656, type: 2}
+ - {fileID: 2100000, guid: 1eb2f964062497347b887d2c940e79c5, type: 2}
+ - {fileID: 2100000, guid: cfdf96419f53d43429f86079e987a0d7, type: 2}
+ - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
+ - {fileID: 2100000, guid: c3dd5e8fccdad6a46a32b54ace01f525, type: 2}
+ - {fileID: 2100000, guid: 4de84333504452948874f4422dec7b56, type: 2}
+ - {fileID: 2100000, guid: c1b531b2f1a7dab43b46daa7546cfda7, type: 2}
+ - {fileID: 2100000, guid: c5d2a6b0c3904c747b937dd142cbb480, type: 2}
+ - {fileID: 2100000, guid: 9d4baac78c2042b47b42fc9c92d87767, type: 2}
+ - {fileID: 2100000, guid: db9b2b735115eb248a189b1fdc721a50, type: 2}
+ - {fileID: 2100000, guid: 97a375a2664a65f44a74b8e0711591fb, type: 2}
- {fileID: 2100000, guid: cc50b68eaabf3b84cad9a23b7eab8d9f, type: 2}
- {fileID: 2100000, guid: ff445412d16ee6e45916bccc68d62aee, type: 2}
+ - {fileID: 2100000, guid: de3fae6511ce1c94ebea5c8d415079dd, type: 2}
+ - {fileID: 2100000, guid: 16eae5e38ba6186429997b1dfacc8517, type: 2}
+ - {fileID: 2100000, guid: 7b2202d15bf99e9448eb4bf9442c92bc, type: 2}
+ - {fileID: 2100000, guid: fc8a12d19cc40984b8be0a6d9889eb41, type: 2}
+ - {fileID: 2100000, guid: d4ecea58a2df3974e8f7d4fcaba16ec6, type: 2}
+ - {fileID: 2100000, guid: 1814c9f2312983141826daa1c472c881, type: 2}
- {fileID: 2100000, guid: d1b80c0437189d64bb20dc185f2a6797, type: 2}
- - {fileID: 2100000, guid: 64f09e1728ba15641a7bc0424f8a60f0, type: 2}
- - {fileID: 2100000, guid: 4cbd5a7b91a8e2a469e33380a6d99a68, type: 2}
- - {fileID: 2100000, guid: 2c0cd617d97924748a9d5e2eeb2039b5, type: 2}
- - {fileID: 2100000, guid: 0c3dfdcd7a2a6ac408ec3d431f9a4932, type: 2}
- - {fileID: 2100000, guid: c1b531b2f1a7dab43b46daa7546cfda7, type: 2}
+ - {fileID: 2100000, guid: f17bb8737aabc9d4990488f7ccd87693, type: 2}
+ - {fileID: 2100000, guid: 5dcc23d6a7fa8e34990a27f3edfb0ac1, type: 2}
+ - {fileID: 2100000, guid: cc8e36941dd3f2c42a157650e05b9242, type: 2}
+ - {fileID: 2100000, guid: fe25aa579b9514441a94bd556cf54df9, type: 2}
+ - {fileID: 2100000, guid: 348ff3cc54305654d9eeebbbb385c262, type: 2}
+ - {fileID: 2100000, guid: bc5888e576e9cb34bab7b7af42d2b63f, type: 2}
+ - {fileID: 2100000, guid: a94d8fe1854504e47a64e023cecaa130, type: 2}
+ - {fileID: 2100000, guid: c10453b4aa0c864458b74f3797cb611e, type: 2}
+ - {fileID: 2100000, guid: 71ede89a28bd60e4ca2918572046ba90, type: 2}
- {fileID: 2100000, guid: cad30d30c6413634891f1783211ed82b, type: 2}
- {fileID: 2100000, guid: 93beab2420a2b634daa2d15fd24fbaa2, type: 2}
- {fileID: 2100000, guid: 10b1411819262e7439e3721e092319bd, type: 2}
+ - {fileID: 2100000, guid: a55c6cba78f87d1499a304b41036f758, type: 2}
+ - {fileID: 2100000, guid: 744980436e22f2c44bd454d320586a53, type: 2}
+ - {fileID: 2100000, guid: 51fa5fa392620814cb6c526977429d66, type: 2}
+ - {fileID: 2100000, guid: 13bdd523c81044447a951a8a69c474a1, type: 2}
+ - {fileID: 2100000, guid: 81ea0ec5ed826d74fb516bcd6d26bf99, type: 2}
+ - {fileID: 2100000, guid: f1807abb25a22fb4fb9a796796ec55cb, type: 2}
+ - {fileID: 2100000, guid: e45d02bbf7268504ca58513c548a58e7, type: 2}
+ - {fileID: 2100000, guid: c5480627ec99c8a45bbd5dfe52d1dea7, type: 2}
+ - {fileID: 2100000, guid: f025bfafc9ecec74aa3aab468ef837d7, type: 2}
+ - {fileID: 2100000, guid: 50e427994e5b0224f966b200c577b78b, type: 2}
+ - {fileID: 2100000, guid: d811246c848733b4c8310b4dec5a5fdf, type: 2}
+ - {fileID: 2100000, guid: 4cbd5a7b91a8e2a469e33380a6d99a68, type: 2}
+ - {fileID: 2100000, guid: 8bc2ade7ea2681744b3a5bf052974502, 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: ecb032a524ca13b44bfd08d26711a69a, type: 2}
- - {fileID: 2100000, guid: 51fa5fa392620814cb6c526977429d66, type: 2}
- - {fileID: 2100000, guid: 744980436e22f2c44bd454d320586a53, type: 2}
- - {fileID: 2100000, guid: fe25aa579b9514441a94bd556cf54df9, type: 2}
- - {fileID: 2100000, guid: af0c1cbaaffed304ba0e3a1fbac41e7e, type: 2}
- - {fileID: 2100000, guid: cc22c7f9de95cab4488b30fe8699a82a, type: 2}
- - {fileID: 2100000, guid: fe872fb72ad98da4dbb868481468e848, type: 2}
- - {fileID: 2100000, guid: 71fff76911e92ab43a71d15602da4c4b, type: 2}
- - {fileID: 2100000, guid: 4de84333504452948874f4422dec7b56, type: 2}
- - {fileID: 2100000, guid: 97a375a2664a65f44a74b8e0711591fb, type: 2}
- - {fileID: 2100000, guid: cc8e36941dd3f2c42a157650e05b9242, type: 2}
- - {fileID: 2100000, guid: a94d8fe1854504e47a64e023cecaa130, type: 2}
+ - {fileID: 2100000, guid: 82bace4c334919c4f92e87905c39fdf8, type: 2}
- {fileID: 2100000, guid: bd33b7e8a1d3cd74b8059a1a4602033a, type: 2}
- {fileID: 2100000, guid: 8ded9a8136c72af4f901e652f138f9b6, type: 2}
- {fileID: 2100000, guid: b4ebc3728120eee449696f9b988eebcb, type: 2}
+ - {fileID: 2100000, guid: 3c107c925ecfe8b48bb1ad6bb1f3fc2a, type: 2}
+ - {fileID: 2100000, guid: e938c08786a400b4eac8b275aec1eabf, type: 2}
- {fileID: 2100000, guid: 2328ced7acf68884b96deba2b991c8ca, type: 2}
+ - {fileID: 2100000, guid: 5a56ded101f363e46861c8fe1c4f360e, type: 2}
LightMapsNear: []
LightMapsFar: []
LightMode: 0
@@ -111874,6 +112703,22 @@ MonoBehaviour:
ID: 1343
SerializedTypeNames:
- VRC.Udon.UdonBehaviour
+ - gameObject: {fileID: 1989600487}
+ ID: 1344
+ SerializedTypeNames:
+ - VRC.SDK3.Components.VRCPickup
+ - gameObject: {fileID: 1839802907}
+ ID: 1345
+ SerializedTypeNames:
+ - VRC.Udon.UdonBehaviour
+ - gameObject: {fileID: 0}
+ ID: 1346
+ SerializedTypeNames:
+ - VRC.Udon.UdonBehaviour
+ - gameObject: {fileID: 0}
+ ID: 1347
+ SerializedTypeNames:
+ - VRC.Udon.UdonBehaviour
portraitCameraPositionOffset: {x: 0, y: 0, z: 0}
portraitCameraRotationOffset: {x: 0, y: 1, z: 0, w: -0.00000004371139}
PlayerPersistence: []
@@ -112237,6 +113082,26 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
+ - target: {fileID: 5941046824806125544, guid: df3db0a01adfb38478e039285268d28a,
+ type: 3}
+ propertyPath: m_Size.x
+ value: 4.015423
+ objectReference: {fileID: 0}
+ - target: {fileID: 5941046824806125544, guid: df3db0a01adfb38478e039285268d28a,
+ type: 3}
+ propertyPath: m_Size.z
+ value: 3.828793
+ objectReference: {fileID: 0}
+ - target: {fileID: 5941046824806125544, guid: df3db0a01adfb38478e039285268d28a,
+ type: 3}
+ propertyPath: m_Center.x
+ value: 1.9311911
+ objectReference: {fileID: 0}
+ - target: {fileID: 5941046824806125544, guid: df3db0a01adfb38478e039285268d28a,
+ type: 3}
+ propertyPath: m_Center.z
+ value: 1.9143916
+ objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects:
diff --git a/Assets/Scenes/witwics/LightingData.asset b/Assets/Scenes/witwics/LightingData.asset
index fe3e866..f465a27 100644
Binary files a/Assets/Scenes/witwics/LightingData.asset and b/Assets/Scenes/witwics/LightingData.asset differ
diff --git a/Assets/Scenes/witwics/Lightmap-0_comp_dir.png b/Assets/Scenes/witwics/Lightmap-0_comp_dir.png
index b0efdd6..5b3177b 100644
Binary files a/Assets/Scenes/witwics/Lightmap-0_comp_dir.png and b/Assets/Scenes/witwics/Lightmap-0_comp_dir.png differ
diff --git a/Assets/Scenes/witwics/Lightmap-0_comp_light.exr b/Assets/Scenes/witwics/Lightmap-0_comp_light.exr
index 075b459..968e6e4 100644
Binary files a/Assets/Scenes/witwics/Lightmap-0_comp_light.exr and b/Assets/Scenes/witwics/Lightmap-0_comp_light.exr differ
diff --git a/Assets/Scenes/witwics/OcclusionCullingData.asset b/Assets/Scenes/witwics/OcclusionCullingData.asset
index da49137..300b996 100644
--- a/Assets/Scenes/witwics/OcclusionCullingData.asset
+++ b/Assets/Scenes/witwics/OcclusionCullingData.asset
@@ -7,7 +7,7 @@ OcclusionCullingData:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: OcclusionCullingData
- m_PVSData: 120000d604d6f358801c00000000204200000000000020c2000020c2000020c2000020420000204200002042200000005001000000000000010000006001000084000000400200000000000000000000a00e0000a8000000a00100003f00000000000000000000000000000000000000000000000000000000000000020000001002000000000000900100000100000001000000010000007001000080010000b0100000000000000000000000000000000000000000000000000000542034302e3020534f2031302e3020534820302e32353020424620352046203020435320302e30202d20332e332e3232204620302030204f472030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000ffff7f7f00000000000000000000000001000000000000000000000000000000000000400000000000000000000000000000000012000000000000000000000001612014688200100402480871391febdfa98ff0a202c24038080aa221408cc120100c0282c8081d01208c841291125a864cb0096d412edc8dbe10283e4440400837613008848690113a024e20080ee1430004819011704242e80820e125c8848f001004824100000000000000000000000000000000000000000000ffff0000ffffffff0000000000000000ff80ff7d0099ffb100cd00990000000000000000f0f4c8c194c295bf86eb6dc1100b9f41ae470d4184eb6dc18e45b5bf80c8dc3de93d9e41a4a6b93fd2d88f3fa2f8b441c2f5c8c10000a0bf666676c13c0a9f4100000036cdccc441ae1a48c0cd14dd3db9ba23414069d1be2d97ef3e1d364f411f85adc1503e4abf35338fc11f85adc1375c1341cfccd8411efc44c1e414dd3d8e369a41cc405bc05474a34003bca741fc4264c100806bb60ae62bc1941ee23fe514dd3d99e8e83f3034d0bfb062af3e1c574c41984b2cbea62c294075ac6341f84328bfaaf1d23deb501a41d41a9640c74be34060d5bb41a85d99bf000000007d09e03fb029014101002041afc16e4148fb04bfb484fc3e38025e41103acebe1a0d203f1ce05f4167b306bf8519e23e22e65d41e1607dbe276e8b3fec5c6241437d2bc035efe83e91133a41fb0ae6bfe8de254084314841b4c8cac180c295bfb3c2c2414c379d41ac470d41e7d6c2417e1480c080c8dc3daceeb241c86591bfd2d88f3f65a9c941ca2f92c191c2753e2a5c8fc074da8cc10ad7233fd6a3b040b1ed44c10082b739e7bb154100a0e2ba3fcddd3d15e3a641a635a1c0df14dd3da082144138ba973d5474a340ed4c66415fbd5dc0e414dd3de2eb6541405ba93d5474a34092df9a414e6199bfb484fc3ec12553412e728abf1a0d203fa5035541553d9abf8519e23eac0953417c1f6dbf276e8b3f76805741a26891c0dc14dd3d73bf8241a12f68c0ae47ea3f48228c410b975dbf8519e23ee6775841dc3b16bf276e8b3fb0ee5c410cdf5bbfb484fc3efe935841cc003ebf1a0d203fe2715a41ca2f92c191c2753ed6a3b04074da8cc10ad7233feb5178417cb8a0c061affb32c66de83f5a54ff40a970dd3d982cd5414adb81c050cedd3df0ac2d4177d24bc0b1a9da3ff7a53b412a5ec5bfb484fc3e26a64d410a6fb6bf1a0d203f0a844f41313ac6bf8519e23e118a4d419a8ca2bf276e8b3fdb005241e4d074c000000000fc124841055d2641000020411dd2d541e62368c0d314dd3dcd383841084bd8bf2d97ef3e67385741d6a30041c85278bf36338fc1d8a30041f07a1041d0ccd841c2f5c8c100000041666676c13e0a9f4100000041cdccc441ca2faac153b8de3f53b87ec074daa4c1c3f50840d6a3c040446d28c15ae759404fe217c1e67304c10caa7d40b5c30ac1067099bfe414dd3dbc1c11c151de903f5474a340cc083bc0f69a86c0e414dd3d2620dec0ba631ac05474a340292551c0417fb33e835bf73f8caf98c0e0d9653fe4841340096d51c079d8bfbfbc14dd3d025906c0d0adb23eac8b1b40200f193eca2f9ac1a4703d3f53b87ec074da94c185eb913fd6a3c040b4a73dc0a00bdd3d224f6bc0a0cae0bf49c9993f5648c0bfb96899bfe414dd3dc7e790c01685ee3f5474a340ac9cee3ff84eb2bfd2b23f3f5a03fcbfd0bf29bf62340140e894cebeca2fa2c153b89e3f2a5c8fc074da9cc185ebd13fd6a3b04096cb64c1e414dd3d07822dc130a39bc05474a3402c22eac0f3a79bc0e414dd3d27722dc1629ae13e5474a340b29104c1deaf893d208cd63f8e93b1c0f1ea7c3e3e8b224096c5a1c031d967402a1b01a4ee9e1341fc188b40000020416cce1f41d77d1640f4c9ba3eb6280b4105831e400297233f2b840e41de90404080c8dc3d54d25141c6db8740d2d88f3f5ae386416413253f10bedc3d67aaa7405cc8544051ff1f4136c60241ade51840b4d8f63ec86f0b41dbea2040629e413f3dcb0e41f7651c40f4c9ba3ed2f50741256b24400297233f47510b41cfcd1e40b4d8f63ee53c0841fdd22640629e413f5a980b41c8e97e4080c8dc3d9c9d17415d668a40d2d88f3f82df54413069953f80c8dc3d0b078541c7a45240d2d88f3f7c4fa041b1d8514086ebb1be4fb79c417240064148e19440769cc541cd2f9ac1a4703d3fd4a3c04071da94c185eb913ff6288041cda4b8c09ca21b3f353a8c413bdc9ec08bdba43f432e914160a0b7c0fb188f3f32058d41408ea1c0dd93a33f2c028e413998f1c04846f33f3f379f41b791eac034830b40efd89f41553d9abf0fcef13fac0953417c1f6dbfeb5a224076805741506199bfdc68f83fc225534130728abf1ea70440a6035541d00adcc09d8c1840f18a9d41c966d7c0ad6c2a405fff9e416b86abc09d8c1840124c9b41acffa8c0ae6c2a40b20d9d413240f3bf96941a3f050d85411e4ec0bf25fc0d40a53a8941506199bfe63f9c3fc225534130728abf4625ad3fa6035541553d9abf19a5953fac0953417c1f6dbfdf8ce83f768057415928d8c09ca21b3fd69d8d41c75fbec08bdba43fe4919241ec23d7c0fb188f3fd3688e41cc11c1c0dd93a33fcd658f41e4abf7c09ca21b3f78018f4152e3ddc08bdba43f86f5934179a7f6c0fb188f3f75cc8f415995e0c0dd93a33f6fc99041581d97c0dc5ed73fcdea9a41a28f91c0fc1efb3f12289c41fedabcc09b61194001fb9b413f76bbc0ab412b40b7d19d41fd30b4c09b611940ebb69b41fe60b1c0ab412b407f6f9d4125d2a2c049a912403a2e9b414f5a9ec05a892440eaaa9c41313ac6bf0fcef13f118a4d419a8ca2bfeb5a2240db0052412a5ec5bfdc68f83f26a64d410a6fb6bf1ea704400a844f413ed1aebf4faf2a402d61504134e427bf1b7c374013bd5b410d975dbf0fcef13fe6775841db3b16bfea5a22409aed5c410a6cf4be96941a3fde956941da8ea2bd25fc0d401ff1714105a956bf96941a3f5ed67141b689e1be25fc0d409f317a41dbd2f2c0dc5ed73f1e459f4159ccebc0fc1efb3fcee69f413d4de6c049a912402a5a9e41cd1de0c05989244075629f41fc5798c04846f33ff00c9b41438692c034830b40f1359c41bdbc10c086941a3f402d89416687eebf21fc0d40e05a8d4120cf15c086ce063ffc1d68410000adb8ef4c3f40e6168e410cdf5bbfe63f9c3ffe935841cc003ebf4625ad3fe2715a410b975dbf19a5953fe6775841dc3b16bfdf8ce83fb0ee5c4148fb04bfe63f9c3f38025e41103acebe4625ad3f1ce05f4167b306bf19a5953f22e65d41e1607dbedf8ce83fec5c624167b306bf0fcef13f22e65d41e1607dbeeb5a2240ec5c624164fb04bfdc68f83f38025e41483acebe1ea704401ce05f413c60d3c09b61194024299d4135bccec0ab412b40929d9e4127d39bc0a30d06401bd09a41feb197c0b3ed1740f75b9c41ca2fa2c153b89e3fd6a3b04074da9cc185ebd13feb517841ca2faac153b8de3fd6a3c04074daa4c1c3f50840f6288041f35573c0e66adf3fec6b2941210c5ac0adfa264062be2f411e2655c0e66adf3fb5f530414adc3bc0adfa26402b4837412a5ec5bfe63f9c3f26a64d410a6fb6bf4625ad3f0a844f41313ac6bf19a5953f118a4d419a8ca2bfdf8ce83fdb0052418c0fedc0a30d064073939e41ce1ce7c0b3ed174069b19f418973c9c09b61194009949c414a0fc6c0ab412b40bd3b9e41bdf722bf0f022a402d195c415722dbbee56a3840976f5f4163d8ecc01c36793f80029c416a2096c07c771d40a8e89f419259ef3fc433703f65ffd740ff371240c1ad9f3fd48de54055c40f406679663f8274eb408b4f2a4092d09a3ff102f94023d01d40384d373f06010c4151d52540407f7d3f7b5c0f4143b82340384d373f22ce084171bd2b40407f7d3f97290c41422aa53fac2f7a3f3e39bb40ae40da3fb5aba43fadc7c84076a9b63f6679663f5afdc540e2bfeb3f92d09a3fc98bd3401e71eb3f6679663f86d5d840c543104092d09a3ff563e640d59504406635703f7e37e1400b211f4092ae9f3fedc5ee409e46f33f1e2c7a3f741cd740852e1440eea9a43fe3aae440911607401e2c7a3f2db7e040c7a12140eea9a43f9c45ee4073031440ac2f7a3fe8f7e940a98e2e40b5aba43f5786f740032c26402296553f9516094131312e4015e48d3f0a720c41a6b9d03f6679663f944bcf4009e8024092d09a3f03dadc40e34320402296553f79490c411149284015e48d3feea40f4196849c3f6679663fbea7bc40029bd13f92d09a3f2d36ca409ab3ba3f6635703f5233c54006caef3f92ae9f3fc1c1d2407e60bf3f1e2c7a3fcc94c440ea76f43feea9a43f3b23d24033b802406679663fb61de24069431d4092d09a3f25acef4057f911406635703fb4ccea408d842c4092ae9f3f235bf840913e21402c6d193fff840841bf432940349f5f3f74e00b419a2ca13f6635703f1616bc400643d63f92ae9f3f85a4c940ce66d43f6635703f5460ce409dbe044092ae9f3fc3eedb4071561b402c6d193fe3b70b419f5b2340349f5f3f58130f41fe0dd93f1e2c7a3fcebfcd4035120740eea9a43f3d4edb402894253f29182d3ffb8c29c03809623f8816c53f672309c0df7d253f148cd63f928f29c001f3613f448b2240002609c001cea440f61203ba04c5ab41e409c140d1b80840fdd3b2414b000000160000004200000034000000530000003d0000006d0000003c00000035000000500000005b0000005c0000005f0000004c000000570000002300000077000000750000006a00000072000000730000007f0000000c0000000b0000002400000011000000120000001d0000001e0000002d0000003100000033000000800000000800000002000000000000000a00000001000000100000001b0000003f0000001800000038000000630000004f0000005a0000004d0000000300000019000000290000003e0000005600000062000000640000005e0000004a00000067000000090000000e0000000d000000040000001500000014000000170000001a0000001300000020000000210000002f0000002e000000370000003600000028000000320000003b0000002500000055000000540000005d0000004100000051000000520000004000000049000000470000004500000069000000650000006600000070000000710000006f0000006e0000006b000000600000007600000079000000780000007a0000007b0000007c0000007e0000007d0000008300000082000000050000000f0000000600000007000000300000002c00000026000000270000001c000000220000002b0000002a000000390000003a000000580000004e0000004800000044000000590000004300000068000000610000006c000000810000001f0000004600000074000000c0100000000000000000000000000000000020c2000020c2000020c2000020420000204200002042e62e0000900a0000300b000007000000100b000001c00b000000a03e1200020050000000e002000000000000000000000000000000000000000000000f000000000000001f00000000000000000000000000000000800000ffff00800f00000006000000000000000000000000000000000000000000ff7fffff00000040008015000000080000003b0000000400000000000000000000000000ff7fffffff3f008000801d0000000b00000000000000000000000000000000000000ff7f0000ffff00000040ffff280000000a00000003000000040000000000000000000000ff7f00000040ff3f00c0ffff320000000200000000000000810000000000000000000000ff7fff3a0099ff5000cd0099340000000700000004000000030000000000000000000000ff7fff3f0080ff3f006000c03b0000000500000006000000010000000000000000000000ff99ff3f0080ff5f008000c0400000000700000000000000000000000000000000000000ffbfff3f0080ff3f0080ffff470000000900000031000000040000000000000000000000ff7fff7f00c0ff3f0080ffff5000000001000000140000001a0000000000000000000000ff7fff7f0099ff5000ac0099510000000200000031000000080000000000000000000000ff7fff9900c0ff5000c00099530000000a00000004000000030000000000000000000000ff7fffbfffffff3fffffffff5d00000006000000000000000000000000000000000000000000ff7fffffff7fffff004063000000070000000b0000001b0000000000000000000000ff3fff7fffffff7fffff00806a0000000700000036000000060000000000000000000000ff99ff3f00c0ff7f00c0ffff710000000a0000002a000000090000000000000000000000ff7f000000c0ffbfffffffff7b00000000000000250000000b0000000100000000000000ff80ff7d0099ffb100cd0099000000000000000000000020ff7f0100ff7f0000ff3f000000000020ff7f0200ff7f0000ff7fff3f00000060ff7f0300ff3f0000ff7f000000000060ff7f0400ffbfff3fff2f000000000060ff7f0400ff4dff3fff3fff2f00000060ff7f0600ff4dff3fff7fff3f00000020ff7f0d00ff3f0000ffffff7f00000020ff7f0e00ff7fff3fffffff7f00000060ff7f0500ffbdffb9ff6fff6700000060ff7f1000ffffffbfff3f000000000060ff7f1000ffffffceff7fff3fffffff9300000000ff7f0000ff7f0000ffffff1300000000ff7f0000ffff0000ffffffb3ffff0000ff7f0000ff7f0000ffffff5300000000ffff0000ff7f0000000000a0ff3f0200ffffff7fff7f000000000000ff7f0000ff7f0000ff3f000000000060ff7f0300ff3f0000ffffff7fffffff9300000000ffffff7fff7f0000ffffff33ffff0000ff7f0000ff3f0000ffffff5300000000ff3f0000ffffff7f00000080ff3f0100ffffff7fff7f000000000000ff7f0000ff7f0000ff7fff3f00000060ff7f0900ff4dff3fffbfff7f00000060ff7f0c00ff7fff3fffffffbf000000a0ff7f0d00ffffff7fff3f0000000000a0ff7f0e00ffffff7fff7fff3fffffff33ffff0000ff7f0000ff7fff3fffffff5300000000ff7fff3fffffff7f000000a0ff3f0400ff3f0000ffffff7f000000a0ff3f0600ff7fff3fffbfff7f000000a0ff3f0800ff7fff3fffffffbf000000a0ff3f0900ffbfff7fffffff7f000000a0ff3f0c00ffffffbfffffff7f00000040ff7f0000ff3f0000ff7f000000000040ff7f0100ff3f0000ffffff7fffffff9300000000ffff0000ffffff7fffffff1300000000ffffff7fff3f0000ffffff33ffff0000ffffff7fff3f0000ffffff73ffff0000ff3f0000ffff000000000080ff3f0300ff3f0000ffffff7f00000020ff3f0600ffbfff7fff5fff3f00000020ff3f0700ffbfff99ff7fff5f00000020ff3f0800ffffffbfff7fff3f00000040ff7f0000ffbfff3fff2f000000000040ff7f0000ff4dff3fff3fff2f00000020ff3f0f00ffffff99ffbfff7f000000a0ffbf1000ff3f0000ffffff7fffffff1300000000ffffff7fffbfff3fffffff73ffff0000ffbfff3fff3f000000000020ff7f0a00ff98ff7fff88ff5000000040ff7f0000ffbdffb9ff6fff6700000080ff3f0300ff7fff3fffbfff7f00000000ff3f0400ffbfff7fff5fff3f000000a0ff5f0700ff7fff3fffbfff9900000060ffbf0800ff5fff3fff7fff3f00000020ff7f0900ff8fff7fff4fff3f00000020ff7f0900ffbfff8fff5fff3f00000040ff7f0000ff4dff3fff7fff3f00000080ff5f0600ff7fff3fffbfff9900000000ff3f0400ffbfff99ff7fff5f00000060ffbf0800ff7fff5fff7fff3f00000020ff7f0900ffbfff99ff7fff5f000000a0ff7f0f00ff7fff3fffbfff9900000000ff3f0400ffffffbfff7fff3f00000080ff3f0300ff7fff3fffffffbf00000040ffbf0600ff5fff3fff7fff3f00000040ffbf0700ff7fff5fff7fff3f00000020ff7f0900ffffffbfff7fff3f000000a0ff7f0f00ff7fff3fffffffbfffffff73ffff0000ff7fff3fff7fff3f00000080ff3f0300ffbfff7fffffff7f00000020ffbf0c00ffffff7fff7fff3f00000000ff7f0600ff8fff7fff4fff3f00000000ff7f0600ffbfff8fff5fff3f00000000ff7f0700ffbfff99ff7fff5f00000000ff7f0800ffffffbfff7fff3f00000040ff7f0200ff4dff3fffbfff7f000000a0ff7f0f00ffbfff7fffffff99ffffff73ffff0000ff7fff3fffbfff7f00000000ff7f0500ff98ff7fff88ff5000000020ffbf0c00ff98ff7fffbfff50000000a0ffbf1000ffbfff99ff98ff8000000080ff3f0300ffffffbfffffff7f00000000ffbf0900ffffff7fff7fff3f00000000ffbf0b00ff98ff7fffbfff5000000040ff7f0200ff7fff3fffffffbf00000000ffbf0f00ffffff99ffbfff7f00000000ffbf1000ffffff7fffffffbf00000040ff7f0e00ffffff7fffffffbfffffffb3ffff0000ffffffbfffffff7fffffff33ffff0000ffffff7fffffff3fffffff73ffff0000ffffff3fffffffbf00000060ff3f0e00ffffff7fffffff7f00000000ff7f0000ff3f0000ffffff7f00000080ff7f0200ffffff7fff3f0000ffffffb3ffff0000ffffff7fff3f0000ffffff33ffff0000ff3f0000ffffff7fffffff5300000000ffffff7fffffff7f00000040ff3f0d00ffffff7fffffff7f00000000ff7f0000ff7fff3fffffff7f00000060ff7f0c00ffffff7fffffffbf00000060ff7f1000ffffffceffbfff7f00000080ff7f0200ffffff7fff7fff3fffffffb3ffff0000ffffff7fff7fff3fffffff33ffff0000ff7fff3fffffff7f00000000ff3f0400ffffff99ffbfff7f000000a0ffbf1000ffbfff3fffffff9900000020ffbf0c00ffffff99ffbfff7f00000080ff7f0700ff7fff3fffbfff9900000080ff7f0800ff7fff3fffffffbf00000080ff7f0900ffbfff7fffffff99ffffff73ffff0000ffbfff7fffbfff3f00000080ffbf0400ff3f0000ffffff7f00000080ffbf0f00ffbfff3fffffff9900000080ffbf0b00ffbfff99ff98ff8000000020ffbf0c00ffffff7fffffffbf00000040ff7f0000ffffffbfff3f000000000040ff7f0000ffffffceff7fff3f00000040ff7f0e00ffffffceffbfff7fffffff1300000000ffffff7fffffffbfffffffb3ffff0000ffbf0000ffffff7fffffff73ffff0000ffffffbfffbf000016c0eae6ff8dc7f770ffb633f3ba33f0bafac82acfe800fb7ac7b02ac884ab3a2ff8fa30cb5eefb98eaffbccfff22ae9e80cfbcffcffae0e3737fbcdfbf3fffcb56f3738c3cf7fc430ff37ffde8fcffe7ffe98cff2f28fdff7f3ffccff3f00008d0000000d131b232f3844515a636b747c838a0a11161c232a2e000000000000000000000000000000000000000000000000000000000000000000000000000000100843313490c23405c3344ef143ffff17ffffff8512154554284514154a51288aa2144a544445a4144aa1145151145154144554444551288552284a511445544445a4144aa12845a1144511298552145111294aa1144a51284a51444aa1148a52148552284a512845512885521485522885522885a2144551145111298552144a5128455414855228455428000000
+ m_PVSData: 120000d6c60a1f55801c00000000204200000000000020c2000020c2000020c2000020420000204200002042200000005001000000000000010000006001000084000000400200000000000000000000a00e0000a8000000a00100003e00000000000000000000000000000000000000000000000000000000000000020000001002000000000000900100000100000001000000010000007001000080010000b0100000000000000000000000000000000000000000000000000000542034302e3020534f2031302e3020534820302e32353020424620352046203020435320302e30202d20332e332e3232204620302030204f472030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000ffff7f7f00000000000000000000000001000000000000000000000000000000000000400000000000000000000000000000000012000000000000000000000001612014688100100802480871391febdfa98ff0a21202c398101981237884c100100c4285d8081d8120908494b0125ac44ca81169812edc09bdd01702c587a010386130008489601136024d10080ae143000482601168c246e80820a1467c048040100c020000000000000000000000000000000000000000000000ffff0000ffffffff0000000000000000ff80ff7d0099ffb100cd00990000000000000000c2f5c8c10000a0bf666676c13c0a9f4100000036cdccc441437d2bc035efe83e91133a41fb0ae6bfe8de2540843148411f85adc1503e4abf35338fc11f85adc1375c1341cfccd8410cdf5bbfb484fc3efe935841cc003ebf1a0d203fe2715a41f0f4c8c194c295bf86eb6dc1100b9f41ae470d4184eb6dc10b975dbf8519e23ee6775841dc3b16bf276e8b3fb0ee5c41fc4264c100806bb60ae62bc1941ee23fe514dd3d99e8e83f2a5ec5bfb484fc3e26a64d410a6fb6bf1a0d203f0a844f41313ac6bf8519e23e118a4d419a8ca2bf276e8b3fdb0052413034d0bfb062af3e1c574c41984b2cbea62c294075ac63417e1480c080c8dc3daceeb241c86591bfd2d88f3f65a9c941ca2f92c191c2753ed6a3b04074da8cc10ad7233feb5178415fbd5dc0e414dd3de2eb6541405ba93d5474a34092df9a4148fb04bfb484fc3e38025e41103acebe1a0d203f1ce05f4167b306bf8519e23e22e65d41e1607dbe276e8b3fec5c62414e6199bfb484fc3ec12553412e728abf1a0d203fa5035541ca2f92c191c2753e2a5c8fc074da8cc10ad7233fd6a3b040553d9abf8519e23eac0953417c1f6dbf276e8b3f76805741a26891c0dc14dd3d73bf8241a12f68c0ae47ea3f48228c41b4c8cac180c295bfb3c2c2414c379d41ac470d41e7d6c2418e45b5bf80c8dc3de93d9e41a4a6b93fd2d88f3fa2f8b441f84328bfaaf1d23deb501a41d41a9640c74be34060d5bb417cb8a0c061affb32c66de83f5a54ff40a970dd3d982cd5414adb81c050cedd3df0ac2d4177d24bc0b1a9da3ff7a53b41e62368c0d314dd3dcd383841084bd8bf2d97ef3e67385741a635a1c0df14dd3da082144138ba973d5474a340ed4c66411efc44c1e414dd3d8e369a41cc405bc05474a34003bca741e4d074c000000000fc124841055d2641000020411dd2d541b1ed44c10082b739e7bb154100a0e2ba3fcddd3d15e3a641a85d99bf000000007d09e03fb029014101002041afc16e41ae1a48c0cd14dd3db9ba23414069d1be2d97ef3e1d364f41d6a30041c85278bf36338fc1d8a30041f07a1041d0ccd841c2f5c8c100000041666676c13e0a9f4100000041cdccc441ca2fa2c153b89e3f2a5c8fc074da9cc185ebd13fd6a3b040ca2faac153b8de3f53b87ec074daa4c1c3f50840d6a3c040ca2f9ac1a4703d3f53b87ec074da94c185eb913fd6a3c040deaf893d208cd63f8e93b1c0f1ea7c3e3e8b224096c5a1c0b4a73dc0a00bdd3d224f6bc0a0cae0bf49c9993f5648c0bff84eb2bfd2b23f3f5a03fcbfd0bf29bf62340140e894cebe5bfb63c1e414dd3d642f2dc1bb029ac05474a340e67ce9c0501a9ac0e414dd3da4212dc1f73292bf5474a340176d10c1067099bfe414dd3dbc1c11c151de903f5474a340cc083bc0f69a86c0e414dd3d2620dec0ba631ac05474a340292551c079d8bfbfbc14dd3d025906c0d0adb23eac8b1b40200f193e9e3d28c148644940a45b17c1b04304c1fa266d40803b0ac1ce4db33e835bf73f8caf98c0e0d9653fe4841340c96a51c0b96899bfe414dd3dd8345cc0ea9aad3f5474a340ac9cee3fcbcd1e40b4d8f63ee53c0841f9d22640629e413f5a980b41abe51840b4d8f63ec96f0b41d9ea2040629e413f3ecb0e41f3651c40f4c9ba3ed2f50741216b24400297233f47510b41d37d1640f4c9ba3eb6280b4101831e400297233f2b840e41c8e97e4080c8dc3d9c9d17415d668a40d2d88f3f82df5441b1d8514086ebb1be4fb79c417240064148e19440769cc5416413253f10bedc3d67aaa7405cc8544051ff1f4136c6024131d967402a1b01a4ee9e1341fc188b40000020416cce1f41de90404080c8dc3d54d25141c6db8740d2d88f3f5ae386413069953f80c8dc3d0b078541c7a45240d2d88f3f7c4fa04167b306bf19a5953f22e65d41e1607dbedf8ce83fec5c624148fb04bfe63f9c3f38025e41103acebe4625ad3f1ce05f4167b306bf0fcef13f22e65d41e1607dbeeb5a2240ec5c624164fb04bfdc68f83f38025e41483acebe1ea704401ce05f4120cf15c086ce063ffc1d68410000adb8ef4c3f40e6168e41cda4b8c09ca21b3f353a8c413bdc9ec08bdba43f432e914160a0b7c0fb188f3f32058d41408ea1c0dd93a33f2c028e41dbd2f2c0dc5ed73f1e459f4159ccebc0fc1efb3fcee69f413d4de6c049a912402a5a9e41cd1de0c05989244075629f4127d39bc0a30d06401bd09a41feb197c0b3ed1740f75b9c41fc5798c04846f33ff00c9b41438692c034830b40f1359c416b86abc09d8c1840124c9b41acffa8c0ae6c2a40b20d9d4125d2a2c049a912403a2e9b414f5a9ec05a892440eaaa9c41bdbc10c086941a3f402d89416687eebf21fc0d40e05a8d4163d8ecc01c36793f80029c416a2096c07c771d40a8e89f418c0fedc0a30d064073939e41ce1ce7c0b3ed174069b19f41fedabcc09b61194001fb9b413f76bbc0ab412b40b7d19d410b975dbf19a5953fe6775841dc3b16bfdf8ce83fb0ee5c410cdf5bbfe63f9c3ffe935841cc003ebf4625ad3fe2715a410d975dbf0fcef13fe6775841db3b16bfea5a22409aed5c4105a956bf96941a3f5ed67141b689e1be25fc0d409f317a415928d8c09ca21b3fd69d8d41c75fbec08bdba43fe4919241ec23d7c0fb188f3fd3688e41cc11c1c0dd93a33fcd658f41ca2fa2c153b89e3fd6a3b04074da9cc185ebd13feb517841cd2f9ac1a4703d3fd4a3c04071da94c185eb913ff6288041553d9abf19a5953fac0953417c1f6dbfdf8ce83f76805741506199bfe63f9c3fc225534130728abf4625ad3fa6035541313ac6bf0fcef13f118a4d419a8ca2bfeb5a2240db0052412a5ec5bfdc68f83f26a64d410a6fb6bf1ea704400a844f413ed1aebf4faf2a402d61504134e427bf1b7c374013bd5b410a6cf4be96941a3fde956941da8ea2bd25fc0d401ff17141e4abf7c09ca21b3f78018f4152e3ddc08bdba43f86f5934179a7f6c0fb188f3f75cc8f415995e0c0dd93a33f6fc990413c60d3c09b61194024299d4135bccec0ab412b40929d9e41d00adcc09d8c1840f18a9d41c966d7c0ad6c2a405fff9e41fd30b4c09b611940ebb69b41fe60b1c0ab412b407f6f9d41ca2faac153b8de3fd6a3c04074daa4c1c3f50840f6288041f35573c0e66adf3fec6b2941210c5ac0adfa264062be2f411e2655c0e66adf3fb5f530414adc3bc0adfa26402b4837412a5ec5bfe63f9c3f26a64d410a6fb6bf4625ad3f0a844f41313ac6bf19a5953f118a4d419a8ca2bfdf8ce83fdb005241506199bfdc68f83fc225534130728abf1ea70440a6035541553d9abf0fcef13fac0953417c1f6dbfeb5a2240768057413998f1c04846f33f3f379f41b791eac034830b40efd89f418973c9c09b61194009949c414a0fc6c0ab412b40bd3b9e41581d97c0dc5ed73fcdea9a41a28f91c0fc1efb3f12289c413240f3bf96941a3f050d85411e4ec0bf25fc0d40a53a8941bdf722bf0f022a402d195c415722dbbee56a3840976f5f419a2ca13f6635703f1616bc400643d63f92ae9f3f85a4c940a6b9d03f6679663f944bcf4009e8024092d09a3f03dadc401e71eb3f6679663f86d5d840c543104092d09a3ff563e64071561b402c6d193fe3b70b419f5b2340349f5f3f58130f4121d01d40384d373f05010c414fd52540407f7d3f7a5c0f41913e21402c6d193fff840841bf432940349f5f3f74e00b4143b82340384d373f22ce084171bd2b40407f7d3f97290c41012c26402296553f951609412f312e4015e48d3f0a720c41e14320402296553f79490c410f49284015e48d3feea40f4176a9b63f6679663f5afdc540e2bfeb3f92d09a3fc98bd340fe0dd93f1e2c7a3fcebfcd4035120740eea9a43f3d4edb409ab3ba3f6635703f5233c54006caef3f92ae9f3fc1c1d2409259ef3fc433703f65ffd740ff371240c1ad9f3fd48de5409e46f33f1e2c7a3f741cd740852e1440eea9a43fe3aae44096849c3f6679663fbea7bc40029bd13f92d09a3f2d36ca40422aa53fac2f7a3f3e39bb40ae40da3fb5aba43fadc7c840ce66d43f6635703f5460ce409dbe044092ae9f3fc3eedb407e60bf3f1e2c7a3fcc94c440ea76f43feea9a43f3b23d24033b802406679663fb61de24069431d4092d09a3f25acef40d59504406635703f7e37e1400b211f4092ae9f3fedc5ee40911607401e2c7a3f2db7e040c7a12140eea9a43f9c45ee4057f911406635703fb4ccea408d842c4092ae9f3f235bf84055c40f406679663f8274eb408b4f2a4092d09a3ff102f94073031440ac2f7a3fe8f7e940a98e2e40b5aba43f5786f7402894253f29182d3ffb8c29c03809623f8816c53f672309c0df7d253f148cd63f928f29c001f3613f448b2240002609c001cea440f61203ba04c5ab41e409c140d1b80840fdd3b24110000000420000001e0000004c000000800000004d000000450000004e0000004f000000600000005e000000770000006600000064000000650000007d000000390000007e0000008200000071000000730000006b0000001c0000001d0000001f000000360000003a000000320000005400000047000000530000007800000022000000230000000a00000005000000210000002c0000000200000031000000400000003b0000003d0000003c000000740000004b0000006e0000001700000018000000190000001a00000024000000290000002e00000037000000630000007f00000007000000060000000400000003000000260000000c0000000b000000080000002000000000000000090000000d0000000f0000000100000028000000270000002d000000300000002f0000003500000038000000340000003300000048000000570000003f0000003e000000560000005500000050000000460000005c0000005b000000490000005900000058000000670000007a0000006d0000007b0000007c000000690000006a0000006100000070000000620000006c00000083000000250000000e0000001b0000001600000014000000150000001300000011000000120000002b0000002a0000004100000043000000440000005a0000006f000000810000005f000000760000004a0000005d000000750000007900000051000000520000006800000072000000c0100000000000000000000000000000000020c2000020c2000020c2000020420000204200002042e62e0000900a0000300b000007000000100b000001c00b000000a03e1200020050000000e002000000000000000000000000000000000000000000000f000000000000001f00000000000000000000000000000000800000ffff00800f00000006000000000000000000000000000000000000000000ff7fffff00000040008015000000080000003a0000000400000000000000000000000000ff7fffffff3f008000801d0000000b00000000000000000000000000000000000000ff7f0000ffff00000040ffff280000000a00000003000000040000000000000000000000ff7f00000040ff3f00c0ffff320000000200000000000000810000000000000000000000ff7fff3a0099ff5000cd0099340000000700000004000000030000000000000000000000ff7fff3f0080ff3f006000c03b0000000500000006000000010000000000000000000000ff99ff3f0080ff5f008000c0400000000700000000000000000000000000000000000000ffbfff3f0080ff3f0080ffff470000000900000031000000040000000000000000000000ff7fff7f00c0ff3f0080ffff500000000100000014000000190000000000000000000000ff7fff7f0099ff5000ac0099510000000200000031000000080000000000000000000000ff7fff9900c0ff5000c00099530000000a00000004000000030000000000000000000000ff7fffbfffffff3fffffffff5d00000006000000000000000000000000000000000000000000ff7fffffff7fffff004063000000070000000b0000001b0000000000000000000000ff3fff7fffffff7fffff00806a0000000700000036000000060000000000000000000000ff99ff3f00c0ff7f00c0ffff710000000a0000002a000000090000000000000000000000ff7f000000c0ffbfffffffff7b00000000000000260000000b0000000100000000000000ff80ff7d0099ffb100cd0099000000000000000000000020ff7f0100ff7f0000ff3f000000000020ff7f0200ff7f0000ff7fff3f00000060ff7f0300ff3f0000ff7f000000000060ff7f0400ffbfff3fff2f000000000060ff7f0400ff4dff3fff3fff2f00000060ff7f0600ff4dff3fff7fff3f00000020ff7f0d00ff3f0000ffffff7f00000020ff7f0e00ff7fff3fffffff7f00000060ff7f0500ffbdffb9ff6fff6700000060ff7f1000ffffffbfff3f000000000060ff7f1000ffffffceff7fff3fffffff9300000000ff7f0000ff7f0000ffffff1300000000ff7f0000ffff0000ffffffb3ffff0000ff7f0000ff7f0000ffffff5300000000ffff0000ff7f0000000000a0ff3f0200ffffff7fff7f000000000000ff7f0000ff7f0000ff3f000000000060ff7f0300ff3f0000ffffff7fffffff9300000000ffffff7fff7f0000ffffff33ffff0000ff7f0000ff3f0000ffffff5300000000ff3f0000ffffff7f00000080ff3f0100ffffff7fff7f000000000000ff7f0000ff7f0000ff7fff3f00000060ff7f0900ff4dff3fffbfff7f00000060ff7f0c00ff7fff3fffffffbf000000a0ff7f0d00ffffff7fff3f0000000000a0ff7f0e00ffffff7fff7fff3fffffff33ffff0000ff7f0000ff7fff3fffffff5300000000ff7fff3fffffff7f000000a0ff3f0400ff3f0000ffffff7f000000a0ff3f0600ff7fff3fffbfff7f000000a0ff3f0800ff7fff3fffffffbf000000a0ff3f0900ffbfff7fffffff7f000000a0ff3f0c00ffffffbfffffff7f00000040ff7f0000ff3f0000ff7f000000000040ff7f0100ff3f0000ffffff7fffffff9300000000ffff0000ffffff7fffffff1300000000ffffff7fff3f0000ffffff33ffff0000ffffff7fff3f0000ffffff73ffff0000ff3f0000ffff000000000080ff3f0300ff3f0000ffffff7f00000020ff3f0600ffbfff7fff5fff3f00000020ff3f0700ffbfff99ff7fff5f00000020ff3f0800ffffffbfff7fff3f00000040ff7f0000ffbfff3fff2f000000000040ff7f0000ff4dff3fff3fff2f00000020ff3f0f00ffffff99ffbfff7f000000a0ffbf1000ff3f0000ffffff7fffffff1300000000ffffff7fffbfff3fffffff73ffff0000ffbfff3fff3f000000000020ff7f0a00ff98ff7fff88ff5000000040ff7f0000ffbdffb9ff6fff6700000080ff3f0300ff7fff3fffbfff7f00000000ff3f0400ffbfff7fff5fff3f000000a0ff5f0700ff7fff3fffbfff9900000060ffbf0800ff5fff3fff7fff3f00000020ff7f0900ff8fff7fff4fff3f00000020ff7f0900ffbfff8fff5fff3f00000040ff7f0000ff4dff3fff7fff3f00000080ff5f0600ff7fff3fffbfff9900000000ff3f0400ffbfff99ff7fff5f00000060ffbf0800ff7fff5fff7fff3f00000020ff7f0900ffbfff99ff7fff5f000000a0ff7f0f00ff7fff3fffbfff9900000000ff3f0400ffffffbfff7fff3f00000080ff3f0300ff7fff3fffffffbf00000040ffbf0600ff5fff3fff7fff3f00000040ffbf0700ff7fff5fff7fff3f00000020ff7f0900ffffffbfff7fff3f000000a0ff7f0f00ff7fff3fffffffbfffffff73ffff0000ff7fff3fff7fff3f00000080ff3f0300ffbfff7fffffff7f00000020ffbf0c00ffffff7fff7fff3f00000000ff7f0600ff8fff7fff4fff3f00000000ff7f0600ffbfff8fff5fff3f00000000ff7f0700ffbfff99ff7fff5f00000000ff7f0800ffffffbfff7fff3f00000040ff7f0200ff4dff3fffbfff7f000000a0ff7f0f00ffbfff7fffffff99ffffff73ffff0000ff7fff3fffbfff7f00000000ff7f0500ff98ff7fff88ff5000000020ffbf0c00ff98ff7fffbfff50000000a0ffbf1000ffbfff99ff98ff8000000080ff3f0300ffffffbfffffff7f00000000ffbf0900ffffff7fff7fff3f00000000ffbf0b00ff98ff7fffbfff5000000040ff7f0200ff7fff3fffffffbf00000000ffbf0f00ffffff99ffbfff7f00000000ffbf1000ffffff7fffffffbf00000040ff7f0e00ffffff7fffffffbfffffffb3ffff0000ffffffbfffffff7fffffff33ffff0000ffffff7fffffff3fffffff73ffff0000ffffff3fffffffbf00000060ff3f0e00ffffff7fffffff7f00000000ff7f0000ff3f0000ffffff7f00000080ff7f0200ffffff7fff3f0000ffffffb3ffff0000ffffff7fff3f0000ffffff33ffff0000ff3f0000ffffff7fffffff5300000000ffffff7fffffff7f00000040ff3f0d00ffffff7fffffff7f00000000ff7f0000ff7fff3fffffff7f00000060ff7f0c00ffffff7fffffffbf00000060ff7f1000ffffffceffbfff7f00000080ff7f0200ffffff7fff7fff3fffffffb3ffff0000ffffff7fff7fff3fffffff33ffff0000ff7fff3fffffff7f00000000ff3f0400ffffff99ffbfff7f000000a0ffbf1000ffbfff3fffffff9900000020ffbf0c00ffffff99ffbfff7f00000080ff7f0700ff7fff3fffbfff9900000080ff7f0800ff7fff3fffffffbf00000080ff7f0900ffbfff7fffffff99ffffff73ffff0000ffbfff7fffbfff3f00000080ffbf0400ff3f0000ffffff7f00000080ffbf0f00ffbfff3fffffff9900000080ffbf0b00ffbfff99ff98ff8000000020ffbf0c00ffffff7fffffffbf00000040ff7f0000ffffffbfff3f000000000040ff7f0000ffffffceff7fff3f00000040ff7f0e00ffffffceffbfff7fffffff1300000000ffffff7fffffffbfffffffb3ffff0000ffbf0000ffffff7fffffff73ffff0000ffffffbfffbf000016c0eae6ff8dc7f770ffb633f3ba33f0bafac82acfe800fb7ac7b02ac884ab3a2ff8fa30cb5eefb98eaffbccfff22ae9e80cfbcffcffae0e3737fbcdfbf3fffcb56f3738c3cf7fc430ff37ffde8fcffe7ffe98cff2f28fdff7f3ffccff3f00008d0000000d131b232f3844515a636b747c838a0a11161c232a2e000000000000000000000000000000000000000000000000000000000000000000000000000000100843313490c23405c3344ef143ffff17ffffff8512154554284514154a51288aa2144a544445a4144aa1145151145154144554444551288552284a511445544445a4144aa12845a1144511298552145111294aa1144a51284a51444aa1148a52148552284a512845512885521485522885522885a2144551145111298552144a5128455414855228455428000000
m_Scenes:
- indexRenderers: 0
sizeRenderers: 132
@@ -16,95 +16,105 @@ OcclusionCullingData:
scene: 234ac6652f2be3943b8974a3fcbaba1f
m_StaticRenderers:
- targetObject: -7511558181221131132
- targetPrefab: 96005904
+ targetPrefab: 2045833766
- targetObject: -7511558181221131132
- targetPrefab: 1502884311
+ targetPrefab: 1012354932
+ - targetObject: 4856842162814790411
+ targetPrefab: 6044205050412544512
+ - targetObject: 1466060218924807064
+ targetPrefab: 428989207
+ - targetObject: 2751096909771140069
+ targetPrefab: 428989207
+ - targetObject: 4351601775851787701
+ targetPrefab: 633609066
+ - targetObject: 1466060218924807064
+ targetPrefab: 990092987
+ - targetObject: 2751096909771140069
+ targetPrefab: 990092987
- targetObject: -7511558181221131132
- targetPrefab: 1954089587
+ targetPrefab: 580345162
- targetObject: -7511558181221131132
- targetPrefab: 175467006
- - targetObject: -7511558181221131132
- targetPrefab: 1299739207
- - targetObject: -7511558181221131132
- targetPrefab: 15557432
- - targetObject: -7511558181221131132
- targetPrefab: 1138234764
- - targetObject: -7511558181221131132
- targetPrefab: 558774739
+ targetPrefab: 1972023585
- targetObject: 4351601775851787701
targetPrefab: 91371483
- - targetObject: 4351601775851787701
- targetPrefab: 832323181
- - targetObject: -7511558181221131132
- targetPrefab: 124273105
- - targetObject: 1466060218924807064
- targetPrefab: 1018401441
- - targetObject: 2751096909771140069
- targetPrefab: 1018401441
- targetObject: 1968900501911500709
targetPrefab: 937910637
- targetObject: 940995387610717004
targetPrefab: 937910637
- targetObject: -7511558181221131132
- targetPrefab: 802302015
+ targetPrefab: 651901189
- targetObject: -7511558181221131132
- targetPrefab: 1470660570
+ targetPrefab: 1643263789
+ - targetObject: -7511558181221131132
+ targetPrefab: 1188236244
+ - targetObject: 2708739958050211779
+ targetPrefab: 1584295245487527435
+ - targetObject: 5383915834804199889
+ targetPrefab: 4439941099814456201
+ - targetObject: 9199244788021150158
+ targetPrefab: 4439941099814456201
+ - targetObject: 8489222910475806241
+ targetPrefab: 4439941099814456201
+ - targetObject: 5986860653123913771
+ targetPrefab: 4439941099814456201
+ - targetObject: 6391950332602189361
+ targetPrefab: 4439941099814456201
+ - targetObject: 145649568303227995
+ targetPrefab: 4439941099814456201
+ - targetObject: 5781856680037161349
+ targetPrefab: 4439941099814456201
+ - targetObject: 810790293382867686
+ targetPrefab: 4439941099814456201
+ - targetObject: 3109912091784458562
+ targetPrefab: 4439941099814456201
+ - targetObject: 3845294101582553977
+ targetPrefab: 4439941099814456201
+ - targetObject: -7511558181221131132
+ targetPrefab: 20447147
- targetObject: -7511558181221131132
targetPrefab: 732678856
- targetObject: 5444317254943555344
targetPrefab: 4953860686005405531
+ - targetObject: 2708739958050211779
+ targetPrefab: 146729477
- targetObject: -7511558181221131132
- targetPrefab: 1548013197
- - targetObject: 1466060218924807064
- targetPrefab: 1249864385
- - targetObject: 2751096909771140069
- targetPrefab: 1249864385
+ targetPrefab: 1538206739
+ - targetObject: -7511558181221131132
+ targetPrefab: 353645666
+ - targetObject: -7511558181221131132
+ targetPrefab: 577030235
+ - targetObject: 2708739958050211779
+ targetPrefab: 1369540354
+ - targetObject: 4351601775851787701
+ targetPrefab: 1768602428
- targetObject: 937335414445983782
- targetPrefab: 210689158
+ targetPrefab: 7708224261666798563
- targetObject: -7511558181221131132
- targetPrefab: 1584083749
+ targetPrefab: 116188318
- targetObject: -7511558181221131132
- targetPrefab: 2119386629
+ targetPrefab: 1488972618
- targetObject: -7511558181221131132
- targetPrefab: 922120884
+ targetPrefab: 1463594309
- targetObject: -7511558181221131132
- targetPrefab: 651901189
- - targetObject: 4351601775851787701
- targetPrefab: 633609066
+ targetPrefab: 1279360754
- targetObject: -7511558181221131132
- targetPrefab: 38498937
- - targetObject: 1466060218924807064
- targetPrefab: 1918973202
- - targetObject: 2751096909771140069
- targetPrefab: 1918973202
- - targetObject: 5395762849033877597
- targetPrefab: 1984717371
- - targetObject: 1466060218924807064
- targetPrefab: 4480648499976004208
- - targetObject: 2751096909771140069
- targetPrefab: 4480648499976004208
+ targetPrefab: 1586593148
- targetObject: -7511558181221131132
- targetPrefab: 1905064959
- - targetObject: 4351601775851787701
- targetPrefab: 1294116878969307432
- - targetObject: 4351601775851787701
- targetPrefab: 2024292607
- - targetObject: -7511558181221131132
- targetPrefab: 1188236244
- - targetObject: -7511558181221131132
- targetPrefab: 20447147
- - targetObject: -7511558181221131132
- targetPrefab: 680367885
- - targetObject: -7511558181221131132
- targetPrefab: 859579629
- - targetObject: 937335414445983782
- targetPrefab: 1307065648
- - targetObject: -7511558181221131132
- targetPrefab: 1824860240
- - targetObject: -7511558181221131132
- targetPrefab: 2103881977
+ targetPrefab: 1288293805
- targetObject: -7511558181221131132
targetPrefab: 1837226873
+ - targetObject: -7511558181221131132
+ targetPrefab: 785030037
+ - targetObject: -7511558181221131132
+ targetPrefab: 600479467
+ - targetObject: -7511558181221131132
+ targetPrefab: 705210510
+ - targetObject: 1466060218924807064
+ targetPrefab: 414428781
+ - targetObject: 2751096909771140069
+ targetPrefab: 414428781
+ - targetObject: -7511558181221131132
+ targetPrefab: 139770782
- targetObject: -7511558181221131132
targetPrefab: 749395700
- targetObject: 1968900501911500709
@@ -112,171 +122,161 @@ OcclusionCullingData:
- targetObject: 940995387610717004
targetPrefab: 172614115
- targetObject: -7511558181221131132
- targetPrefab: 722786723
+ targetPrefab: 1557255132
- targetObject: -7511558181221131132
- targetPrefab: 1538206739
+ targetPrefab: 760334290
- targetObject: -7511558181221131132
- targetPrefab: 600479467
- - targetObject: 2708739958050211779
- targetPrefab: 1582278623
+ targetPrefab: 175467006
+ - targetObject: -7511558181221131132
+ targetPrefab: 25650784
+ - targetObject: 4351601775851787701
+ targetPrefab: 1294116878969307432
+ - targetObject: -7511558181221131132
+ targetPrefab: 1629735784
+ - targetObject: -7511558181221131132
+ targetPrefab: 96005904
+ - targetObject: -7511558181221131132
+ targetPrefab: 1470660570
+ - targetObject: -7511558181221131132
+ targetPrefab: 124273105
+ - targetObject: 1466060218924807064
+ targetPrefab: 4480648499976004208
+ - targetObject: 2751096909771140069
+ targetPrefab: 4480648499976004208
+ - targetObject: -7511558181221131132
+ targetPrefab: 1617502299
+ - targetObject: -7511558181221131132
+ targetPrefab: 212338278
+ - targetObject: 8810932174823803713
+ targetPrefab: 6146163849592780820
+ - targetObject: -7511558181221131132
+ targetPrefab: 15557432
+ - targetObject: -7511558181221131132
+ targetPrefab: 38498937
+ - targetObject: -7511558181221131132
+ targetPrefab: 267965641
+ - targetObject: -7511558181221131132
+ targetPrefab: 383052033
+ - targetObject: -7511558181221131132
+ targetPrefab: 1976503209
+ - targetObject: 4351601775851787701
+ targetPrefab: 1720149715
+ - targetObject: -7511558181221131132
+ targetPrefab: 723913190
+ - targetObject: -7511558181221131132
+ targetPrefab: 680367885
+ - targetObject: -7511558181221131132
+ targetPrefab: 1502884311
+ - targetObject: 1466060218924807064
+ targetPrefab: 1018401441
+ - targetObject: 2751096909771140069
+ targetPrefab: 1018401441
+ - targetObject: 1466060218924807064
+ targetPrefab: 1918973202
+ - targetObject: 2751096909771140069
+ targetPrefab: 1918973202
+ - targetObject: 1314192677750578227
+ targetPrefab: 938385720
+ - targetObject: -7511558181221131132
+ targetPrefab: 2103881977
+ - targetObject: 5395762849033877597
+ targetPrefab: 1984717371
- targetObject: -7511558181221131132
targetPrefab: 1392345919
- targetObject: -7511558181221131132
- targetPrefab: 428099456
+ targetPrefab: 297529246
+ - targetObject: 1466060218924807064
+ targetPrefab: 1962599170
+ - targetObject: 2751096909771140069
+ targetPrefab: 1962599170
+ - targetObject: 4351601775851787701
+ targetPrefab: 832323181
+ - targetObject: -7511558181221131132
+ targetPrefab: 366681287
+ - targetObject: -7511558181221131132
+ targetPrefab: 1584083749
+ - targetObject: -7511558181221131132
+ targetPrefab: 1333645958
- targetObject: 1968900501911500709
targetPrefab: 4438766482650780789
- targetObject: 940995387610717004
targetPrefab: 4438766482650780789
- - targetObject: 4856842162814790411
- targetPrefab: 6044205050412544512
- targetObject: -7511558181221131132
- targetPrefab: 1643263789
- - targetObject: -7511558181221131132
- targetPrefab: 934443340
- - targetObject: -7511558181221131132
- targetPrefab: 366681287
- - targetObject: -7511558181221131132
- targetPrefab: 2033001482
- - targetObject: -7511558181221131132
- targetPrefab: 1629735784
- - targetObject: -7511558181221131132
- targetPrefab: 705210510
- - targetObject: -7511558181221131132
- targetPrefab: 785030037
- - targetObject: -7511558181221131132
- targetPrefab: 580345162
- - targetObject: -7511558181221131132
- targetPrefab: 1557255132
- - targetObject: 2708739958050211779
- targetPrefab: 1584295245487527435
- - targetObject: -7511558181221131132
- targetPrefab: 102380047
- - targetObject: -7511558181221131132
- targetPrefab: 1133696391
- - targetObject: -7511558181221131132
- targetPrefab: 1012354932
- - targetObject: 7006853779014437907
- targetPrefab: 1049045427
- - targetObject: -7511558181221131132
- targetPrefab: 1972023585
+ targetPrefab: 1905064959
+ - targetObject: 937335414445983782
+ targetPrefab: 1926166420
- targetObject: -7511558181221131132
targetPrefab: 33295931
- targetObject: -7511558181221131132
- targetPrefab: 353645666
+ targetPrefab: 2033001482
+ - targetObject: -7511558181221131132
+ targetPrefab: 1299739207
+ - targetObject: -7511558181221131132
+ targetPrefab: 859579629
+ - targetObject: 937335414445983782
+ targetPrefab: 1307065648
+ - targetObject: 1466060218924807064
+ targetPrefab: 1305776201
+ - targetObject: 2751096909771140069
+ targetPrefab: 1305776201
+ - targetObject: -7511558181221131132
+ targetPrefab: 1427476862
+ - targetObject: 4351601775851787701
+ targetPrefab: 1058862682
+ - targetObject: 7006853779014437907
+ targetPrefab: 1049045427
+ - targetObject: 1466060218924807064
+ targetPrefab: 1249864385
+ - targetObject: 2751096909771140069
+ targetPrefab: 1249864385
+ - targetObject: -7511558181221131132
+ targetPrefab: 428099456
+ - targetObject: -7511558181221131132
+ targetPrefab: 1548013197
+ - targetObject: 5395762849033877597
+ targetPrefab: 789002245204939195
+ - targetObject: -7511558181221131132
+ targetPrefab: 2119386629
+ - targetObject: -7511558181221131132
+ targetPrefab: 722786723
+ - targetObject: -7511558181221131132
+ targetPrefab: 1873800957
+ - targetObject: 2708739958050211779
+ targetPrefab: 734635744
+ - targetObject: 8810932174823803713
+ targetPrefab: 1669769486
+ - targetObject: 937335414445983782
+ targetPrefab: 210689158
+ - targetObject: -7511558181221131132
+ targetPrefab: 1954089587
+ - targetObject: -7511558181221131132
+ targetPrefab: 1797517225
+ - targetObject: -7511558181221131132
+ targetPrefab: 1133696391
+ - targetObject: 4351601775851787701
+ targetPrefab: 2024292607
+ - targetObject: 2708739958050211779
+ targetPrefab: 1582278623
+ - targetObject: -7511558181221131132
+ targetPrefab: 802302015
+ - targetObject: 7006853779014437907
+ targetPrefab: 515796176453664510
+ - targetObject: 1466060218924807064
+ targetPrefab: 1329794381
+ - targetObject: 2751096909771140069
+ targetPrefab: 1329794381
+ - targetObject: 1466060218924807064
+ targetPrefab: 298932333
+ - targetObject: 2751096909771140069
+ targetPrefab: 298932333
- targetObject: 937335414445983782
targetPrefab: 1294787288
- targetObject: 2708739958050211779
targetPrefab: 934922675
- - targetObject: 2708739958050211779
- targetPrefab: 734635744
- - targetObject: -7511558181221131132
- targetPrefab: 577030235
- - targetObject: -7511558181221131132
- targetPrefab: 212338278
- - targetObject: -7511558181221131132
- targetPrefab: 139770782
- - targetObject: -7511558181221131132
- targetPrefab: 1976503209
- - targetObject: -7511558181221131132
- targetPrefab: 383052033
- - targetObject: -7511558181221131132
- targetPrefab: 25650784
- - targetObject: 2708739958050211779
- targetPrefab: 146729477
- - targetObject: 1466060218924807064
- targetPrefab: 1962599170
- - targetObject: 2751096909771140069
- targetPrefab: 1962599170
- - targetObject: -7511558181221131132
- targetPrefab: 1902209304
- - targetObject: 937335414445983782
- targetPrefab: 1926166420
- - targetObject: -7511558181221131132
- targetPrefab: 1333645958
- - targetObject: -7511558181221131132
- targetPrefab: 1797517225
- - targetObject: -7511558181221131132
- targetPrefab: 1617502299
- - targetObject: 1466060218924807064
- targetPrefab: 1305776201
- - targetObject: 2751096909771140069
- targetPrefab: 1305776201
- - targetObject: 1314192677750578227
- targetPrefab: 938385720
- - targetObject: 937335414445983782
- targetPrefab: 7708224261666798563
- - targetObject: 8810932174823803713
- targetPrefab: 6146163849592780820
- - targetObject: -7511558181221131132
- targetPrefab: 2045833766
- targetObject: -7511558181221131132
targetPrefab: 757440473
- - targetObject: -7511558181221131132
- targetPrefab: 641513329
- - targetObject: 4351601775851787701
- targetPrefab: 1768602428
- - targetObject: -7511558181221131132
- targetPrefab: 1922459315
- - targetObject: 1466060218924807064
- targetPrefab: 414428781
- - targetObject: 2751096909771140069
- targetPrefab: 414428781
- - targetObject: -7511558181221131132
- targetPrefab: 1586593148
- - targetObject: -7511558181221131132
- targetPrefab: 116188318
- - targetObject: -7511558181221131132
- targetPrefab: 1488972618
- - targetObject: -7511558181221131132
- targetPrefab: 1427476862
- - targetObject: -7511558181221131132
- targetPrefab: 723913190
- - targetObject: -7511558181221131132
- targetPrefab: 583422873
- - targetObject: -7511558181221131132
- targetPrefab: 267965641
- - targetObject: 1466060218924807064
- targetPrefab: 428989207
- - targetObject: 2751096909771140069
- targetPrefab: 428989207
- - targetObject: 1466060218924807064
- targetPrefab: 990092987
- - targetObject: 2751096909771140069
- targetPrefab: 990092987
- - targetObject: 1466060218924807064
- targetPrefab: 298932333
- - targetObject: 2751096909771140069
- targetPrefab: 298932333
- - targetObject: 8810932174823803713
- targetPrefab: 1669769486
- - targetObject: -7511558181221131132
- targetPrefab: 760334290
- - targetObject: 4351601775851787701
- targetPrefab: 1720149715
- - targetObject: -7511558181221131132
- targetPrefab: 297529246
- - targetObject: 7006853779014437907
- targetPrefab: 515796176453664510
- - targetObject: 4351601775851787701
- targetPrefab: 1058862682
- - targetObject: 5395762849033877597
- targetPrefab: 789002245204939195
- - targetObject: 1466060218924807064
- targetPrefab: 1329794381
- - targetObject: 2751096909771140069
- targetPrefab: 1329794381
- - targetObject: -7511558181221131132
- targetPrefab: 1873800957
- - targetObject: -7511558181221131132
- targetPrefab: 1463594309
- targetObject: -7511558181221131132
targetPrefab: 1123331143
- - targetObject: 2708739958050211779
- targetPrefab: 1369540354
- - targetObject: -7511558181221131132
- targetPrefab: 1288293805
- - targetObject: -7511558181221131132
- targetPrefab: 1279360754
- targetObject: 260140876
targetPrefab: 0
m_Portals: []
diff --git a/Assets/Scenes/witwics/ReflectionProbe-0.exr b/Assets/Scenes/witwics/ReflectionProbe-0.exr
index 22b2f7b..806457c 100644
Binary files a/Assets/Scenes/witwics/ReflectionProbe-0.exr and b/Assets/Scenes/witwics/ReflectionProbe-0.exr differ
diff --git a/Assets/Scenes/witwics/ReflectionProbe-1.exr b/Assets/Scenes/witwics/ReflectionProbe-1.exr
index 09a544a..c64ee0c 100644
Binary files a/Assets/Scenes/witwics/ReflectionProbe-1.exr and b/Assets/Scenes/witwics/ReflectionProbe-1.exr differ
diff --git a/Assets/Scenes/witwics/ReflectionProbe-10.exr b/Assets/Scenes/witwics/ReflectionProbe-10.exr
new file mode 100644
index 0000000..5aed78d
Binary files /dev/null and b/Assets/Scenes/witwics/ReflectionProbe-10.exr differ
diff --git a/Assets/Textures/T_Dot.png.meta b/Assets/Scenes/witwics/ReflectionProbe-10.exr.meta
similarity index 93%
rename from Assets/Textures/T_Dot.png.meta
rename to Assets/Scenes/witwics/ReflectionProbe-10.exr.meta
index ef19a7e..0fa6ba2 100644
--- a/Assets/Textures/T_Dot.png.meta
+++ b/Assets/Scenes/witwics/ReflectionProbe-10.exr.meta
@@ -1,11 +1,11 @@
fileFormatVersion: 2
-guid: f6a112c4acf68a74a912f348e0f4bca2
+guid: 4517ba037a7b790498325cccfa794ed9
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
- mipMapMode: 1
+ mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
@@ -28,18 +28,18 @@ TextureImporter:
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
- cubemapConvolution: 0
- seamlessCubemap: 0
+ cubemapConvolution: 1
+ seamlessCubemap: 1
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
- filterMode: 1
- aniso: 1
+ filterMode: 2
+ aniso: 0
mipBias: 0
- wrapU: 0
- wrapV: 0
- wrapW: 0
+ wrapU: 1
+ wrapV: 1
+ wrapW: 1
nPOTScale: 1
lightmap: 0
compressionQuality: 50
@@ -55,7 +55,7 @@ TextureImporter:
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
- textureShape: 1
+ textureShape: 2
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
@@ -73,7 +73,7 @@ TextureImporter:
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
- compressionQuality: 50
+ compressionQuality: 100
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
diff --git a/Assets/Scenes/witwics/ReflectionProbe-11.exr b/Assets/Scenes/witwics/ReflectionProbe-11.exr
new file mode 100644
index 0000000..179c3d7
Binary files /dev/null and b/Assets/Scenes/witwics/ReflectionProbe-11.exr differ
diff --git a/Assets/Scenes/witwics/ReflectionProbe-11.exr.meta b/Assets/Scenes/witwics/ReflectionProbe-11.exr.meta
new file mode 100644
index 0000000..ad298e3
--- /dev/null
+++ b/Assets/Scenes/witwics/ReflectionProbe-11.exr.meta
@@ -0,0 +1,140 @@
+fileFormatVersion: 2
+guid: 5e2aaa03342980749abb9a329ccbf52f
+TextureImporter:
+ internalIDToNameTable: []
+ externalObjects: {}
+ serializedVersion: 12
+ mipmaps:
+ mipMapMode: 0
+ enableMipMap: 1
+ sRGBTexture: 1
+ linearTexture: 0
+ fadeOut: 0
+ borderMipMap: 0
+ mipMapsPreserveCoverage: 0
+ alphaTestReferenceValue: 0.5
+ mipMapFadeDistanceStart: 1
+ mipMapFadeDistanceEnd: 3
+ bumpmap:
+ convertToNormalMap: 0
+ externalNormalMap: 0
+ heightScale: 0.25
+ normalMapFilter: 0
+ flipGreenChannel: 0
+ isReadable: 0
+ streamingMipmaps: 0
+ streamingMipmapsPriority: 0
+ vTOnly: 0
+ ignoreMipmapLimit: 0
+ grayScaleToAlpha: 0
+ generateCubemap: 6
+ cubemapConvolution: 1
+ seamlessCubemap: 1
+ textureFormat: 1
+ maxTextureSize: 2048
+ textureSettings:
+ serializedVersion: 2
+ filterMode: 2
+ aniso: 0
+ mipBias: 0
+ wrapU: 1
+ wrapV: 1
+ wrapW: 1
+ nPOTScale: 1
+ lightmap: 0
+ compressionQuality: 50
+ spriteMode: 0
+ spriteExtrude: 1
+ spriteMeshType: 1
+ alignment: 0
+ spritePivot: {x: 0.5, y: 0.5}
+ spritePixelsToUnits: 100
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
+ spriteGenerateFallbackPhysicsShape: 1
+ alphaUsage: 1
+ alphaIsTransparency: 0
+ spriteTessellationDetail: -1
+ textureType: 0
+ textureShape: 2
+ singleChannelComponent: 0
+ flipbookRows: 1
+ flipbookColumns: 1
+ maxTextureSizeSet: 0
+ compressionQualitySet: 0
+ textureFormatSet: 0
+ ignorePngGamma: 0
+ applyGammaDecoding: 0
+ swizzle: 50462976
+ cookieLightType: 0
+ platformSettings:
+ - serializedVersion: 3
+ buildTarget: DefaultTexturePlatform
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 100
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ - serializedVersion: 3
+ buildTarget: Standalone
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ - serializedVersion: 3
+ buildTarget: iPhone
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ - serializedVersion: 3
+ buildTarget: Android
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ spriteSheet:
+ serializedVersion: 2
+ sprites: []
+ outline: []
+ physicsShape: []
+ bones: []
+ spriteID:
+ internalID: 0
+ vertices: []
+ indices:
+ edges: []
+ weights: []
+ secondaryTextures: []
+ nameFileIdTable: {}
+ mipmapLimitGroupName:
+ pSDRemoveMatte: 0
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Scenes/witwics/ReflectionProbe-2.exr b/Assets/Scenes/witwics/ReflectionProbe-2.exr
index a8033ca..24b32b9 100644
Binary files a/Assets/Scenes/witwics/ReflectionProbe-2.exr and b/Assets/Scenes/witwics/ReflectionProbe-2.exr differ
diff --git a/Assets/Scenes/witwics/ReflectionProbe-3.exr b/Assets/Scenes/witwics/ReflectionProbe-3.exr
index 100ccef..26b0287 100644
Binary files a/Assets/Scenes/witwics/ReflectionProbe-3.exr and b/Assets/Scenes/witwics/ReflectionProbe-3.exr differ
diff --git a/Assets/Scenes/witwics/ReflectionProbe-4.exr b/Assets/Scenes/witwics/ReflectionProbe-4.exr
index 16ff58d..690e68c 100644
Binary files a/Assets/Scenes/witwics/ReflectionProbe-4.exr and b/Assets/Scenes/witwics/ReflectionProbe-4.exr differ
diff --git a/Assets/Scenes/witwics/ReflectionProbe-5.exr b/Assets/Scenes/witwics/ReflectionProbe-5.exr
index 238e33d..4864279 100644
Binary files a/Assets/Scenes/witwics/ReflectionProbe-5.exr and b/Assets/Scenes/witwics/ReflectionProbe-5.exr differ
diff --git a/Assets/Scenes/witwics/ReflectionProbe-6.exr b/Assets/Scenes/witwics/ReflectionProbe-6.exr
index 3d777a4..ce1b3f9 100644
Binary files a/Assets/Scenes/witwics/ReflectionProbe-6.exr and b/Assets/Scenes/witwics/ReflectionProbe-6.exr differ
diff --git a/Assets/Scenes/witwics/ReflectionProbe-7.exr b/Assets/Scenes/witwics/ReflectionProbe-7.exr
new file mode 100644
index 0000000..fdd17b4
Binary files /dev/null and b/Assets/Scenes/witwics/ReflectionProbe-7.exr differ
diff --git a/Assets/Scenes/witwics/ReflectionProbe-7.exr.meta b/Assets/Scenes/witwics/ReflectionProbe-7.exr.meta
new file mode 100644
index 0000000..ccf498d
--- /dev/null
+++ b/Assets/Scenes/witwics/ReflectionProbe-7.exr.meta
@@ -0,0 +1,140 @@
+fileFormatVersion: 2
+guid: ad4687cac247eb44d8fed76560f66495
+TextureImporter:
+ internalIDToNameTable: []
+ externalObjects: {}
+ serializedVersion: 12
+ mipmaps:
+ mipMapMode: 0
+ enableMipMap: 1
+ sRGBTexture: 1
+ linearTexture: 0
+ fadeOut: 0
+ borderMipMap: 0
+ mipMapsPreserveCoverage: 0
+ alphaTestReferenceValue: 0.5
+ mipMapFadeDistanceStart: 1
+ mipMapFadeDistanceEnd: 3
+ bumpmap:
+ convertToNormalMap: 0
+ externalNormalMap: 0
+ heightScale: 0.25
+ normalMapFilter: 0
+ flipGreenChannel: 0
+ isReadable: 0
+ streamingMipmaps: 0
+ streamingMipmapsPriority: 0
+ vTOnly: 0
+ ignoreMipmapLimit: 0
+ grayScaleToAlpha: 0
+ generateCubemap: 6
+ cubemapConvolution: 1
+ seamlessCubemap: 1
+ textureFormat: 1
+ maxTextureSize: 2048
+ textureSettings:
+ serializedVersion: 2
+ filterMode: 2
+ aniso: 0
+ mipBias: 0
+ wrapU: 1
+ wrapV: 1
+ wrapW: 1
+ nPOTScale: 1
+ lightmap: 0
+ compressionQuality: 50
+ spriteMode: 0
+ spriteExtrude: 1
+ spriteMeshType: 1
+ alignment: 0
+ spritePivot: {x: 0.5, y: 0.5}
+ spritePixelsToUnits: 100
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
+ spriteGenerateFallbackPhysicsShape: 1
+ alphaUsage: 1
+ alphaIsTransparency: 0
+ spriteTessellationDetail: -1
+ textureType: 0
+ textureShape: 2
+ singleChannelComponent: 0
+ flipbookRows: 1
+ flipbookColumns: 1
+ maxTextureSizeSet: 0
+ compressionQualitySet: 0
+ textureFormatSet: 0
+ ignorePngGamma: 0
+ applyGammaDecoding: 0
+ swizzle: 50462976
+ cookieLightType: 0
+ platformSettings:
+ - serializedVersion: 3
+ buildTarget: DefaultTexturePlatform
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 100
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ - serializedVersion: 3
+ buildTarget: Standalone
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ - serializedVersion: 3
+ buildTarget: iPhone
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ - serializedVersion: 3
+ buildTarget: Android
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ spriteSheet:
+ serializedVersion: 2
+ sprites: []
+ outline: []
+ physicsShape: []
+ bones: []
+ spriteID:
+ internalID: 0
+ vertices: []
+ indices:
+ edges: []
+ weights: []
+ secondaryTextures: []
+ nameFileIdTable: {}
+ mipmapLimitGroupName:
+ pSDRemoveMatte: 0
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Scenes/witwics/ReflectionProbe-8.exr b/Assets/Scenes/witwics/ReflectionProbe-8.exr
new file mode 100644
index 0000000..2e232ba
Binary files /dev/null and b/Assets/Scenes/witwics/ReflectionProbe-8.exr differ
diff --git a/Assets/Scenes/witwics/ReflectionProbe-8.exr.meta b/Assets/Scenes/witwics/ReflectionProbe-8.exr.meta
new file mode 100644
index 0000000..f107092
--- /dev/null
+++ b/Assets/Scenes/witwics/ReflectionProbe-8.exr.meta
@@ -0,0 +1,140 @@
+fileFormatVersion: 2
+guid: 424230c49a836784ab0efc53b7c2b5c4
+TextureImporter:
+ internalIDToNameTable: []
+ externalObjects: {}
+ serializedVersion: 12
+ mipmaps:
+ mipMapMode: 0
+ enableMipMap: 1
+ sRGBTexture: 1
+ linearTexture: 0
+ fadeOut: 0
+ borderMipMap: 0
+ mipMapsPreserveCoverage: 0
+ alphaTestReferenceValue: 0.5
+ mipMapFadeDistanceStart: 1
+ mipMapFadeDistanceEnd: 3
+ bumpmap:
+ convertToNormalMap: 0
+ externalNormalMap: 0
+ heightScale: 0.25
+ normalMapFilter: 0
+ flipGreenChannel: 0
+ isReadable: 0
+ streamingMipmaps: 0
+ streamingMipmapsPriority: 0
+ vTOnly: 0
+ ignoreMipmapLimit: 0
+ grayScaleToAlpha: 0
+ generateCubemap: 6
+ cubemapConvolution: 1
+ seamlessCubemap: 1
+ textureFormat: 1
+ maxTextureSize: 2048
+ textureSettings:
+ serializedVersion: 2
+ filterMode: 2
+ aniso: 0
+ mipBias: 0
+ wrapU: 1
+ wrapV: 1
+ wrapW: 1
+ nPOTScale: 1
+ lightmap: 0
+ compressionQuality: 50
+ spriteMode: 0
+ spriteExtrude: 1
+ spriteMeshType: 1
+ alignment: 0
+ spritePivot: {x: 0.5, y: 0.5}
+ spritePixelsToUnits: 100
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
+ spriteGenerateFallbackPhysicsShape: 1
+ alphaUsage: 1
+ alphaIsTransparency: 0
+ spriteTessellationDetail: -1
+ textureType: 0
+ textureShape: 2
+ singleChannelComponent: 0
+ flipbookRows: 1
+ flipbookColumns: 1
+ maxTextureSizeSet: 0
+ compressionQualitySet: 0
+ textureFormatSet: 0
+ ignorePngGamma: 0
+ applyGammaDecoding: 0
+ swizzle: 50462976
+ cookieLightType: 0
+ platformSettings:
+ - serializedVersion: 3
+ buildTarget: DefaultTexturePlatform
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 100
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ - serializedVersion: 3
+ buildTarget: Standalone
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ - serializedVersion: 3
+ buildTarget: iPhone
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ - serializedVersion: 3
+ buildTarget: Android
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ spriteSheet:
+ serializedVersion: 2
+ sprites: []
+ outline: []
+ physicsShape: []
+ bones: []
+ spriteID:
+ internalID: 0
+ vertices: []
+ indices:
+ edges: []
+ weights: []
+ secondaryTextures: []
+ nameFileIdTable: {}
+ mipmapLimitGroupName:
+ pSDRemoveMatte: 0
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Scenes/witwics/ReflectionProbe-9.exr b/Assets/Scenes/witwics/ReflectionProbe-9.exr
new file mode 100644
index 0000000..0538abd
Binary files /dev/null and b/Assets/Scenes/witwics/ReflectionProbe-9.exr differ
diff --git a/Assets/Scenes/witwics/ReflectionProbe-9.exr.meta b/Assets/Scenes/witwics/ReflectionProbe-9.exr.meta
new file mode 100644
index 0000000..7bf013b
--- /dev/null
+++ b/Assets/Scenes/witwics/ReflectionProbe-9.exr.meta
@@ -0,0 +1,140 @@
+fileFormatVersion: 2
+guid: b43ae566dd91ee7468a7947758d81ad1
+TextureImporter:
+ internalIDToNameTable: []
+ externalObjects: {}
+ serializedVersion: 12
+ mipmaps:
+ mipMapMode: 0
+ enableMipMap: 1
+ sRGBTexture: 1
+ linearTexture: 0
+ fadeOut: 0
+ borderMipMap: 0
+ mipMapsPreserveCoverage: 0
+ alphaTestReferenceValue: 0.5
+ mipMapFadeDistanceStart: 1
+ mipMapFadeDistanceEnd: 3
+ bumpmap:
+ convertToNormalMap: 0
+ externalNormalMap: 0
+ heightScale: 0.25
+ normalMapFilter: 0
+ flipGreenChannel: 0
+ isReadable: 0
+ streamingMipmaps: 0
+ streamingMipmapsPriority: 0
+ vTOnly: 0
+ ignoreMipmapLimit: 0
+ grayScaleToAlpha: 0
+ generateCubemap: 6
+ cubemapConvolution: 1
+ seamlessCubemap: 1
+ textureFormat: 1
+ maxTextureSize: 2048
+ textureSettings:
+ serializedVersion: 2
+ filterMode: 2
+ aniso: 0
+ mipBias: 0
+ wrapU: 1
+ wrapV: 1
+ wrapW: 1
+ nPOTScale: 1
+ lightmap: 0
+ compressionQuality: 50
+ spriteMode: 0
+ spriteExtrude: 1
+ spriteMeshType: 1
+ alignment: 0
+ spritePivot: {x: 0.5, y: 0.5}
+ spritePixelsToUnits: 100
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
+ spriteGenerateFallbackPhysicsShape: 1
+ alphaUsage: 1
+ alphaIsTransparency: 0
+ spriteTessellationDetail: -1
+ textureType: 0
+ textureShape: 2
+ singleChannelComponent: 0
+ flipbookRows: 1
+ flipbookColumns: 1
+ maxTextureSizeSet: 0
+ compressionQualitySet: 0
+ textureFormatSet: 0
+ ignorePngGamma: 0
+ applyGammaDecoding: 0
+ swizzle: 50462976
+ cookieLightType: 0
+ platformSettings:
+ - serializedVersion: 3
+ buildTarget: DefaultTexturePlatform
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 100
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ - serializedVersion: 3
+ buildTarget: Standalone
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ - serializedVersion: 3
+ buildTarget: iPhone
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ - serializedVersion: 3
+ buildTarget: Android
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ spriteSheet:
+ serializedVersion: 2
+ sprites: []
+ outline: []
+ physicsShape: []
+ bones: []
+ spriteID:
+ internalID: 0
+ vertices: []
+ indices:
+ edges: []
+ weights: []
+ secondaryTextures: []
+ nameFileIdTable: {}
+ mipmapLimitGroupName:
+ pSDRemoveMatte: 0
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Shaders/Light Strip.shader b/Assets/Shaders/Light Strip.shader
index 349aa4c..cc84322 100644
--- a/Assets/Shaders/Light Strip.shader
+++ b/Assets/Shaders/Light Strip.shader
@@ -1,4 +1,4 @@
-Shader "Carmen/Light Strip"
+Shader "Carmen/SDF/Light Strip"
{
Properties
{
@@ -8,11 +8,12 @@ Shader "Carmen/Light Strip"
}
SubShader
{
- Tags { "RenderType"="Opaque" }
+ Tags { "Queue"="Transparent" "RenderType"="Transparent" }
LOD 200
Pass {
Cull Off
+ Blend SrcAlpha OneMinusSrcAlpha
CGPROGRAM
#include "UnityCG.cginc"
@@ -47,9 +48,17 @@ Shader "Carmen/Light Strip"
fixed4 frag(V2F i) : SV_TARGET
{
- half4 Tex = UNITY_SAMPLE_TEX2D(_MainTex, i.uv);
- if (Tex.r < 0.5) discard;
- return fixed4((Tex * _Color * (_Glow + 1.0)).rgb, Tex.r);
+ half _LineThickness = 0.05;
+
+ half sdf_sample = UNITY_SAMPLE_TEX2D(_MainTex, i.uv).r;
+ half sdf_halfchange = (abs(ddx(sdf_sample)) + abs(ddy(sdf_sample))) / 2.0;
+ half alphastep_loweredge = (1.0 - _LineThickness) - sdf_halfchange;
+ half alphastep_upperedge = (1.0 - _LineThickness) + sdf_halfchange;
+ half alphastep = saturate((sdf_sample - alphastep_loweredge) / (alphastep_upperedge - alphastep_loweredge));
+
+ //half3 Tex = UNITY_SAMPLE_TEX2D(_MainTex, i.uv).rrr;
+ //if (Tex.r < 0.9) discard;
+ return fixed4((_Color * (_Glow + 1.0)).rgb, alphastep.r);
}
ENDCG
}
diff --git a/Assets/Textures/T_Dot.png b/Assets/Textures/T_Dot.png
deleted file mode 100644
index 6b1f0aa..0000000
Binary files a/Assets/Textures/T_Dot.png and /dev/null differ
diff --git a/Assets/Textures/T_Dot_SDF.png.meta b/Assets/Textures/T_Dot_SDF.png.meta
index 4e548fa..a01c980 100644
--- a/Assets/Textures/T_Dot_SDF.png.meta
+++ b/Assets/Textures/T_Dot_SDF.png.meta
@@ -5,7 +5,7 @@ TextureImporter:
externalObjects: {}
serializedVersion: 12
mipmaps:
- mipMapMode: 0
+ mipMapMode: 1
enableMipMap: 0
sRGBTexture: 0
linearTexture: 0
diff --git a/Assets/Textures/T_Round2Signs_SDF.png b/Assets/Textures/T_Round2Signs_SDF.png
new file mode 100644
index 0000000..6fcb8fc
Binary files /dev/null and b/Assets/Textures/T_Round2Signs_SDF.png differ
diff --git a/Assets/Textures/T_Round2Signs_SDF.png.meta b/Assets/Textures/T_Round2Signs_SDF.png.meta
new file mode 100644
index 0000000..5ba4ab0
--- /dev/null
+++ b/Assets/Textures/T_Round2Signs_SDF.png.meta
@@ -0,0 +1,140 @@
+fileFormatVersion: 2
+guid: c0cbcb92aaff1b74fb44436c4bf9b969
+TextureImporter:
+ internalIDToNameTable: []
+ externalObjects: {}
+ serializedVersion: 12
+ mipmaps:
+ mipMapMode: 1
+ enableMipMap: 0
+ sRGBTexture: 0
+ linearTexture: 0
+ fadeOut: 0
+ borderMipMap: 0
+ mipMapsPreserveCoverage: 0
+ alphaTestReferenceValue: 0.5
+ mipMapFadeDistanceStart: 1
+ mipMapFadeDistanceEnd: 3
+ bumpmap:
+ convertToNormalMap: 0
+ externalNormalMap: 0
+ heightScale: 0.25
+ normalMapFilter: 0
+ flipGreenChannel: 0
+ isReadable: 0
+ streamingMipmaps: 1
+ streamingMipmapsPriority: 0
+ vTOnly: 0
+ ignoreMipmapLimit: 0
+ grayScaleToAlpha: 0
+ generateCubemap: 6
+ cubemapConvolution: 0
+ seamlessCubemap: 0
+ textureFormat: 1
+ maxTextureSize: 2048
+ textureSettings:
+ serializedVersion: 2
+ filterMode: 1
+ aniso: 1
+ mipBias: 0
+ wrapU: 0
+ wrapV: 0
+ wrapW: 0
+ nPOTScale: 1
+ lightmap: 0
+ compressionQuality: 50
+ spriteMode: 0
+ spriteExtrude: 1
+ spriteMeshType: 1
+ alignment: 0
+ spritePivot: {x: 0.5, y: 0.5}
+ spritePixelsToUnits: 100
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
+ spriteGenerateFallbackPhysicsShape: 1
+ alphaUsage: 1
+ alphaIsTransparency: 0
+ spriteTessellationDetail: -1
+ textureType: 10
+ textureShape: 1
+ singleChannelComponent: 1
+ flipbookRows: 1
+ flipbookColumns: 1
+ maxTextureSizeSet: 0
+ compressionQualitySet: 0
+ textureFormatSet: 0
+ ignorePngGamma: 0
+ applyGammaDecoding: 0
+ swizzle: 50462976
+ cookieLightType: 0
+ platformSettings:
+ - serializedVersion: 3
+ buildTarget: DefaultTexturePlatform
+ maxTextureSize: 512
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 3
+ compressionQuality: 30
+ crunchedCompression: 1
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ - serializedVersion: 3
+ buildTarget: Standalone
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ - serializedVersion: 3
+ buildTarget: iPhone
+ maxTextureSize: 512
+ resizeAlgorithm: 0
+ textureFormat: 50
+ textureCompression: 1
+ compressionQuality: 0
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 1
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ - serializedVersion: 3
+ buildTarget: Android
+ maxTextureSize: 512
+ resizeAlgorithm: 0
+ textureFormat: 50
+ textureCompression: 1
+ compressionQuality: 0
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 1
+ ignorePlatformSupport: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ spriteSheet:
+ serializedVersion: 2
+ sprites: []
+ outline: []
+ physicsShape: []
+ bones: []
+ spriteID:
+ internalID: 0
+ vertices: []
+ indices:
+ edges: []
+ weights: []
+ secondaryTextures: []
+ nameFileIdTable: {}
+ mipmapLimitGroupName:
+ pSDRemoveMatte: 0
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Textures/T_TheChase.png.meta b/Assets/Textures/T_TheChase.png.meta
index cac26e6..1d67edf 100644
--- a/Assets/Textures/T_TheChase.png.meta
+++ b/Assets/Textures/T_TheChase.png.meta
@@ -69,7 +69,7 @@ TextureImporter:
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
- maxTextureSize: 2048
+ maxTextureSize: 512
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 3
@@ -95,7 +95,7 @@ TextureImporter:
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: iPhone
- maxTextureSize: 512
+ maxTextureSize: 256
resizeAlgorithm: 0
textureFormat: 50
textureCompression: 1
@@ -108,7 +108,7 @@ TextureImporter:
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
- maxTextureSize: 512
+ maxTextureSize: 256
resizeAlgorithm: 0
textureFormat: 50
textureCompression: 1
diff --git a/Assets/UdonSharp/Cameras/CameraAnchor.cs b/Assets/UdonSharp/Cameras/CameraAnchor.cs
index 5a046e7..dadd845 100644
--- a/Assets/UdonSharp/Cameras/CameraAnchor.cs
+++ b/Assets/UdonSharp/Cameras/CameraAnchor.cs
@@ -165,13 +165,35 @@ public class CameraAnchor : UdonSharpBehaviour
public override void OnPlayerLeft(VRCPlayerApi LeavingPlayer)
{
- //foreach (VRCPlayerApi FollowedPlayer in _FollowedPlayers)
- //{
- // if (FollowedPlayer.displayName == LeavingPlayer.displayName)
- // {
+ bool LeavingIsInFollowed = false;
+ foreach (string FollowedPlayer in _FollowedPlayerNames)
+ {
+ if (FollowedPlayer == LeavingPlayer.displayName)
+ {
+ LeavingIsInFollowed = true;
+ break;
+ }
+ }
- // }
- //}
+ if (LeavingIsInFollowed)
+ {
+ string[] NewPlayerList = new string[_FollowedPlayerNames.Length - 1];
+ int Offset = 0;
+ for (int i = 0; i < _FollowedPlayerNames.Length; i++)
+ {
+ string PlayerName = _FollowedPlayerNames[i];
+ if (PlayerName != LeavingPlayer.displayName)
+ {
+ NewPlayerList[i-Offset] = PlayerName;
+ }
+ else
+ {
+ Offset++;
+ }
+ }
+ _FollowedPlayerNames = NewPlayerList;
+ _FollowPlayers_Synced();
+ }
base.OnPlayerLeft(LeavingPlayer);
}
diff --git a/Assets/UdonSharp/Cameras/CameraControlSystem.cs b/Assets/UdonSharp/Cameras/CameraControlSystem.cs
index 0934183..f9e2143 100644
--- a/Assets/UdonSharp/Cameras/CameraControlSystem.cs
+++ b/Assets/UdonSharp/Cameras/CameraControlSystem.cs
@@ -13,37 +13,37 @@ public class CameraControlSystem : UdonSharpBehaviour
public void CameraEnabled()
{
- foreach (Camera Camera in _CameraSystem.camerasObjects)
- {
- Camera.enabled = true;
- }
+ //foreach (Camera Camera in _CameraSystem.camerasObjects)
+ //{
+ // Camera.enabled = true;
+ //}
_Console.SetActive(true);
- _CameraSystem.gameObject.SetActive(true);
+ //_CameraSystem.gameObject.SetActive(true);
_CameraSystem.Authorize();
- foreach (Camera Cam in _CameraSystem.camerasObjects)
- {
- Cam.gameObject.SetActive(true);
- }
+ //foreach (Camera Cam in _CameraSystem.camerasObjects)
+ //{
+ // Cam.gameObject.SetActive(true);
+ //}
}
public void CameraDisabled()
{
- foreach (Camera Camera in _CameraSystem.camerasObjects)
- {
- Camera.enabled = false;
- }
+ //foreach (Camera Camera in _CameraSystem.camerasObjects)
+ //{
+ // Camera.enabled = false;
+ //}
_Console.SetActive(false);
_CameraSystem.Deauthorize();
- _CameraSystem.gameObject.SetActive(false);
+ //_CameraSystem.gameObject.SetActive(false);
- foreach (Camera Cam in _CameraSystem.camerasObjects)
- {
- Cam.gameObject.SetActive(false);
- }
+ //foreach (Camera Cam in _CameraSystem.camerasObjects)
+ //{
+ // Cam.gameObject.SetActive(false);
+ //}
}
}
diff --git a/Assets/UdonSharp/Player Permissions/HostPanelInterface.asset b/Assets/UdonSharp/Player Permissions/HostPanelInterface.asset
index ef8f3c3..0c9564b 100644
--- a/Assets/UdonSharp/Player Permissions/HostPanelInterface.asset
+++ b/Assets/UdonSharp/Player Permissions/HostPanelInterface.asset
@@ -44,7 +44,7 @@ MonoBehaviour:
Data:
- Name:
Entry: 12
- Data: 25
+ Data: 23
- Name:
Entry: 7
Data:
@@ -1346,70 +1346,16 @@ MonoBehaviour:
Data:
- Name: $k
Entry: 1
- Data: _PotatoModeImage
+ Data: SELECTED_TAB_COLOUR
- Name: $v
Entry: 7
Data: 84|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor
- - Name: k__BackingField
- Entry: 1
- Data: _PotatoModeImage
- - Name: k__BackingField
- Entry: 9
- Data: 25
- - Name: k__BackingField
- Entry: 9
- Data: 25
- - Name: k__BackingField
- Entry: 7
- Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib
- - Name:
- Entry: 6
- Data:
- - Name:
- Entry: 8
- Data:
- - Name: k__BackingField
- Entry: 5
- Data: true
- - Name: _fieldAttributes
- Entry: 7
- Data: 85|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib
- - Name:
- Entry: 12
- Data: 1
- - Name:
- Entry: 7
- Data: 86|UnityEngine.SerializeField, UnityEngine.CoreModule
- - Name:
- Entry: 8
- Data:
- - Name:
- Entry: 13
- Data:
- - Name:
- Entry: 8
- Data:
- - Name:
- Entry: 8
- Data:
- - Name:
- Entry: 8
- Data:
- - Name:
- Entry: 7
- Data:
- - Name: $k
- Entry: 1
- Data: SELECTED_TAB_COLOUR
- - Name: $v
- Entry: 7
- Data: 87|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor
- Name: k__BackingField
Entry: 1
Data: SELECTED_TAB_COLOUR
- Name: k__BackingField
Entry: 7
- Data: 88|System.RuntimeType, mscorlib
+ Data: 85|System.RuntimeType, mscorlib
- Name:
Entry: 1
Data: UnityEngine.Color, UnityEngine.CoreModule
@@ -1418,7 +1364,7 @@ MonoBehaviour:
Data:
- Name: k__BackingField
Entry: 9
- Data: 88
+ Data: 85
- Name: k__BackingField
Entry: 7
Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib
@@ -1433,55 +1379,7 @@ MonoBehaviour:
Data: false
- Name: _fieldAttributes
Entry: 7
- Data: 89|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib
- - Name:
- Entry: 12
- Data: 0
- - Name:
- Entry: 13
- Data:
- - Name:
- Entry: 8
- Data:
- - Name:
- Entry: 8
- Data:
- - Name:
- Entry: 8
- Data:
- - Name:
- Entry: 7
- Data:
- - Name: $k
- Entry: 1
- Data: POTATO_TOGGLED_ON_COLOUR
- - Name: $v
- Entry: 7
- Data: 90|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor
- - Name: k__BackingField
- Entry: 1
- Data: POTATO_TOGGLED_ON_COLOUR
- - Name: k__BackingField
- Entry: 9
- Data: 88
- - Name: k__BackingField
- Entry: 9
- Data: 88
- - Name: k__BackingField
- Entry: 7
- Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib
- - Name:
- Entry: 6
- Data:
- - Name:
- Entry: 8
- Data:
- - Name: k__BackingField
- Entry: 5
- Data: false
- - Name: _fieldAttributes
- Entry: 7
- Data: 91|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib
+ Data: 86|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib
- Name:
Entry: 12
Data: 0
diff --git a/Assets/UdonSharp/Player Permissions/HostPanelInterface.cs b/Assets/UdonSharp/Player Permissions/HostPanelInterface.cs
index b66fc54..043aff2 100644
--- a/Assets/UdonSharp/Player Permissions/HostPanelInterface.cs
+++ b/Assets/UdonSharp/Player Permissions/HostPanelInterface.cs
@@ -48,10 +48,8 @@ public class HostPanelInterface : UdonSharpBehaviour
[SerializeField] private GameManagerRound3 _Round3Manager;
[SerializeField] private PlayerPodium[] _PlayerPodiums;
[SerializeField] private CameraSystem_Console _CameraConsole;
- [SerializeField] private Image _PotatoModeImage;
private readonly Color SELECTED_TAB_COLOUR = new Color(0.0f, 0.5f, 0.0f);
- private readonly Color POTATO_TOGGLED_ON_COLOUR = new Color(0.5f, 0.0f, 0.0f);
public void ShowPlayersAdminView()
@@ -271,6 +269,6 @@ public class HostPanelInterface : UdonSharpBehaviour
public void TogglePotato()
{
- _PotatoModeImage.color = _CameraConsole.TogglePotato() ? POTATO_TOGGLED_ON_COLOUR : Color.white;
+ _CameraConsole.TogglePotato();
}
}
diff --git a/Assets/UdonSharp/UtilityScripts/BoneFollower.asset b/Assets/UdonSharp/UtilityScripts/BoneFollower.asset
index 036a370..b946757 100644
--- a/Assets/UdonSharp/UtilityScripts/BoneFollower.asset
+++ b/Assets/UdonSharp/UtilityScripts/BoneFollower.asset
@@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: c333ccfdd0cbdbc4ca30cef2dd6e6b9b, type: 3}
m_Name: BoneFollower
m_EditorClassIdentifier:
- serializedUdonProgramAsset: {fileID: 11400000, guid: 52ecc8a73071e8e40928c3609699fcf4,
+ serializedUdonProgramAsset: {fileID: 11400000, guid: ccbda9bf23e2f714c9226283c77a92e5,
type: 2}
udonAssembly:
assemblyError:
diff --git a/Assets/UdonSharp/UtilityScripts/InteractToggle.asset b/Assets/UdonSharp/UtilityScripts/InteractToggle.asset
index 13d78db..b35639e 100644
--- a/Assets/UdonSharp/UtilityScripts/InteractToggle.asset
+++ b/Assets/UdonSharp/UtilityScripts/InteractToggle.asset
@@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: c333ccfdd0cbdbc4ca30cef2dd6e6b9b, type: 3}
m_Name: InteractToggle
m_EditorClassIdentifier:
- serializedUdonProgramAsset: {fileID: 11400000, guid: 873dfce61b1514e429c92e0d2fded7de,
+ serializedUdonProgramAsset: {fileID: 11400000, guid: 405e38d3dfb2f514daeed0e28fbb4864,
type: 2}
udonAssembly:
assemblyError:
diff --git a/Assets/UdonSharp/UtilityScripts/PlayerModSetter.asset b/Assets/UdonSharp/UtilityScripts/PlayerModSetter.asset
index d89a1a4..1def3de 100644
--- a/Assets/UdonSharp/UtilityScripts/PlayerModSetter.asset
+++ b/Assets/UdonSharp/UtilityScripts/PlayerModSetter.asset
@@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: c333ccfdd0cbdbc4ca30cef2dd6e6b9b, type: 3}
m_Name: PlayerModSetter
m_EditorClassIdentifier:
- serializedUdonProgramAsset: {fileID: 11400000, guid: e81558796a212ab4d88e305e2010f24b,
+ serializedUdonProgramAsset: {fileID: 11400000, guid: f938e6c4ff027a74da405a1f9353fd2b,
type: 2}
udonAssembly:
assemblyError:
diff --git a/Assets/UdonSharp/UtilityScripts/Synced/GlobalToggleObject.asset b/Assets/UdonSharp/UtilityScripts/Synced/GlobalToggleObject.asset
index ea98aa4..8101274 100644
--- a/Assets/UdonSharp/UtilityScripts/Synced/GlobalToggleObject.asset
+++ b/Assets/UdonSharp/UtilityScripts/Synced/GlobalToggleObject.asset
@@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: c333ccfdd0cbdbc4ca30cef2dd6e6b9b, type: 3}
m_Name: GlobalToggleObject
m_EditorClassIdentifier:
- serializedUdonProgramAsset: {fileID: 11400000, guid: 2fe8ced6184000f49bca526cd2c5891c,
+ serializedUdonProgramAsset: {fileID: 11400000, guid: c49c9265a3ef24642a6a4465d0a78872,
type: 2}
udonAssembly:
assemblyError:
diff --git a/Assets/UdonSharp/UtilityScripts/Synced/MasterToggleObject.asset b/Assets/UdonSharp/UtilityScripts/Synced/MasterToggleObject.asset
index b4b3ede..901d05e 100644
--- a/Assets/UdonSharp/UtilityScripts/Synced/MasterToggleObject.asset
+++ b/Assets/UdonSharp/UtilityScripts/Synced/MasterToggleObject.asset
@@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: c333ccfdd0cbdbc4ca30cef2dd6e6b9b, type: 3}
m_Name: MasterToggleObject
m_EditorClassIdentifier:
- serializedUdonProgramAsset: {fileID: 11400000, guid: a2d01d9f36ac6df49831be249e48ecc4,
+ serializedUdonProgramAsset: {fileID: 11400000, guid: 04024a76ab1924042ba521e11cb76d91,
type: 2}
udonAssembly:
assemblyError:
diff --git a/Assets/UdonSharp/UtilityScripts/TrackingDataFollower.asset b/Assets/UdonSharp/UtilityScripts/TrackingDataFollower.asset
index c624599..da92932 100644
--- a/Assets/UdonSharp/UtilityScripts/TrackingDataFollower.asset
+++ b/Assets/UdonSharp/UtilityScripts/TrackingDataFollower.asset
@@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: c333ccfdd0cbdbc4ca30cef2dd6e6b9b, type: 3}
m_Name: TrackingDataFollower
m_EditorClassIdentifier:
- serializedUdonProgramAsset: {fileID: 11400000, guid: 1b89d4552983c0448a7389decec3b555,
+ serializedUdonProgramAsset: {fileID: 11400000, guid: 17f8fbbe6cc186d4f8dbb057b01a4ec2,
type: 2}
udonAssembly:
assemblyError:
diff --git a/Assets/UdonSharp/UtilityScripts/WorldAudioSettings.asset b/Assets/UdonSharp/UtilityScripts/WorldAudioSettings.asset
index 5226f4f..ee4621f 100644
--- a/Assets/UdonSharp/UtilityScripts/WorldAudioSettings.asset
+++ b/Assets/UdonSharp/UtilityScripts/WorldAudioSettings.asset
@@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: c333ccfdd0cbdbc4ca30cef2dd6e6b9b, type: 3}
m_Name: WorldAudioSettings
m_EditorClassIdentifier:
- serializedUdonProgramAsset: {fileID: 11400000, guid: 994b559b0f158b4499f8937980ed8694,
+ serializedUdonProgramAsset: {fileID: 11400000, guid: 128d924a3066b7546b2d1c73e61006ab,
type: 2}
udonAssembly:
assemblyError:
diff --git a/Assets/UdonSharp/ViewTabletSpawner.asset b/Assets/UdonSharp/ViewTabletSpawner.asset
new file mode 100644
index 0000000..6b03a09
--- /dev/null
+++ b/Assets/UdonSharp/ViewTabletSpawner.asset
@@ -0,0 +1,167 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!114 &11400000
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 0}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: c333ccfdd0cbdbc4ca30cef2dd6e6b9b, type: 3}
+ m_Name: ViewTabletSpawner
+ m_EditorClassIdentifier:
+ serializedUdonProgramAsset: {fileID: 11400000, guid: 8ff689aafbed974448d0ce868542b749,
+ type: 2}
+ udonAssembly:
+ assemblyError:
+ sourceCsScript: {fileID: 11500000, guid: b1e3d98a9925dc645bb398fdbd18c33b, type: 3}
+ scriptVersion: 2
+ compiledVersion: 2
+ behaviourSyncMode: 1
+ hasInteractEvent: 0
+ scriptID: 4527395773890890163
+ serializationData:
+ SerializedFormat: 2
+ SerializedBytes:
+ ReferencedUnityObjects: []
+ SerializedBytesString:
+ Prefab: {fileID: 0}
+ PrefabModificationsReferencedUnityObjects: []
+ PrefabModifications: []
+ SerializationNodes:
+ - Name: fieldDefinitions
+ Entry: 7
+ Data: 0|System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[UdonSharp.Compiler.FieldDefinition,
+ UdonSharp.Editor]], mscorlib
+ - Name: comparer
+ Entry: 7
+ Data: 1|System.Collections.Generic.GenericEqualityComparer`1[[System.String,
+ mscorlib]], mscorlib
+ - Name:
+ Entry: 8
+ Data:
+ - Name:
+ Entry: 12
+ Data: 2
+ - Name:
+ Entry: 7
+ Data:
+ - Name: $k
+ Entry: 1
+ Data: _ViewTabletSpawn
+ - Name: $v
+ Entry: 7
+ Data: 2|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor
+ - Name: k__BackingField
+ Entry: 1
+ Data: _ViewTabletSpawn
+ - Name: k__BackingField
+ Entry: 7
+ Data: 3|System.RuntimeType, mscorlib
+ - Name:
+ Entry: 1
+ Data: UnityEngine.Transform, UnityEngine.CoreModule
+ - Name:
+ Entry: 8
+ Data:
+ - Name: k__BackingField
+ Entry: 9
+ Data: 3
+ - Name: k__BackingField
+ Entry: 7
+ Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib
+ - Name:
+ Entry: 6
+ Data:
+ - Name:
+ Entry: 8
+ Data:
+ - Name: k__BackingField
+ Entry: 5
+ Data: true
+ - Name: _fieldAttributes
+ Entry: 7
+ Data: 4|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib
+ - Name:
+ Entry: 12
+ Data: 1
+ - Name:
+ Entry: 7
+ Data: 5|UnityEngine.SerializeField, UnityEngine.CoreModule
+ - Name:
+ Entry: 8
+ Data:
+ - Name:
+ Entry: 13
+ Data:
+ - Name:
+ Entry: 8
+ Data:
+ - Name:
+ Entry: 8
+ Data:
+ - Name:
+ Entry: 8
+ Data:
+ - Name:
+ Entry: 7
+ Data:
+ - Name: $k
+ Entry: 1
+ Data: _ViewTabletHeadRoot
+ - Name: $v
+ Entry: 7
+ Data: 6|UdonSharp.Compiler.FieldDefinition, UdonSharp.Editor
+ - Name: k__BackingField
+ Entry: 1
+ Data: _ViewTabletHeadRoot
+ - Name: k__BackingField
+ Entry: 9
+ Data: 3
+ - Name: k__BackingField
+ Entry: 9
+ Data: 3
+ - Name: k__BackingField
+ Entry: 7
+ Data: System.Nullable`1[[UdonSharp.UdonSyncMode, UdonSharp.Runtime]], mscorlib
+ - Name:
+ Entry: 6
+ Data:
+ - Name:
+ Entry: 8
+ Data:
+ - Name: k__BackingField
+ Entry: 5
+ Data: true
+ - Name: _fieldAttributes
+ Entry: 7
+ Data: 7|System.Collections.Generic.List`1[[System.Attribute, mscorlib]], mscorlib
+ - Name:
+ Entry: 12
+ Data: 1
+ - Name:
+ Entry: 7
+ Data: 8|UnityEngine.SerializeField, UnityEngine.CoreModule
+ - Name:
+ Entry: 8
+ Data:
+ - Name:
+ Entry: 13
+ Data:
+ - Name:
+ Entry: 8
+ Data:
+ - Name:
+ Entry: 8
+ Data:
+ - Name:
+ Entry: 8
+ Data:
+ - Name:
+ Entry: 13
+ Data:
+ - Name:
+ Entry: 8
+ Data:
diff --git a/Assets/UdonSharp/ViewTabletSpawner.asset.meta b/Assets/UdonSharp/ViewTabletSpawner.asset.meta
new file mode 100644
index 0000000..deaf5e2
--- /dev/null
+++ b/Assets/UdonSharp/ViewTabletSpawner.asset.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 415b3207e9ff8be4d92fbcfce836fba0
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 11400000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/UdonSharp/ViewTabletSpawner.cs b/Assets/UdonSharp/ViewTabletSpawner.cs
new file mode 100644
index 0000000..7181b0a
--- /dev/null
+++ b/Assets/UdonSharp/ViewTabletSpawner.cs
@@ -0,0 +1,26 @@
+
+using UdonSharp;
+using UnityEngine;
+using VRC.SDKBase;
+
+
+[UdonBehaviourSyncMode(BehaviourSyncMode.None)]
+public class ViewTabletSpawner : UdonSharpBehaviour
+{
+ [SerializeField] private Transform _ViewTabletSpawn;
+ [SerializeField] private Transform _ViewTabletHeadRoot;
+
+
+ public void SpawnAtPlayerHead(VRCPlayerApi Player)
+ {
+ _ViewTabletHeadRoot.transform.SetPositionAndRotation(
+ Player.GetBonePosition(HumanBodyBones.Head),
+ Player.GetBoneRotation(HumanBodyBones.Head));
+ }
+
+ public void Despawn()
+ {
+ _ViewTabletHeadRoot.transform.localPosition = Vector3.zero;
+ _ViewTabletHeadRoot.transform.localRotation = Quaternion.identity;
+ }
+}
diff --git a/Assets/UdonSharp/ViewTabletSpawner.cs.meta b/Assets/UdonSharp/ViewTabletSpawner.cs.meta
new file mode 100644
index 0000000..0e80575
--- /dev/null
+++ b/Assets/UdonSharp/ViewTabletSpawner.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: b1e3d98a9925dc645bb398fdbd18c33b
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Raw Files/ModemArrivalsSigns.blend b/Raw Files/ModemArrivalsSigns.blend
index ba99af6..64d5591 100644
Binary files a/Raw Files/ModemArrivalsSigns.blend and b/Raw Files/ModemArrivalsSigns.blend differ
diff --git a/vrckmart.easyplatformswitch.Editor.csproj b/vrckmart.easyplatformswitch.Editor.csproj
new file mode 100644
index 0000000..68a431c
--- /dev/null
+++ b/vrckmart.easyplatformswitch.Editor.csproj
@@ -0,0 +1,1164 @@
+
+
+
+
+ 9.0
+
+
+ Debug
+ AnyCPU
+ 10.0.20506
+ 2.0
+
+ {A471DCB6-4610-9E98-390F-F81B51A4EE50}
+ Library
+ Properties
+ vrckmart.easyplatformswitch.Editor
+ v4.7.1
+ 512
+ .
+
+
+ true
+ full
+ false
+ Temp\bin\Debug\
+ UNITY_2022_3_22;UNITY_2022_3;UNITY_2022;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_INPUT_SYSTEM;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;UNITY_POST_PROCESSING_STACK_V2;UDONSHARP;UDON;VRC_SDK_VRCSDK3;VRC_ENABLE_PLAYER_PERSISTENCE;MMM_SMARTOBJECTSYNC;MMM_SMARTOBJECTSYNC_V3;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;UNITY_EDITOR_ONLY_COMPILATION;SYSTEM_DRAWING
+ prompt
+ 4
+ 0169;USG0001
+ False
+
+
+ pdbonly
+ true
+ Temp\bin\Release\
+ prompt
+ 4
+ 0169;USG0001
+ False
+
+
+ true
+ true
+ false
+ false
+ false
+
+
+ {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
+ Package
+ 2.0.22
+ Legacy
+ Editor:5
+ StandaloneWindows64:19
+ 2022.3.22f1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.NVIDIAModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEditor.Graphs.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll
+ False
+
+
+ Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\Serilog.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.SDK3.Dynamics.Contact.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\Udon\External\VRC.Udon.ClientBindings.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\VRCSDK\Plugins\VRCSDK3-Editor.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.UAssembly.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Dependencies\librsync\librsync.net.dll
+ False
+
+
+ Library\PackageCache\com.unity.collections@2.1.4\Unity.Collections.LowLevel.ILSupport\Unity.Collections.LowLevel.ILSupport.dll
+ False
+
+
+ Packages\com.vrchat.base\Editor\VRCSDK\Plugins\VRC.SDK3.Dynamics.Constraint.Editor.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\Udon\External\VRC.Udon.VRCWrapperModules.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Dependencies\librsync\Blake2Sharp.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Dependencies\Managed\System.Collections.Immutable.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\Udon\External\VRC.Udon.Wrapper.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.Graph.dll
+ False
+
+
+ Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\vpm-core-lib.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll
+ False
+
+
+ Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\Udon\External\VRC.Udon.Common.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\VRCSDK\Plugins\VRCEconomy-Editor.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCGraphModules.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.Utility.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\VRCSDK\Plugins\VRCSDK3.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.SDK3.Dynamics.Constraint.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll
+ False
+
+
+ Packages\com.vrchat.base\Editor\VRCSDK\Plugins\VRC.SDK3.Dynamics.Contact.Editor.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.SDK3.Dynamics.PhysBone.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\Harmony\0Harmony.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.Compiler.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Dependencies\Managed\System.Runtime.CompilerServices.Unsafe.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Dependencies\Managed\Collections.Pooled.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRCSDKBase.dll
+ False
+
+
+ Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\Serilog.Sinks.File.dll
+ False
+
+
+ Library\PackageCache\com.unity.nuget.newtonsoft-json@3.2.1\Runtime\Newtonsoft.Json.dll
+ False
+
+
+ Library\PackageCache\com.unity.nuget.mono-cecil@1.11.4\Mono.Cecil.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRCSDKBase-Editor.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\Udon\External\VRC.Udon.VM.dll
+ False
+
+
+ Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\ICSharpCode.SharpZipLib.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\SDKBase-Legacy.dll
+ False
+
+
+ Packages\com.vrchat.base\Integrations\VRChat Example Central\Editor\Algolia.Search.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\Udon\External\VRC.Udon.Security.dll
+ False
+
+
+ Packages\com.vrchat.base\Editor\VRCSDK\Plugins\VRC.SDK3.Dynamics.PhysBone.Editor.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.Dynamics.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\VRCSDK\Plugins\VRCEconomy.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRCCore-Editor.dll
+ False
+
+
+ Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\YamlDotNet.dll
+ False
+
+
+ Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\Serilog.Sinks.Unity3D.dll
+ False
+
+
+ Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll
+ False
+
+
+ Library\ScriptAssemblies\UnityEditor.UI.dll
+ False
+
+
+ Library\ScriptAssemblies\UnityEngine.UI.dll
+ False
+
+
+ Library\ScriptAssemblies\UnityEditor.TestRunner.dll
+ False
+
+
+ Library\ScriptAssemblies\UnityEngine.TestRunner.dll
+ False
+
+
+
+
+ {35BA0EEF-FF0A-28D9-181F-629E12D8982F}
+ vrckmart.easyplatformswitch
+
+
+
+
+
+
diff --git a/vrckmart.easyplatformswitch.csproj b/vrckmart.easyplatformswitch.csproj
new file mode 100644
index 0000000..e2c86e4
--- /dev/null
+++ b/vrckmart.easyplatformswitch.csproj
@@ -0,0 +1,1174 @@
+
+
+
+
+ 9.0
+
+
+ Debug
+ AnyCPU
+ 10.0.20506
+ 2.0
+
+ {35BA0EEF-FF0A-28D9-181F-629E12D8982F}
+ Library
+ Properties
+ vrckmart.easyplatformswitch
+ v4.7.1
+ 512
+ .
+
+
+ true
+ full
+ false
+ Temp\bin\Debug\
+ UNITY_2022_3_22;UNITY_2022_3;UNITY_2022;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_NVIDIA;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;PLATFORM_INITIALIZES_MEMORY_MANAGER_EXPLICITLY;ENABLE_MONO;NET_4_6;NET_UNITY_4_8;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_INPUT_SYSTEM;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;UNITY_POST_PROCESSING_STACK_V2;UDONSHARP;UDON;VRC_SDK_VRCSDK3;VRC_ENABLE_PLAYER_PERSISTENCE;MMM_SMARTOBJECTSYNC;MMM_SMARTOBJECTSYNC_V3;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;SYSTEM_DRAWING
+ prompt
+ 4
+ 0169;USG0001
+ False
+
+
+ pdbonly
+ true
+ Temp\bin\Release\
+ prompt
+ 4
+ 0169;USG0001
+ False
+
+
+ true
+ true
+ false
+ false
+ false
+
+
+ {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
+ Package
+ 2.0.22
+ Legacy
+ Game:1
+ StandaloneWindows64:19
+ 2022.3.22f1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterInputModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClusterRendererModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ContentLoadModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.PropertiesModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreFontEngineModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreTextEngineModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsCommonModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.VirtualTexturingModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.DeviceSimulatorModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.DiagnosticsModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.EditorToolbarModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.PresetsUIModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.QuickSearchModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneViewModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreFontEngineModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.TextCoreTextEngineModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIBuilderModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\Managed\UnityEditor.Graphs.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\PlaybackEngines\WindowsStandaloneSupport\UnityEditor.WindowsStandalone.Extensions.dll
+ False
+
+
+ Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\Serilog.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.SDK3.Dynamics.Contact.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\Udon\External\VRC.Udon.ClientBindings.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\VRCSDK\Plugins\VRCSDK3-Editor.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.UAssembly.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Dependencies\librsync\librsync.net.dll
+ False
+
+
+ Library\PackageCache\com.unity.collections@2.1.4\Unity.Collections.LowLevel.ILSupport\Unity.Collections.LowLevel.ILSupport.dll
+ False
+
+
+ Packages\com.vrchat.base\Editor\VRCSDK\Plugins\VRC.SDK3.Dynamics.Constraint.Editor.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\Udon\External\VRC.Udon.VRCWrapperModules.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Dependencies\librsync\Blake2Sharp.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Dependencies\Managed\System.Collections.Immutable.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\Udon\External\VRC.Udon.Wrapper.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.Graph.dll
+ False
+
+
+ Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\vpm-core-lib.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll
+ False
+
+
+ Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\Udon\External\VRC.Udon.Common.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\VRCSDK\Plugins\VRCEconomy-Editor.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCGraphModules.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.Utility.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\VRCSDK\Plugins\VRCSDK3.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.SDK3.Dynamics.Constraint.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll
+ False
+
+
+ Packages\com.vrchat.base\Editor\VRCSDK\Plugins\VRC.SDK3.Dynamics.Contact.Editor.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.SDK3.Dynamics.PhysBone.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\Harmony\0Harmony.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.Compiler.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Dependencies\Managed\System.Runtime.CompilerServices.Unsafe.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Dependencies\Managed\Collections.Pooled.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRCSDKBase.dll
+ False
+
+
+ Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\Serilog.Sinks.File.dll
+ False
+
+
+ Library\PackageCache\com.unity.nuget.newtonsoft-json@3.2.1\Runtime\Newtonsoft.Json.dll
+ False
+
+
+ Library\PackageCache\com.unity.nuget.mono-cecil@1.11.4\Mono.Cecil.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRCSDKBase-Editor.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\Udon\External\VRC.Udon.VM.dll
+ False
+
+
+ Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\ICSharpCode.SharpZipLib.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\SDKBase-Legacy.dll
+ False
+
+
+ Packages\com.vrchat.base\Integrations\VRChat Example Central\Editor\Algolia.Search.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\Udon\External\VRC.Udon.Security.dll
+ False
+
+
+ Packages\com.vrchat.base\Editor\VRCSDK\Plugins\VRC.SDK3.Dynamics.PhysBone.Editor.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.Dynamics.dll
+ False
+
+
+ Packages\com.vrchat.worlds\Runtime\VRCSDK\Plugins\VRCEconomy.dll
+ False
+
+
+ Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRCCore-Editor.dll
+ False
+
+
+ Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\YamlDotNet.dll
+ False
+
+
+ Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\Serilog.Sinks.Unity3D.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Types.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.Gradle.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\PlaybackEngines\AndroidPlayer\Unity.Android.GradleProject.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\mscorlib.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Core.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Runtime.Serialization.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Xml.Linq.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Numerics.Vectors.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Net.Http.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Microsoft.CSharp.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Data.DataSetExtensions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Drawing.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.IO.Compression.FileSystem.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.ComponentModel.Composition.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\System.Transactions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\Microsoft.Win32.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\netstandard.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.AppContext.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Buffers.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Concurrent.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.NonGeneric.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Collections.Specialized.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Annotations.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.EventBasedAsync.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ComponentModel.TypeConverter.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Console.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Data.Common.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Contracts.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Debug.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.FileVersionInfo.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Process.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.StackTrace.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TextWriterTraceListener.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.Tools.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Diagnostics.TraceSource.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Drawing.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Dynamic.Runtime.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Calendars.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Globalization.Extensions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Compression.ZipFile.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.DriveInfo.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.FileSystem.Watcher.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.IsolatedStorage.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.MemoryMappedFiles.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.Pipes.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.IO.UnmanagedMemoryStream.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Expressions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Parallel.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Linq.Queryable.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Memory.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Http.Rtc.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NameResolution.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.NetworkInformation.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Ping.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Requests.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Security.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.Sockets.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebHeaderCollection.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.Client.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Net.WebSockets.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ObjectModel.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.DispatchProxy.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.ILGeneration.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Emit.Lightweight.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Extensions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Reflection.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Reader.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.ResourceManager.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Resources.Writer.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.CompilerServices.VisualC.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Extensions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Handles.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Numerics.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Formatters.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Json.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Runtime.Serialization.Xml.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Claims.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Algorithms.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Csp.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Encoding.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Cryptography.X509Certificates.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.Principal.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Security.SecureString.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Duplex.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Http.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.NetTcp.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Primitives.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ServiceModel.Security.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.Encoding.Extensions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Text.RegularExpressions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Overlapped.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Extensions.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Tasks.Parallel.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Thread.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.ThreadPool.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Threading.Timer.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.ValueTuple.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.ReaderWriter.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XDocument.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlDocument.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XmlSerializer.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.dll
+ False
+
+
+ D:\Program Files\Unity Hub\Editor\2022.3.22f1\Editor\Data\UnityReferenceAssemblies\unity-4.8-api\Facades\System.Xml.XPath.XDocument.dll
+ False
+
+
+ Library\ScriptAssemblies\UnityEditor.UI.dll
+ False
+
+
+ Library\ScriptAssemblies\UnityEngine.UI.dll
+ False
+
+
+
+
+
+
+
+