new[] { NeededTransform.ObjectToWorld };
}
}
diff --git a/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(ChangeSpeed).md b/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(ChangeSpeed).md
index adf7746ed54..521c89111f9 100644
--- a/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(ChangeSpeed).md
+++ b/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(ChangeSpeed).md
@@ -1,5 +1,8 @@
# Velocity from Direction & Speed (Change Speed)
+> [!IMPORTANT]
+> This feature is experimental. To use this feature, open the **Preferences** window, go to the **Visual Effects** tab, and enable **Experimental Operators/Blocks**.
+
Menu Path : **Velocity > [Set/Add] Velocity from Direction & Speed (Change Speed)**
The **Velocity from Direction And Speed : Change Speed** Block calculates a velocity for the particle based on the direction attribute.
diff --git a/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(NewDirection).md b/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(NewDirection).md
index 663e65f8807..1b16ce6c763 100644
--- a/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(NewDirection).md
+++ b/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(NewDirection).md
@@ -1,5 +1,8 @@
# Velocity from Direction & Speed (New Direction)
+> [!IMPORTANT]
+> This feature is experimental. To use this feature, open the **Preferences** window, go to the **Visual Effects** tab, and enable **Experimental Operators/Blocks**.
+
Menu Path : **Velocity > [Set/Add] Velocity from Direction & Speed (New Direction)**
The **Velocity from Direction And Speed (New Direction)** Block calculates a velocity for the particle based on a blend ratio between a given direction, and the direction attribute.
diff --git a/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(RandomDirection).md b/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(RandomDirection).md
index cebf390f063..69da873c2b1 100644
--- a/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(RandomDirection).md
+++ b/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(RandomDirection).md
@@ -1,5 +1,8 @@
# Velocity from Direction & Speed (Random Direction)
+> [!IMPORTANT]
+> This feature is experimental. To use this feature, open the **Preferences** window, go to the **Visual Effects** tab, and enable **Experimental Operators/Blocks**.
+
Menu Path : **Velocity > [Set/Add] Velocity from Direction & Speed (Random Direction)**
The **Velocity from Direction And Speed (Random Direction)** Block calculates a velocity for the particle based on a blend ratio between a random direction (per-particle), and the direction attribute.
diff --git a/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(Spherical).md b/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(Spherical).md
index 303f16ffbe9..c9c6e5e2616 100644
--- a/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(Spherical).md
+++ b/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(Spherical).md
@@ -1,5 +1,8 @@
# Velocity from Direction & Speed (Spherical)
+> [!IMPORTANT]
+> This feature is experimental. To use this feature, open the **Preferences** window, go to the **Visual Effects** tab, and enable **Experimental Operators/Blocks**.
+
Menu Path : **Velocity > [Set/Add] Velocity from Direction & Speed (Spherical)**
The **Velocity from Direction And Speed (Spherical)** Block calculates a velocity for the particle based on a blend ratio between the direction attribute and a spherical vector.
diff --git a/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(Tangent).md b/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(Tangent).md
index a951cf12914..c9e6e6f332d 100644
--- a/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(Tangent).md
+++ b/Packages/com.unity.visualeffectgraph/Documentation~/Block-VelocityFromDirectionAndSpeed(Tangent).md
@@ -1,5 +1,8 @@
# Velocity from Direction & Speed (Tangent)
+> [!IMPORTANT]
+> This feature is experimental. To use this feature, open the **Preferences** window, go to the **Visual Effects** tab, and enable **Experimental Operators/Blocks**.
+
Menu Path : **Velocity > [Set/Add] Velocity from Direction & Speed (Tangent)**
The **Velocity from Direction And Speed (Tangent)** Block calculates a velocity for the particle based on a blend ratio between the direction attribute and a tangent vector.
diff --git a/Packages/com.unity.visualeffectgraph/Documentation~/ExposedPropertyHelper.md b/Packages/com.unity.visualeffectgraph/Documentation~/ExposedPropertyHelper.md
index b77dbc31725..3bc1ad6146d 100644
--- a/Packages/com.unity.visualeffectgraph/Documentation~/ExposedPropertyHelper.md
+++ b/Packages/com.unity.visualeffectgraph/Documentation~/ExposedPropertyHelper.md
@@ -1,6 +1,7 @@
-Experimental: This feature is currently experimental and is subject to change in later major versions. To use this feature, enable Experimental Operators/Blocks in the Visual Effects tab of your Project's Preferences.
# Exposed Property class
+**Note:** This feature is currently experimental and is subject to change in later major versions. To use this feature, enable **Experimental Operators/Blocks** in the **Visual Effects** tab of your Project's Preferences.
+
The `ExposedProperty` class is a helper class that stores a property ID based on the property's name. The value that you assign to an `ExposedProperty` is the string name of a Shader property. The class automatically calls the `Shader.PropertyToID(string name)` function with the Shader property name as the parameter and stores the integer ID the function returns. When you use this class in a Property, Event, or EventAttribute method in the [component API](ComponentAPI.md), it implicitly uses this integer.
When you want to access a Shader property, you can either use the property's name or its ID. It is often easier to use the name of the property, however it is more efficient to use the property's integer ID. This class is useful because it combines the convenience of using the property name with the efficiency of using the property ID.
diff --git a/Packages/com.unity.visualeffectgraph/Documentation~/Operator-PointCache.md b/Packages/com.unity.visualeffectgraph/Documentation~/Operator-PointCache.md
index e2193371eb2..fbd0d805851 100644
--- a/Packages/com.unity.visualeffectgraph/Documentation~/Operator-PointCache.md
+++ b/Packages/com.unity.visualeffectgraph/Documentation~/Operator-PointCache.md
@@ -1,5 +1,8 @@
# Point Cache
+> [!IMPORTANT]
+> This feature is experimental. To use this feature, open the **Preferences** window, go to the **Visual Effects** tab, and enable **Experimental Operators/Blocks**.
+
Menu Path : **Operator > Utility > Point Cache**
The **Point Cache** Operator exposes the attribute maps and the point count stored into a [Point Cache asset](point-cache-asset.md).
diff --git a/Packages/com.unity.visualeffectgraph/Documentation~/Operator-SampleAttributeMap.md b/Packages/com.unity.visualeffectgraph/Documentation~/Operator-SampleAttributeMap.md
index 2fbb49b1f47..7599862a42e 100644
--- a/Packages/com.unity.visualeffectgraph/Documentation~/Operator-SampleAttributeMap.md
+++ b/Packages/com.unity.visualeffectgraph/Documentation~/Operator-SampleAttributeMap.md
@@ -1,5 +1,8 @@
# Sample Attribute Map
+> [!IMPORTANT]
+> This feature is experimental. To use this feature, open the **Preferences** window, go to the **Visual Effects** tab, and enable **Experimental Operators/Blocks**.
+
**Menu Path : Operator > Sampling > Attribute Map**
The Sample Attribute Map Operator enables you to sample an [attribute map](point-cache-in-vfx-graph.md#attribute-map) from a [Point Cache](point-cache-in-vfx-graph.md).
diff --git a/Packages/com.unity.visualeffectgraph/Documentation~/Properties.md b/Packages/com.unity.visualeffectgraph/Documentation~/Properties.md
index a9c4bfd1da9..4478ae68c0f 100644
--- a/Packages/com.unity.visualeffectgraph/Documentation~/Properties.md
+++ b/Packages/com.unity.visualeffectgraph/Documentation~/Properties.md
@@ -45,6 +45,8 @@ Compound Property Types are made from base data types. These types describe more
Expand Compound Property Types to access their components.
+To access components in a script, add an underscore before the component name. For example to access the `radius` component of `MySphere`, use `MySphere_radius`.
+

diff --git a/Packages/com.unity.visualeffectgraph/Documentation~/SpawnerCallbacks.md b/Packages/com.unity.visualeffectgraph/Documentation~/SpawnerCallbacks.md
index e919399b646..0e4ae290e7b 100644
--- a/Packages/com.unity.visualeffectgraph/Documentation~/SpawnerCallbacks.md
+++ b/Packages/com.unity.visualeffectgraph/Documentation~/SpawnerCallbacks.md
@@ -1,6 +1,7 @@
-Experimental: This feature is currently experimental and is subject to change in later major versions. To use this feature, enable Experimental Operators/Blocks in the Visual Effects tab of your Project's Preferences.
# Spawner Callbacks
+**Note:** This feature is currently experimental and is subject to change in later major versions. To use this feature, enable **Experimental Operators/Blocks** in the **Visual Effects** tab of your Project's Preferences.
+
Spawner Callbacks is a C# API that allows you to define custom runtime behavior and create new Blocks for use in Spawn Contexts.
Spawner Callbacks allow you to:
diff --git a/Packages/com.unity.visualeffectgraph/Documentation~/VectorFields.md b/Packages/com.unity.visualeffectgraph/Documentation~/VectorFields.md
index 449cb814596..1fb79f0d09f 100644
--- a/Packages/com.unity.visualeffectgraph/Documentation~/VectorFields.md
+++ b/Packages/com.unity.visualeffectgraph/Documentation~/VectorFields.md
@@ -1,6 +1,7 @@
-Experimental: This feature is currently experimental and is subject to change in later major versions. To use this feature, enable Experimental Operators/Blocks in the Visual Effects tab of your Project's Preferences.
# Vector Fields / Signed Distance Fields
+**Note:** This feature is currently experimental and is subject to change in later major versions. To use this feature, enable **Experimental Operators/Blocks** in the **Visual Effects** tab of your Project's Preferences.
+
Vector Fields and Signed Distance Fields are 3D Fields containing values stored in voxels. These are available as 3D Textures in Visual Effect Graph and can be imported using the Volume File (`.vf`) file format.
Volume File is an [Open Source specification](https://github.com/peeweek/VectorFieldFile/blob/master/README.md) that contains basic structure for storing floating point data. Unity automatically imports Volume File files are automatically imported in unity as 3D Textures and can be used in Visual Effect Graph Blocks and Operators that input 3D Textures, such as Vector Field or Signed Distance Field Blocks.
diff --git a/Packages/com.unity.visualeffectgraph/Editor/GraphView/VFXComponentBoard.cs b/Packages/com.unity.visualeffectgraph/Editor/GraphView/VFXComponentBoard.cs
index 18580b90260..4429a317789 100644
--- a/Packages/com.unity.visualeffectgraph/Editor/GraphView/VFXComponentBoard.cs
+++ b/Packages/com.unity.visualeffectgraph/Editor/GraphView/VFXComponentBoard.cs
@@ -337,7 +337,7 @@ void DeleteBoundsRecorder()
void UpdateBoundsRecorder()
{
- if (controller != null && m_AttachedComponent != null && m_View.controller.graph != null)
+ if (controller != null && m_AttachedComponent != null && m_View.controller?.graph != null)
{
bool wasRecording = false;
if (m_BoundsRecorder != null)
diff --git a/Packages/com.unity.visualeffectgraph/Editor/GraphView/Views/VFXView.cs b/Packages/com.unity.visualeffectgraph/Editor/GraphView/Views/VFXView.cs
index d13e18c515b..de92bd911a0 100644
--- a/Packages/com.unity.visualeffectgraph/Editor/GraphView/Views/VFXView.cs
+++ b/Packages/com.unity.visualeffectgraph/Editor/GraphView/Views/VFXView.cs
@@ -647,12 +647,6 @@ public VFXView()
toggleBlackboard.value = blackboardVisible;
m_ComponentBoard = new VFXComponentBoard(this);
-#if _ENABLE_RESTORE_BOARD_VISIBILITY
- bool componentBoardVisible = BoardPreferenceHelper.IsVisible(BoardPreferenceHelper.Board.componentBoard, false);
- if (componentBoardVisible)
- ShowComponentBoard();
- toggleComponentBoard.value = componentBoardVisible;
-#endif
Add(m_Toolbar);
Add(m_LockedElement);
diff --git a/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending.lighting b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending.lighting
new file mode 100644
index 00000000000..080f3773f3a
--- /dev/null
+++ b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending.lighting
@@ -0,0 +1,66 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!850595691 &4890085278179872738
+LightingSettings:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: 2324_Shadow_Mask_Directional_Blending
+ serializedVersion: 6
+ m_GIWorkflowMode: 1
+ m_EnableBakedLightmaps: 1
+ m_EnableRealtimeLightmaps: 0
+ m_RealtimeEnvironmentLighting: 1
+ m_BounceScale: 1
+ m_AlbedoBoost: 1
+ m_IndirectOutputScale: 1
+ m_UsingShadowmask: 1
+ m_BakeBackend: 1
+ m_LightmapMaxSize: 1024
+ m_BakeResolution: 30
+ m_Padding: 2
+ m_LightmapCompression: 3
+ m_AO: 0
+ m_AOMaxDistance: 1
+ m_CompAOExponent: 1
+ m_CompAOExponentDirect: 0
+ m_ExtractAO: 0
+ m_MixedBakeMode: 2
+ m_LightmapsBakeMode: 1
+ m_FilterMode: 1
+ m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0}
+ m_ExportTrainingData: 0
+ m_TrainingDataDestination: TrainingData
+ m_RealtimeResolution: 2
+ m_ForceWhiteAlbedo: 0
+ m_ForceUpdates: 0
+ m_FinalGather: 0
+ m_FinalGatherRayCount: 256
+ m_FinalGatherFiltering: 1
+ m_PVRCulling: 1
+ m_PVRSampling: 1
+ m_PVRDirectSampleCount: 16
+ m_PVRSampleCount: 128
+ m_PVREnvironmentSampleCount: 128
+ m_PVREnvironmentReferencePointCount: 2048
+ m_LightProbeSampleCountMultiplier: 4
+ m_PVRBounces: 2
+ m_PVRMinBounces: 2
+ m_PVREnvironmentImportanceSampling: 0
+ m_PVRFilteringMode: 2
+ m_PVRDenoiserTypeDirect: 0
+ m_PVRDenoiserTypeIndirect: 0
+ m_PVRDenoiserTypeAO: 1
+ m_PVRFilterTypeDirect: 0
+ m_PVRFilterTypeIndirect: 0
+ m_PVRFilterTypeAO: 0
+ m_PVRFilteringGaussRadiusDirect: 1
+ m_PVRFilteringGaussRadiusIndirect: 5
+ m_PVRFilteringGaussRadiusAO: 2
+ m_PVRFilteringAtrousPositionSigmaDirect: 0.5
+ m_PVRFilteringAtrousPositionSigmaIndirect: 2
+ m_PVRFilteringAtrousPositionSigmaAO: 1
+ m_PVRTiledBaking: 0
+ m_NumRaysToShootPerTexel: -1
+ m_RespectSceneVisibilityWhenBakingGI: 0
diff --git a/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending.lighting.meta b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending.lighting.meta
new file mode 100644
index 00000000000..b8136871cea
--- /dev/null
+++ b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending.lighting.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: c25c59d729edcba40bd2c4921e309ee6
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 4890085278179872738
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending.meta b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending.meta
new file mode 100644
index 00000000000..6c3d557b1fa
--- /dev/null
+++ b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 1984282812a713f45b0c95e85c183261
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending.unity b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending.unity
new file mode 100644
index 00000000000..3b141e1e39a
--- /dev/null
+++ b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending.unity
@@ -0,0 +1,1295 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!29 &1
+OcclusionCullingSettings:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_OcclusionBakeSettings:
+ smallestOccluder: 5
+ smallestHole: 0.25
+ backfaceThreshold: 100
+ m_SceneGUID: 00000000000000000000000000000000
+ m_OcclusionCullingData: {fileID: 0}
+--- !u!104 &2
+RenderSettings:
+ m_ObjectHideFlags: 0
+ serializedVersion: 9
+ m_Fog: 0
+ m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
+ m_FogMode: 3
+ m_FogDensity: 0.01
+ m_LinearFogStart: 0
+ m_LinearFogEnd: 300
+ m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1}
+ m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1}
+ m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1}
+ m_AmbientIntensity: 1
+ m_AmbientMode: 0
+ m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1}
+ m_SkyboxMaterial: {fileID: 0}
+ m_HaloStrength: 0.5
+ m_FlareStrength: 1
+ m_FlareFadeSpeed: 3
+ m_HaloTexture: {fileID: 0}
+ m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0}
+ m_DefaultReflectionMode: 0
+ m_DefaultReflectionResolution: 128
+ m_ReflectionBounces: 1
+ m_ReflectionIntensity: 1
+ m_CustomReflection: {fileID: 0}
+ m_Sun: {fileID: 0}
+ m_UseRadianceAmbientProbe: 0
+--- !u!157 &3
+LightmapSettings:
+ m_ObjectHideFlags: 0
+ serializedVersion: 12
+ m_GIWorkflowMode: 1
+ m_GISettings:
+ serializedVersion: 2
+ m_BounceScale: 1
+ m_IndirectOutputScale: 1
+ m_AlbedoBoost: 1
+ m_EnvironmentLightingMode: 0
+ m_EnableBakedLightmaps: 1
+ m_EnableRealtimeLightmaps: 0
+ m_LightmapEditorSettings:
+ serializedVersion: 12
+ m_Resolution: 2
+ m_BakeResolution: 40
+ m_AtlasSize: 1024
+ m_AO: 0
+ m_AOMaxDistance: 1
+ m_CompAOExponent: 1
+ m_CompAOExponentDirect: 0
+ m_ExtractAmbientOcclusion: 0
+ m_Padding: 2
+ m_LightmapParameters: {fileID: 0}
+ m_LightmapsBakeMode: 1
+ m_TextureCompression: 1
+ m_FinalGather: 0
+ m_FinalGatherFiltering: 1
+ m_FinalGatherRayCount: 256
+ m_ReflectionCompression: 2
+ m_MixedBakeMode: 2
+ m_BakeBackend: 1
+ m_PVRSampling: 1
+ m_PVRDirectSampleCount: 32
+ m_PVRSampleCount: 512
+ m_PVRBounces: 2
+ m_PVREnvironmentSampleCount: 256
+ m_PVREnvironmentReferencePointCount: 2048
+ m_PVRFilteringMode: 1
+ m_PVRDenoiserTypeDirect: 1
+ m_PVRDenoiserTypeIndirect: 1
+ m_PVRDenoiserTypeAO: 1
+ m_PVRFilterTypeDirect: 0
+ m_PVRFilterTypeIndirect: 0
+ m_PVRFilterTypeAO: 0
+ m_PVREnvironmentMIS: 1
+ m_PVRCulling: 1
+ m_PVRFilteringGaussRadiusDirect: 1
+ m_PVRFilteringGaussRadiusIndirect: 5
+ m_PVRFilteringGaussRadiusAO: 2
+ m_PVRFilteringAtrousPositionSigmaDirect: 0.5
+ m_PVRFilteringAtrousPositionSigmaIndirect: 2
+ m_PVRFilteringAtrousPositionSigmaAO: 1
+ m_ExportTrainingData: 0
+ m_TrainingDataDestination: TrainingData
+ m_LightProbeSampleCountMultiplier: 4
+ m_LightingDataAsset: {fileID: 112000000, guid: e77744b3ad5f14e4b95dcd93644cc6d7,
+ type: 2}
+ m_LightingSettings: {fileID: 4890085278179872738, guid: c25c59d729edcba40bd2c4921e309ee6,
+ type: 2}
+--- !u!196 &4
+NavMeshSettings:
+ serializedVersion: 2
+ m_ObjectHideFlags: 0
+ m_BuildSettings:
+ serializedVersion: 3
+ agentTypeID: 0
+ agentRadius: 0.5
+ agentHeight: 2
+ agentSlope: 45
+ agentClimb: 0.4
+ ledgeDropHeight: 0
+ maxJumpAcrossDistance: 0
+ minRegionArea: 2
+ manualCellSize: 0
+ cellSize: 0.16666667
+ manualTileSize: 0
+ tileSize: 256
+ buildHeightMesh: 0
+ maxJobWorkers: 0
+ preserveTilesOutsideBounds: 0
+ debug:
+ m_Flags: 0
+ m_NavMeshData: {fileID: 0}
+--- !u!1 &164434937
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 164434941}
+ - component: {fileID: 164434940}
+ - component: {fileID: 164434939}
+ - component: {fileID: 164434938}
+ m_Layer: 0
+ m_Name: Cube
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 1
+ m_IsActive: 1
+--- !u!65 &164434938
+BoxCollider:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 164434937}
+ m_Material: {fileID: 0}
+ m_IncludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_ExcludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_LayerOverridePriority: 0
+ m_IsTrigger: 0
+ m_ProvidesContacts: 0
+ m_Enabled: 1
+ serializedVersion: 3
+ m_Size: {x: 1, y: 1, z: 1}
+ m_Center: {x: 0, y: 0, z: 0}
+--- !u!23 &164434939
+MeshRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 164434937}
+ m_Enabled: 1
+ m_CastShadows: 1
+ m_ReceiveShadows: 1
+ m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
+ m_MotionVectors: 1
+ m_LightProbeUsage: 1
+ m_ReflectionProbeUsage: 1
+ m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RenderingLayerMask: 257
+ m_RendererPriority: 0
+ m_Materials:
+ - {fileID: 2100000, guid: 7313a93bda592af419185a9a15bb991a, type: 2}
+ m_StaticBatchInfo:
+ firstSubMesh: 0
+ subMeshCount: 0
+ m_StaticBatchRoot: {fileID: 0}
+ m_ProbeAnchor: {fileID: 0}
+ m_LightProbeVolumeOverride: {fileID: 0}
+ m_ScaleInLightmap: 1
+ m_ReceiveGI: 1
+ m_PreserveUVs: 0
+ m_IgnoreNormalsForChartDetection: 0
+ m_ImportantGI: 0
+ m_StitchLightmapSeams: 1
+ m_SelectedEditorRenderState: 3
+ m_MinimumChartSize: 4
+ m_AutoUVMaxDistance: 0.5
+ m_AutoUVMaxAngle: 89
+ m_LightmapParameters: {fileID: 0}
+ m_SortingLayerID: 0
+ m_SortingLayer: 0
+ m_SortingOrder: 0
+ m_AdditionalVertexStreams: {fileID: 0}
+--- !u!33 &164434940
+MeshFilter:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 164434937}
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
+--- !u!4 &164434941
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 164434937}
+ serializedVersion: 2
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
+ m_LocalPosition: {x: 2, y: 0.5, z: 2}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 289952001}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!1 &267228352
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 267228353}
+ - component: {fileID: 267228355}
+ - component: {fileID: 267228354}
+ m_Layer: 0
+ m_Name: Text
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &267228353
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 267228352}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068}
+ m_LocalPosition: {x: -1.4, y: 0, z: -1.6}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 2021937674}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!102 &267228354
+TextMesh:
+ serializedVersion: 3
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 267228352}
+ m_Text: ' Blending Shadow Mask
+
+ and Cascade Shadows'
+ m_OffsetZ: 0
+ m_CharacterSize: 0.25
+ m_LineSpacing: 1
+ m_Anchor: 0
+ m_Alignment: 1
+ m_TabSize: 4
+ m_FontSize: 0
+ m_FontStyle: 0
+ m_RichText: 1
+ m_Font: {fileID: 12800000, guid: 306d620c715872046bf76568b7f382d4, type: 3}
+ m_Color:
+ serializedVersion: 2
+ rgba: 4294967295
+--- !u!23 &267228355
+MeshRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 267228352}
+ m_Enabled: 1
+ m_CastShadows: 1
+ m_ReceiveShadows: 1
+ m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
+ m_MotionVectors: 1
+ m_LightProbeUsage: 1
+ m_ReflectionProbeUsage: 1
+ m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RenderingLayerMask: 257
+ m_RendererPriority: 0
+ m_Materials:
+ - {fileID: 2100000, guid: 306d620c715872046bf76568b7f382d4, type: 3}
+ m_StaticBatchInfo:
+ firstSubMesh: 0
+ subMeshCount: 0
+ m_StaticBatchRoot: {fileID: 0}
+ m_ProbeAnchor: {fileID: 0}
+ m_LightProbeVolumeOverride: {fileID: 0}
+ m_ScaleInLightmap: 1
+ m_ReceiveGI: 1
+ m_PreserveUVs: 0
+ m_IgnoreNormalsForChartDetection: 0
+ m_ImportantGI: 0
+ m_StitchLightmapSeams: 1
+ m_SelectedEditorRenderState: 3
+ m_MinimumChartSize: 4
+ m_AutoUVMaxDistance: 0.5
+ m_AutoUVMaxAngle: 89
+ m_LightmapParameters: {fileID: 0}
+ m_SortingLayerID: 0
+ m_SortingLayer: 0
+ m_SortingOrder: 0
+ m_AdditionalVertexStreams: {fileID: 0}
+--- !u!1 &289952000
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 289952001}
+ m_Layer: 0
+ m_Name: Geometry
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &289952001
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 289952000}
+ 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: 1776966065}
+ - {fileID: 1043512983}
+ - {fileID: 1640068560}
+ - {fileID: 164434941}
+ m_Father: {fileID: 0}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!1 &905841793
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 905841796}
+ - component: {fileID: 905841795}
+ - component: {fileID: 905841794}
+ m_Layer: 0
+ m_Name: Directional Light
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!114 &905841794
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 905841793}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 7a68c43fe1f2a47cfa234b5eeaa98012, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_Intensity: 2
+ m_EnableSpotReflector: 1
+ m_LuxAtDistance: 1
+ m_InnerSpotPercent: 0
+ m_SpotIESCutoffPercent: 100
+ m_LightDimmer: 1
+ m_VolumetricDimmer: 1
+ m_LightUnit: 2
+ m_FadeDistance: 10000
+ m_VolumetricFadeDistance: 10000
+ m_AffectDiffuse: 1
+ m_AffectSpecular: 1
+ m_NonLightmappedOnly: 0
+ m_ShapeWidth: 0.5
+ m_ShapeHeight: 0.5
+ m_AspectRatio: 1
+ m_ShapeRadius: 0.025
+ m_SoftnessScale: 1
+ m_UseCustomSpotLightShadowCone: 0
+ m_CustomSpotLightShadowCone: 30
+ m_MaxSmoothness: 0.99
+ m_ApplyRangeAttenuation: 1
+ m_DisplayAreaLightEmissiveMesh: 0
+ m_AreaLightCookie: {fileID: 0}
+ m_IESPoint: {fileID: 0}
+ m_IESSpot: {fileID: 0}
+ m_IncludeForRayTracing: 1
+ m_AreaLightShadowCone: 120
+ m_UseScreenSpaceShadows: 0
+ m_InteractsWithSky: 1
+ m_AngularDiameter: 0.5
+ m_FlareSize: 2
+ m_FlareTint: {r: 1, g: 1, b: 1, a: 1}
+ m_FlareFalloff: 4
+ m_SurfaceTexture: {fileID: 0}
+ m_SurfaceTint: {r: 1, g: 1, b: 1, a: 1}
+ m_Distance: 1.5e+11
+ m_UseRayTracedShadows: 0
+ m_NumRayTracingSamples: 4
+ m_FilterTracedShadow: 1
+ m_FilterSizeTraced: 16
+ m_SunLightConeAngle: 0.5
+ m_LightShadowRadius: 0.5
+ m_SemiTransparentShadow: 0
+ m_ColorShadow: 1
+ m_DistanceBasedFiltering: 0
+ m_EvsmExponent: 15
+ m_EvsmLightLeakBias: 0
+ m_EvsmVarianceBias: 0.00001
+ m_EvsmBlurPasses: 0
+ m_LightlayersMask: 1
+ m_LinkShadowLayers: 1
+ m_ShadowNearPlane: 0.1
+ m_BlockerSampleCount: 24
+ m_FilterSampleCount: 16
+ m_MinFilterSize: 0.1
+ m_KernelSize: 5
+ m_LightAngle: 1
+ m_MaxDepthBias: 0.001
+ m_ShadowResolution:
+ m_Override: 512
+ m_UseOverride: 1
+ m_Level: 0
+ m_ShadowDimmer: 1
+ m_VolumetricShadowDimmer: 1
+ m_ShadowFadeDistance: 10000
+ m_UseContactShadow:
+ m_Override: 0
+ m_UseOverride: 1
+ m_Level: 0
+ m_RayTracedContactShadow: 0
+ m_ShadowTint: {r: 0, g: 0, b: 0, a: 1}
+ m_PenumbraTint: 0
+ m_NormalBias: 0.75
+ m_SlopeBias: 0.5
+ m_ShadowUpdateMode: 0
+ m_AlwaysDrawDynamicShadows: 0
+ m_UpdateShadowOnLightMovement: 0
+ m_CachedShadowTranslationThreshold: 0.01
+ m_CachedShadowAngularThreshold: 0.5
+ m_BarnDoorAngle: 90
+ m_BarnDoorLength: 0.05
+ m_preserveCachedShadow: 0
+ m_OnDemandShadowRenderOnPlacement: 1
+ m_ShadowCascadeRatios:
+ - 0.05
+ - 0.2
+ - 0.3
+ m_ShadowCascadeBorders:
+ - 0.2
+ - 0.2
+ - 0.2
+ - 0.2
+ m_ShadowAlgorithm: 0
+ m_ShadowVariant: 0
+ m_ShadowPrecision: 0
+ useOldInspector: 0
+ useVolumetric: 1
+ featuresFoldout: 1
+ m_AreaLightEmissiveMeshShadowCastingMode: 0
+ m_AreaLightEmissiveMeshMotionVectorGenerationMode: 0
+ m_AreaLightEmissiveMeshLayer: -1
+ m_Version: 11
+ m_ObsoleteShadowResolutionTier: 1
+ m_ObsoleteUseShadowQualitySettings: 0
+ m_ObsoleteCustomShadowResolution: 512
+ m_ObsoleteContactShadows: 0
+ m_PointlightHDType: 0
+ m_SpotLightShape: 0
+ m_AreaLightShape: 0
+--- !u!108 &905841795
+Light:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 905841793}
+ m_Enabled: 1
+ serializedVersion: 10
+ m_Type: 1
+ m_Shape: 0
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
+ m_Intensity: 2
+ m_Range: 10
+ m_SpotAngle: 30
+ m_InnerSpotAngle: 21.80208
+ m_CookieSize: 10
+ m_Shadows:
+ m_Type: 2
+ m_Resolution: -1
+ m_CustomResolution: -1
+ m_Strength: 1
+ m_Bias: 0.05
+ m_NormalBias: 0.4
+ m_NearPlane: 0.2
+ m_CullingMatrixOverride:
+ e00: 1
+ e01: 0
+ e02: 0
+ e03: 0
+ e10: 0
+ e11: 1
+ e12: 0
+ e13: 0
+ e20: 0
+ e21: 0
+ e22: 1
+ e23: 0
+ e30: 0
+ e31: 0
+ e32: 0
+ e33: 1
+ m_UseCullingMatrixOverride: 0
+ m_Cookie: {fileID: 0}
+ m_DrawHalo: 0
+ m_Flare: {fileID: 0}
+ m_RenderMode: 0
+ m_CullingMask:
+ serializedVersion: 2
+ m_Bits: 4294967295
+ m_RenderingLayerMask: 1
+ m_Lightmapping: 1
+ m_LightShadowCasterMode: 2
+ m_AreaSize: {x: 0.5, y: 0.5}
+ m_BounceIntensity: 1
+ m_ColorTemperature: 6570
+ m_UseColorTemperature: 1
+ m_BoundingSphereOverride: {x: 0, y: 6e-45, z: 0, w: 0.0000015517596}
+ m_UseBoundingSphereOverride: 0
+ m_UseViewFrustumForShadowCasterCull: 1
+ m_ShadowRadius: 0
+ m_ShadowAngle: 0.5
+--- !u!4 &905841796
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 905841793}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0, y: 0.92387956, z: -0.38268343, w: 0}
+ m_LocalPosition: {x: 0, y: 3, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 0}
+ m_LocalEulerAnglesHint: {x: 45, y: 180, z: 0}
+--- !u!1 &957872100
+GameObject:
+ m_ObjectHideFlags: 1
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 957872102}
+ - component: {fileID: 957872101}
+ m_Layer: 0
+ m_Name: StaticLightingSky
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!114 &957872101
+MonoBehaviour:
+ m_ObjectHideFlags: 1
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 957872100}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 441482e8936e35048a1dffac814e3ef8, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_Profile: {fileID: 11400000, guid: 37aad87d36c1f0948a40c0ffaba772ac, type: 2}
+ m_StaticLightingSkyUniqueID: 0
+ m_StaticLightingCloudsUniqueID: 0
+ m_StaticLightingVolumetricClouds: 0
+--- !u!4 &957872102
+Transform:
+ m_ObjectHideFlags: 1
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 957872100}
+ 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: []
+ m_Father: {fileID: 0}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!1 &1043512979
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1043512983}
+ - component: {fileID: 1043512982}
+ - component: {fileID: 1043512981}
+ - component: {fileID: 1043512980}
+ m_Layer: 0
+ m_Name: Cube
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 1
+ m_IsActive: 1
+--- !u!65 &1043512980
+BoxCollider:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1043512979}
+ m_Material: {fileID: 0}
+ m_IncludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_ExcludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_LayerOverridePriority: 0
+ m_IsTrigger: 0
+ m_ProvidesContacts: 0
+ m_Enabled: 1
+ serializedVersion: 3
+ m_Size: {x: 1, y: 1, z: 1}
+ m_Center: {x: 0, y: 0, z: 0}
+--- !u!23 &1043512981
+MeshRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1043512979}
+ m_Enabled: 1
+ m_CastShadows: 1
+ m_ReceiveShadows: 1
+ m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
+ m_MotionVectors: 1
+ m_LightProbeUsage: 1
+ m_ReflectionProbeUsage: 1
+ m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RenderingLayerMask: 257
+ m_RendererPriority: 0
+ m_Materials:
+ - {fileID: 2100000, guid: 7313a93bda592af419185a9a15bb991a, type: 2}
+ m_StaticBatchInfo:
+ firstSubMesh: 0
+ subMeshCount: 0
+ m_StaticBatchRoot: {fileID: 0}
+ m_ProbeAnchor: {fileID: 0}
+ m_LightProbeVolumeOverride: {fileID: 0}
+ m_ScaleInLightmap: 1
+ m_ReceiveGI: 1
+ m_PreserveUVs: 0
+ m_IgnoreNormalsForChartDetection: 0
+ m_ImportantGI: 0
+ m_StitchLightmapSeams: 1
+ m_SelectedEditorRenderState: 3
+ m_MinimumChartSize: 4
+ m_AutoUVMaxDistance: 0.5
+ m_AutoUVMaxAngle: 89
+ m_LightmapParameters: {fileID: 0}
+ m_SortingLayerID: 0
+ m_SortingLayer: 0
+ m_SortingOrder: 0
+ m_AdditionalVertexStreams: {fileID: 0}
+--- !u!33 &1043512982
+MeshFilter:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1043512979}
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
+--- !u!4 &1043512983
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1043512979}
+ serializedVersion: 2
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
+ m_LocalPosition: {x: -2, y: 0.5, z: -2}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 289952001}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!1 &1333523458
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1333523459}
+ - component: {fileID: 1333523461}
+ - component: {fileID: 1333523460}
+ m_Layer: 0
+ m_Name: Text
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &1333523459
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1333523458}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068}
+ m_LocalPosition: {x: -3, y: 0, z: -3.6}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 2021937674}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!102 &1333523460
+TextMesh:
+ serializedVersion: 3
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1333523458}
+ m_Text: Cascade Shadows
+ m_OffsetZ: 0
+ m_CharacterSize: 0.25
+ m_LineSpacing: 1
+ m_Anchor: 0
+ m_Alignment: 1
+ m_TabSize: 4
+ m_FontSize: 0
+ m_FontStyle: 0
+ m_RichText: 1
+ m_Font: {fileID: 12800000, guid: 306d620c715872046bf76568b7f382d4, type: 3}
+ m_Color:
+ serializedVersion: 2
+ rgba: 4294967295
+--- !u!23 &1333523461
+MeshRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1333523458}
+ m_Enabled: 1
+ m_CastShadows: 1
+ m_ReceiveShadows: 1
+ m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
+ m_MotionVectors: 1
+ m_LightProbeUsage: 1
+ m_ReflectionProbeUsage: 1
+ m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RenderingLayerMask: 257
+ m_RendererPriority: 0
+ m_Materials:
+ - {fileID: 2100000, guid: 306d620c715872046bf76568b7f382d4, type: 3}
+ m_StaticBatchInfo:
+ firstSubMesh: 0
+ subMeshCount: 0
+ m_StaticBatchRoot: {fileID: 0}
+ m_ProbeAnchor: {fileID: 0}
+ m_LightProbeVolumeOverride: {fileID: 0}
+ m_ScaleInLightmap: 1
+ m_ReceiveGI: 1
+ m_PreserveUVs: 0
+ m_IgnoreNormalsForChartDetection: 0
+ m_ImportantGI: 0
+ m_StitchLightmapSeams: 1
+ m_SelectedEditorRenderState: 3
+ m_MinimumChartSize: 4
+ m_AutoUVMaxDistance: 0.5
+ m_AutoUVMaxAngle: 89
+ m_LightmapParameters: {fileID: 0}
+ m_SortingLayerID: 0
+ m_SortingLayer: 0
+ m_SortingOrder: 0
+ m_AdditionalVertexStreams: {fileID: 0}
+--- !u!1 &1431081063
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1431081064}
+ - component: {fileID: 1431081066}
+ - component: {fileID: 1431081065}
+ m_Layer: 0
+ m_Name: Text
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &1431081064
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1431081063}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0.7071068, y: -0, z: -0, w: 0.7071068}
+ m_LocalPosition: {x: 1.2, y: 0, z: 0.39999998}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 2021937674}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!102 &1431081065
+TextMesh:
+ serializedVersion: 3
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1431081063}
+ m_Text: Shadow Mask
+ m_OffsetZ: 0
+ m_CharacterSize: 0.25
+ m_LineSpacing: 1
+ m_Anchor: 0
+ m_Alignment: 0
+ m_TabSize: 4
+ m_FontSize: 0
+ m_FontStyle: 0
+ m_RichText: 1
+ m_Font: {fileID: 12800000, guid: 306d620c715872046bf76568b7f382d4, type: 3}
+ m_Color:
+ serializedVersion: 2
+ rgba: 4294967295
+--- !u!23 &1431081066
+MeshRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1431081063}
+ m_Enabled: 1
+ m_CastShadows: 1
+ m_ReceiveShadows: 1
+ m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
+ m_MotionVectors: 1
+ m_LightProbeUsage: 1
+ m_ReflectionProbeUsage: 1
+ m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RenderingLayerMask: 257
+ m_RendererPriority: 0
+ m_Materials:
+ - {fileID: 2100000, guid: 306d620c715872046bf76568b7f382d4, type: 3}
+ m_StaticBatchInfo:
+ firstSubMesh: 0
+ subMeshCount: 0
+ m_StaticBatchRoot: {fileID: 0}
+ m_ProbeAnchor: {fileID: 0}
+ m_LightProbeVolumeOverride: {fileID: 0}
+ m_ScaleInLightmap: 1
+ m_ReceiveGI: 1
+ m_PreserveUVs: 0
+ m_IgnoreNormalsForChartDetection: 0
+ m_ImportantGI: 0
+ m_StitchLightmapSeams: 1
+ m_SelectedEditorRenderState: 3
+ m_MinimumChartSize: 4
+ m_AutoUVMaxDistance: 0.5
+ m_AutoUVMaxAngle: 89
+ m_LightmapParameters: {fileID: 0}
+ m_SortingLayerID: 0
+ m_SortingLayer: 0
+ m_SortingOrder: 0
+ m_AdditionalVertexStreams: {fileID: 0}
+--- !u!1 &1623273628
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1623273629}
+ - component: {fileID: 1623273630}
+ m_Layer: 0
+ m_Name: Scene Settings
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &1623273629
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1623273628}
+ 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: []
+ m_Father: {fileID: 0}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!114 &1623273630
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1623273628}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_IsGlobal: 1
+ priority: 0
+ blendDistance: 0
+ weight: 1
+ sharedProfile: {fileID: 11400000, guid: 37aad87d36c1f0948a40c0ffaba772ac, type: 2}
+--- !u!1 &1640068556
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1640068560}
+ - component: {fileID: 1640068559}
+ - component: {fileID: 1640068558}
+ - component: {fileID: 1640068557}
+ m_Layer: 0
+ m_Name: Cube
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 1
+ m_IsActive: 1
+--- !u!65 &1640068557
+BoxCollider:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1640068556}
+ m_Material: {fileID: 0}
+ m_IncludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_ExcludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_LayerOverridePriority: 0
+ m_IsTrigger: 0
+ m_ProvidesContacts: 0
+ m_Enabled: 1
+ serializedVersion: 3
+ m_Size: {x: 1, y: 1, z: 1}
+ m_Center: {x: 0, y: 0, z: 0}
+--- !u!23 &1640068558
+MeshRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1640068556}
+ m_Enabled: 1
+ m_CastShadows: 1
+ m_ReceiveShadows: 1
+ m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
+ m_MotionVectors: 1
+ m_LightProbeUsage: 1
+ m_ReflectionProbeUsage: 1
+ m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RenderingLayerMask: 257
+ m_RendererPriority: 0
+ m_Materials:
+ - {fileID: 2100000, guid: 7313a93bda592af419185a9a15bb991a, type: 2}
+ m_StaticBatchInfo:
+ firstSubMesh: 0
+ subMeshCount: 0
+ m_StaticBatchRoot: {fileID: 0}
+ m_ProbeAnchor: {fileID: 0}
+ m_LightProbeVolumeOverride: {fileID: 0}
+ m_ScaleInLightmap: 1
+ m_ReceiveGI: 1
+ m_PreserveUVs: 0
+ m_IgnoreNormalsForChartDetection: 0
+ m_ImportantGI: 0
+ m_StitchLightmapSeams: 1
+ m_SelectedEditorRenderState: 3
+ m_MinimumChartSize: 4
+ m_AutoUVMaxDistance: 0.5
+ m_AutoUVMaxAngle: 89
+ m_LightmapParameters: {fileID: 0}
+ m_SortingLayerID: 0
+ m_SortingLayer: 0
+ m_SortingOrder: 0
+ m_AdditionalVertexStreams: {fileID: 0}
+--- !u!33 &1640068559
+MeshFilter:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1640068556}
+ m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
+--- !u!4 &1640068560
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1640068556}
+ serializedVersion: 2
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
+ m_LocalPosition: {x: 0, y: 0.5, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 289952001}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!1 &1776966061
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1776966065}
+ - component: {fileID: 1776966064}
+ - component: {fileID: 1776966063}
+ - component: {fileID: 1776966062}
+ m_Layer: 0
+ m_Name: Plane
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 1
+ m_IsActive: 1
+--- !u!64 &1776966062
+MeshCollider:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1776966061}
+ m_Material: {fileID: 0}
+ m_IncludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_ExcludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_LayerOverridePriority: 0
+ m_IsTrigger: 0
+ m_ProvidesContacts: 0
+ m_Enabled: 1
+ serializedVersion: 5
+ m_Convex: 0
+ m_CookingOptions: 30
+ m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0}
+--- !u!23 &1776966063
+MeshRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1776966061}
+ m_Enabled: 1
+ m_CastShadows: 1
+ m_ReceiveShadows: 1
+ m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
+ m_MotionVectors: 1
+ m_LightProbeUsage: 1
+ m_ReflectionProbeUsage: 1
+ m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RenderingLayerMask: 257
+ m_RendererPriority: 0
+ m_Materials:
+ - {fileID: 2100000, guid: 7313a93bda592af419185a9a15bb991a, type: 2}
+ m_StaticBatchInfo:
+ firstSubMesh: 0
+ subMeshCount: 0
+ m_StaticBatchRoot: {fileID: 0}
+ m_ProbeAnchor: {fileID: 0}
+ m_LightProbeVolumeOverride: {fileID: 0}
+ m_ScaleInLightmap: 1
+ m_ReceiveGI: 1
+ m_PreserveUVs: 0
+ m_IgnoreNormalsForChartDetection: 0
+ m_ImportantGI: 0
+ m_StitchLightmapSeams: 1
+ m_SelectedEditorRenderState: 3
+ m_MinimumChartSize: 4
+ m_AutoUVMaxDistance: 0.5
+ m_AutoUVMaxAngle: 89
+ m_LightmapParameters: {fileID: 0}
+ m_SortingLayerID: 0
+ m_SortingLayer: 0
+ m_SortingOrder: 0
+ m_AdditionalVertexStreams: {fileID: 0}
+--- !u!33 &1776966064
+MeshFilter:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1776966061}
+ m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0}
+--- !u!4 &1776966065
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1776966061}
+ 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: []
+ m_Father: {fileID: 289952001}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!1001 &1780256919
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 0}
+ m_Modifications:
+ - target: {fileID: 1132393308280272, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
+ propertyPath: m_Name
+ value: HDRP_Test_Camera
+ objectReference: {fileID: 0}
+ - target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -1.6
+ objectReference: {fileID: 0}
+ - target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: 4.61
+ objectReference: {fileID: 0}
+ - target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -5.41
+ objectReference: {fileID: 0}
+ - target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 0.891802
+ objectReference: {fileID: 0}
+ - target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: 0.41207024
+ objectReference: {fileID: 0}
+ - target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: 0.16955586
+ objectReference: {fileID: 0}
+ - target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0.07834578
+ objectReference: {fileID: 0}
+ - target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 49.6
+ objectReference: {fileID: 0}
+ - target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 21.53
+ objectReference: {fileID: 0}
+ - target: {fileID: 4209882255362944, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 114777190906822814, guid: c07ace9ab142ca9469fa377877c2f1e7,
+ type: 3}
+ propertyPath: m_Version
+ value: 9
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: c07ace9ab142ca9469fa377877c2f1e7, type: 3}
+--- !u!1 &2021937673
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 2021937674}
+ m_Layer: 0
+ m_Name: Text
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &2021937674
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 2021937673}
+ 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: 1333523459}
+ - {fileID: 267228353}
+ - {fileID: 1431081064}
+ m_Father: {fileID: 0}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!1660057539 &9223372036854775807
+SceneRoots:
+ m_ObjectHideFlags: 0
+ m_Roots:
+ - {fileID: 1780256919}
+ - {fileID: 905841796}
+ - {fileID: 289952001}
+ - {fileID: 2021937674}
+ - {fileID: 1623273629}
+ - {fileID: 957872102}
diff --git a/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending.unity.meta b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending.unity.meta
new file mode 100644
index 00000000000..bbd25169bc5
--- /dev/null
+++ b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending.unity.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: f24d300b30af57d49b18a301c0ff2e1c
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/GeometryMaterial.mat b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/GeometryMaterial.mat
new file mode 100644
index 00000000000..d011ea7fac8
--- /dev/null
+++ b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/GeometryMaterial.mat
@@ -0,0 +1,276 @@
+%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: GeometryMaterial
+ m_Shader: {fileID: 4800000, guid: 6e4ae4064600d784cac1e41a9e6f2e59, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
+ m_ValidKeywords:
+ - _DISABLE_SSR_TRANSPARENT
+ - _NORMALMAP_TANGENT_SPACE
+ m_InvalidKeywords: []
+ m_LightmapFlags: 4
+ m_EnableInstancingVariants: 0
+ m_DoubleSidedGI: 0
+ m_CustomRenderQueue: 2225
+ stringTagMap: {}
+ disabledShaderPasses:
+ - TransparentDepthPrepass
+ - TransparentDepthPostpass
+ - TransparentBackface
+ - RayTracingPrepass
+ - MOTIONVECTORS
+ m_LockedProperties:
+ m_SavedProperties:
+ serializedVersion: 3
+ m_TexEnvs:
+ - _AnisotropyMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _BaseColorMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _BentNormalMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _BentNormalMapOS:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _CoatMaskMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _DetailMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _EmissiveColorMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _HeightMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _IridescenceMaskMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _IridescenceThicknessMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _MainTex:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _MaskMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _NormalMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _NormalMapOS:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _SpecularColorMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _SubsurfaceMaskMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _TangentMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _TangentMapOS:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _ThicknessMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _TransmissionMaskMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _TransmittanceColorMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - unity_Lightmaps:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - unity_LightmapsInd:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - unity_ShadowMasks:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Ints: []
+ m_Floats:
+ - _AORemapMax: 1
+ - _AORemapMin: 0
+ - _ATDistance: 1
+ - _AddPrecomputedVelocity: 0
+ - _AlbedoAffectEmissive: 0
+ - _AlphaCutoff: 0.5
+ - _AlphaCutoffEnable: 0
+ - _AlphaCutoffPostpass: 0.5
+ - _AlphaCutoffPrepass: 0.5
+ - _AlphaCutoffShadow: 0.5
+ - _AlphaDstBlend: 0
+ - _AlphaRemapMax: 1
+ - _AlphaRemapMin: 0
+ - _AlphaSrcBlend: 1
+ - _Anisotropy: 0
+ - _BlendMode: 0
+ - _CoatMask: 0
+ - _CullMode: 2
+ - _CullModeForward: 2
+ - _Cutoff: 0.5
+ - _DepthOffsetEnable: 0
+ - _DetailAlbedoScale: 1
+ - _DetailNormalScale: 1
+ - _DetailSmoothnessScale: 1
+ - _DiffusionProfile: 0
+ - _DiffusionProfileHash: 0
+ - _DisplacementLockObjectScale: 1
+ - _DisplacementLockTilingScale: 1
+ - _DisplacementMode: 0
+ - _DoubleSidedEnable: 0
+ - _DoubleSidedGIMode: 0
+ - _DoubleSidedNormalMode: 1
+ - _DstBlend: 0
+ - _EmissiveColorMode: 1
+ - _EmissiveExposureWeight: 1
+ - _EmissiveIntensity: 1
+ - _EmissiveIntensityUnit: 0
+ - _EnableBlendModePreserveSpecularLighting: 1
+ - _EnableFogOnTransparent: 1
+ - _EnableGeometricSpecularAA: 0
+ - _EnergyConservingSpecularColor: 1
+ - _HeightAmplitude: 0.02
+ - _HeightCenter: 0.5
+ - _HeightMapParametrization: 0
+ - _HeightMax: 1
+ - _HeightMin: -1
+ - _HeightOffset: 0
+ - _HeightPoMAmplitude: 2
+ - _HeightTessAmplitude: 2
+ - _HeightTessCenter: 0.5
+ - _InvTilingScale: 1
+ - _Ior: 1.5
+ - _IridescenceMask: 1
+ - _IridescenceThickness: 1
+ - _LinkDetailsWithBase: 1
+ - _MaterialID: 1
+ - _Metallic: 0
+ - _MetallicRemapMax: 1
+ - _MetallicRemapMin: 0
+ - _NormalMapSpace: 0
+ - _NormalScale: 1
+ - _ObjectSpaceUVMapping: 0
+ - _ObjectSpaceUVMappingEmissive: 0
+ - _OpaqueCullMode: 2
+ - _PPDLodThreshold: 5
+ - _PPDMaxSamples: 15
+ - _PPDMinSamples: 5
+ - _PPDPrimitiveLength: 1
+ - _PPDPrimitiveWidth: 1
+ - _RayTracing: 0
+ - _ReceivesSSR: 1
+ - _ReceivesSSRTransparent: 0
+ - _RefractionModel: 0
+ - _Smoothness: 0.5
+ - _SmoothnessRemapMax: 1
+ - _SmoothnessRemapMin: 0
+ - _SpecularAAScreenSpaceVariance: 0.1
+ - _SpecularAAThreshold: 0.2
+ - _SpecularOcclusionMode: 1
+ - _SrcBlend: 1
+ - _StencilRef: 0
+ - _StencilRefDepth: 8
+ - _StencilRefGBuffer: 10
+ - _StencilRefMV: 40
+ - _StencilWriteMask: 6
+ - _StencilWriteMaskDepth: 9
+ - _StencilWriteMaskGBuffer: 15
+ - _StencilWriteMaskMV: 41
+ - _SubsurfaceMask: 1
+ - _SupportDecals: 1
+ - _SurfaceType: 0
+ - _TexWorldScale: 1
+ - _TexWorldScaleEmissive: 1
+ - _Thickness: 1
+ - _TransmissionEnable: 1
+ - _TransmissionMask: 1
+ - _TransparentBackfaceEnable: 0
+ - _TransparentCullMode: 2
+ - _TransparentDepthPostpassEnable: 0
+ - _TransparentDepthPrepassEnable: 0
+ - _TransparentSortPriority: 0
+ - _TransparentWritingMotionVec: 0
+ - _TransparentZWrite: 0
+ - _UVBase: 0
+ - _UVDetail: 0
+ - _UVEmissive: 0
+ - _UseEmissiveIntensity: 0
+ - _UseShadowThreshold: 0
+ - _ZTestDepthEqualForOpaque: 3
+ - _ZTestGBuffer: 4
+ - _ZTestTransparent: 4
+ - _ZWrite: 1
+ m_Colors:
+ - _BaseColor: {r: 1, g: 1, b: 1, a: 1}
+ - _BaseColorMap_MipInfo: {r: 0, g: 0, b: 0, a: 0}
+ - _Color: {r: 1, g: 1, b: 1, a: 1}
+ - _DiffusionProfileAsset: {r: 0, g: 0, b: 0, a: 0}
+ - _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0}
+ - _EmissionColor: {r: 1, g: 1, b: 1, a: 1}
+ - _EmissiveColor: {r: 0, g: 0, b: 0, a: 1}
+ - _EmissiveColorLDR: {r: 0, g: 0, b: 0, a: 1}
+ - _InvPrimScale: {r: 1, g: 1, b: 0, a: 0}
+ - _IridescenceThicknessRemap: {r: 0, g: 1, b: 0, a: 0}
+ - _SpecularColor: {r: 1, g: 1, b: 1, a: 1}
+ - _ThicknessRemap: {r: 0, g: 1, b: 0, a: 0}
+ - _TransmittanceColor: {r: 1, g: 1, b: 1, a: 1}
+ - _UVDetailsMappingMask: {r: 1, g: 0, b: 0, a: 0}
+ - _UVMappingMask: {r: 1, g: 0, b: 0, a: 0}
+ - _UVMappingMaskEmissive: {r: 1, g: 0, b: 0, a: 0}
+ m_BuildTextureStacks: []
+--- !u!114 &4376528658724994605
+MonoBehaviour:
+ m_ObjectHideFlags: 11
+ 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: da692e001514ec24dbc4cca1949ff7e8, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ version: 13
+ hdPluginSubTargetMaterialVersions:
+ m_Keys: []
+ m_Values:
diff --git a/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/GeometryMaterial.mat.meta b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/GeometryMaterial.mat.meta
new file mode 100644
index 00000000000..28d5ffbb8e8
--- /dev/null
+++ b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/GeometryMaterial.mat.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 7313a93bda592af419185a9a15bb991a
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 2100000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/LightingData.asset b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/LightingData.asset
new file mode 100644
index 00000000000..1e558679a25
Binary files /dev/null and b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/LightingData.asset differ
diff --git a/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/LightingData.asset.meta b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/LightingData.asset.meta
new file mode 100644
index 00000000000..106f656708a
--- /dev/null
+++ b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/LightingData.asset.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: e77744b3ad5f14e4b95dcd93644cc6d7
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 112000000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_dir.png b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_dir.png
new file mode 100644
index 00000000000..6dfb93901f4
Binary files /dev/null and b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_dir.png differ
diff --git a/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_dir.png.meta b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_dir.png.meta
new file mode 100644
index 00000000000..fddc9fd80e6
--- /dev/null
+++ b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_dir.png.meta
@@ -0,0 +1,114 @@
+fileFormatVersion: 2
+guid: 3c6144e57309097458a37b52409abeb0
+TextureImporter:
+ internalIDToNameTable: []
+ externalObjects: {}
+ serializedVersion: 13
+ mipmaps:
+ mipMapMode: 0
+ enableMipMap: 1
+ 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: 3
+ 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: 12
+ textureShape: 1
+ 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: 2
+ compressionQuality: 50
+ 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
+ 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/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_light.exr b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_light.exr
new file mode 100644
index 00000000000..f86e1e1cae2
Binary files /dev/null and b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_light.exr differ
diff --git a/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_light.exr.meta b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_light.exr.meta
new file mode 100644
index 00000000000..0df0e05a651
--- /dev/null
+++ b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_light.exr.meta
@@ -0,0 +1,114 @@
+fileFormatVersion: 2
+guid: 8b1e98947030115469641b83cc5d138d
+TextureImporter:
+ internalIDToNameTable: []
+ externalObjects: {}
+ serializedVersion: 13
+ 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: 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: 3
+ 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: 0
+ alphaIsTransparency: 0
+ spriteTessellationDetail: -1
+ textureType: 6
+ textureShape: 1
+ 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: 2
+ compressionQuality: 50
+ 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
+ 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/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_shadowmask.png b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_shadowmask.png
new file mode 100644
index 00000000000..031731a6000
Binary files /dev/null and b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_shadowmask.png differ
diff --git a/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_shadowmask.png.meta b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_shadowmask.png.meta
new file mode 100644
index 00000000000..86f8238938d
--- /dev/null
+++ b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Lightmap-0_comp_shadowmask.png.meta
@@ -0,0 +1,114 @@
+fileFormatVersion: 2
+guid: 1f007adb5a176c04a93f91e1e636a1b6
+TextureImporter:
+ internalIDToNameTable: []
+ externalObjects: {}
+ serializedVersion: 13
+ mipmaps:
+ mipMapMode: 0
+ enableMipMap: 1
+ 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: 3
+ 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: 0
+ alphaIsTransparency: 0
+ spriteTessellationDetail: -1
+ textureType: 11
+ textureShape: 1
+ 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: 2
+ compressionQuality: 50
+ 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
+ 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/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Scene Settings Profile.asset b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Scene Settings Profile.asset
new file mode 100644
index 00000000000..b3455c51fc2
--- /dev/null
+++ b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Scene Settings Profile.asset
@@ -0,0 +1,60 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!114 &-9160582307993311291
+MonoBehaviour:
+ m_ObjectHideFlags: 3
+ 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: 7ddcec8a8eb2d684d833ac8f5d26aebd, type: 3}
+ m_Name: HDShadowSettings
+ m_EditorClassIdentifier:
+ active: 1
+ interCascadeBorders: 1
+ maxShadowDistance:
+ m_OverrideState: 1
+ m_Value: 5
+ directionalTransmissionMultiplier:
+ m_OverrideState: 1
+ m_Value: 1
+ cascadeShadowSplitCount:
+ m_OverrideState: 1
+ m_Value: 2
+ cascadeShadowSplit0:
+ m_OverrideState: 1
+ m_Value: 0.4
+ cascadeShadowSplit1:
+ m_OverrideState: 0
+ m_Value: 0.15
+ cascadeShadowSplit2:
+ m_OverrideState: 0
+ m_Value: 0.3
+ cascadeShadowBorder0:
+ m_OverrideState: 1
+ m_Value: 0.1
+ cascadeShadowBorder1:
+ m_OverrideState: 1
+ m_Value: 0.33333334
+ cascadeShadowBorder2:
+ m_OverrideState: 0
+ m_Value: 0
+ cascadeShadowBorder3:
+ m_OverrideState: 0
+ m_Value: 0
+--- !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: d7fd9488000d3734a9e00ee676215985, type: 3}
+ m_Name: Scene Settings Profile
+ m_EditorClassIdentifier:
+ components:
+ - {fileID: -9160582307993311291}
diff --git a/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Scene Settings Profile.asset.meta b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Scene Settings Profile.asset.meta
new file mode 100644
index 00000000000..afc6e0d9e32
--- /dev/null
+++ b/Tests/SRPTests/Projects/HDRP_Tests/Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending/Scene Settings Profile.asset.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 37aad87d36c1f0948a40c0ffaba772ac
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 11400000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Tests/SRPTests/Projects/HDRP_Tests/ProjectSettings/EditorBuildSettings.asset b/Tests/SRPTests/Projects/HDRP_Tests/ProjectSettings/EditorBuildSettings.asset
index 23db88e1107..8ad0790140f 100644
--- a/Tests/SRPTests/Projects/HDRP_Tests/ProjectSettings/EditorBuildSettings.asset
+++ b/Tests/SRPTests/Projects/HDRP_Tests/ProjectSettings/EditorBuildSettings.asset
@@ -416,6 +416,9 @@ EditorBuildSettings:
- enabled: 1
path: Assets/GraphicTests/Scenes/2x_Lighting/2321_Shadow_Cascades_CustomProj.unity
guid: 879e29801a2c8a445a211d17ece0764a
+ - enabled: 1
+ path: Assets/GraphicTests/Scenes/2x_Lighting/2324_Shadow_Mask_Directional_Blending.unity
+ guid: f24d300b30af57d49b18a301c0ff2e1c
- enabled: 1
path: Assets/GraphicTests/Scenes/2x_Lighting/2401_Area_Light_Meshes.unity
guid: 359ded33a047fd540b5e19a98547f5e2
diff --git a/Tests/SRPTests/Projects/UniversalGraphicsTest_PostPro/Assets/Scenes/108_UpscalingFilters/BandingMaterial.mat b/Tests/SRPTests/Projects/UniversalGraphicsTest_PostPro/Assets/Scenes/108_UpscalingFilters/BandingMaterial.mat
new file mode 100644
index 00000000000..30b6f439d94
--- /dev/null
+++ b/Tests/SRPTests/Projects/UniversalGraphicsTest_PostPro/Assets/Scenes/108_UpscalingFilters/BandingMaterial.mat
@@ -0,0 +1,136 @@
+%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: BandingMaterial
+ m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, 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:
+ RenderType: Opaque
+ disabledShaderPasses:
+ - MOTIONVECTORS
+ m_LockedProperties:
+ m_SavedProperties:
+ serializedVersion: 3
+ m_TexEnvs:
+ - _BaseMap:
+ m_Texture: {fileID: 2800000, guid: 5f951043386624d62a1d57cf247df28f, type: 3}
+ m_Scale: {x: 0.1, y: 4}
+ m_Offset: {x: 0, y: 0}
+ - _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}
+ - _DetailNormalMap:
+ 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: 5f951043386624d62a1d57cf247df28f, type: 3}
+ m_Scale: {x: 0.1, y: 4}
+ 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}
+ - _SpecGlossMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - unity_Lightmaps:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - unity_LightmapsInd:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - unity_ShadowMasks:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Ints: []
+ m_Floats:
+ - _AddPrecomputedVelocity: 0
+ - _AlphaClip: 0
+ - _AlphaToMask: 0
+ - _Blend: 0
+ - _BlendModePreserveSpecular: 1
+ - _BumpScale: 1
+ - _ClearCoatMask: 0
+ - _ClearCoatSmoothness: 0
+ - _Cull: 2
+ - _Cutoff: 0.5
+ - _DetailAlbedoMapScale: 1
+ - _DetailNormalMapScale: 1
+ - _DstBlend: 0
+ - _DstBlendAlpha: 0
+ - _EnvironmentReflections: 1
+ - _GlossMapScale: 0
+ - _Glossiness: 0
+ - _GlossyReflections: 0
+ - _Metallic: 0
+ - _OcclusionStrength: 1
+ - _Parallax: 0.005
+ - _QueueOffset: 0
+ - _ReceiveShadows: 1
+ - _Smoothness: 0.5
+ - _SmoothnessTextureChannel: 0
+ - _SpecularHighlights: 1
+ - _SrcBlend: 1
+ - _SrcBlendAlpha: 1
+ - _Surface: 0
+ - _WorkflowMode: 1
+ - _ZWrite: 1
+ m_Colors:
+ - _BaseColor: {r: 1, g: 1, b: 1, a: 1}
+ - _Color: {r: 1, g: 1, b: 1, a: 1}
+ - _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
+ - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
+ m_BuildTextureStacks: []
+ m_AllowLocking: 1
+--- !u!114 &5016658129403020143
+MonoBehaviour:
+ m_ObjectHideFlags: 11
+ 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: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ version: 9
diff --git a/Tests/SRPTests/Projects/UniversalGraphicsTest_PostPro/Assets/Scenes/108_UpscalingFilters/BandingMaterial.mat.meta b/Tests/SRPTests/Projects/UniversalGraphicsTest_PostPro/Assets/Scenes/108_UpscalingFilters/BandingMaterial.mat.meta
new file mode 100644
index 00000000000..6a72da784e2
--- /dev/null
+++ b/Tests/SRPTests/Projects/UniversalGraphicsTest_PostPro/Assets/Scenes/108_UpscalingFilters/BandingMaterial.mat.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 47f5bf986eba8b04caaac72bae63c36b
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 2100000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Tests/SRPTests/Projects/UniversalGraphicsTest_PostPro/Assets/Scenes/108_UpscalingFilters_FSR_Banding.unity b/Tests/SRPTests/Projects/UniversalGraphicsTest_PostPro/Assets/Scenes/108_UpscalingFilters_FSR_Banding.unity
new file mode 100644
index 00000000000..3fef3c58008
--- /dev/null
+++ b/Tests/SRPTests/Projects/UniversalGraphicsTest_PostPro/Assets/Scenes/108_UpscalingFilters_FSR_Banding.unity
@@ -0,0 +1,576 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!29 &1
+OcclusionCullingSettings:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_OcclusionBakeSettings:
+ smallestOccluder: 5
+ smallestHole: 0.25
+ backfaceThreshold: 100
+ m_SceneGUID: 00000000000000000000000000000000
+ m_OcclusionCullingData: {fileID: 0}
+--- !u!104 &2
+RenderSettings:
+ m_ObjectHideFlags: 0
+ serializedVersion: 10
+ m_Fog: 0
+ m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
+ m_FogMode: 3
+ m_FogDensity: 0.06
+ m_LinearFogStart: 0
+ m_LinearFogEnd: 300
+ m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1}
+ m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1}
+ m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1}
+ m_AmbientIntensity: 1
+ m_AmbientMode: 0
+ m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1}
+ m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0}
+ m_HaloStrength: 0.5
+ m_FlareStrength: 1
+ m_FlareFadeSpeed: 3
+ m_HaloTexture: {fileID: 0}
+ m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0}
+ m_DefaultReflectionMode: 0
+ m_DefaultReflectionResolution: 128
+ m_ReflectionBounces: 1
+ m_ReflectionIntensity: 1
+ m_CustomReflection: {fileID: 0}
+ m_Sun: {fileID: 0}
+ m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1}
+ m_UseRadianceAmbientProbe: 0
+--- !u!157 &3
+LightmapSettings:
+ m_ObjectHideFlags: 0
+ serializedVersion: 12
+ m_GISettings:
+ serializedVersion: 2
+ m_BounceScale: 1
+ m_IndirectOutputScale: 1
+ m_AlbedoBoost: 1
+ m_EnvironmentLightingMode: 0
+ m_EnableBakedLightmaps: 1
+ m_EnableRealtimeLightmaps: 0
+ m_LightmapEditorSettings:
+ serializedVersion: 12
+ m_Resolution: 2
+ m_BakeResolution: 40
+ m_AtlasSize: 1024
+ m_AO: 0
+ m_AOMaxDistance: 1
+ m_CompAOExponent: 1
+ m_CompAOExponentDirect: 0
+ m_ExtractAmbientOcclusion: 0
+ m_Padding: 2
+ m_LightmapParameters: {fileID: 0}
+ m_LightmapsBakeMode: 1
+ m_TextureCompression: 1
+ m_ReflectionCompression: 2
+ m_MixedBakeMode: 2
+ m_BakeBackend: 1
+ m_PVRSampling: 1
+ m_PVRDirectSampleCount: 32
+ m_PVRSampleCount: 512
+ m_PVRBounces: 2
+ m_PVREnvironmentSampleCount: 256
+ m_PVREnvironmentReferencePointCount: 2048
+ m_PVRFilteringMode: 1
+ m_PVRDenoiserTypeDirect: 1
+ m_PVRDenoiserTypeIndirect: 1
+ m_PVRDenoiserTypeAO: 1
+ m_PVRFilterTypeDirect: 0
+ m_PVRFilterTypeIndirect: 0
+ m_PVRFilterTypeAO: 0
+ m_PVREnvironmentMIS: 1
+ m_PVRCulling: 1
+ m_PVRFilteringGaussRadiusDirect: 1
+ m_PVRFilteringGaussRadiusIndirect: 5
+ m_PVRFilteringGaussRadiusAO: 2
+ m_PVRFilteringAtrousPositionSigmaDirect: 0.5
+ m_PVRFilteringAtrousPositionSigmaIndirect: 2
+ m_PVRFilteringAtrousPositionSigmaAO: 1
+ m_ExportTrainingData: 0
+ m_TrainingDataDestination: TrainingData
+ m_LightProbeSampleCountMultiplier: 4
+ m_LightingDataAsset: {fileID: 0}
+ m_LightingSettings: {fileID: 0}
+--- !u!196 &4
+NavMeshSettings:
+ serializedVersion: 2
+ m_ObjectHideFlags: 0
+ m_BuildSettings:
+ serializedVersion: 3
+ agentTypeID: 0
+ agentRadius: 0.5
+ agentHeight: 2
+ agentSlope: 45
+ agentClimb: 0.4
+ ledgeDropHeight: 0
+ maxJumpAcrossDistance: 0
+ minRegionArea: 2
+ manualCellSize: 0
+ cellSize: 0.16666667
+ manualTileSize: 0
+ tileSize: 256
+ buildHeightMesh: 0
+ maxJobWorkers: 0
+ preserveTilesOutsideBounds: 0
+ debug:
+ m_Flags: 0
+ m_NavMeshData: {fileID: 0}
+--- !u!1 &291658464
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 291658468}
+ - component: {fileID: 291658467}
+ - component: {fileID: 291658466}
+ - component: {fileID: 291658465}
+ - component: {fileID: 291658469}
+ m_Layer: 0
+ m_Name: Camera
+ m_TagString: MainCamera
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!114 &291658465
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 291658464}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_RenderShadows: 1
+ m_RequiresDepthTextureOption: 2
+ m_RequiresOpaqueTextureOption: 2
+ m_CameraType: 0
+ m_Cameras: []
+ m_RendererIndex: -1
+ m_VolumeLayerMask:
+ serializedVersion: 2
+ m_Bits: 1
+ m_VolumeTrigger: {fileID: 0}
+ m_VolumeFrameworkUpdateModeOption: 2
+ m_RenderPostProcessing: 1
+ m_Antialiasing: 0
+ m_AntialiasingQuality: 2
+ m_StopNaN: 0
+ m_Dithering: 0
+ m_ClearDepth: 1
+ m_AllowXRRendering: 1
+ m_AllowHDROutput: 1
+ m_UseScreenCoordOverride: 0
+ m_ScreenSizeOverride: {x: 0, y: 0, z: 0, w: 0}
+ m_ScreenCoordScaleBias: {x: 0, y: 0, z: 0, w: 0}
+ m_RequiresDepthTexture: 0
+ m_RequiresColorTexture: 0
+ m_Version: 2
+ m_TaaSettings:
+ m_Quality: 3
+ m_FrameInfluence: 0.1
+ m_JitterScale: 1
+ m_MipBias: 0
+ m_VarianceClampScale: 0.9
+ m_ContrastAdaptiveSharpening: 0
+--- !u!81 &291658466
+AudioListener:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 291658464}
+ m_Enabled: 1
+--- !u!20 &291658467
+Camera:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 291658464}
+ m_Enabled: 1
+ serializedVersion: 2
+ m_ClearFlags: 2
+ m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
+ m_projectionMatrixMode: 1
+ m_GateFitMode: 2
+ m_FOVAxisMode: 0
+ m_Iso: 200
+ m_ShutterSpeed: 0.005
+ m_Aperture: 16
+ m_FocusDistance: 10
+ m_FocalLength: 50
+ m_BladeCount: 5
+ m_Curvature: {x: 2, y: 11}
+ m_BarrelClipping: 0.25
+ m_Anamorphism: 0
+ m_SensorSize: {x: 36, y: 24}
+ m_LensShift: {x: 0, y: 0}
+ m_NormalizedViewPortRect:
+ serializedVersion: 2
+ x: 0
+ y: 0
+ width: 1
+ height: 1
+ near clip plane: 0.3
+ far clip plane: 1000
+ field of view: 50
+ orthographic: 0
+ orthographic size: 5
+ m_Depth: 0
+ m_CullingMask:
+ serializedVersion: 2
+ m_Bits: 4294967295
+ m_RenderingPath: -1
+ m_TargetTexture: {fileID: 0}
+ m_TargetDisplay: 0
+ m_TargetEye: 3
+ m_HDR: 1
+ m_AllowMSAA: 1
+ m_AllowDynamicResolution: 0
+ m_ForceIntoRT: 0
+ m_OcclusionCulling: 1
+ m_StereoConvergence: 10
+ m_StereoSeparation: 0.022
+--- !u!4 &291658468
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 291658464}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0.27563733, y: 0, z: 0, w: 0.96126175}
+ m_LocalPosition: {x: 0, y: 1, z: -10}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 0}
+ m_LocalEulerAnglesHint: {x: 32, y: 0, z: 0}
+--- !u!114 &291658469
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 291658464}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 73231aa468d81ea49bc3d914080de185, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ ImageComparisonSettings:
+ TargetWidth: 512
+ TargetHeight: 512
+ TargetMSAASamples: 1
+ PerPixelCorrectnessThreshold: 0.001
+ PerPixelGammaThreshold: 0.003921569
+ PerPixelAlphaThreshold: 0.003921569
+ RMSEThreshold: 0
+ AverageCorrectnessThreshold: 0.005
+ IncorrectPixelsThreshold: 0.0000038146973
+ UseHDR: 0
+ UseBackBuffer: 1
+ ImageResolution: 0
+ ActiveImageTests: 1
+ ActivePixelTests: -1
+ WaitFrames: 0
+ XRCompatible: 1
+ gpuDrivenCompatible: 1
+ CheckMemoryAllocation: 1
+ renderBackendCompatibility: 2
+ SetBackBufferResolution: 0
+--- !u!1 &786493371
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 786493373}
+ - component: {fileID: 786493372}
+ m_Layer: 0
+ m_Name: SelectQualityLevel
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!114 &786493372
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 786493371}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 4f1decc188d2f3146ab93291a5c743e9, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ qualityLevelIndex: 4
+ callbacks: []
+--- !u!4 &786493373
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 786493371}
+ 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: []
+ m_Father: {fileID: 0}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!1 &1130147643
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1130147646}
+ - component: {fileID: 1130147645}
+ - component: {fileID: 1130147644}
+ m_Layer: 0
+ m_Name: Directional Light
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!114 &1130147644
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1130147643}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_Version: 3
+ m_UsePipelineSettings: 1
+ m_AdditionalLightsShadowResolutionTier: 2
+ m_LightLayerMask: 1
+ m_RenderingLayers: 1
+ m_CustomShadowLayers: 0
+ m_ShadowLayerMask: 1
+ m_ShadowRenderingLayers: 1
+ m_LightCookieSize: {x: 1, y: 1}
+ m_LightCookieOffset: {x: 0, y: 0}
+ m_SoftShadowQuality: 0
+--- !u!108 &1130147645
+Light:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1130147643}
+ m_Enabled: 1
+ serializedVersion: 11
+ m_Type: 1
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
+ m_Intensity: 0.2
+ m_Range: 10
+ m_SpotAngle: 30
+ m_InnerSpotAngle: 21.80208
+ m_CookieSize: 10
+ m_Shadows:
+ m_Type: 0
+ m_Resolution: -1
+ m_CustomResolution: -1
+ m_Strength: 1
+ m_Bias: 0.05
+ m_NormalBias: 0.4
+ m_NearPlane: 0.2
+ m_CullingMatrixOverride:
+ e00: 1
+ e01: 0
+ e02: 0
+ e03: 0
+ e10: 0
+ e11: 1
+ e12: 0
+ e13: 0
+ e20: 0
+ e21: 0
+ e22: 1
+ e23: 0
+ e30: 0
+ e31: 0
+ e32: 0
+ e33: 1
+ m_UseCullingMatrixOverride: 0
+ m_Cookie: {fileID: 0}
+ m_DrawHalo: 0
+ m_Flare: {fileID: 0}
+ m_RenderMode: 0
+ m_CullingMask:
+ serializedVersion: 2
+ m_Bits: 4294967295
+ m_RenderingLayerMask: 1
+ m_Lightmapping: 4
+ m_LightShadowCasterMode: 0
+ m_AreaSize: {x: 1, y: 1}
+ m_BounceIntensity: 1
+ m_ColorTemperature: 5000
+ m_UseColorTemperature: 1
+ m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0}
+ m_UseBoundingSphereOverride: 0
+ m_UseViewFrustumForShadowCasterCull: 1
+ m_ForceVisible: 0
+ m_ShadowRadius: 0
+ m_ShadowAngle: 0
+ m_LightUnit: 1
+ m_LuxAtDistance: 1
+ m_EnableSpotReflector: 1
+--- !u!4 &1130147646
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1130147643}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0.2743377, y: -0.24816078, z: 0.07350856, w: 0.9261488}
+ m_LocalPosition: {x: 0, y: 3, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 0}
+ m_LocalEulerAnglesHint: {x: 33, y: -30, z: 0}
+--- !u!1 &1948532025
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1948532029}
+ - component: {fileID: 1948532028}
+ - component: {fileID: 1948532027}
+ - component: {fileID: 1948532026}
+ m_Layer: 0
+ m_Name: Plane
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!64 &1948532026
+MeshCollider:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1948532025}
+ m_Material: {fileID: 0}
+ m_IncludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_ExcludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_LayerOverridePriority: 0
+ m_IsTrigger: 0
+ m_ProvidesContacts: 0
+ m_Enabled: 1
+ serializedVersion: 5
+ m_Convex: 0
+ m_CookingOptions: 30
+ m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0}
+--- !u!23 &1948532027
+MeshRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1948532025}
+ m_Enabled: 1
+ m_CastShadows: 1
+ m_ReceiveShadows: 1
+ m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
+ m_MotionVectors: 1
+ m_LightProbeUsage: 1
+ m_ReflectionProbeUsage: 1
+ m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RayTracingAccelStructBuildFlagsOverride: 0
+ m_RayTracingAccelStructBuildFlags: 1
+ m_SmallMeshCulling: 1
+ m_RenderingLayerMask: 1
+ m_RendererPriority: 0
+ m_Materials:
+ - {fileID: 2100000, guid: 47f5bf986eba8b04caaac72bae63c36b, type: 2}
+ m_StaticBatchInfo:
+ firstSubMesh: 0
+ subMeshCount: 0
+ m_StaticBatchRoot: {fileID: 0}
+ m_ProbeAnchor: {fileID: 0}
+ m_LightProbeVolumeOverride: {fileID: 0}
+ m_ScaleInLightmap: 1
+ m_ReceiveGI: 1
+ m_PreserveUVs: 0
+ m_IgnoreNormalsForChartDetection: 0
+ m_ImportantGI: 0
+ m_StitchLightmapSeams: 1
+ m_SelectedEditorRenderState: 3
+ m_MinimumChartSize: 4
+ m_AutoUVMaxDistance: 0.5
+ m_AutoUVMaxAngle: 89
+ m_LightmapParameters: {fileID: 0}
+ m_SortingLayerID: 0
+ m_SortingLayer: 0
+ m_SortingOrder: 0
+ m_AdditionalVertexStreams: {fileID: 0}
+--- !u!33 &1948532028
+MeshFilter:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1948532025}
+ m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0}
+--- !u!4 &1948532029
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1948532025}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_LocalPosition: {x: 0.7113333, y: -0.89, z: -0.41688156}
+ m_LocalScale: {x: 11.023, y: 11.023, z: 11.023}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 0}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!1660057539 &9223372036854775807
+SceneRoots:
+ m_ObjectHideFlags: 0
+ m_Roots:
+ - {fileID: 786493373}
+ - {fileID: 291658468}
+ - {fileID: 1948532029}
+ - {fileID: 1130147646}
diff --git a/Tests/SRPTests/Projects/UniversalGraphicsTest_PostPro/Assets/Scenes/108_UpscalingFilters_FSR_Banding.unity.meta b/Tests/SRPTests/Projects/UniversalGraphicsTest_PostPro/Assets/Scenes/108_UpscalingFilters_FSR_Banding.unity.meta
new file mode 100644
index 00000000000..ea47162956f
--- /dev/null
+++ b/Tests/SRPTests/Projects/UniversalGraphicsTest_PostPro/Assets/Scenes/108_UpscalingFilters_FSR_Banding.unity.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: ea75814344b5aa24c9d981fdd991cd85
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Tests/SRPTests/Projects/UniversalGraphicsTest_PostPro/ProjectSettings/EditorBuildSettings.asset b/Tests/SRPTests/Projects/UniversalGraphicsTest_PostPro/ProjectSettings/EditorBuildSettings.asset
index f4b9eece61f..27fdcf4c90e 100644
--- a/Tests/SRPTests/Projects/UniversalGraphicsTest_PostPro/ProjectSettings/EditorBuildSettings.asset
+++ b/Tests/SRPTests/Projects/UniversalGraphicsTest_PostPro/ProjectSettings/EditorBuildSettings.asset
@@ -80,6 +80,9 @@ EditorBuildSettings:
- enabled: 1
path: Assets/Scenes/108_UpscalingFilters_FSR.unity
guid: 39df0b33bc51d7f40b6ee02863991adf
+ - enabled: 1
+ path: Assets/Scenes/108_UpscalingFilters_FSR_Banding.unity
+ guid: ea75814344b5aa24c9d981fdd991cd85
- enabled: 1
path: Assets/Scenes/108_UpscalingFilters_FSR_Overlay.unity
guid: 4a3d5fa0000f96048b95bf35caa3c44c
diff --git a/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_Fog.unity b/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_Fog.unity
index fc842fc3a99..d7f22cddb5c 100644
--- a/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_Fog.unity
+++ b/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_Fog.unity
@@ -13,7 +13,7 @@ OcclusionCullingSettings:
--- !u!104 &2
RenderSettings:
m_ObjectHideFlags: 0
- serializedVersion: 9
+ serializedVersion: 10
m_Fog: 1
m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
m_FogMode: 3
@@ -38,11 +38,11 @@ RenderSettings:
m_ReflectionIntensity: 1
m_CustomReflection: {fileID: 0}
m_Sun: {fileID: 0}
- m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1}
m_UseRadianceAmbientProbe: 0
--- !u!157 &3
LightmapSettings:
m_ObjectHideFlags: 0
+ m_BakeOnSceneLoad: 0
serializedVersion: 11
m_GIWorkflowMode: 0
m_GISettings:
@@ -67,9 +67,6 @@ LightmapSettings:
m_LightmapParameters: {fileID: 0}
m_LightmapsBakeMode: 1
m_TextureCompression: 1
- m_FinalGather: 0
- m_FinalGatherFiltering: 1
- m_FinalGatherRayCount: 256
m_ReflectionCompression: 2
m_MixedBakeMode: 2
m_BakeBackend: 1
@@ -98,13 +95,14 @@ LightmapSettings:
m_TrainingDataDestination: TrainingData
m_LightProbeSampleCountMultiplier: 4
m_LightingDataAsset: {fileID: 0}
- m_UseShadowmask: 1
+ m_LightingSettings: {fileID: 4890085278179872738, guid: afc2c4206ad6e62478df7a767a3e7638,
+ type: 2}
--- !u!196 &4
NavMeshSettings:
serializedVersion: 2
m_ObjectHideFlags: 0
m_BuildSettings:
- serializedVersion: 2
+ serializedVersion: 3
agentTypeID: 0
agentRadius: 0.5
agentHeight: 2
@@ -117,7 +115,9 @@ NavMeshSettings:
cellSize: 0.16666667
manualTileSize: 0
tileSize: 256
- accuratePlacement: 0
+ buildHeightMesh: 0
+ maxJobWorkers: 0
+ preserveTilesOutsideBounds: 0
debug:
m_Flags: 0
m_NavMeshData: {fileID: 0}
@@ -148,9 +148,17 @@ SphereCollider:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 258135519}
m_Material: {fileID: 0}
+ m_IncludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_ExcludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_LayerOverridePriority: 0
m_IsTrigger: 0
+ m_ProvidesContacts: 0
m_Enabled: 1
- serializedVersion: 2
+ serializedVersion: 3
m_Radius: 0.5
m_Center: {x: 0, y: 0, z: 0}
--- !u!23 &258135521
@@ -164,10 +172,15 @@ MeshRenderer:
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RayTracingAccelStructBuildFlagsOverride: 0
+ m_RayTracingAccelStructBuildFlags: 1
+ m_SmallMeshCulling: 1
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
@@ -192,6 +205,7 @@ MeshRenderer:
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
+ m_AdditionalVertexStreams: {fileID: 0}
--- !u!33 &258135522
MeshFilter:
m_ObjectHideFlags: 0
@@ -207,12 +221,13 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 258135519}
+ serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -18.155, y: 5.969, z: 24.196}
m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
- m_RootOrder: 6
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &270514556
GameObject:
@@ -256,9 +271,17 @@ Camera:
m_projectionMatrixMode: 1
m_GateFitMode: 2
m_FOVAxisMode: 0
+ m_Iso: 200
+ m_ShutterSpeed: 0.005
+ m_Aperture: 16
+ m_FocusDistance: 10
+ m_FocalLength: 50
+ m_BladeCount: 5
+ m_Curvature: {x: 2, y: 11}
+ m_BarrelClipping: 0.25
+ m_Anamorphism: 0
m_SensorSize: {x: 36, y: 24}
m_LensShift: {x: 0, y: 0}
- m_FocalLength: 50
m_NormalizedViewPortRect:
serializedVersion: 2
x: 0
@@ -292,12 +315,13 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 270514556}
+ serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -15.42, y: 5.24, z: 15.99}
m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
- m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &270514560
MonoBehaviour:
@@ -403,6 +427,7 @@ GameObject:
m_IsActive: 1
--- !u!73398921 &488408418
VFXRenderer:
+ serializedVersion: 1
m_ObjectHideFlags: 2
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
@@ -412,13 +437,17 @@ VFXRenderer:
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
m_MotionVectors: 0
m_LightProbeUsage: 0
m_ReflectionProbeUsage: 0
m_RayTracingMode: 0
+ m_RayTraceProcedural: 0
+ m_RayTracingAccelStructBuildFlagsOverride: 0
+ m_RayTracingAccelStructBuildFlags: 1
+ m_SmallMeshCulling: 1
m_RenderingLayerMask: 1
m_RendererPriority: 0
- m_Materials: []
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
@@ -452,6 +481,8 @@ VisualEffect:
m_InitialEventNameOverriden: 0
m_StartSeed: 0
m_ResetSeedOnPlay: 0
+ m_AllowInstancing: 1
+ m_ResourceVersion: 1
m_PropertySheet:
m_Float:
m_Array: []
@@ -488,12 +519,13 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 488408417}
+ serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -18.41, y: 5.19, z: 30}
m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
- m_RootOrder: 9
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &669050717
GameObject:
@@ -522,11 +554,19 @@ MeshCollider:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 669050717}
m_Material: {fileID: 0}
+ m_IncludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_ExcludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_LayerOverridePriority: 0
m_IsTrigger: 0
+ m_ProvidesContacts: 0
m_Enabled: 1
- serializedVersion: 3
+ serializedVersion: 5
m_Convex: 0
- m_CookingOptions: 14
+ m_CookingOptions: 30
m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0}
--- !u!23 &669050719
MeshRenderer:
@@ -539,10 +579,15 @@ MeshRenderer:
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RayTracingAccelStructBuildFlagsOverride: 0
+ m_RayTracingAccelStructBuildFlags: 1
+ m_SmallMeshCulling: 1
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
@@ -567,6 +612,7 @@ MeshRenderer:
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
+ m_AdditionalVertexStreams: {fileID: 0}
--- !u!33 &669050720
MeshFilter:
m_ObjectHideFlags: 0
@@ -582,12 +628,13 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 669050717}
+ serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -18.77, y: 1.59, z: 35.26}
m_LocalScale: {x: 5, y: 5, z: 5}
+ m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
- m_RootOrder: 7
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &674445795
GameObject:
@@ -620,6 +667,8 @@ VisualEffect:
m_InitialEventNameOverriden: 0
m_StartSeed: 0
m_ResetSeedOnPlay: 0
+ m_AllowInstancing: 1
+ m_ResourceVersion: 1
m_PropertySheet:
m_Float:
m_Array: []
@@ -656,15 +705,17 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 674445795}
+ serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -18.41, y: 5.19, z: 24}
m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
- m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!73398921 &674445798
VFXRenderer:
+ serializedVersion: 1
m_ObjectHideFlags: 2
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
@@ -674,21 +725,17 @@ VFXRenderer:
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
m_MotionVectors: 0
m_LightProbeUsage: 0
m_ReflectionProbeUsage: 0
m_RayTracingMode: 0
+ m_RayTraceProcedural: 0
+ m_RayTracingAccelStructBuildFlagsOverride: 0
+ m_RayTracingAccelStructBuildFlags: 1
+ m_SmallMeshCulling: 1
m_RenderingLayerMask: 1
m_RendererPriority: 0
- m_Materials:
- - {fileID: 0}
- - {fileID: 0}
- - {fileID: 0}
- - {fileID: 0}
- - {fileID: 0}
- - {fileID: 0}
- - {fileID: 0}
- - {fileID: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
@@ -736,9 +783,17 @@ SphereCollider:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 770590750}
m_Material: {fileID: 0}
+ m_IncludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_ExcludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_LayerOverridePriority: 0
m_IsTrigger: 0
+ m_ProvidesContacts: 0
m_Enabled: 1
- serializedVersion: 2
+ serializedVersion: 3
m_Radius: 0.5
m_Center: {x: 0, y: 0, z: 0}
--- !u!23 &770590752
@@ -752,10 +807,15 @@ MeshRenderer:
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RayTracingAccelStructBuildFlagsOverride: 0
+ m_RayTracingAccelStructBuildFlags: 1
+ m_SmallMeshCulling: 1
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
@@ -780,6 +840,7 @@ MeshRenderer:
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
+ m_AdditionalVertexStreams: {fileID: 0}
--- !u!33 &770590753
MeshFilter:
m_ObjectHideFlags: 0
@@ -795,12 +856,13 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 770590750}
+ serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -18.32, y: 3.14, z: 28.52}
m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
- m_RootOrder: 5
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1208515697
GameObject:
@@ -822,6 +884,7 @@ GameObject:
m_IsActive: 1
--- !u!73398921 &1208515698
VFXRenderer:
+ serializedVersion: 1
m_ObjectHideFlags: 2
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
@@ -831,13 +894,17 @@ VFXRenderer:
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
m_MotionVectors: 0
m_LightProbeUsage: 0
m_ReflectionProbeUsage: 0
m_RayTracingMode: 0
+ m_RayTraceProcedural: 0
+ m_RayTracingAccelStructBuildFlagsOverride: 0
+ m_RayTracingAccelStructBuildFlags: 1
+ m_SmallMeshCulling: 1
m_RenderingLayerMask: 1
m_RendererPriority: 0
- m_Materials: []
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
@@ -871,6 +938,8 @@ VisualEffect:
m_InitialEventNameOverriden: 0
m_StartSeed: 0
m_ResetSeedOnPlay: 0
+ m_AllowInstancing: 1
+ m_ResourceVersion: 1
m_PropertySheet:
m_Float:
m_Array: []
@@ -907,13 +976,128 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1208515697}
+ serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -18.41, y: 5.19, z: 33}
m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
- m_RootOrder: 10
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!1 &1319315866
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1319315869}
+ - component: {fileID: 1319315868}
+ - component: {fileID: 1319315867}
+ m_Layer: 0
+ m_Name: SG
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!73398921 &1319315867
+VFXRenderer:
+ serializedVersion: 1
+ m_ObjectHideFlags: 2
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1319315866}
+ m_Enabled: 1
+ m_CastShadows: 1
+ m_ReceiveShadows: 0
+ m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
+ m_MotionVectors: 0
+ m_LightProbeUsage: 0
+ m_ReflectionProbeUsage: 0
+ m_RayTracingMode: 0
+ m_RayTraceProcedural: 0
+ m_RayTracingAccelStructBuildFlagsOverride: 0
+ m_RayTracingAccelStructBuildFlags: 1
+ m_SmallMeshCulling: 1
+ m_RenderingLayerMask: 1
+ m_RendererPriority: 0
+ m_StaticBatchInfo:
+ firstSubMesh: 0
+ subMeshCount: 0
+ m_StaticBatchRoot: {fileID: 0}
+ m_ProbeAnchor: {fileID: 0}
+ m_LightProbeVolumeOverride: {fileID: 0}
+ m_ScaleInLightmap: 1
+ m_ReceiveGI: 1
+ m_PreserveUVs: 0
+ m_IgnoreNormalsForChartDetection: 0
+ m_ImportantGI: 0
+ m_StitchLightmapSeams: 1
+ m_SelectedEditorRenderState: 3
+ m_MinimumChartSize: 4
+ m_AutoUVMaxDistance: 0.5
+ m_AutoUVMaxAngle: 89
+ m_LightmapParameters: {fileID: 0}
+ m_SortingLayerID: 0
+ m_SortingLayer: 0
+ m_SortingOrder: 0
+--- !u!2083052967 &1319315868
+VisualEffect:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1319315866}
+ m_Enabled: 1
+ m_Asset: {fileID: 8926484042661614526, guid: 20e235b4f4e8aa94386bf3cbe42dbda6, type: 3}
+ m_InitialEventName: OnPlay
+ m_InitialEventNameOverriden: 0
+ m_StartSeed: 0
+ m_ResetSeedOnPlay: 1
+ m_AllowInstancing: 1
+ m_ResourceVersion: 1
+ m_PropertySheet:
+ m_Float:
+ m_Array: []
+ m_Vector2f:
+ m_Array: []
+ m_Vector3f:
+ m_Array: []
+ m_Vector4f:
+ m_Array: []
+ m_Uint:
+ m_Array: []
+ m_Int:
+ m_Array: []
+ m_Matrix4x4f:
+ m_Array: []
+ m_AnimationCurve:
+ m_Array: []
+ m_Gradient:
+ m_Array: []
+ m_NamedObject:
+ m_Array: []
+ m_Bool:
+ m_Array: []
+--- !u!4 &1319315869
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1319315866}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068}
+ m_LocalPosition: {x: -20, y: 3, z: 21}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 0}
+ m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0}
--- !u!1 &1426010828
GameObject:
m_ObjectHideFlags: 0
@@ -941,9 +1125,17 @@ BoxCollider:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1426010828}
m_Material: {fileID: 0}
+ m_IncludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_ExcludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_LayerOverridePriority: 0
m_IsTrigger: 0
+ m_ProvidesContacts: 0
m_Enabled: 1
- serializedVersion: 2
+ serializedVersion: 3
m_Size: {x: 1, y: 1, z: 1}
m_Center: {x: 0, y: 0, z: 0}
--- !u!23 &1426010830
@@ -957,10 +1149,15 @@ MeshRenderer:
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RayTracingAccelStructBuildFlagsOverride: 0
+ m_RayTracingAccelStructBuildFlags: 1
+ m_SmallMeshCulling: 1
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
@@ -985,6 +1182,7 @@ MeshRenderer:
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
+ m_AdditionalVertexStreams: {fileID: 0}
--- !u!33 &1426010831
MeshFilter:
m_ObjectHideFlags: 0
@@ -1000,12 +1198,13 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1426010828}
+ serializedVersion: 2
m_LocalRotation: {x: -0.20829226, y: 0.32973933, z: 0.07485625, w: 0.9177597}
m_LocalPosition: {x: -14.19, y: 5.72, z: 26.04}
m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
- m_RootOrder: 4
m_LocalEulerAnglesHint: {x: -25.575, y: 39.525, z: 0.002}
--- !u!1 &1456767456
GameObject:
@@ -1027,6 +1226,7 @@ GameObject:
m_IsActive: 1
--- !u!73398921 &1456767457
VFXRenderer:
+ serializedVersion: 1
m_ObjectHideFlags: 2
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
@@ -1036,13 +1236,17 @@ VFXRenderer:
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
m_MotionVectors: 0
m_LightProbeUsage: 0
m_ReflectionProbeUsage: 0
m_RayTracingMode: 0
+ m_RayTraceProcedural: 0
+ m_RayTracingAccelStructBuildFlagsOverride: 0
+ m_RayTracingAccelStructBuildFlags: 1
+ m_SmallMeshCulling: 1
m_RenderingLayerMask: 1
m_RendererPriority: 0
- m_Materials: []
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
@@ -1076,6 +1280,8 @@ VisualEffect:
m_InitialEventNameOverriden: 0
m_StartSeed: 0
m_ResetSeedOnPlay: 0
+ m_AllowInstancing: 1
+ m_ResourceVersion: 1
m_PropertySheet:
m_Float:
m_Array: []
@@ -1112,12 +1318,13 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1456767456}
+ serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -18.41, y: 5.19, z: 27}
m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
- m_RootOrder: 8
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1998512603
GameObject:
@@ -1146,9 +1353,8 @@ Light:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1998512603}
m_Enabled: 1
- serializedVersion: 10
+ serializedVersion: 11
m_Type: 1
- m_Shape: 0
m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1}
m_Intensity: 3.1415927
m_Range: 10
@@ -1197,8 +1403,13 @@ Light:
m_UseColorTemperature: 0
m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0}
m_UseBoundingSphereOverride: 0
+ m_UseViewFrustumForShadowCasterCull: 1
+ m_ForceVisible: 0
m_ShadowRadius: 0
m_ShadowAngle: 0
+ m_LightUnit: 1
+ m_LuxAtDistance: 1
+ m_EnableSpotReflector: 1
--- !u!4 &1998512605
Transform:
m_ObjectHideFlags: 0
@@ -1206,12 +1417,13 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1998512603}
+ serializedVersion: 2
m_LocalRotation: {x: 0.22566822, y: 0.766568, z: -0.089079, w: 0.59456897}
m_LocalPosition: {x: 0, y: 3, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
- m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 23.886002, y: 107.642006, z: 15.221001}
--- !u!114 &1998512606
MonoBehaviour:
@@ -1336,9 +1548,17 @@ BoxCollider:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2067038241}
m_Material: {fileID: 0}
+ m_IncludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_ExcludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_LayerOverridePriority: 0
m_IsTrigger: 0
+ m_ProvidesContacts: 0
m_Enabled: 1
- serializedVersion: 2
+ serializedVersion: 3
m_Size: {x: 1, y: 1, z: 1}
m_Center: {x: 0, y: 0, z: 0}
--- !u!23 &2067038243
@@ -1352,10 +1572,15 @@ MeshRenderer:
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RayTracingAccelStructBuildFlagsOverride: 0
+ m_RayTracingAccelStructBuildFlags: 1
+ m_SmallMeshCulling: 1
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
@@ -1380,6 +1605,7 @@ MeshRenderer:
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
+ m_AdditionalVertexStreams: {fileID: 0}
--- !u!33 &2067038244
MeshFilter:
m_ObjectHideFlags: 0
@@ -1395,10 +1621,27 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2067038241}
+ serializedVersion: 2
m_LocalRotation: {x: -0.20829226, y: 0.32973933, z: 0.07485625, w: 0.9177597}
m_LocalPosition: {x: -18.95, y: 4.17, z: 26.04}
m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
- m_RootOrder: 3
m_LocalEulerAnglesHint: {x: -25.575, y: 39.525, z: 0.002}
+--- !u!1660057539 &9223372036854775807
+SceneRoots:
+ m_ObjectHideFlags: 0
+ m_Roots:
+ - {fileID: 270514559}
+ - {fileID: 1998512605}
+ - {fileID: 674445797}
+ - {fileID: 2067038245}
+ - {fileID: 1426010832}
+ - {fileID: 770590754}
+ - {fileID: 258135523}
+ - {fileID: 669050721}
+ - {fileID: 1456767459}
+ - {fileID: 488408420}
+ - {fileID: 1208515700}
+ - {fileID: 1319315869}
diff --git a/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_FogSettings.lighting b/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_FogSettings.lighting
new file mode 100644
index 00000000000..12bff065735
--- /dev/null
+++ b/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_FogSettings.lighting
@@ -0,0 +1,63 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!850595691 &4890085278179872738
+LightingSettings:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: 100_FogSettings
+ serializedVersion: 9
+ m_EnableBakedLightmaps: 1
+ m_EnableRealtimeLightmaps: 0
+ m_RealtimeEnvironmentLighting: 1
+ m_BounceScale: 1
+ m_AlbedoBoost: 1
+ m_IndirectOutputScale: 1
+ m_UsingShadowmask: 1
+ m_BakeBackend: 1
+ m_LightmapMaxSize: 1024
+ m_LightmapSizeFixed: 0
+ m_UseMipmapLimits: 1
+ m_BakeResolution: 40
+ m_Padding: 2
+ m_LightmapCompression: 3
+ m_AO: 0
+ m_AOMaxDistance: 1
+ m_CompAOExponent: 1
+ m_CompAOExponentDirect: 0
+ m_ExtractAO: 0
+ m_MixedBakeMode: 2
+ m_LightmapsBakeMode: 1
+ m_FilterMode: 1
+ m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0}
+ m_ExportTrainingData: 0
+ m_EnableWorkerProcessBaking: 1
+ m_TrainingDataDestination: TrainingData
+ m_RealtimeResolution: 2
+ m_ForceWhiteAlbedo: 0
+ m_ForceUpdates: 0
+ m_PVRCulling: 1
+ m_PVRSampling: 1
+ m_PVRDirectSampleCount: 32
+ m_PVRSampleCount: 512
+ m_PVREnvironmentSampleCount: 512
+ m_PVREnvironmentReferencePointCount: 2048
+ m_LightProbeSampleCountMultiplier: 4
+ m_PVRBounces: 2
+ m_PVRMinBounces: 2
+ m_PVREnvironmentImportanceSampling: 0
+ m_PVRFilteringMode: 2
+ m_PVRDenoiserTypeDirect: 0
+ m_PVRDenoiserTypeIndirect: 0
+ m_PVRDenoiserTypeAO: 0
+ m_PVRFilterTypeDirect: 0
+ m_PVRFilterTypeIndirect: 0
+ m_PVRFilterTypeAO: 0
+ m_PVRFilteringGaussRadiusDirect: 1
+ m_PVRFilteringGaussRadiusIndirect: 5
+ m_PVRFilteringGaussRadiusAO: 2
+ m_PVRFilteringAtrousPositionSigmaDirect: 0.5
+ m_PVRFilteringAtrousPositionSigmaIndirect: 2
+ m_PVRFilteringAtrousPositionSigmaAO: 1
+ m_RespectSceneVisibilityWhenBakingGI: 0
diff --git a/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_FogSettings.lighting.meta b/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_FogSettings.lighting.meta
new file mode 100644
index 00000000000..ef7f943ae48
--- /dev/null
+++ b/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_FogSettings.lighting.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: afc2c4206ad6e62478df7a767a3e7638
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 4890085278179872738
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_SG_FogMesh.shadergraph b/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_SG_FogMesh.shadergraph
new file mode 100644
index 00000000000..7c7df3a5dfa
--- /dev/null
+++ b/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_SG_FogMesh.shadergraph
@@ -0,0 +1,799 @@
+{
+ "m_SGVersion": 3,
+ "m_Type": "UnityEditor.ShaderGraph.GraphData",
+ "m_ObjectId": "9ccc4f896a5d474db6b5c0ac55014c09",
+ "m_Properties": [
+ {
+ "m_Id": "cd93f8cce1c940a29d937ca826962522"
+ },
+ {
+ "m_Id": "5b16381f8d654de7bb6f4b7d13d1d7d8"
+ }
+ ],
+ "m_Keywords": [],
+ "m_Dropdowns": [],
+ "m_CategoryData": [
+ {
+ "m_Id": "184ed17132ad492aacd720e8e2f71195"
+ }
+ ],
+ "m_Nodes": [
+ {
+ "m_Id": "3798630d81c849a88da458b749fe72f1"
+ },
+ {
+ "m_Id": "866137325fbb41d5bdb58cc40d213bce"
+ },
+ {
+ "m_Id": "b48e7c43f2394d398d6af984e91c554e"
+ },
+ {
+ "m_Id": "38cbb466051d49038603ccae3cd66d8c"
+ },
+ {
+ "m_Id": "6ad73e556ede413fa3a039c16019631a"
+ },
+ {
+ "m_Id": "a508a6302f5c4dc6bb1b0f4402274df2"
+ },
+ {
+ "m_Id": "9923ccfff9854bdbaf6f10c589cd343a"
+ }
+ ],
+ "m_GroupDatas": [],
+ "m_StickyNoteDatas": [],
+ "m_Edges": [
+ {
+ "m_OutputSlot": {
+ "m_Node": {
+ "m_Id": "6ad73e556ede413fa3a039c16019631a"
+ },
+ "m_SlotId": 0
+ },
+ "m_InputSlot": {
+ "m_Node": {
+ "m_Id": "9923ccfff9854bdbaf6f10c589cd343a"
+ },
+ "m_SlotId": 1
+ }
+ },
+ {
+ "m_OutputSlot": {
+ "m_Node": {
+ "m_Id": "6ad73e556ede413fa3a039c16019631a"
+ },
+ "m_SlotId": 1
+ },
+ "m_InputSlot": {
+ "m_Node": {
+ "m_Id": "9923ccfff9854bdbaf6f10c589cd343a"
+ },
+ "m_SlotId": 2
+ }
+ },
+ {
+ "m_OutputSlot": {
+ "m_Node": {
+ "m_Id": "9923ccfff9854bdbaf6f10c589cd343a"
+ },
+ "m_SlotId": 3
+ },
+ "m_InputSlot": {
+ "m_Node": {
+ "m_Id": "38cbb466051d49038603ccae3cd66d8c"
+ },
+ "m_SlotId": 0
+ }
+ },
+ {
+ "m_OutputSlot": {
+ "m_Node": {
+ "m_Id": "a508a6302f5c4dc6bb1b0f4402274df2"
+ },
+ "m_SlotId": 0
+ },
+ "m_InputSlot": {
+ "m_Node": {
+ "m_Id": "9923ccfff9854bdbaf6f10c589cd343a"
+ },
+ "m_SlotId": 0
+ }
+ }
+ ],
+ "m_VertexContext": {
+ "m_Position": {
+ "x": 0.0,
+ "y": 0.0
+ },
+ "m_Blocks": [
+ {
+ "m_Id": "3798630d81c849a88da458b749fe72f1"
+ },
+ {
+ "m_Id": "866137325fbb41d5bdb58cc40d213bce"
+ },
+ {
+ "m_Id": "b48e7c43f2394d398d6af984e91c554e"
+ }
+ ]
+ },
+ "m_FragmentContext": {
+ "m_Position": {
+ "x": 0.0,
+ "y": 200.0
+ },
+ "m_Blocks": [
+ {
+ "m_Id": "38cbb466051d49038603ccae3cd66d8c"
+ }
+ ]
+ },
+ "m_PreviewData": {
+ "serializedMesh": {
+ "m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}",
+ "m_Guid": ""
+ },
+ "preventRotation": false
+ },
+ "m_Path": "Shader Graphs",
+ "m_GraphPrecision": 1,
+ "m_PreviewMode": 2,
+ "m_OutputNode": {
+ "m_Id": ""
+ },
+ "m_SubDatas": [],
+ "m_ActiveTargets": [
+ {
+ "m_Id": "605d11c9510f4f318e4d244c1de0716f"
+ }
+ ]
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
+ "m_ObjectId": "03616d410298401386199fd3b9f9e89d",
+ "m_Id": 1,
+ "m_DisplayName": "Density",
+ "m_SlotType": 1,
+ "m_Hidden": false,
+ "m_ShaderOutputName": "Density",
+ "m_StageCapability": 3,
+ "m_Value": 0.0,
+ "m_DefaultValue": 0.0,
+ "m_Labels": []
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.CategoryData",
+ "m_ObjectId": "184ed17132ad492aacd720e8e2f71195",
+ "m_Name": "",
+ "m_ChildObjectList": [
+ {
+ "m_Id": "cd93f8cce1c940a29d937ca826962522"
+ },
+ {
+ "m_Id": "5b16381f8d654de7bb6f4b7d13d1d7d8"
+ }
+ ]
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.BlockNode",
+ "m_ObjectId": "3798630d81c849a88da458b749fe72f1",
+ "m_Group": {
+ "m_Id": ""
+ },
+ "m_Name": "VertexDescription.Position",
+ "m_DrawState": {
+ "m_Expanded": true,
+ "m_Position": {
+ "serializedVersion": "2",
+ "x": 0.0,
+ "y": 0.0,
+ "width": 0.0,
+ "height": 0.0
+ }
+ },
+ "m_Slots": [
+ {
+ "m_Id": "4a612efd0ae342dc8d28d4b3a5728338"
+ }
+ ],
+ "synonyms": [],
+ "m_Precision": 0,
+ "m_PreviewExpanded": true,
+ "m_DismissedVersion": 0,
+ "m_PreviewMode": 0,
+ "m_CustomColors": {
+ "m_SerializableColors": []
+ },
+ "m_SerializedDescriptor": "VertexDescription.Position"
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.BlockNode",
+ "m_ObjectId": "38cbb466051d49038603ccae3cd66d8c",
+ "m_Group": {
+ "m_Id": ""
+ },
+ "m_Name": "SurfaceDescription.BaseColor",
+ "m_DrawState": {
+ "m_Expanded": true,
+ "m_Position": {
+ "serializedVersion": "2",
+ "x": 0.0,
+ "y": 0.0,
+ "width": 0.0,
+ "height": 0.0
+ }
+ },
+ "m_Slots": [
+ {
+ "m_Id": "be936f0e28a043d698311534714d74f3"
+ }
+ ],
+ "synonyms": [],
+ "m_Precision": 0,
+ "m_PreviewExpanded": true,
+ "m_DismissedVersion": 0,
+ "m_PreviewMode": 0,
+ "m_CustomColors": {
+ "m_SerializableColors": []
+ },
+ "m_SerializedDescriptor": "SurfaceDescription.BaseColor"
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot",
+ "m_ObjectId": "4a612efd0ae342dc8d28d4b3a5728338",
+ "m_Id": 0,
+ "m_DisplayName": "Position",
+ "m_SlotType": 0,
+ "m_Hidden": false,
+ "m_ShaderOutputName": "Position",
+ "m_StageCapability": 1,
+ "m_Value": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0
+ },
+ "m_DefaultValue": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0
+ },
+ "m_Labels": [],
+ "m_Space": 0
+}
+
+{
+ "m_SGVersion": 1,
+ "m_Type": "UnityEditor.ShaderGraph.Internal.Vector3ShaderProperty",
+ "m_ObjectId": "5b16381f8d654de7bb6f4b7d13d1d7d8",
+ "m_Guid": {
+ "m_GuidSerialized": "1b220023-a542-436b-aeb9-b899af4a52f1"
+ },
+ "m_Name": "Vector3",
+ "m_DefaultRefNameVersion": 1,
+ "m_RefNameGeneratedByDisplayName": "Vector3",
+ "m_DefaultReferenceName": "_Vector3",
+ "m_OverrideReferenceName": "",
+ "m_GeneratePropertyBlock": true,
+ "m_UseCustomSlotLabel": false,
+ "m_CustomSlotLabel": "",
+ "m_DismissedVersion": 0,
+ "m_Precision": 0,
+ "overrideHLSLDeclaration": false,
+ "hlslDeclarationOverride": 0,
+ "m_Hidden": false,
+ "m_Value": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0,
+ "w": 0.0
+ }
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot",
+ "m_ObjectId": "5e2bd16ca52f47cca525a00f025d4f55",
+ "m_Id": 0,
+ "m_DisplayName": "Color",
+ "m_SlotType": 1,
+ "m_Hidden": false,
+ "m_ShaderOutputName": "Out",
+ "m_StageCapability": 3,
+ "m_Value": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0,
+ "w": 0.0
+ },
+ "m_DefaultValue": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0,
+ "w": 0.0
+ },
+ "m_Labels": []
+}
+
+{
+ "m_SGVersion": 1,
+ "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget",
+ "m_ObjectId": "605d11c9510f4f318e4d244c1de0716f",
+ "m_Datas": [],
+ "m_ActiveSubTarget": {
+ "m_Id": "f364e8ec1c264d1087f498a0220f9421"
+ },
+ "m_AllowMaterialOverride": false,
+ "m_SurfaceType": 0,
+ "m_ZTestMode": 4,
+ "m_ZWriteControl": 0,
+ "m_AlphaMode": 0,
+ "m_RenderFace": 2,
+ "m_AlphaClip": false,
+ "m_CastShadows": true,
+ "m_ReceiveShadows": true,
+ "m_DisableTint": false,
+ "m_AdditionalMotionVectorMode": 0,
+ "m_AlembicMotionVectors": false,
+ "m_SupportsLODCrossFade": false,
+ "m_CustomEditorGUI": "",
+ "m_SupportVFX": true
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.FogNode",
+ "m_ObjectId": "6ad73e556ede413fa3a039c16019631a",
+ "m_Group": {
+ "m_Id": ""
+ },
+ "m_Name": "Fog",
+ "m_DrawState": {
+ "m_Expanded": true,
+ "m_Position": {
+ "serializedVersion": "2",
+ "x": -502.0000305175781,
+ "y": 312.66668701171877,
+ "width": 184.0,
+ "height": 102.66665649414063
+ }
+ },
+ "m_Slots": [
+ {
+ "m_Id": "db7e33b6e7fd45f58405c2025ffd5b1a"
+ },
+ {
+ "m_Id": "f7d2ad6921d748358ee7f60d097c6008"
+ },
+ {
+ "m_Id": "03616d410298401386199fd3b9f9e89d"
+ }
+ ],
+ "synonyms": [],
+ "m_Precision": 0,
+ "m_PreviewExpanded": true,
+ "m_DismissedVersion": 0,
+ "m_PreviewMode": 0,
+ "m_CustomColors": {
+ "m_SerializableColors": []
+ }
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.BlockNode",
+ "m_ObjectId": "866137325fbb41d5bdb58cc40d213bce",
+ "m_Group": {
+ "m_Id": ""
+ },
+ "m_Name": "VertexDescription.Normal",
+ "m_DrawState": {
+ "m_Expanded": true,
+ "m_Position": {
+ "serializedVersion": "2",
+ "x": 0.0,
+ "y": 0.0,
+ "width": 0.0,
+ "height": 0.0
+ }
+ },
+ "m_Slots": [
+ {
+ "m_Id": "cb1dfedb4df04ed38abb2b5b31332bd4"
+ }
+ ],
+ "synonyms": [],
+ "m_Precision": 0,
+ "m_PreviewExpanded": true,
+ "m_DismissedVersion": 0,
+ "m_PreviewMode": 0,
+ "m_CustomColors": {
+ "m_SerializableColors": []
+ },
+ "m_SerializedDescriptor": "VertexDescription.Normal"
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
+ "m_ObjectId": "8e67f3ef5c144c19a70e8e98ad90d8bb",
+ "m_Id": 0,
+ "m_DisplayName": "A",
+ "m_SlotType": 0,
+ "m_Hidden": false,
+ "m_ShaderOutputName": "A",
+ "m_StageCapability": 3,
+ "m_Value": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0,
+ "w": 0.0
+ },
+ "m_DefaultValue": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0,
+ "w": 0.0
+ }
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.LerpNode",
+ "m_ObjectId": "9923ccfff9854bdbaf6f10c589cd343a",
+ "m_Group": {
+ "m_Id": ""
+ },
+ "m_Name": "Lerp",
+ "m_DrawState": {
+ "m_Expanded": true,
+ "m_Position": {
+ "serializedVersion": "2",
+ "x": -236.66668701171876,
+ "y": 290.66668701171877,
+ "width": 209.33331298828126,
+ "height": 328.0
+ }
+ },
+ "m_Slots": [
+ {
+ "m_Id": "8e67f3ef5c144c19a70e8e98ad90d8bb"
+ },
+ {
+ "m_Id": "cac0dfabc13c4eb381063f1788770e87"
+ },
+ {
+ "m_Id": "b8e1e14d119a40fb97dd7abd7d491c77"
+ },
+ {
+ "m_Id": "c7090fb9369241648a637a3fea312b01"
+ }
+ ],
+ "synonyms": [
+ "mix",
+ "blend",
+ "linear interpolate"
+ ],
+ "m_Precision": 0,
+ "m_PreviewExpanded": true,
+ "m_DismissedVersion": 0,
+ "m_PreviewMode": 0,
+ "m_CustomColors": {
+ "m_SerializableColors": []
+ }
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.PropertyNode",
+ "m_ObjectId": "a508a6302f5c4dc6bb1b0f4402274df2",
+ "m_Group": {
+ "m_Id": ""
+ },
+ "m_Name": "Property",
+ "m_DrawState": {
+ "m_Expanded": true,
+ "m_Position": {
+ "serializedVersion": "2",
+ "x": -399.3333740234375,
+ "y": 38.000057220458987,
+ "width": 106.66665649414063,
+ "height": 36.000003814697269
+ }
+ },
+ "m_Slots": [
+ {
+ "m_Id": "5e2bd16ca52f47cca525a00f025d4f55"
+ }
+ ],
+ "synonyms": [],
+ "m_Precision": 0,
+ "m_PreviewExpanded": true,
+ "m_DismissedVersion": 0,
+ "m_PreviewMode": 0,
+ "m_CustomColors": {
+ "m_SerializableColors": []
+ },
+ "m_Property": {
+ "m_Id": "cd93f8cce1c940a29d937ca826962522"
+ }
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.BlockNode",
+ "m_ObjectId": "b48e7c43f2394d398d6af984e91c554e",
+ "m_Group": {
+ "m_Id": ""
+ },
+ "m_Name": "VertexDescription.Tangent",
+ "m_DrawState": {
+ "m_Expanded": true,
+ "m_Position": {
+ "serializedVersion": "2",
+ "x": 0.0,
+ "y": 0.0,
+ "width": 0.0,
+ "height": 0.0
+ }
+ },
+ "m_Slots": [
+ {
+ "m_Id": "f4cbe139d5684aea9db37bc96b5ee302"
+ }
+ ],
+ "synonyms": [],
+ "m_Precision": 0,
+ "m_PreviewExpanded": true,
+ "m_DismissedVersion": 0,
+ "m_PreviewMode": 0,
+ "m_CustomColors": {
+ "m_SerializableColors": []
+ },
+ "m_SerializedDescriptor": "VertexDescription.Tangent"
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
+ "m_ObjectId": "b8e1e14d119a40fb97dd7abd7d491c77",
+ "m_Id": 2,
+ "m_DisplayName": "T",
+ "m_SlotType": 0,
+ "m_Hidden": false,
+ "m_ShaderOutputName": "T",
+ "m_StageCapability": 3,
+ "m_Value": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0,
+ "w": 0.019999999552965165
+ },
+ "m_DefaultValue": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0,
+ "w": 0.0
+ }
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot",
+ "m_ObjectId": "be936f0e28a043d698311534714d74f3",
+ "m_Id": 0,
+ "m_DisplayName": "Base Color",
+ "m_SlotType": 0,
+ "m_Hidden": false,
+ "m_ShaderOutputName": "BaseColor",
+ "m_StageCapability": 2,
+ "m_Value": {
+ "x": 0.5,
+ "y": 0.5,
+ "z": 0.5
+ },
+ "m_DefaultValue": {
+ "x": 0.5,
+ "y": 0.5,
+ "z": 0.5
+ },
+ "m_Labels": [],
+ "m_ColorMode": 0,
+ "m_DefaultColor": {
+ "r": 0.5,
+ "g": 0.5,
+ "b": 0.5,
+ "a": 1.0
+ }
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
+ "m_ObjectId": "c7090fb9369241648a637a3fea312b01",
+ "m_Id": 3,
+ "m_DisplayName": "Out",
+ "m_SlotType": 1,
+ "m_Hidden": false,
+ "m_ShaderOutputName": "Out",
+ "m_StageCapability": 3,
+ "m_Value": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0,
+ "w": 0.0
+ },
+ "m_DefaultValue": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0,
+ "w": 0.0
+ }
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.DynamicVectorMaterialSlot",
+ "m_ObjectId": "cac0dfabc13c4eb381063f1788770e87",
+ "m_Id": 1,
+ "m_DisplayName": "B",
+ "m_SlotType": 0,
+ "m_Hidden": false,
+ "m_ShaderOutputName": "B",
+ "m_StageCapability": 3,
+ "m_Value": {
+ "x": 1.0,
+ "y": 1.0,
+ "z": 1.0,
+ "w": 1.0
+ },
+ "m_DefaultValue": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0,
+ "w": 0.0
+ }
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.NormalMaterialSlot",
+ "m_ObjectId": "cb1dfedb4df04ed38abb2b5b31332bd4",
+ "m_Id": 0,
+ "m_DisplayName": "Normal",
+ "m_SlotType": 0,
+ "m_Hidden": false,
+ "m_ShaderOutputName": "Normal",
+ "m_StageCapability": 1,
+ "m_Value": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0
+ },
+ "m_DefaultValue": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0
+ },
+ "m_Labels": [],
+ "m_Space": 0
+}
+
+{
+ "m_SGVersion": 3,
+ "m_Type": "UnityEditor.ShaderGraph.Internal.ColorShaderProperty",
+ "m_ObjectId": "cd93f8cce1c940a29d937ca826962522",
+ "m_Guid": {
+ "m_GuidSerialized": "3bab0927-a75f-4dbc-a23a-170adb02708c"
+ },
+ "m_Name": "Color",
+ "m_DefaultRefNameVersion": 1,
+ "m_RefNameGeneratedByDisplayName": "Color",
+ "m_DefaultReferenceName": "_Color",
+ "m_OverrideReferenceName": "",
+ "m_GeneratePropertyBlock": true,
+ "m_UseCustomSlotLabel": false,
+ "m_CustomSlotLabel": "",
+ "m_DismissedVersion": 0,
+ "m_Precision": 0,
+ "overrideHLSLDeclaration": false,
+ "hlslDeclarationOverride": 0,
+ "m_Hidden": false,
+ "m_Value": {
+ "r": 1.0,
+ "g": 1.0,
+ "b": 1.0,
+ "a": 0.0
+ },
+ "isMainColor": false,
+ "m_ColorMode": 0
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.PositionMaterialSlot",
+ "m_ObjectId": "db7e33b6e7fd45f58405c2025ffd5b1a",
+ "m_Id": 2,
+ "m_DisplayName": "Position",
+ "m_SlotType": 0,
+ "m_Hidden": false,
+ "m_ShaderOutputName": "Position",
+ "m_StageCapability": 3,
+ "m_Value": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0
+ },
+ "m_DefaultValue": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0
+ },
+ "m_Labels": [],
+ "m_Space": 0
+}
+
+{
+ "m_SGVersion": 2,
+ "m_Type": "UnityEditor.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget",
+ "m_ObjectId": "f364e8ec1c264d1087f498a0220f9421"
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.TangentMaterialSlot",
+ "m_ObjectId": "f4cbe139d5684aea9db37bc96b5ee302",
+ "m_Id": 0,
+ "m_DisplayName": "Tangent",
+ "m_SlotType": 0,
+ "m_Hidden": false,
+ "m_ShaderOutputName": "Tangent",
+ "m_StageCapability": 1,
+ "m_Value": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0
+ },
+ "m_DefaultValue": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0
+ },
+ "m_Labels": [],
+ "m_Space": 0
+}
+
+{
+ "m_SGVersion": 0,
+ "m_Type": "UnityEditor.ShaderGraph.Vector4MaterialSlot",
+ "m_ObjectId": "f7d2ad6921d748358ee7f60d097c6008",
+ "m_Id": 0,
+ "m_DisplayName": "Color",
+ "m_SlotType": 1,
+ "m_Hidden": false,
+ "m_ShaderOutputName": "Color",
+ "m_StageCapability": 3,
+ "m_Value": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0,
+ "w": 0.0
+ },
+ "m_DefaultValue": {
+ "x": 0.0,
+ "y": 0.0,
+ "z": 0.0,
+ "w": 0.0
+ },
+ "m_Labels": []
+}
+
diff --git a/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_SG_FogMesh.shadergraph.meta b/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_SG_FogMesh.shadergraph.meta
new file mode 100644
index 00000000000..2f8f8c05a74
--- /dev/null
+++ b/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_SG_FogMesh.shadergraph.meta
@@ -0,0 +1,10 @@
+fileFormatVersion: 2
+guid: 209dbab2014420141b857eab06bdb72a
+ScriptedImporter:
+ internalIDToNameTable: []
+ externalObjects: {}
+ serializedVersion: 2
+ userData:
+ assetBundleName:
+ assetBundleVariant:
+ script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3}
diff --git a/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_SG_FogMesh.vfx b/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_SG_FogMesh.vfx
new file mode 100644
index 00000000000..a9dd6ce9700
--- /dev/null
+++ b/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_SG_FogMesh.vfx
@@ -0,0 +1,4108 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!114 &114340500867371532
+MonoBehaviour:
+ m_ObjectHideFlags: 1
+ 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: d01270efd3285ea4a9d6c555cb0a8027, type: 3}
+ m_Name: VFXUI
+ m_EditorClassIdentifier:
+ groupInfos: []
+ stickyNoteInfos: []
+ categories: []
+ uiBounds:
+ serializedVersion: 2
+ x: -32
+ y: -259
+ width: 2136
+ height: 1529
+--- !u!114 &114350483966674976
+MonoBehaviour:
+ m_ObjectHideFlags: 1
+ 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: 7d4c867f6b72b714dbb5fd1780afe208, type: 3}
+ m_Name: 100_SG_FogMesh
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children:
+ - {fileID: 8926484042661614541}
+ - {fileID: 8926484042661614547}
+ - {fileID: 8926484042661614562}
+ - {fileID: 8926484042661614580}
+ - {fileID: 8926484042661614582}
+ - {fileID: 8926484042661614597}
+ - {fileID: 8926484042661614603}
+ - {fileID: 8926484042661614625}
+ - {fileID: 8926484042661614663}
+ - {fileID: 8926484042661614742}
+ - {fileID: 8926484042661614766}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_UIInfos: {fileID: 114340500867371532}
+ m_ParameterInfo: []
+ m_ImportDependencies: []
+ m_GraphVersion: 12
+ m_ResourceVersion: 1
+ m_SubgraphDependencies: []
+ m_CategoryPath:
+--- !u!2058629511 &8926484042661614527
+VisualEffectResource:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: 100_SG_FogMesh
+ m_Graph: {fileID: 114350483966674976}
+ m_Infos:
+ m_RendererSettings:
+ motionVectorGenerationMode: 0
+ shadowCastingMode: 1
+ receiveShadows: 0
+ reflectionProbeUsage: 0
+ lightProbeUsage: 0
+ m_CullingFlags: 3
+ m_UpdateMode: 0
+ m_PreWarmDeltaTime: 0.05
+ m_PreWarmStepCount: 0
+ m_InitialEventName: OnPlay
+ m_InstancingMode: 0
+ m_InstancingCapacity: 64
+--- !u!114 &8926484042661614541
+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: 73a13919d81fb7444849bae8b5c812a2, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 114350483966674976}
+ m_Children:
+ - {fileID: 8926484042661614543}
+ m_UIPosition: {x: 551, y: -259}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots: []
+ m_OutputSlots: []
+ m_Label: Spawn System
+ m_Data: {fileID: 8926484042661614542}
+ m_InputFlowSlot:
+ - link: []
+ - link: []
+ m_OutputFlowSlot:
+ - link:
+ - context: {fileID: 8926484042661614547}
+ slotIndex: 0
+ loopDuration: 0
+ loopCount: 0
+ delayBeforeLoop: 0
+ delayAfterLoop: 0
+--- !u!114 &8926484042661614542
+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: f68759077adc0b143b6e1c101e82065e, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ title:
+ m_Owners:
+ - {fileID: 8926484042661614541}
+--- !u!114 &8926484042661614543
+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: 5e382412bb691334bb79457a6c127924, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614541}
+ m_Children: []
+ m_UIPosition: {x: 655.3302, y: 1320.3799}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614544}
+ - {fileID: 8926484042661614545}
+ m_OutputSlots: []
+ m_Disabled: 0
+ m_ActivationSlot: {fileID: 8926484042661614546}
+ repeat: 0
+ spawnMode: 0
+ delayMode: 0
+--- !u!114 &8926484042661614544
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614544}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614543}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: 7
+ m_Space: -1
+ m_Property:
+ name: Count
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614545
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614545}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614543}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: 0
+ m_Space: -1
+ m_Property:
+ name: Delay
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614546
+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: b4c11ff25089a324daf359f4b0629b33, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614546}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614543}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: True
+ m_Space: -1
+ m_Property:
+ name: _vfx_enabled
+ m_serializedType:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614547
+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: 9dfea48843f53fc438eabc12a3a30abc, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 114350483966674976}
+ m_Children:
+ - {fileID: 8926484042661614573}
+ m_UIPosition: {x: 551, y: 29}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614548}
+ m_OutputSlots: []
+ m_Label: Initialize Particles
+ m_Data: {fileID: 8926484042661614561}
+ m_InputFlowSlot:
+ - link:
+ - context: {fileID: 8926484042661614541}
+ slotIndex: 0
+ m_OutputFlowSlot:
+ - link:
+ - context: {fileID: 8926484042661614562}
+ slotIndex: 0
+--- !u!114 &8926484042661614548
+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: 1b605c022ee79394a8a776c0869b3f9a, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children:
+ - {fileID: 8926484042661614549}
+ - {fileID: 8926484042661614553}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614548}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614547}
+ m_Value:
+ m_Type:
+ m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor,
+ Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ m_SerializableObject: '{"center":{"x":0.0,"y":0.0,"z":0.0},"size":{"x":1.0,"y":1.0,"z":1.0}}'
+ m_Space: 0
+ m_Property:
+ name: bounds
+ m_serializedType:
+ m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor,
+ Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614549
+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: ac39bd03fca81b849929b9c966f1836a, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614548}
+ m_Children:
+ - {fileID: 8926484042661614550}
+ - {fileID: 8926484042661614551}
+ - {fileID: 8926484042661614552}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614548}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: center
+ m_serializedType:
+ m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614550
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614549}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614548}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: x
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614551
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614549}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614548}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: y
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614552
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614549}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614548}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: z
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614553
+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: ac39bd03fca81b849929b9c966f1836a, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614548}
+ m_Children:
+ - {fileID: 8926484042661614554}
+ - {fileID: 8926484042661614555}
+ - {fileID: 8926484042661614556}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614548}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: size
+ m_serializedType:
+ m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614554
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614553}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614548}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: x
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614555
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614553}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614548}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: y
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614556
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614553}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614548}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: z
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614561
+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: d78581a96eae8bf4398c282eb0b098bd, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ title: Minimal
+ m_Owners:
+ - {fileID: 8926484042661614547}
+ - {fileID: 8926484042661614562}
+ - {fileID: 8926484042661614742}
+ dataType: 0
+ capacity: 7
+ stripCapacity: 16
+ particlePerStripCount: 16
+ needsComputeBounds: 0
+ boundsMode: 1
+ m_Space: 0
+--- !u!114 &8926484042661614562
+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: 2dc095764ededfa4bb32fa602511ea4b, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 114350483966674976}
+ m_Children: []
+ m_UIPosition: {x: 551, y: 427}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots: []
+ m_OutputSlots: []
+ m_Label: Update Particles
+ m_Data: {fileID: 8926484042661614561}
+ m_InputFlowSlot:
+ - link:
+ - context: {fileID: 8926484042661614547}
+ slotIndex: 0
+ m_OutputFlowSlot:
+ - link:
+ - context: {fileID: 8926484042661614742}
+ slotIndex: 0
+ integration: 0
+ angularIntegration: 0
+ ageParticles: 1
+ reapParticles: 1
+ skipZeroDeltaUpdate: 0
+--- !u!114 &8926484042661614573
+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: a971fa2e110a0ac42ac1d8dae408704b, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614547}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614721}
+ m_OutputSlots: []
+ m_Disabled: 0
+ m_ActivationSlot: {fileID: 8926484042661614579}
+ attribute: position
+ Composition: 0
+ Source: 0
+ Random: 0
+ channels: 6
+--- !u!114 &8926484042661614579
+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: b4c11ff25089a324daf359f4b0629b33, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614579}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614573}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: True
+ m_Space: -1
+ m_Property:
+ name: _vfx_enabled
+ m_serializedType:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614580
+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: 486e063e1ed58c843942ea4122829ab1, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 114350483966674976}
+ m_Children: []
+ m_UIPosition: {x: -32, y: 175}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots: []
+ m_OutputSlots:
+ - {fileID: 8926484042661614726}
+ attribute: spawnIndex
+ location: 0
+ mask: xyz
+--- !u!114 &8926484042661614582
+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: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 114350483966674976}
+ m_Children: []
+ m_UIPosition: {x: 285, y: 229}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614586}
+ - {fileID: 8926484042661614584}
+ m_OutputSlots:
+ - {fileID: 8926484042661614585}
+ m_Operands:
+ - name: a
+ type:
+ m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ - name: b
+ type:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+--- !u!114 &8926484042661614584
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614584}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614582}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: -2.5
+ m_Space: -1
+ m_Property:
+ name: b
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614585
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614585}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614582}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject:
+ m_Space: -1
+ m_Property:
+ name:
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 1
+ m_LinkedSlots:
+ - {fileID: 8926484042661614723}
+--- !u!114 &8926484042661614586
+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: c52d920e7fff73b498050a6b3c4404ca, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614586}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614582}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: 1
+ m_Space: -1
+ m_Property:
+ name: a
+ m_serializedType:
+ m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots:
+ - {fileID: 8926484042661614726}
+--- !u!114 &8926484042661614597
+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: 73a13919d81fb7444849bae8b5c812a2, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 114350483966674976}
+ m_Children:
+ - {fileID: 8926484042661614599}
+ m_UIPosition: {x: 1254, y: -180}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots: []
+ m_OutputSlots: []
+ m_Label: Spawn System
+ m_Data: {fileID: 8926484042661614598}
+ m_InputFlowSlot:
+ - link: []
+ - link: []
+ m_OutputFlowSlot:
+ - link:
+ - context: {fileID: 8926484042661614603}
+ slotIndex: 0
+ loopDuration: 0
+ loopCount: 0
+ delayBeforeLoop: 0
+ delayAfterLoop: 0
+--- !u!114 &8926484042661614598
+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: f68759077adc0b143b6e1c101e82065e, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ title:
+ m_Owners:
+ - {fileID: 8926484042661614597}
+--- !u!114 &8926484042661614599
+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: 5e382412bb691334bb79457a6c127924, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614597}
+ m_Children: []
+ m_UIPosition: {x: 1504.8304, y: 1808.0043}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614600}
+ - {fileID: 8926484042661614601}
+ m_OutputSlots: []
+ m_Disabled: 0
+ m_ActivationSlot: {fileID: 8926484042661614602}
+ repeat: 0
+ spawnMode: 0
+ delayMode: 0
+--- !u!114 &8926484042661614600
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614600}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614599}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: 1
+ m_Space: -1
+ m_Property:
+ name: Count
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614601
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614601}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614599}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: 0
+ m_Space: -1
+ m_Property:
+ name: Delay
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614602
+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: b4c11ff25089a324daf359f4b0629b33, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614602}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614599}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: True
+ m_Space: -1
+ m_Property:
+ name: _vfx_enabled
+ m_serializedType:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614603
+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: 9dfea48843f53fc438eabc12a3a30abc, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 114350483966674976}
+ m_Children:
+ - {fileID: 8926484042661614618}
+ m_UIPosition: {x: 1254, y: 108}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614604}
+ m_OutputSlots: []
+ m_Label: Initialize Particles
+ m_Data: {fileID: 8926484042661614617}
+ m_InputFlowSlot:
+ - link:
+ - context: {fileID: 8926484042661614597}
+ slotIndex: 0
+ m_OutputFlowSlot:
+ - link:
+ - context: {fileID: 8926484042661614625}
+ slotIndex: 0
+--- !u!114 &8926484042661614604
+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: 1b605c022ee79394a8a776c0869b3f9a, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children:
+ - {fileID: 8926484042661614605}
+ - {fileID: 8926484042661614609}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614604}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614603}
+ m_Value:
+ m_Type:
+ m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor,
+ Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ m_SerializableObject: '{"center":{"x":0.0,"y":0.0,"z":0.0},"size":{"x":10.0,"y":10.0,"z":10.0}}'
+ m_Space: 0
+ m_Property:
+ name: bounds
+ m_serializedType:
+ m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor,
+ Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614605
+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: ac39bd03fca81b849929b9c966f1836a, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614604}
+ m_Children:
+ - {fileID: 8926484042661614606}
+ - {fileID: 8926484042661614607}
+ - {fileID: 8926484042661614608}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614604}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: center
+ m_serializedType:
+ m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614606
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614605}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614604}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: x
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614607
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614605}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614604}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: y
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614608
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614605}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614604}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: z
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614609
+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: ac39bd03fca81b849929b9c966f1836a, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614604}
+ m_Children:
+ - {fileID: 8926484042661614610}
+ - {fileID: 8926484042661614611}
+ - {fileID: 8926484042661614612}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614604}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: size
+ m_serializedType:
+ m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614610
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614609}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614604}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: x
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614611
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614609}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614604}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: y
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614612
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614609}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614604}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: z
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614617
+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: d78581a96eae8bf4398c282eb0b098bd, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ title: Minimal
+ m_Owners:
+ - {fileID: 8926484042661614603}
+ - {fileID: 8926484042661614625}
+ - {fileID: 8926484042661614663}
+ - {fileID: 8926484042661614766}
+ dataType: 0
+ capacity: 7
+ stripCapacity: 16
+ particlePerStripCount: 16
+ needsComputeBounds: 0
+ boundsMode: 1
+ m_Space: 0
+--- !u!114 &8926484042661614618
+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: a971fa2e110a0ac42ac1d8dae408704b, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614603}
+ m_Children: []
+ m_UIPosition: {x: 849.50024, y: 487.62436}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614727}
+ m_OutputSlots: []
+ m_Disabled: 0
+ m_ActivationSlot: {fileID: 8926484042661614624}
+ attribute: position
+ Composition: 0
+ Source: 0
+ Random: 0
+ channels: 6
+--- !u!114 &8926484042661614624
+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: b4c11ff25089a324daf359f4b0629b33, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614624}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614618}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: True
+ m_Space: -1
+ m_Property:
+ name: _vfx_enabled
+ m_serializedType:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614625
+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: 2dc095764ededfa4bb32fa602511ea4b, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 114350483966674976}
+ m_Children: []
+ m_UIPosition: {x: 1254, y: 506}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots: []
+ m_OutputSlots: []
+ m_Label: Update Particles
+ m_Data: {fileID: 8926484042661614617}
+ m_InputFlowSlot:
+ - link:
+ - context: {fileID: 8926484042661614603}
+ slotIndex: 0
+ m_OutputFlowSlot:
+ - link:
+ - context: {fileID: 8926484042661614663}
+ slotIndex: 0
+ - context: {fileID: 8926484042661614766}
+ slotIndex: 0
+ integration: 0
+ angularIntegration: 0
+ ageParticles: 1
+ reapParticles: 1
+ skipZeroDeltaUpdate: 0
+--- !u!114 &8926484042661614663
+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: e837ba02e1cb47d4394b6c186d164156, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 114350483966674976}
+ m_Children:
+ - {fileID: 8926484042661614670}
+ - {fileID: 8926484042661614673}
+ - {fileID: 8926484042661614707}
+ m_UIPosition: {x: 1212, y: 704}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614664}
+ - {fileID: 8926484042661614665}
+ - {fileID: 8926484042661614666}
+ m_OutputSlots: []
+ m_Label:
+ m_Data: {fileID: 8926484042661614617}
+ m_InputFlowSlot:
+ - link:
+ - context: {fileID: 8926484042661614625}
+ slotIndex: 0
+ m_OutputFlowSlot:
+ - link: []
+ blendMode: 3
+ cullMode: 0
+ zWriteMode: 0
+ zTestMode: 0
+ useAlphaClipping: 0
+ generateMotionVector: 0
+ excludeFromTUAndAA: 0
+ sortingPriority: 0
+ m_SubOutputs:
+ - {fileID: 8926484042661614668}
+ colorMapping: 0
+ uvMode: 0
+ flipbookLayout: 0
+ useSoftParticle: 0
+ vfxSystemSortPriority: 0
+ sort: 0
+ sortMode: 0
+ revertSorting: 0
+ indirectDraw: 0
+ computeCulling: 0
+ frustumCulling: 0
+ castShadows: 0
+ useExposureWeight: 0
+ needsOwnSort: 0
+ shaderGraph: {fileID: 0}
+ materialSettings:
+ m_PropertyNames: []
+ m_PropertyValues: []
+ MeshCount: 1
+ lod: 0
+--- !u!114 &8926484042661614664
+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: b47b8679b468b7347a00cdd50589bc9f, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614664}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614663}
+ m_Value:
+ m_Type:
+ m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_SerializableObject: '{"obj":{"fileID":10202,"guid":"0000000000000000e000000000000000","type":0}}'
+ m_Space: -1
+ m_Property:
+ name: mesh
+ m_serializedType:
+ m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614665
+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: c52d920e7fff73b498050a6b3c4404ca, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614665}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614663}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: 4294967295
+ m_Space: -1
+ m_Property:
+ name: subMeshMask
+ m_serializedType:
+ m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614666
+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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614666}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614663}
+ m_Value:
+ m_Type:
+ m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"127279d577f25ac4ea17dae3782e5074","type":3}}'
+ m_Space: -1
+ m_Property:
+ name: mainTexture
+ m_serializedType:
+ m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614668
+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: 388ad3b1dc9c6ae45b630f914fab638f, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+--- !u!114 &8926484042661614670
+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: a971fa2e110a0ac42ac1d8dae408704b, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614663}
+ m_Children: []
+ m_UIPosition: {x: 1504.8304, y: 1808.0043}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614732}
+ m_OutputSlots: []
+ m_Disabled: 0
+ m_ActivationSlot: {fileID: 8926484042661614672}
+ attribute: size
+ Composition: 0
+ Source: 0
+ Random: 0
+ channels: 6
+--- !u!114 &8926484042661614672
+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: b4c11ff25089a324daf359f4b0629b33, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614672}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614670}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: True
+ m_Space: -1
+ m_Property:
+ name: _vfx_enabled
+ m_serializedType:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614673
+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: a971fa2e110a0ac42ac1d8dae408704b, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614663}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614733}
+ m_OutputSlots: []
+ m_Disabled: 0
+ m_ActivationSlot: {fileID: 8926484042661614678}
+ attribute: scale
+ Composition: 0
+ Source: 0
+ Random: 0
+ channels: 6
+--- !u!114 &8926484042661614678
+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: b4c11ff25089a324daf359f4b0629b33, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614678}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614673}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: True
+ m_Space: -1
+ m_Property:
+ name: _vfx_enabled
+ m_serializedType:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614707
+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: a971fa2e110a0ac42ac1d8dae408704b, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614663}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614737}
+ m_OutputSlots: []
+ m_Disabled: 0
+ m_ActivationSlot: {fileID: 8926484042661614713}
+ attribute: position
+ Composition: 1
+ Source: 0
+ Random: 0
+ channels: 6
+--- !u!114 &8926484042661614713
+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: b4c11ff25089a324daf359f4b0629b33, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614713}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614707}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: True
+ m_Space: -1
+ m_Property:
+ name: _vfx_enabled
+ m_serializedType:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614721
+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: 5265657162cc1a241bba03a3b0476d99, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children:
+ - {fileID: 8926484042661614722}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614721}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614573}
+ m_Value:
+ m_Type:
+ m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor,
+ Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0}}'
+ m_Space: 0
+ m_Property:
+ name: Position
+ m_serializedType:
+ m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor,
+ Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614722
+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: ac39bd03fca81b849929b9c966f1836a, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614721}
+ m_Children:
+ - {fileID: 8926484042661614723}
+ - {fileID: 8926484042661614724}
+ - {fileID: 8926484042661614725}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614721}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: position
+ m_serializedType:
+ m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614723
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614722}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614721}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: x
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots:
+ - {fileID: 8926484042661614585}
+--- !u!114 &8926484042661614724
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614722}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614721}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: y
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614725
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614722}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614721}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: z
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614726
+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: c52d920e7fff73b498050a6b3c4404ca, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614726}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614580}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: 0
+ m_Space: 2147483647
+ m_Property:
+ name: spawnIndex
+ m_serializedType:
+ m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 1
+ m_LinkedSlots:
+ - {fileID: 8926484042661614586}
+--- !u!114 &8926484042661614727
+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: 5265657162cc1a241bba03a3b0476d99, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children:
+ - {fileID: 8926484042661614728}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614727}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614618}
+ m_Value:
+ m_Type:
+ m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor,
+ Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ m_SerializableObject: '{"position":{"x":-13.539999961853028,"y":0.0,"z":8.380000114440918}}'
+ m_Space: 0
+ m_Property:
+ name: Position
+ m_serializedType:
+ m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor,
+ Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614728
+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: ac39bd03fca81b849929b9c966f1836a, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614727}
+ m_Children:
+ - {fileID: 8926484042661614729}
+ - {fileID: 8926484042661614730}
+ - {fileID: 8926484042661614731}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614727}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: position
+ m_serializedType:
+ m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614729
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614728}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614727}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: x
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614730
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614728}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614727}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: y
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614731
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614728}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614727}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: z
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614732
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614732}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614670}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: 1
+ m_Space: 2147483647
+ m_Property:
+ name: Size
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614733
+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: ac39bd03fca81b849929b9c966f1836a, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children:
+ - {fileID: 8926484042661614734}
+ - {fileID: 8926484042661614735}
+ - {fileID: 8926484042661614736}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614733}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614673}
+ m_Value:
+ m_Type:
+ m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_SerializableObject: '{"x":30.0,"y":0.5,"z":0.5}'
+ m_Space: 2147483647
+ m_Property:
+ name: Scale
+ m_serializedType:
+ m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614734
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614733}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614733}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: x
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614735
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614733}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614733}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: y
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614736
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614733}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614733}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: z
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614737
+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: 5265657162cc1a241bba03a3b0476d99, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children:
+ - {fileID: 8926484042661614738}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614737}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614707}
+ m_Value:
+ m_Type:
+ m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor,
+ Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":-2.75}}'
+ m_Space: 0
+ m_Property:
+ name: Position
+ m_serializedType:
+ m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor,
+ Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614738
+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: ac39bd03fca81b849929b9c966f1836a, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614737}
+ m_Children:
+ - {fileID: 8926484042661614739}
+ - {fileID: 8926484042661614740}
+ - {fileID: 8926484042661614741}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614737}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: position
+ m_serializedType:
+ m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614739
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614738}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614737}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: x
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614740
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614738}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614737}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: y
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614741
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614738}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614737}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: z
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614742
+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: e837ba02e1cb47d4394b6c186d164156, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 114350483966674976}
+ m_Children:
+ - {fileID: 8926484042661614756}
+ - {fileID: 8926484042661614759}
+ m_UIPosition: {x: 496.4444, y: 813.8709}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614747}
+ - {fileID: 8926484042661614752}
+ - {fileID: 8926484042661614743}
+ - {fileID: 8926484042661614744}
+ m_OutputSlots: []
+ m_Label:
+ m_Data: {fileID: 8926484042661614561}
+ m_InputFlowSlot:
+ - link:
+ - context: {fileID: 8926484042661614562}
+ slotIndex: 0
+ m_OutputFlowSlot:
+ - link: []
+ blendMode: 1
+ cullMode: 0
+ zWriteMode: 0
+ zTestMode: 0
+ useAlphaClipping: 0
+ generateMotionVector: 0
+ excludeFromTUAndAA: 0
+ sortingPriority: 0
+ m_SubOutputs: []
+ colorMapping: 0
+ uvMode: 0
+ flipbookLayout: 0
+ useSoftParticle: 0
+ vfxSystemSortPriority: 0
+ sort: 0
+ sortMode: 0
+ revertSorting: 0
+ indirectDraw: 0
+ computeCulling: 0
+ frustumCulling: 0
+ castShadows: 0
+ useExposureWeight: 0
+ needsOwnSort: 0
+ shaderGraph: {fileID: 4333940904281232215, guid: 209dbab2014420141b857eab06bdb72a,
+ type: 3}
+ materialSettings:
+ m_PropertyNames:
+ - _QueueOffset
+ - _QueueControl
+ m_PropertyValues:
+ - 0
+ - 0
+ MeshCount: 1
+ lod: 0
+--- !u!114 &8926484042661614743
+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: b47b8679b468b7347a00cdd50589bc9f, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614743}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614742}
+ m_Value:
+ m_Type:
+ m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_SerializableObject: '{"obj":{"fileID":10202,"guid":"0000000000000000e000000000000000","type":0}}'
+ m_Space: 2147483647
+ m_Property:
+ name: mesh
+ m_serializedType:
+ m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614744
+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: c52d920e7fff73b498050a6b3c4404ca, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614744}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614742}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: 4294967295
+ m_Space: 2147483647
+ m_Property:
+ name: subMeshMask
+ m_serializedType:
+ m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614747
+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: c82227d5759e296488798b1554a72a15, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children:
+ - {fileID: 8926484042661614748}
+ - {fileID: 8926484042661614749}
+ - {fileID: 8926484042661614750}
+ - {fileID: 8926484042661614751}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614747}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614742}
+ m_Value:
+ m_Type:
+ m_SerializableType: UnityEngine.Color, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_SerializableObject: '{"r":1.0,"g":1.0,"b":1.0,"a":0.0}'
+ m_Space: 2147483647
+ m_Property:
+ name: _Color
+ m_serializedType:
+ m_SerializableType: UnityEngine.Color, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614748
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614747}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614747}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: r
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614749
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614747}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614747}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: g
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614750
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614747}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614747}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: b
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614751
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614747}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614747}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: a
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614752
+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: ac39bd03fca81b849929b9c966f1836a, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children:
+ - {fileID: 8926484042661614753}
+ - {fileID: 8926484042661614754}
+ - {fileID: 8926484042661614755}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614752}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614742}
+ m_Value:
+ m_Type:
+ m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}'
+ m_Space: 2147483647
+ m_Property:
+ name: _Vector3
+ m_serializedType:
+ m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614753
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614752}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614752}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: x
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614754
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614752}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614752}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: y
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614755
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614752}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614752}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: z
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614756
+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: a971fa2e110a0ac42ac1d8dae408704b, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614742}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614757}
+ m_OutputSlots: []
+ m_Disabled: 0
+ m_ActivationSlot: {fileID: 8926484042661614758}
+ attribute: size
+ Composition: 0
+ Source: 0
+ Random: 0
+ channels: 6
+--- !u!114 &8926484042661614757
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614757}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614756}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: 0.5
+ m_Space: 2147483647
+ m_Property:
+ name: Size
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614758
+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: b4c11ff25089a324daf359f4b0629b33, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614758}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614756}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: True
+ m_Space: 2147483647
+ m_Property:
+ name: _vfx_enabled
+ m_serializedType:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614759
+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: a971fa2e110a0ac42ac1d8dae408704b, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614742}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614760}
+ m_OutputSlots: []
+ m_Disabled: 0
+ m_ActivationSlot: {fileID: 8926484042661614765}
+ attribute: position
+ Composition: 1
+ Source: 0
+ Random: 0
+ channels: 6
+--- !u!114 &8926484042661614760
+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: 5265657162cc1a241bba03a3b0476d99, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children:
+ - {fileID: 8926484042661614761}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614760}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614759}
+ m_Value:
+ m_Type:
+ m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor,
+ Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":4.25}}'
+ m_Space: 0
+ m_Property:
+ name: Position
+ m_serializedType:
+ m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor,
+ Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614761
+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: ac39bd03fca81b849929b9c966f1836a, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614760}
+ m_Children:
+ - {fileID: 8926484042661614762}
+ - {fileID: 8926484042661614763}
+ - {fileID: 8926484042661614764}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614760}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: position
+ m_serializedType:
+ m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614762
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614761}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614760}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: x
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614763
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614761}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614760}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: y
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614764
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614761}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614760}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: z
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614765
+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: b4c11ff25089a324daf359f4b0629b33, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614765}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614759}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: True
+ m_Space: 2147483647
+ m_Property:
+ name: _vfx_enabled
+ m_serializedType:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614766
+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: e837ba02e1cb47d4394b6c186d164156, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 114350483966674976}
+ m_Children:
+ - {fileID: 8926484042661614781}
+ - {fileID: 8926484042661614775}
+ - {fileID: 8926484042661614771}
+ m_UIPosition: {x: 1679, y: 704}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614767}
+ - {fileID: 8926484042661614768}
+ - {fileID: 8926484042661614769}
+ m_OutputSlots: []
+ m_Label:
+ m_Data: {fileID: 8926484042661614617}
+ m_InputFlowSlot:
+ - link:
+ - context: {fileID: 8926484042661614625}
+ slotIndex: 0
+ m_OutputFlowSlot:
+ - link: []
+ blendMode: 3
+ cullMode: 0
+ zWriteMode: 0
+ zTestMode: 0
+ useAlphaClipping: 0
+ generateMotionVector: 0
+ excludeFromTUAndAA: 0
+ sortingPriority: 0
+ m_SubOutputs:
+ - {fileID: 8926484042661614774}
+ colorMapping: 0
+ uvMode: 0
+ flipbookLayout: 0
+ useSoftParticle: 0
+ vfxSystemSortPriority: 0
+ sort: 0
+ sortMode: 0
+ revertSorting: 0
+ indirectDraw: 0
+ computeCulling: 0
+ frustumCulling: 0
+ castShadows: 0
+ useExposureWeight: 0
+ needsOwnSort: 0
+ shaderGraph: {fileID: 0}
+ materialSettings:
+ m_PropertyNames: []
+ m_PropertyValues: []
+ MeshCount: 1
+ lod: 0
+--- !u!114 &8926484042661614767
+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: b47b8679b468b7347a00cdd50589bc9f, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614767}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614766}
+ m_Value:
+ m_Type:
+ m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_SerializableObject: '{"obj":{"fileID":10202,"guid":"0000000000000000e000000000000000","type":0}}'
+ m_Space: 2147483647
+ m_Property:
+ name: mesh
+ m_serializedType:
+ m_SerializableType: UnityEngine.Mesh, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614768
+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: c52d920e7fff73b498050a6b3c4404ca, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614768}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614766}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: 4294967295
+ m_Space: 2147483647
+ m_Property:
+ name: subMeshMask
+ m_serializedType:
+ m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614769
+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: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614769}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614766}
+ m_Value:
+ m_Type:
+ m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"127279d577f25ac4ea17dae3782e5074","type":3}}'
+ m_Space: 2147483647
+ m_Property:
+ name: mainTexture
+ m_serializedType:
+ m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614771
+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: a971fa2e110a0ac42ac1d8dae408704b, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614766}
+ m_Children: []
+ m_UIPosition: {x: 2163.727, y: 1910.7292}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614772}
+ m_OutputSlots: []
+ m_Disabled: 0
+ m_ActivationSlot: {fileID: 8926484042661614773}
+ attribute: size
+ Composition: 0
+ Source: 0
+ Random: 0
+ channels: 6
+--- !u!114 &8926484042661614772
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614772}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614771}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: 1
+ m_Space: 2147483647
+ m_Property:
+ name: Size
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614773
+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: b4c11ff25089a324daf359f4b0629b33, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614773}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614771}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: True
+ m_Space: 2147483647
+ m_Property:
+ name: _vfx_enabled
+ m_serializedType:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614774
+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: 388ad3b1dc9c6ae45b630f914fab638f, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+--- !u!114 &8926484042661614775
+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: a971fa2e110a0ac42ac1d8dae408704b, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614766}
+ m_Children: []
+ m_UIPosition: {x: 658.8967, y: 102.72504}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614776}
+ m_OutputSlots: []
+ m_Disabled: 0
+ m_ActivationSlot: {fileID: 8926484042661614780}
+ attribute: scale
+ Composition: 0
+ Source: 0
+ Random: 0
+ channels: 6
+--- !u!114 &8926484042661614776
+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: ac39bd03fca81b849929b9c966f1836a, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children:
+ - {fileID: 8926484042661614777}
+ - {fileID: 8926484042661614778}
+ - {fileID: 8926484042661614779}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614776}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614775}
+ m_Value:
+ m_Type:
+ m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_SerializableObject: '{"x":30.0,"y":0.5,"z":0.5}'
+ m_Space: 2147483647
+ m_Property:
+ name: Scale
+ m_serializedType:
+ m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614777
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614776}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614776}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: x
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614778
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614776}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614776}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: y
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614779
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614776}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614776}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: z
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614780
+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: b4c11ff25089a324daf359f4b0629b33, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614780}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614775}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: True
+ m_Space: 2147483647
+ m_Property:
+ name: _vfx_enabled
+ m_serializedType:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614781
+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: a971fa2e110a0ac42ac1d8dae408704b, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614766}
+ m_Children: []
+ m_UIPosition: {x: 658.8967, y: 102.72504}
+ m_UICollapsed: 0
+ m_UISuperCollapsed: 0
+ m_InputSlots:
+ - {fileID: 8926484042661614782}
+ m_OutputSlots: []
+ m_Disabled: 0
+ m_ActivationSlot: {fileID: 8926484042661614787}
+ attribute: position
+ Composition: 1
+ Source: 0
+ Random: 0
+ channels: 6
+--- !u!114 &8926484042661614782
+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: 5265657162cc1a241bba03a3b0476d99, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children:
+ - {fileID: 8926484042661614783}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614782}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614781}
+ m_Value:
+ m_Type:
+ m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor,
+ Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":-0.75}}'
+ m_Space: 0
+ m_Property:
+ name: Position
+ m_serializedType:
+ m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor,
+ Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614783
+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: ac39bd03fca81b849929b9c966f1836a, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614782}
+ m_Children:
+ - {fileID: 8926484042661614784}
+ - {fileID: 8926484042661614785}
+ - {fileID: 8926484042661614786}
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614782}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: position
+ m_serializedType:
+ m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0,
+ Culture=neutral, PublicKeyToken=null
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614784
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614783}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614782}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: x
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614785
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614783}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614782}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: y
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614786
+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: f780aa281814f9842a7c076d436932e7, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 8926484042661614783}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614782}
+ m_MasterData:
+ m_Owner: {fileID: 0}
+ m_Value:
+ m_Type:
+ m_SerializableType:
+ m_SerializableObject:
+ m_Space: 2147483647
+ m_Property:
+ name: z
+ m_serializedType:
+ m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
+--- !u!114 &8926484042661614787
+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: b4c11ff25089a324daf359f4b0629b33, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_UIIgnoredErrors: []
+ m_Parent: {fileID: 0}
+ m_Children: []
+ m_UIPosition: {x: 0, y: 0}
+ m_UICollapsed: 1
+ m_UISuperCollapsed: 0
+ m_MasterSlot: {fileID: 8926484042661614787}
+ m_MasterData:
+ m_Owner: {fileID: 8926484042661614781}
+ m_Value:
+ m_Type:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_SerializableObject: True
+ m_Space: 2147483647
+ m_Property:
+ name: _vfx_enabled
+ m_serializedType:
+ m_SerializableType: System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral,
+ PublicKeyToken=b77a5c561934e089
+ m_Direction: 0
+ m_LinkedSlots: []
diff --git a/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_SG_FogMesh.vfx.meta b/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_SG_FogMesh.vfx.meta
new file mode 100644
index 00000000000..ba5a1a008ba
--- /dev/null
+++ b/Tests/SRPTests/Projects/VisualEffectGraph_URP/Assets/GraphicsTests/100_SG_FogMesh.vfx.meta
@@ -0,0 +1,14 @@
+fileFormatVersion: 2
+guid: 20e235b4f4e8aa94386bf3cbe42dbda6
+VisualEffectImporter:
+ externalObjects: {}
+ serializedVersion: 1
+ template:
+ name:
+ category:
+ description:
+ icon: {instanceID: 0}
+ thumbnail: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant: