整理及制作特效

1.制作了火焰粒子及shader
2.整理相关特效为预制体,为方便程序导入,都为拖入场景就能用的。
This commit is contained in:
GrassTE 2022-08-26 04:45:43 +08:00
parent e285f751bf
commit 37278672ed
45 changed files with 27398 additions and 10202 deletions

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: b9e5cd1a5cd78824faaaa0146945c85c
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: ef29d83b0f674524686c80b756443bf5
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: dcb7e612af633a945ad2ebbb188a1617
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,37 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Particleappear : MonoBehaviour
{
// Start is called before the first frame update
private AudioSource boomAudio;
void Start()
{
boomAudio = GetComponent<AudioSource>();
boomAudio.Play();
StartCoroutine(SetParticleColor(gameObject.GetComponent<ParticleSystem>(), 0, 6f));
}
public IEnumerator des()
{
yield return new WaitForSeconds(0.4f);
Destroy(gameObject);
}
//修改粒子,使粒子淡出
private IEnumerator SetParticleColor(ParticleSystem particleSystem,float endValue,float speed)
{
#pragma warning disable 0618
Color color = particleSystem.startColor;
while (particleSystem.startColor.a>0)
{
yield return new WaitForSeconds(0.1f);
color.a -= 1;
particleSystem.startColor = color;
}
StartCoroutine(des());
}
}

View File

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: d1fb480e70e8fe240b470b74c35620c0
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,43 @@
%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: Shader Graphs_Boom
m_Shader: {fileID: -6465566751694194690, guid: ef29d83b0f674524686c80b756443bf5, type: 3}
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap: {}
disabledShaderPasses: []
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _MainTex:
m_Texture: {fileID: 10300, guid: 0000000000000000f000000000000000, type: 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: []
m_Colors:
- Color_908b3c6234a24c4d84f3b53efd566029: {r: 29.508846, g: 22.865494, b: 0, a: 0}
m_BuildTextureStacks: []

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 52583c55eba714140be93c759f23d70b
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

View File

@ -0,0 +1,98 @@
fileFormatVersion: 2
guid: 689669504fd349a4491f92557787a5ee
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 11
mipmaps:
mipMapMode: 0
enableMipMap: 0
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
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMasterTextureLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
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: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,122 @@
fileFormatVersion: 2
guid: ffafa8103c932e5468797188ddfc40fa
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 11
mipmaps:
mipMapMode: 0
enableMipMap: 0
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
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMasterTextureLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
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: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 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
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,43 @@
%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: "\u7206\u70B8"
m_Shader: {fileID: -6465566751694194690, guid: ef29d83b0f674524686c80b756443bf5, type: 3}
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap: {}
disabledShaderPasses: []
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _MainTex:
m_Texture: {fileID: 10307, guid: 0000000000000000f000000000000000, type: 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: []
m_Colors:
- Color_908b3c6234a24c4d84f3b53efd566029: {r: 0.9221513, g: 0.18829268, b: 0.22691682, a: 0}
m_BuildTextureStacks: []

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 6f8e7967b2c7dd14ebf8ee758c03120e
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,43 @@
%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: "\u7206\u70B82"
m_Shader: {fileID: -6465566751694194690, guid: ef29d83b0f674524686c80b756443bf5, type: 3}
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap: {}
disabledShaderPasses: []
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _MainTex:
m_Texture: {fileID: 10912, guid: 0000000000000000f000000000000000, type: 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: []
m_Colors:
- Color_908b3c6234a24c4d84f3b53efd566029: {r: 1.3041189, g: 0, b: 0, a: 0}
m_BuildTextureStacks: []

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 7dc64935baa0a5241944bca43a0a9bd2
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 392e2fc1dc33e594c8ab12d6b6c747ef
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: d1be1b0bc58ec7649a605a2c91b78c1c
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,51 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &1492222474791652721
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1492222474791652723}
- component: {fileID: 1492222474791652722}
m_Layer: 0
m_Name: Global Volume
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1492222474791652723
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1492222474791652721}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 37.722527, y: 8.66632, z: 0.1825695}
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 &1492222474791652722
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1492222474791652721}
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: 977aa21faffd05d47997d1c97015f870, type: 2}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: ee4683f2bb44836498661ab89d4952ee
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 0c3fe766c53471b4b8f1aa5f0c0e5514
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,120 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &7321233534096407763
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7321233534096407762}
- component: {fileID: 7321233534096407775}
- component: {fileID: 7321233534096407760}
- component: {fileID: 7321233534096407761}
m_Layer: 0
m_Name: "\u5C4F\u5E55\u540E\u7279\u6548"
m_TagString: MainCamera
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &7321233534096407762
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7321233534096407763}
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_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!20 &7321233534096407775
Camera:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7321233534096407763}
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_SensorSize: {x: 36, y: 24}
m_LensShift: {x: 0, y: 0}
m_FocalLength: 50
m_NormalizedViewPortRect:
serializedVersion: 2
x: 0
y: 0
width: 1
height: 1
near clip plane: 0.3
far clip plane: 1000
field of view: 34
orthographic: 1
orthographic size: 27.944572
m_Depth: -1
m_CullingMask:
serializedVersion: 2
m_Bits: 2147483647
m_RenderingPath: -1
m_TargetTexture: {fileID: 0}
m_TargetDisplay: 0
m_TargetEye: 0
m_HDR: 1
m_AllowMSAA: 0
m_AllowDynamicResolution: 0
m_ForceIntoRT: 0
m_OcclusionCulling: 0
m_StereoConvergence: 10
m_StereoSeparation: 0.022
--- !u!81 &7321233534096407760
AudioListener:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7321233534096407763}
m_Enabled: 1
--- !u!114 &7321233534096407761
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7321233534096407763}
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: 1
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_RequiresDepthTexture: 0
m_RequiresColorTexture: 0
m_Version: 2

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: c6a648d46aa1cfc468872e392fd5f2aa
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 85f3e3a1add50b14596aa8acc5221a9d
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,132 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &8916953043681894182
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 8916953043681894185}
- component: {fileID: 8916953043681894184}
m_Layer: 0
m_Name: GameObject
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8916953043681894185
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8916953043681894182}
m_LocalRotation: {x: 0, y: -0.058522306, z: 0, w: -0.9982861}
m_LocalPosition: {x: 8.7, y: -41.4, z: 0.2}
m_LocalScale: {x: 1, y: 0.45, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 8916953045395074340}
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 6.71, z: 360}
--- !u!114 &8916953043681894184
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8916953043681894182}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 1ed8afc940dde994db6419a657c75681, type: 3}
m_Name:
m_EditorClassIdentifier:
speed: 0.243
--- !u!1 &8916953045395074341
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 8916953045395074340}
- component: {fileID: 8916953045395074343}
m_Layer: 0
m_Name: Circle
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8916953045395074340
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8916953045395074341}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -79.854836, y: 3.0999994, z: 0.3624191}
m_LocalScale: {x: 7.01, y: 15, z: 7.01}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 8916953043681894185}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &8916953045395074343
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8916953045395074341}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: a97c105638bdf8b4a8650670310a4cd3, 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: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_Sprite: {fileID: -2413806693520163455, guid: a86470a33a6bf42c4b3595704624658b, type: 3}
m_Color: {r: 1, g: 0.19339621, b: 0.19339621, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 1, y: 1}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 780558eb47117aa4cb2066e837036ea8
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,133 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &86705570441594930
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 86705570441594932}
- component: {fileID: 86705570441594933}
- component: {fileID: 86705570441594935}
m_Layer: 0
m_Name: Global Light 2D
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &86705570441594932
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 86705570441594930}
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_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &86705570441594933
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 86705570441594930}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 073797afb82c5a1438f328866b10b3f0, type: 3}
m_Name:
m_EditorClassIdentifier:
m_ComponentVersion: 1
m_LightType: 4
m_BlendStyleIndex: 0
m_FalloffIntensity: 0.5
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_Intensity: 1
m_LightVolumeIntensity: 1
m_LightVolumeIntensityEnabled: 0
m_ApplyToSortingLayers: 6f15c54600000000a5468f9683ed88d6ab9d3c06
m_LightCookieSprite: {fileID: 0}
m_DeprecatedPointLightCookieSprite: {fileID: 0}
m_LightOrder: 0
m_OverlapOperation: 0
m_NormalMapDistance: 3
m_NormalMapQuality: 2
m_UseNormalMap: 0
m_ShadowIntensityEnabled: 0
m_ShadowIntensity: 0.75
m_ShadowVolumeIntensityEnabled: 0
m_ShadowVolumeIntensity: 0.75
m_Vertices:
- position: {x: 0.9985302, y: 0.9985302, z: 0}
color: {r: 0.70710677, g: 0.70710677, b: 0, a: 0}
uv: {x: 0, y: 0}
- position: {x: 0.9985302, y: 0.9985302, z: 0}
color: {r: 0, g: 0, b: 0, a: 1}
uv: {x: 0, y: 0}
- position: {x: -0.9985302, y: 0.9985302, z: 0}
color: {r: -0.70710677, g: 0.70710677, b: 0, a: 0}
uv: {x: 0, y: 0}
- position: {x: -0.9985302, y: 0.9985302, z: 0}
color: {r: 0, g: 0, b: 0, a: 1}
uv: {x: 0, y: 0}
- position: {x: -0.99853003, y: -0.9985304, z: 0}
color: {r: -0.70710665, g: -0.7071069, b: 0, a: 0}
uv: {x: 0, y: 0}
- position: {x: -0.99853003, y: -0.9985304, z: 0}
color: {r: 0, g: 0, b: 0, a: 1}
uv: {x: 0, y: 0}
- position: {x: 0.99853003, y: -0.9985304, z: 0}
color: {r: 0.70710665, g: -0.7071069, b: 0, a: 0}
uv: {x: 0, y: 0}
- position: {x: 0.99853003, y: -0.9985304, z: 0}
color: {r: 0, g: 0, b: 0, a: 1}
uv: {x: 0, y: 0}
- position: {x: 0, y: 0, z: 0}
color: {r: 0, g: 0, b: 0, a: 1}
uv: {x: 0, y: 0}
m_Triangles: 030001000800020000000100030002000100050003000800040002000300050004000300070005000800060004000500070006000500010007000800000006000700010000000700
m_LocalBounds:
m_Center: {x: 0, y: -0.00000011920929, z: 0}
m_Extent: {x: 0.9985302, y: 0.99853027, z: 0}
m_PointLightInnerAngle: 360
m_PointLightOuterAngle: 360
m_PointLightInnerRadius: 0
m_PointLightOuterRadius: 1
m_ShapeLightParametricSides: 5
m_ShapeLightParametricAngleOffset: 0
m_ShapeLightParametricRadius: 1
m_ShapeLightFalloffSize: 0.5
m_ShapeLightFalloffOffset: {x: 0, y: 0}
m_ShapePath:
- {x: -0.5, y: -0.5, z: 0}
- {x: 0.5, y: -0.5, z: 0}
- {x: 0.5, y: 0.5, z: 0}
- {x: -0.5, y: 0.5, z: 0}
--- !u!95 &86705570441594935
Animator:
serializedVersion: 4
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 86705570441594930}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: 49672ecc31107f343a81a19718b7e723, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
m_StabilizeFeet: 0
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
m_KeepAnimatorControllerStateOnDisable: 0

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: af71b3a45d1f7224390bd56b9cb784d4
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 0e09d9ae6b5537b42a8999c5a914f672
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 KiB

View File

@ -0,0 +1,98 @@
fileFormatVersion: 2
guid: 909c57b40d07b1440a8846b1883cfb2d
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 11
mipmaps:
mipMapMode: 0
enableMipMap: 0
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
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMasterTextureLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
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: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 84ef038ddc168544eb42b297f7acd3a5
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 1d0f2e4eaa781d3428cd7ea23a76e9f7
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 21810ff268daa70418623f7edd1ca3bc
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: ef333ecc677357a4380f346d009f35af
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 06fb56bd3e892b34386734f5054ce992
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 8478d1d82551e794d99cdc69934aabcd
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 6d442e2604f7651419cce3c6bc130fb9
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -19,7 +19,7 @@ MonoBehaviour:
width: 1792
height: 889
m_ShowMode: 4
m_Title: Hierarchy
m_Title: Project
m_RootView: {fileID: 6}
m_MinSize: {x: 875, y: 300}
m_MaxSize: {x: 10000, y: 10000}
@ -48,7 +48,7 @@ MonoBehaviour:
m_MinSize: {x: 300, y: 200}
m_MaxSize: {x: 24288, y: 16192}
vertical: 0
controlID: 576
controlID: 34
--- !u!114 &3
MonoBehaviour:
m_ObjectHideFlags: 52
@ -70,9 +70,9 @@ MonoBehaviour:
height: 839
m_MinSize: {x: 276, y: 71}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 15}
m_ActualView: {fileID: 16}
m_Panes:
- {fileID: 15}
- {fileID: 16}
m_Selected: 0
m_LastSelected: 0
--- !u!114 &4
@ -94,11 +94,11 @@ MonoBehaviour:
y: 0
width: 339
height: 497
m_MinSize: {x: 201, y: 221}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 16}
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 4000, y: 4000}
m_ActualView: {fileID: 17}
m_Panes:
- {fileID: 16}
- {fileID: 17}
m_Selected: 0
m_LastSelected: 0
--- !u!114 &5
@ -122,10 +122,10 @@ MonoBehaviour:
height: 342
m_MinSize: {x: 231, y: 271}
m_MaxSize: {x: 10001, y: 10021}
m_ActualView: {fileID: 14}
m_ActualView: {fileID: 15}
m_Panes:
- {fileID: 14}
- {fileID: 19}
- {fileID: 15}
- {fileID: 20}
m_Selected: 0
m_LastSelected: 1
--- !u!114 &6
@ -177,7 +177,7 @@ MonoBehaviour:
height: 30
m_MinSize: {x: 0, y: 0}
m_MaxSize: {x: 0, y: 0}
m_LastLoadedLayoutName: Default
m_LastLoadedLayoutName:
--- !u!114 &8
MonoBehaviour:
m_ObjectHideFlags: 52
@ -223,7 +223,7 @@ MonoBehaviour:
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 16192, y: 16192}
vertical: 1
controlID: 577
controlID: 17
--- !u!114 &10
MonoBehaviour:
m_ObjectHideFlags: 52
@ -248,7 +248,7 @@ MonoBehaviour:
m_MinSize: {x: 200, y: 100}
m_MaxSize: {x: 16192, y: 8096}
vertical: 0
controlID: 578
controlID: 18
--- !u!114 &11
MonoBehaviour:
m_ObjectHideFlags: 52
@ -270,15 +270,393 @@ MonoBehaviour:
height: 497
m_MinSize: {x: 202, y: 221}
m_MaxSize: {x: 4002, y: 4021}
m_ActualView: {fileID: 17}
m_ActualView: {fileID: 18}
m_Panes:
- {fileID: 17}
- {fileID: 18}
- {fileID: 19}
- {fileID: 14}
- {fileID: 13}
- {fileID: 12}
m_Selected: 0
m_LastSelected: 1
m_LastSelected: 4
--- !u!114 &12
MonoBehaviour:
m_ObjectHideFlags: 52
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: 924ffcbe75518854f97b48776d0f1939, type: 3}
m_Name:
m_EditorClassIdentifier:
m_MinSize: {x: 100, y: 100}
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Boom
m_Image: {fileID: 2800000, guid: 7129268cf102b2f45809905bcb27ce8b, type: 3}
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 339
y: 72
width: 1027.5
height: 476
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
m_LastAppliedPresetName: Default
m_SaveData: []
m_Selected: ef29d83b0f674524686c80b756443bf5
m_GraphObject: {fileID: 0}
m_LastSerializedFileContents: "{\n \"m_SGVersion\": 3,\n \"m_Type\": \"UnityEditor.ShaderGraph.GraphData\",\n
\"m_ObjectId\": \"a1a22eda8e8b4914b96cd9de8912fe54\",\n \"m_Properties\":
[\n {\n \"m_Id\": \"69838c2fac2c4e54bdc7a7948f38a146\"\n
},\n {\n \"m_Id\": \"908b3c6234a24c4d84f3b53efd566029\"\n
}\n ],\n \"m_Keywords\": [],\n \"m_Dropdowns\": [],\n \"m_CategoryData\":
[\n {\n \"m_Id\": \"124fcfc64bfa40bda68d2fd3ce3929de\"\n
}\n ],\n \"m_Nodes\": [\n {\n \"m_Id\": \"105715128861456fb2bd6dc5b0a999fb\"\n
},\n {\n \"m_Id\": \"c83aada6504740b994d82aa0698c290d\"\n
},\n {\n \"m_Id\": \"68f7c054039b4a22afd75e03cb14c4a6\"\n
},\n {\n \"m_Id\": \"3bc416d74f2f4a61a7353e0b5b3dea0f\"\n
},\n {\n \"m_Id\": \"21cd4fe902774f469e7b39d83bb8ae1f\"\n
},\n {\n \"m_Id\": \"63d216614279476b9aa89721e0781aa3\"\n
},\n {\n \"m_Id\": \"a9793a76eaae48d4a4ace219f1583a48\"\n
},\n {\n \"m_Id\": \"2cc8ac44a2214b01b76472b648891201\"\n
},\n {\n \"m_Id\": \"080c0f8092f34315b0330952792c9df5\"\n
},\n {\n \"m_Id\": \"b611355738314580b0fcd84e86f3f7c5\"\n
}\n ],\n \"m_GroupDatas\": [],\n \"m_StickyNoteDatas\": [],\n \"m_Edges\":
[\n {\n \"m_OutputSlot\": {\n \"m_Node\": {\n
\"m_Id\": \"080c0f8092f34315b0330952792c9df5\"\n },\n
\"m_SlotId\": 0\n },\n \"m_InputSlot\": {\n
\"m_Node\": {\n \"m_Id\": \"2cc8ac44a2214b01b76472b648891201\"\n
},\n \"m_SlotId\": 1\n }\n },\n {\n
\"m_OutputSlot\": {\n \"m_Node\": {\n \"m_Id\":
\"2cc8ac44a2214b01b76472b648891201\"\n },\n \"m_SlotId\":
2\n },\n \"m_InputSlot\": {\n \"m_Node\":
{\n \"m_Id\": \"3bc416d74f2f4a61a7353e0b5b3dea0f\"\n
},\n \"m_SlotId\": 0\n }\n },\n {\n
\"m_OutputSlot\": {\n \"m_Node\": {\n \"m_Id\":
\"2cc8ac44a2214b01b76472b648891201\"\n },\n \"m_SlotId\":
2\n },\n \"m_InputSlot\": {\n \"m_Node\":
{\n \"m_Id\": \"b611355738314580b0fcd84e86f3f7c5\"\n
},\n \"m_SlotId\": 0\n }\n },\n {\n
\"m_OutputSlot\": {\n \"m_Node\": {\n \"m_Id\":
\"63d216614279476b9aa89721e0781aa3\"\n },\n \"m_SlotId\":
0\n },\n \"m_InputSlot\": {\n \"m_Node\":
{\n \"m_Id\": \"a9793a76eaae48d4a4ace219f1583a48\"\n
},\n \"m_SlotId\": 1\n }\n },\n {\n
\"m_OutputSlot\": {\n \"m_Node\": {\n \"m_Id\":
\"a9793a76eaae48d4a4ace219f1583a48\"\n },\n \"m_SlotId\":
0\n },\n \"m_InputSlot\": {\n \"m_Node\":
{\n \"m_Id\": \"2cc8ac44a2214b01b76472b648891201\"\n
},\n \"m_SlotId\": 0\n }\n },\n {\n
\"m_OutputSlot\": {\n \"m_Node\": {\n \"m_Id\":
\"b611355738314580b0fcd84e86f3f7c5\"\n },\n \"m_SlotId\":
1\n },\n \"m_InputSlot\": {\n \"m_Node\":
{\n \"m_Id\": \"21cd4fe902774f469e7b39d83bb8ae1f\"\n
},\n \"m_SlotId\": 0\n }\n }\n ],\n \"m_VertexContext\":
{\n \"m_Position\": {\n \"x\": 0.0,\n \"y\": 0.0\n
},\n \"m_Blocks\": [\n {\n \"m_Id\": \"105715128861456fb2bd6dc5b0a999fb\"\n
},\n {\n \"m_Id\": \"c83aada6504740b994d82aa0698c290d\"\n
},\n {\n \"m_Id\": \"68f7c054039b4a22afd75e03cb14c4a6\"\n
}\n ]\n },\n \"m_FragmentContext\": {\n \"m_Position\": {\n
\"x\": 0.0,\n \"y\": 200.0\n },\n \"m_Blocks\": [\n
{\n \"m_Id\": \"3bc416d74f2f4a61a7353e0b5b3dea0f\"\n
},\n {\n \"m_Id\": \"21cd4fe902774f469e7b39d83bb8ae1f\"\n
}\n ]\n },\n \"m_PreviewData\": {\n \"serializedMesh\": {\n
\"m_SerializedMesh\": \"{\\\"mesh\\\":{\\\"instanceID\\\":0}}\",\n
\"m_Guid\": \"\"\n },\n \"preventRotation\": false\n },\n
\"m_Path\": \"Shader Graphs\",\n \"m_GraphPrecision\": 0,\n \"m_PreviewMode\":
2,\n \"m_OutputNode\": {\n \"m_Id\": \"\"\n },\n \"m_ActiveTargets\":
[\n {\n \"m_Id\": \"af944400a62841f5a589990c073034fd\"\n
}\n ]\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.DynamicValueMaterialSlot\",\n
\"m_ObjectId\": \"025250d9792f44dfae8b912aa3101a43\",\n \"m_Id\": 0,\n
\"m_DisplayName\": \"A\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
\"m_ShaderOutputName\": \"A\",\n \"m_StageCapability\": 3,\n \"m_Value\":
{\n \"e00\": 0.0,\n \"e01\": 0.0,\n \"e02\": 0.0,\n
\"e03\": 0.0,\n \"e10\": 0.0,\n \"e11\": 0.0,\n \"e12\":
0.0,\n \"e13\": 0.0,\n \"e20\": 0.0,\n \"e21\": 0.0,\n
\"e22\": 0.0,\n \"e23\": 0.0,\n \"e30\": 0.0,\n \"e31\":
0.0,\n \"e32\": 0.0,\n \"e33\": 0.0\n },\n \"m_DefaultValue\":
{\n \"e00\": 1.0,\n \"e01\": 0.0,\n \"e02\": 0.0,\n
\"e03\": 0.0,\n \"e10\": 0.0,\n \"e11\": 1.0,\n \"e12\":
0.0,\n \"e13\": 0.0,\n \"e20\": 0.0,\n \"e21\": 0.0,\n
\"e22\": 1.0,\n \"e23\": 0.0,\n \"e30\": 0.0,\n \"e31\":
0.0,\n \"e32\": 0.0,\n \"e33\": 1.0\n }\n}\n\n{\n \"m_SGVersion\":
0,\n \"m_Type\": \"UnityEditor.ShaderGraph.PropertyNode\",\n \"m_ObjectId\":
\"080c0f8092f34315b0330952792c9df5\",\n \"m_Group\": {\n \"m_Id\":
\"\"\n },\n \"m_Name\": \"Property\",\n \"m_DrawState\": {\n
\"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\":
\"2\",\n \"x\": -540.0,\n \"y\": 138.00001525878907,\n
\"width\": 107.0,\n \"height\": 34.0\n }\n },\n \"m_Slots\":
[\n {\n \"m_Id\": \"11b5b386a05a4687a763546079be0087\"\n
}\n ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
[]\n },\n \"m_Property\": {\n \"m_Id\": \"908b3c6234a24c4d84f3b53efd566029\"\n
}\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.BlockNode\",\n
\"m_ObjectId\": \"105715128861456fb2bd6dc5b0a999fb\",\n \"m_Group\": {\n
\"m_Id\": \"\"\n },\n \"m_Name\": \"VertexDescription.Position\",\n
\"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n
\"serializedVersion\": \"2\",\n \"x\": 0.0,\n \"y\": 0.0,\n
\"width\": 0.0,\n \"height\": 0.0\n }\n },\n \"m_Slots\":
[\n {\n \"m_Id\": \"eba32d95909e4d739c5dee694990a26a\"\n
}\n ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
[]\n },\n \"m_SerializedDescriptor\": \"VertexDescription.Position\"\n}\n\n{\n
\"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector4MaterialSlot\",\n
\"m_ObjectId\": \"11b5b386a05a4687a763546079be0087\",\n \"m_Id\": 0,\n
\"m_DisplayName\": \"Color\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n
\"m_ShaderOutputName\": \"Out\",\n \"m_StageCapability\": 3,\n \"m_Value\":
{\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\": 0.0,\n \"w\":
0.0\n },\n \"m_DefaultValue\": {\n \"x\": 0.0,\n \"y\": 0.0,\n
\"z\": 0.0,\n \"w\": 0.0\n },\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\":
0,\n \"m_Type\": \"UnityEditor.ShaderGraph.CategoryData\",\n \"m_ObjectId\":
\"124fcfc64bfa40bda68d2fd3ce3929de\",\n \"m_Name\": \"\",\n \"m_ChildObjectList\":
[\n {\n \"m_Id\": \"69838c2fac2c4e54bdc7a7948f38a146\"\n
},\n {\n \"m_Id\": \"908b3c6234a24c4d84f3b53efd566029\"\n
}\n ]\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.TangentMaterialSlot\",\n
\"m_ObjectId\": \"1891252fe24d4de48b174af2973174e8\",\n \"m_Id\": 0,\n
\"m_DisplayName\": \"Tangent\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
\"m_ShaderOutputName\": \"Tangent\",\n \"m_StageCapability\": 1,\n \"m_Value\":
{\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\": 0.0\n },\n
\"m_DefaultValue\": {\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\":
0.0\n },\n \"m_Labels\": [],\n \"m_Space\": 0\n}\n\n{\n \"m_SGVersion\":
0,\n \"m_Type\": \"UnityEditor.ShaderGraph.SamplerStateMaterialSlot\",\n
\"m_ObjectId\": \"1929068acd444860acc9f0fa99923584\",\n \"m_Id\": 3,\n
\"m_DisplayName\": \"Sampler\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
\"m_ShaderOutputName\": \"Sampler\",\n \"m_StageCapability\": 3,\n \"m_BareResource\":
false\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.DynamicVectorMaterialSlot\",\n
\"m_ObjectId\": \"19707059c7fd49edb89dba222a849bfe\",\n \"m_Id\": 1,\n
\"m_DisplayName\": \"Out\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n
\"m_ShaderOutputName\": \"Out\",\n \"m_StageCapability\": 3,\n \"m_Value\":
{\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\": 0.0,\n \"w\":
0.0\n },\n \"m_DefaultValue\": {\n \"x\": 0.0,\n \"y\": 0.0,\n
\"z\": 0.0,\n \"w\": 0.0\n }\n}\n\n{\n \"m_SGVersion\": 0,\n
\"m_Type\": \"UnityEditor.ShaderGraph.BlockNode\",\n \"m_ObjectId\": \"21cd4fe902774f469e7b39d83bb8ae1f\",\n
\"m_Group\": {\n \"m_Id\": \"\"\n },\n \"m_Name\": \"SurfaceDescription.Alpha\",\n
\"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n
\"serializedVersion\": \"2\",\n \"x\": 0.0,\n \"y\": 0.0,\n
\"width\": 0.0,\n \"height\": 0.0\n }\n },\n \"m_Slots\":
[\n {\n \"m_Id\": \"948fcee90dae4769ab97f978eeb20a63\"\n
}\n ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
[]\n },\n \"m_SerializedDescriptor\": \"SurfaceDescription.Alpha\"\n}\n\n{\n
\"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.MultiplyNode\",\n
\"m_ObjectId\": \"2cc8ac44a2214b01b76472b648891201\",\n \"m_Group\": {\n
\"m_Id\": \"\"\n },\n \"m_Name\": \"Multiply\",\n \"m_DrawState\": {\n
\"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\":
\"2\",\n \"x\": -399.0000305175781,\n \"y\": -39.9999885559082,\n
\"width\": 208.00001525878907,\n \"height\": 302.0\n }\n
},\n \"m_Slots\": [\n {\n \"m_Id\": \"025250d9792f44dfae8b912aa3101a43\"\n
},\n {\n \"m_Id\": \"aad0ca5d245340dbab02e27e57e4458f\"\n
},\n {\n \"m_Id\": \"c196ef059d0e45388f736f070ef689f8\"\n
}\n ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
[]\n }\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.DynamicVectorMaterialSlot\",\n
\"m_ObjectId\": \"2e4b89f316c04c738e9e45ee62f6921c\",\n \"m_Id\": 0,\n
\"m_DisplayName\": \"In\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
\"m_ShaderOutputName\": \"In\",\n \"m_StageCapability\": 3,\n \"m_Value\":
{\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\": 0.0,\n \"w\":
0.0\n },\n \"m_DefaultValue\": {\n \"x\": 0.0,\n \"y\": 0.0,\n
\"z\": 0.0,\n \"w\": 0.0\n }\n}\n\n{\n \"m_SGVersion\": 0,\n
\"m_Type\": \"UnityEditor.ShaderGraph.BlockNode\",\n \"m_ObjectId\": \"3bc416d74f2f4a61a7353e0b5b3dea0f\",\n
\"m_Group\": {\n \"m_Id\": \"\"\n },\n \"m_Name\": \"SurfaceDescription.BaseColor\",\n
\"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n
\"serializedVersion\": \"2\",\n \"x\": 0.0,\n \"y\": 0.0,\n
\"width\": 0.0,\n \"height\": 0.0\n }\n },\n \"m_Slots\":
[\n {\n \"m_Id\": \"5872152e0dc54b22ae0737eac47674a6\"\n
}\n ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
[]\n },\n \"m_SerializedDescriptor\": \"SurfaceDescription.BaseColor\"\n}\n\n{\n
\"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.NormalMaterialSlot\",\n
\"m_ObjectId\": \"45c1cdf032a146b5bc49d67037ecb629\",\n \"m_Id\": 0,\n
\"m_DisplayName\": \"Normal\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
\"m_ShaderOutputName\": \"Normal\",\n \"m_StageCapability\": 1,\n \"m_Value\":
{\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\": 0.0\n },\n
\"m_DefaultValue\": {\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\":
0.0\n },\n \"m_Labels\": [],\n \"m_Space\": 0\n}\n\n{\n \"m_SGVersion\":
0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\",\n \"m_ObjectId\":
\"472ada2ebb6b49b1b6d3b8c2c5c1d2f7\",\n \"m_Id\": 5,\n \"m_DisplayName\":
\"G\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
\"G\",\n \"m_StageCapability\": 2,\n \"m_Value\": 0.0,\n \"m_DefaultValue\":
0.0,\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
\"UnityEditor.ShaderGraph.Texture2DMaterialSlot\",\n \"m_ObjectId\": \"51b2288f57f74b80822917babafd4810\",\n
\"m_Id\": 0,\n \"m_DisplayName\": \"Texture2D\",\n \"m_SlotType\": 1,\n
\"m_Hidden\": false,\n \"m_ShaderOutputName\": \"Out\",\n \"m_StageCapability\":
3,\n \"m_BareResource\": false\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
\"UnityEditor.ShaderGraph.ColorRGBMaterialSlot\",\n \"m_ObjectId\": \"5872152e0dc54b22ae0737eac47674a6\",\n
\"m_Id\": 0,\n \"m_DisplayName\": \"Base Color\",\n \"m_SlotType\": 0,\n
\"m_Hidden\": false,\n \"m_ShaderOutputName\": \"BaseColor\",\n \"m_StageCapability\":
2,\n \"m_Value\": {\n \"x\": 0.5,\n \"y\": 0.5,\n \"z\":
0.5\n },\n \"m_DefaultValue\": {\n \"x\": 0.0,\n \"y\": 0.0,\n
\"z\": 0.0\n },\n \"m_Labels\": [],\n \"m_ColorMode\": 0,\n \"m_DefaultColor\":
{\n \"r\": 0.5,\n \"g\": 0.5,\n \"b\": 0.5,\n \"a\":
1.0\n }\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.PropertyNode\",\n
\"m_ObjectId\": \"63d216614279476b9aa89721e0781aa3\",\n \"m_Group\": {\n
\"m_Id\": \"\"\n },\n \"m_Name\": \"Property\",\n \"m_DrawState\": {\n
\"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\":
\"2\",\n \"x\": -912.0,\n \"y\": -169.0,\n \"width\":
139.0,\n \"height\": 34.0\n }\n },\n \"m_Slots\": [\n
{\n \"m_Id\": \"51b2288f57f74b80822917babafd4810\"\n }\n
],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
[]\n },\n \"m_Property\": {\n \"m_Id\": \"69838c2fac2c4e54bdc7a7948f38a146\"\n
}\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Texture2DInputMaterialSlot\",\n
\"m_ObjectId\": \"650849636ad04a15b4b700e174161e7e\",\n \"m_Id\": 1,\n
\"m_DisplayName\": \"Texture\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
\"m_ShaderOutputName\": \"Texture\",\n \"m_StageCapability\": 3,\n \"m_BareResource\":
false,\n \"m_Texture\": {\n \"m_SerializedTexture\": \"{\\\"texture\\\":{\\\"instanceID\\\":0}}\",\n
\"m_Guid\": \"\"\n },\n \"m_DefaultType\": 0\n}\n\n{\n \"m_SGVersion\":
0,\n \"m_Type\": \"UnityEditor.ShaderGraph.BlockNode\",\n \"m_ObjectId\":
\"68f7c054039b4a22afd75e03cb14c4a6\",\n \"m_Group\": {\n \"m_Id\":
\"\"\n },\n \"m_Name\": \"VertexDescription.Tangent\",\n \"m_DrawState\":
{\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\":
\"2\",\n \"x\": 0.0,\n \"y\": 0.0,\n \"width\":
0.0,\n \"height\": 0.0\n }\n },\n \"m_Slots\": [\n
{\n \"m_Id\": \"1891252fe24d4de48b174af2973174e8\"\n }\n
],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
[]\n },\n \"m_SerializedDescriptor\": \"VertexDescription.Tangent\"\n}\n\n{\n
\"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty\",\n
\"m_ObjectId\": \"69838c2fac2c4e54bdc7a7948f38a146\",\n \"m_Guid\": {\n
\"m_GuidSerialized\": \"82e61a1c-9f24-4fe2-8bc7-9e09d380a4b2\"\n },\n \"m_Name\":
\"Texture2D\",\n \"m_DefaultRefNameVersion\": 0,\n \"m_RefNameGeneratedByDisplayName\":
\"\",\n \"m_DefaultReferenceName\": \"Texture2D_69838c2fac2c4e54bdc7a7948f38a146\",\n
\"m_OverrideReferenceName\": \"_MainTex\",\n \"m_GeneratePropertyBlock\":
true,\n \"m_UseCustomSlotLabel\": false,\n \"m_CustomSlotLabel\": \"\",\n
\"m_Precision\": 0,\n \"overrideHLSLDeclaration\": false,\n \"hlslDeclarationOverride\":
0,\n \"m_Hidden\": false,\n \"m_Value\": {\n \"m_SerializedTexture\":
\"{\\\"texture\\\":{\\\"fileID\\\":10307,\\\"guid\\\":\\\"0000000000000000f000000000000000\\\",\\\"type\\\":0}}\",\n
\"m_Guid\": \"\"\n },\n \"isMainTexture\": false,\n \"useTilingAndOffset\":
false,\n \"m_Modifiable\": true,\n \"m_DefaultType\": 0\n}\n\n{\n \"m_SGVersion\":
0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\",\n \"m_ObjectId\":
\"794989a9a35c41fdaa0da3f62375f8ee\",\n \"m_Id\": 6,\n \"m_DisplayName\":
\"B\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
\"B\",\n \"m_StageCapability\": 2,\n \"m_Value\": 0.0,\n \"m_DefaultValue\":
0.0,\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\": 3,\n \"m_Type\":
\"UnityEditor.ShaderGraph.Internal.ColorShaderProperty\",\n \"m_ObjectId\":
\"908b3c6234a24c4d84f3b53efd566029\",\n \"m_Guid\": {\n \"m_GuidSerialized\":
\"d00a59dc-df4f-4b1e-bf08-285fd667baa7\"\n },\n \"m_Name\": \"Color\",\n
\"m_DefaultRefNameVersion\": 0,\n \"m_RefNameGeneratedByDisplayName\": \"\",\n
\"m_DefaultReferenceName\": \"Color_908b3c6234a24c4d84f3b53efd566029\",\n
\"m_OverrideReferenceName\": \"\",\n \"m_GeneratePropertyBlock\": true,\n
\"m_UseCustomSlotLabel\": false,\n \"m_CustomSlotLabel\": \"\",\n \"m_Precision\":
0,\n \"overrideHLSLDeclaration\": false,\n \"hlslDeclarationOverride\":
0,\n \"m_Hidden\": false,\n \"m_Value\": {\n \"r\": 1.0,\n
\"g\": 1.0,\n \"b\": 1.0,\n \"a\": 0.0\n },\n \"isMainColor\":
false,\n \"m_ColorMode\": 1\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
\"UnityEditor.ShaderGraph.Vector1MaterialSlot\",\n \"m_ObjectId\": \"948fcee90dae4769ab97f978eeb20a63\",\n
\"m_Id\": 0,\n \"m_DisplayName\": \"Alpha\",\n \"m_SlotType\": 0,\n
\"m_Hidden\": false,\n \"m_ShaderOutputName\": \"Alpha\",\n \"m_StageCapability\":
2,\n \"m_Value\": 1.0,\n \"m_DefaultValue\": 1.0,\n \"m_Labels\": []\n}\n\n{\n
\"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.SampleTexture2DNode\",\n
\"m_ObjectId\": \"a9793a76eaae48d4a4ace219f1583a48\",\n \"m_Group\": {\n
\"m_Id\": \"\"\n },\n \"m_Name\": \"Sample Texture 2D\",\n \"m_DrawState\":
{\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\":
\"2\",\n \"x\": -773.0000610351563,\n \"y\": -79.0,\n
\"width\": 208.00001525878907,\n \"height\": 437.0\n }\n
},\n \"m_Slots\": [\n {\n \"m_Id\": \"d087c2778f06485ba961c930f48ad4b5\"\n
},\n {\n \"m_Id\": \"f464ada475824952abf3fe5620918e2c\"\n
},\n {\n \"m_Id\": \"472ada2ebb6b49b1b6d3b8c2c5c1d2f7\"\n
},\n {\n \"m_Id\": \"794989a9a35c41fdaa0da3f62375f8ee\"\n
},\n {\n \"m_Id\": \"f360cccd29d74a05a3e60b015f9c9caa\"\n
},\n {\n \"m_Id\": \"650849636ad04a15b4b700e174161e7e\"\n
},\n {\n \"m_Id\": \"db72ef0642a945338d1a035ac40325f7\"\n
},\n {\n \"m_Id\": \"1929068acd444860acc9f0fa99923584\"\n
}\n ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
[]\n },\n \"m_TextureType\": 0,\n \"m_NormalMapSpace\": 0,\n \"m_EnableGlobalMipBias\":
true\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.DynamicValueMaterialSlot\",\n
\"m_ObjectId\": \"aad0ca5d245340dbab02e27e57e4458f\",\n \"m_Id\": 1,\n
\"m_DisplayName\": \"B\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
\"m_ShaderOutputName\": \"B\",\n \"m_StageCapability\": 3,\n \"m_Value\":
{\n \"e00\": 2.0,\n \"e01\": 2.0,\n \"e02\": 2.0,\n
\"e03\": 2.0,\n \"e10\": 2.0,\n \"e11\": 2.0,\n \"e12\":
2.0,\n \"e13\": 2.0,\n \"e20\": 2.0,\n \"e21\": 2.0,\n
\"e22\": 2.0,\n \"e23\": 2.0,\n \"e30\": 2.0,\n \"e31\":
2.0,\n \"e32\": 2.0,\n \"e33\": 2.0\n },\n \"m_DefaultValue\":
{\n \"e00\": 1.0,\n \"e01\": 0.0,\n \"e02\": 0.0,\n
\"e03\": 0.0,\n \"e10\": 0.0,\n \"e11\": 1.0,\n \"e12\":
0.0,\n \"e13\": 0.0,\n \"e20\": 0.0,\n \"e21\": 0.0,\n
\"e22\": 1.0,\n \"e23\": 0.0,\n \"e30\": 0.0,\n \"e31\":
0.0,\n \"e32\": 0.0,\n \"e33\": 1.0\n }\n}\n\n{\n \"m_SGVersion\":
1,\n \"m_Type\": \"UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget\",\n
\"m_ObjectId\": \"af944400a62841f5a589990c073034fd\",\n \"m_ActiveSubTarget\":
{\n \"m_Id\": \"f0df30ad94894e398e8417bbb2348146\"\n },\n \"m_AllowMaterialOverride\":
false,\n \"m_SurfaceType\": 0,\n \"m_ZTestMode\": 4,\n \"m_ZWriteControl\":
0,\n \"m_AlphaMode\": 0,\n \"m_RenderFace\": 2,\n \"m_AlphaClip\": false,\n
\"m_CastShadows\": true,\n \"m_ReceiveShadows\": true,\n \"m_CustomEditorGUI\":
\"\",\n \"m_SupportVFX\": false\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
\"UnityEditor.ShaderGraph.FlipNode\",\n \"m_ObjectId\": \"b611355738314580b0fcd84e86f3f7c5\",\n
\"m_Group\": {\n \"m_Id\": \"\"\n },\n \"m_Name\": \"Flip\",\n
\"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n
\"serializedVersion\": \"2\",\n \"x\": -178.00006103515626,\n
\"y\": 164.00001525878907,\n \"width\": 208.0,\n \"height\":
391.0\n }\n },\n \"m_Slots\": [\n {\n \"m_Id\":
\"2e4b89f316c04c738e9e45ee62f6921c\"\n },\n {\n \"m_Id\":
\"19707059c7fd49edb89dba222a849bfe\"\n }\n ],\n \"synonyms\": [],\n
\"m_Precision\": 0,\n \"m_PreviewExpanded\": true,\n \"m_PreviewMode\":
0,\n \"m_CustomColors\": {\n \"m_SerializableColors\": []\n },\n
\"m_RedChannel\": false,\n \"m_GreenChannel\": false,\n \"m_BlueChannel\":
false,\n \"m_AlphaChannel\": true\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
\"UnityEditor.ShaderGraph.DynamicValueMaterialSlot\",\n \"m_ObjectId\": \"c196ef059d0e45388f736f070ef689f8\",\n
\"m_Id\": 2,\n \"m_DisplayName\": \"Out\",\n \"m_SlotType\": 1,\n \"m_Hidden\":
false,\n \"m_ShaderOutputName\": \"Out\",\n \"m_StageCapability\": 3,\n
\"m_Value\": {\n \"e00\": 0.0,\n \"e01\": 0.0,\n \"e02\":
0.0,\n \"e03\": 0.0,\n \"e10\": 0.0,\n \"e11\": 0.0,\n
\"e12\": 0.0,\n \"e13\": 0.0,\n \"e20\": 0.0,\n \"e21\":
0.0,\n \"e22\": 0.0,\n \"e23\": 0.0,\n \"e30\": 0.0,\n
\"e31\": 0.0,\n \"e32\": 0.0,\n \"e33\": 0.0\n },\n \"m_DefaultValue\":
{\n \"e00\": 1.0,\n \"e01\": 0.0,\n \"e02\": 0.0,\n
\"e03\": 0.0,\n \"e10\": 0.0,\n \"e11\": 1.0,\n \"e12\":
0.0,\n \"e13\": 0.0,\n \"e20\": 0.0,\n \"e21\": 0.0,\n
\"e22\": 1.0,\n \"e23\": 0.0,\n \"e30\": 0.0,\n \"e31\":
0.0,\n \"e32\": 0.0,\n \"e33\": 1.0\n }\n}\n\n{\n \"m_SGVersion\":
0,\n \"m_Type\": \"UnityEditor.ShaderGraph.BlockNode\",\n \"m_ObjectId\":
\"c83aada6504740b994d82aa0698c290d\",\n \"m_Group\": {\n \"m_Id\":
\"\"\n },\n \"m_Name\": \"VertexDescription.Normal\",\n \"m_DrawState\":
{\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\":
\"2\",\n \"x\": 0.0,\n \"y\": 0.0,\n \"width\":
0.0,\n \"height\": 0.0\n }\n },\n \"m_Slots\": [\n
{\n \"m_Id\": \"45c1cdf032a146b5bc49d67037ecb629\"\n }\n
],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
[]\n },\n \"m_SerializedDescriptor\": \"VertexDescription.Normal\"\n}\n\n{\n
\"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector4MaterialSlot\",\n
\"m_ObjectId\": \"d087c2778f06485ba961c930f48ad4b5\",\n \"m_Id\": 0,\n
\"m_DisplayName\": \"RGBA\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n
\"m_ShaderOutputName\": \"RGBA\",\n \"m_StageCapability\": 2,\n \"m_Value\":
{\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\": 0.0,\n \"w\":
0.0\n },\n \"m_DefaultValue\": {\n \"x\": 0.0,\n \"y\": 0.0,\n
\"z\": 0.0,\n \"w\": 0.0\n },\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\":
0,\n \"m_Type\": \"UnityEditor.ShaderGraph.UVMaterialSlot\",\n \"m_ObjectId\":
\"db72ef0642a945338d1a035ac40325f7\",\n \"m_Id\": 2,\n \"m_DisplayName\":
\"UV\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
\"UV\",\n \"m_StageCapability\": 3,\n \"m_Value\": {\n \"x\": 0.0,\n
\"y\": 0.0\n },\n \"m_DefaultValue\": {\n \"x\": 0.0,\n \"y\":
0.0\n },\n \"m_Labels\": [],\n \"m_Channel\": 0\n}\n\n{\n \"m_SGVersion\":
0,\n \"m_Type\": \"UnityEditor.ShaderGraph.PositionMaterialSlot\",\n \"m_ObjectId\":
\"eba32d95909e4d739c5dee694990a26a\",\n \"m_Id\": 0,\n \"m_DisplayName\":
\"Position\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
\"Position\",\n \"m_StageCapability\": 1,\n \"m_Value\": {\n \"x\":
0.0,\n \"y\": 0.0,\n \"z\": 0.0\n },\n \"m_DefaultValue\":
{\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\": 0.0\n },\n
\"m_Labels\": [],\n \"m_Space\": 0\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
\"UnityEditor.Rendering.Universal.ShaderGraph.UniversalSpriteUnlitSubTarget\",\n
\"m_ObjectId\": \"f0df30ad94894e398e8417bbb2348146\"\n}\n\n{\n \"m_SGVersion\":
0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\",\n \"m_ObjectId\":
\"f360cccd29d74a05a3e60b015f9c9caa\",\n \"m_Id\": 7,\n \"m_DisplayName\":
\"A\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
\"A\",\n \"m_StageCapability\": 2,\n \"m_Value\": 0.0,\n \"m_DefaultValue\":
0.0,\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
\"UnityEditor.ShaderGraph.Vector1MaterialSlot\",\n \"m_ObjectId\": \"f464ada475824952abf3fe5620918e2c\",\n
\"m_Id\": 4,\n \"m_DisplayName\": \"R\",\n \"m_SlotType\": 1,\n \"m_Hidden\":
false,\n \"m_ShaderOutputName\": \"R\",\n \"m_StageCapability\": 2,\n
\"m_Value\": 0.0,\n \"m_DefaultValue\": 0.0,\n \"m_Labels\": []\n}\n\n"
m_AssetMaybeChangedOnDisk: 1
m_AssetMaybeDeleted: 0
--- !u!114 &13
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -342,7 +720,7 @@ MonoBehaviour:
m_CurrentEditor: 0
m_LayerEditor:
m_SelectedLayerIndex: 0
--- !u!114 &13
--- !u!114 &14
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -689,7 +1067,7 @@ MonoBehaviour:
[]\n },\n \"m_SerializedDescriptor\": \"SurfaceDescription.BaseColor\"\n}\n\n"
m_AssetMaybeChangedOnDisk: 0
m_AssetMaybeDeleted: 0
--- !u!114 &14
--- !u!114 &15
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -730,22 +1108,22 @@ MonoBehaviour:
m_SkipHidden: 0
m_SearchArea: 1
m_Folders:
- "Assets/\u9704/Shader/\u7834\u788E\u95EA\u5149"
- "Assets/\u9704/\u9884\u5236\u4F53"
m_Globs: []
m_OriginalText:
m_ViewMode: 1
m_StartGridSize: 64
m_LastFolders:
- "Assets/\u9704/Shader/\u7834\u788E\u95EA\u5149"
- "Assets/\u9704/\u9884\u5236\u4F53"
m_LastFoldersGridSize: -1
m_LastProjectPath: C:\Users\saipo\hoo
m_LockTracker:
m_IsLocked: 0
m_FolderTreeState:
scrollPos: {x: 0, y: 131}
m_SelectedIDs: 1e810000
m_LastClickedID: 33054
m_ExpandedIDs: 000000006e7a0000a47a00009e80000000ca9a3bffffff7f
scrollPos: {x: 0, y: 239}
m_SelectedIDs: 14820000
m_LastClickedID: 33300
m_ExpandedIDs: 000000008c7a0000c67a0000027b00001482000000ca9a3bffffff7f
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -773,7 +1151,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 000000006e7a000000ca9a3bffffff7f
m_ExpandedIDs: 000000008c7a0000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -801,7 +1179,7 @@ MonoBehaviour:
m_SelectedInstanceIDs:
m_LastClickedInstanceID: 0
m_HadKeyboardFocusLastEvent: 1
m_ExpandedInstanceIDs: c6230000be850000
m_ExpandedInstanceIDs: c6230000be85000000000000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -829,7 +1207,7 @@ MonoBehaviour:
m_GridSize: 64
m_SkipHiddenPackages: 0
m_DirectoriesAreaWidth: 207
--- !u!114 &15
--- !u!114 &16
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -864,13 +1242,13 @@ MonoBehaviour:
m_ControlHash: -371814159
m_PrefName: Preview_InspectorPreview
m_LastInspectedObjectInstanceID: -1
m_LastVerticalScrollValue: 0
m_LastVerticalScrollValue: 540
m_GlobalObjectId:
m_InspectorMode: 0
m_LockTracker:
m_IsLocked: 0
m_PreviewWindow: {fileID: 0}
--- !u!114 &16
--- !u!114 &17
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -903,7 +1281,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: e45cfffff8faffff42fbffffee7600001c780000387800004c780000
m_ExpandedIDs: 0efbffffca76000028780000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -927,7 +1305,7 @@ MonoBehaviour:
m_IsLocked: 0
m_CurrentSortingName: TransformSorting
m_WindowGUID: 4c969a2b90040154d917609493e03593
--- !u!114 &17
--- !u!114 &18
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -960,8 +1338,8 @@ MonoBehaviour:
floating: 0
collapsed: 0
displayed: 1
snapOffset: {x: -101, y: -26}
snapOffsetDelta: {x: 0, y: 0}
snapOffset: {x: 0, y: 0}
snapOffsetDelta: {x: -98, y: -26}
snapCorner: 3
id: Tool Settings
index: 0
@ -1158,7 +1536,7 @@ MonoBehaviour:
floating: 0
collapsed: 0
displayed: 0
snapOffset: {x: 0, y: 0}
snapOffset: {x: 0, y: 25}
snapOffsetDelta: {x: 0, y: 0}
snapCorner: 0
id: Scene View/Particles
@ -1174,9 +1552,9 @@ MonoBehaviour:
m_PlayAudio: 0
m_AudioPlay: 0
m_Position:
m_Target: {x: -58.822952, y: 17.194267, z: -0.8433546}
m_Target: {x: 29.713589, y: 15.787504, z: -0.5765367}
speed: 2
m_Value: {x: -58.822952, y: 17.194267, z: -0.8433546}
m_Value: {x: 45.35476, y: 19.675705, z: -0.6901528}
m_RenderMode: 0
m_CameraMode:
drawMode: 0
@ -1227,9 +1605,9 @@ MonoBehaviour:
speed: 2
m_Value: {x: 0, y: 0, z: 0, w: 1}
m_Size:
m_Target: 129.1164
m_Target: 51.75852
speed: 2
m_Value: 129.1164
m_Value: 63.120144
m_Ortho:
m_Target: 1
speed: 2
@ -1254,7 +1632,7 @@ MonoBehaviour:
m_SceneVisActive: 1
m_LastLockedObject: {fileID: 0}
m_ViewIsLockedToObject: 0
--- !u!114 &18
--- !u!114 &19
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@ -1346,7 +1724,7 @@ MonoBehaviour:
m_LowResolutionForAspectRatios: 01000000000000000000
m_XRRenderMode: 0
m_RenderTexture: {fileID: 0}
--- !u!114 &19
--- !u!114 &20
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}