Added Azure Kinect to First Project and material Demo
This commit is contained in:
parent
ea2152cda2
commit
712d780c0a
57 changed files with 11898 additions and 6400 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -10,3 +10,13 @@ UnityProject/Assets/Plugins/Editor/JetBrains.meta
|
|||
UnityProject/Assets/Scenes/Examples/KinectSkeleton ForceHands with Sound/Materials/Horse_Head.obj.meta
|
||||
UnityProject/Assets/Scenes/Examples/KinectSkeleton ForceHands with Sound/Materials/Horse_Head.obj
|
||||
*.blend
|
||||
UnityProject/Assets/Scenes/Examples/Max Silly Demos/Meshes/UVball983042.obj
|
||||
UnityProject/Assets/Scenes/Examples/Max Silly Demos/Meshes/HighresSphere128x128.obj
|
||||
UnityProject/Assets/Scenes/Examples/Max Silly Demos/Meshes/HighResSphere126976f.obj
|
||||
UnityProject/Assets/Scenes/Examples/Max Silly Demos/Meshes/UVball983042.obj.meta
|
||||
UnityProject/Assets/Scenes/Examples/Max Silly Demos/Meshes/IcoSphereWireFrame.obj.meta
|
||||
UnityProject/Assets/Scenes/Examples/Max Silly Demos/Meshes/IcoSphereWireFrame.obj
|
||||
UnityProject/Assets/Scenes/Examples/Max Silly Demos/Meshes/HornedHelmetDownload.obj.meta
|
||||
UnityProject/Assets/Scenes/Examples/Max Silly Demos/Meshes/HighresSphere128x128.obj.meta
|
||||
UnityProject/Assets/Scenes/Examples/Max Silly Demos/Meshes/HornedHelmetDownload.obj
|
||||
UnityProject/Assets/Scenes/Examples/Max Silly Demos/Meshes/HighResSphere126976f.obj.meta
|
||||
|
|
|
@ -64,6 +64,7 @@
|
|||
<ItemGroup>
|
||||
<Compile Include="Assets\LookupTexture.cs" />
|
||||
<Compile Include="Assets\LookupTextureSGBinder.cs" />
|
||||
<Compile Include="Assets\ProceduralSphere.cs" />
|
||||
<Compile Include="Assets\Scenes\Examples\Composition\script\BallMapping.cs" />
|
||||
<Compile Include="Assets\Scenes\Examples\Composition\script\RmsAnalyzer.cs" />
|
||||
<Compile Include="Assets\Scenes\Examples\First Project\Scripts\AnimatorMidiSync.cs" />
|
||||
|
|
|
@ -42,7 +42,7 @@ MonoBehaviour:
|
|||
m_Script: {fileID: 11500000, guid: bcf384b154398e341b6b29969c078198, type: 3}
|
||||
m_Name: MotionBlur
|
||||
m_EditorClassIdentifier:
|
||||
active: 1
|
||||
active: 0
|
||||
m_AdvancedMode: 0
|
||||
sampleCount:
|
||||
m_OverrideState: 0
|
||||
|
@ -50,7 +50,7 @@ MonoBehaviour:
|
|||
min: 2
|
||||
intensity:
|
||||
m_OverrideState: 1
|
||||
m_Value: 0.2
|
||||
m_Value: 0.15
|
||||
min: 0
|
||||
maximumVelocity:
|
||||
m_OverrideState: 0
|
||||
|
@ -91,7 +91,7 @@ MonoBehaviour:
|
|||
m_Value: {fileID: 0}
|
||||
intensity:
|
||||
m_OverrideState: 1
|
||||
m_Value: 0.813
|
||||
m_Value: 0.932
|
||||
min: 0
|
||||
max: 1
|
||||
maxSamples:
|
||||
|
@ -114,67 +114,3 @@ MonoBehaviour:
|
|||
components:
|
||||
- {fileID: -301191497924047478}
|
||||
- {fileID: -4720962040454360947}
|
||||
- {fileID: 4890107081879733916}
|
||||
--- !u!114 &4890107081879733916
|
||||
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: aaa3b8214f75b354e9ba2caadd022259, type: 3}
|
||||
m_Name: DepthOfField
|
||||
m_EditorClassIdentifier:
|
||||
active: 1
|
||||
m_AdvancedMode: 0
|
||||
focusMode:
|
||||
m_OverrideState: 1
|
||||
m_Value: 1
|
||||
focusDistance:
|
||||
m_OverrideState: 1
|
||||
m_Value: 5
|
||||
min: 0.1
|
||||
nearFocusStart:
|
||||
m_OverrideState: 1
|
||||
m_Value: 0
|
||||
min: 0
|
||||
nearFocusEnd:
|
||||
m_OverrideState: 1
|
||||
m_Value: 4
|
||||
min: 0
|
||||
farFocusStart:
|
||||
m_OverrideState: 1
|
||||
m_Value: 100
|
||||
min: 0
|
||||
farFocusEnd:
|
||||
m_OverrideState: 1
|
||||
m_Value: 20
|
||||
min: 0
|
||||
nearSampleCount:
|
||||
m_OverrideState: 0
|
||||
m_Value: 5
|
||||
min: 3
|
||||
max: 8
|
||||
nearMaxBlur:
|
||||
m_OverrideState: 0
|
||||
m_Value: 4
|
||||
min: 0
|
||||
max: 8
|
||||
farSampleCount:
|
||||
m_OverrideState: 0
|
||||
m_Value: 7
|
||||
min: 3
|
||||
max: 16
|
||||
farMaxBlur:
|
||||
m_OverrideState: 0
|
||||
m_Value: 8
|
||||
min: 0
|
||||
max: 16
|
||||
highQualityFiltering:
|
||||
m_OverrideState: 0
|
||||
m_Value: 1
|
||||
resolution:
|
||||
m_OverrideState: 0
|
||||
m_Value: 2
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,72 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!1107 &-8871241617306253494
|
||||
AnimatorStateMachine:
|
||||
serializedVersion: 5
|
||||
m_ObjectHideFlags: 1
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: Base Layer
|
||||
m_ChildStates:
|
||||
- serializedVersion: 1
|
||||
m_State: {fileID: -5474287515058070186}
|
||||
m_Position: {x: 200, y: 0, z: 0}
|
||||
m_ChildStateMachines: []
|
||||
m_AnyStateTransitions: []
|
||||
m_EntryTransitions: []
|
||||
m_StateMachineTransitions: {}
|
||||
m_StateMachineBehaviours: []
|
||||
m_AnyStatePosition: {x: 50, y: 20, z: 0}
|
||||
m_EntryPosition: {x: 50, y: 120, z: 0}
|
||||
m_ExitPosition: {x: 800, y: 120, z: 0}
|
||||
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
|
||||
m_DefaultState: {fileID: -5474287515058070186}
|
||||
--- !u!1102 &-5474287515058070186
|
||||
AnimatorState:
|
||||
serializedVersion: 5
|
||||
m_ObjectHideFlags: 1
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: OutroRotation
|
||||
m_Speed: 1
|
||||
m_CycleOffset: 0
|
||||
m_Transitions: []
|
||||
m_StateMachineBehaviours: []
|
||||
m_Position: {x: 50, y: 50, z: 0}
|
||||
m_IKOnFeet: 0
|
||||
m_WriteDefaultValues: 1
|
||||
m_Mirror: 0
|
||||
m_SpeedParameterActive: 0
|
||||
m_MirrorParameterActive: 0
|
||||
m_CycleOffsetParameterActive: 0
|
||||
m_TimeParameterActive: 0
|
||||
m_Motion: {fileID: 7400000, guid: be4725dd657381946868cb4e27fff2ea, type: 2}
|
||||
m_Tag:
|
||||
m_SpeedParameter:
|
||||
m_MirrorParameter:
|
||||
m_CycleOffsetParameter:
|
||||
m_TimeParameter:
|
||||
--- !u!91 &9100000
|
||||
AnimatorController:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: OutroCamRotator
|
||||
serializedVersion: 5
|
||||
m_AnimatorParameters: []
|
||||
m_AnimatorLayers:
|
||||
- serializedVersion: 5
|
||||
m_Name: Base Layer
|
||||
m_StateMachine: {fileID: -8871241617306253494}
|
||||
m_Mask: {fileID: 0}
|
||||
m_Motions: []
|
||||
m_Behaviours: []
|
||||
m_BlendingMode: 0
|
||||
m_SyncedLayerIndex: -1
|
||||
m_DefaultWeight: 0
|
||||
m_IKPass: 0
|
||||
m_SyncedLayerAffectsTiming: 0
|
||||
m_Controller: {fileID: 9100000}
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 0f189fe35e6840241b409ec26279f69f
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 9100000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -0,0 +1,226 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!74 &7400000
|
||||
AnimationClip:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: OutroRotation
|
||||
serializedVersion: 6
|
||||
m_Legacy: 0
|
||||
m_Compressed: 0
|
||||
m_UseHighQualityCurve: 1
|
||||
m_RotationCurves: []
|
||||
m_CompressedRotationCurves: []
|
||||
m_EulerCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- serializedVersion: 3
|
||||
time: 0
|
||||
value: {x: 0, y: 0, z: 0}
|
||||
inSlope: {x: 0, y: 0, z: 0}
|
||||
outSlope: {x: 0, y: 18, z: 0}
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
||||
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
||||
- serializedVersion: 3
|
||||
time: 20
|
||||
value: {x: 0, y: 360, z: 0}
|
||||
inSlope: {x: -0, y: 18, z: -0}
|
||||
outSlope: {x: 0, y: 0, z: 0}
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
||||
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
||||
- serializedVersion: 3
|
||||
time: 20.15
|
||||
value: {x: 0, y: 360, z: 0}
|
||||
inSlope: {x: -0, y: 0, z: -0}
|
||||
outSlope: {x: 0, y: 0, z: 0}
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
||||
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
m_RotationOrder: 4
|
||||
path:
|
||||
m_PositionCurves: []
|
||||
m_ScaleCurves: []
|
||||
m_FloatCurves: []
|
||||
m_PPtrCurves: []
|
||||
m_SampleRate: 60
|
||||
m_WrapMode: 0
|
||||
m_Bounds:
|
||||
m_Center: {x: 0, y: 0, z: 0}
|
||||
m_Extent: {x: 0, y: 0, z: 0}
|
||||
m_ClipBindingConstant:
|
||||
genericBindings:
|
||||
- serializedVersion: 2
|
||||
path: 0
|
||||
attribute: 4
|
||||
script: {fileID: 0}
|
||||
typeID: 4
|
||||
customType: 4
|
||||
isPPtrCurve: 0
|
||||
pptrCurveMapping: []
|
||||
m_AnimationClipSettings:
|
||||
serializedVersion: 2
|
||||
m_AdditiveReferencePoseClip: {fileID: 0}
|
||||
m_AdditiveReferencePoseTime: 0
|
||||
m_StartTime: 0
|
||||
m_StopTime: 20.15
|
||||
m_OrientationOffsetY: 0
|
||||
m_Level: 0
|
||||
m_CycleOffset: 0
|
||||
m_HasAdditiveReferencePose: 0
|
||||
m_LoopTime: 1
|
||||
m_LoopBlend: 1
|
||||
m_LoopBlendOrientation: 0
|
||||
m_LoopBlendPositionY: 0
|
||||
m_LoopBlendPositionXZ: 0
|
||||
m_KeepOriginalOrientation: 0
|
||||
m_KeepOriginalPositionY: 1
|
||||
m_KeepOriginalPositionXZ: 0
|
||||
m_HeightFromFeet: 0
|
||||
m_Mirror: 0
|
||||
m_EditorCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- serializedVersion: 3
|
||||
time: 0
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 69
|
||||
weightedMode: 0
|
||||
inWeight: 0.33333334
|
||||
outWeight: 0.33333334
|
||||
- serializedVersion: 3
|
||||
time: 20
|
||||
value: 0
|
||||
inSlope: -0
|
||||
outSlope: 0
|
||||
tangentMode: 69
|
||||
weightedMode: 0
|
||||
inWeight: 0.33333334
|
||||
outWeight: 0.33333334
|
||||
- serializedVersion: 3
|
||||
time: 20.15
|
||||
value: 0
|
||||
inSlope: -0
|
||||
outSlope: 0
|
||||
tangentMode: 69
|
||||
weightedMode: 0
|
||||
inWeight: 0.33333334
|
||||
outWeight: 0.33333334
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
m_RotationOrder: 4
|
||||
attribute: localEulerAnglesRaw.x
|
||||
path:
|
||||
classID: 4
|
||||
script: {fileID: 0}
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- serializedVersion: 3
|
||||
time: 0
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 18
|
||||
tangentMode: 69
|
||||
weightedMode: 0
|
||||
inWeight: 0.33333334
|
||||
outWeight: 0.33333334
|
||||
- serializedVersion: 3
|
||||
time: 20
|
||||
value: 360
|
||||
inSlope: 18
|
||||
outSlope: 0
|
||||
tangentMode: 69
|
||||
weightedMode: 0
|
||||
inWeight: 0.33333334
|
||||
outWeight: 0.33333334
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
m_RotationOrder: 4
|
||||
attribute: localEulerAnglesRaw.y
|
||||
path:
|
||||
classID: 4
|
||||
script: {fileID: 0}
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- serializedVersion: 3
|
||||
time: 0
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 69
|
||||
weightedMode: 0
|
||||
inWeight: 0.33333334
|
||||
outWeight: 0.33333334
|
||||
- serializedVersion: 3
|
||||
time: 20
|
||||
value: 0
|
||||
inSlope: -0
|
||||
outSlope: 0
|
||||
tangentMode: 69
|
||||
weightedMode: 0
|
||||
inWeight: 0.33333334
|
||||
outWeight: 0.33333334
|
||||
- serializedVersion: 3
|
||||
time: 20.15
|
||||
value: 0
|
||||
inSlope: -0
|
||||
outSlope: 0
|
||||
tangentMode: 69
|
||||
weightedMode: 0
|
||||
inWeight: 0.33333334
|
||||
outWeight: 0.33333334
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
m_RotationOrder: 4
|
||||
attribute: localEulerAnglesRaw.z
|
||||
path:
|
||||
classID: 4
|
||||
script: {fileID: 0}
|
||||
m_EulerEditorCurves:
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve: []
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
m_RotationOrder: 4
|
||||
attribute: m_LocalEulerAngles.x
|
||||
path:
|
||||
classID: 4
|
||||
script: {fileID: 0}
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve: []
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
m_RotationOrder: 4
|
||||
attribute: m_LocalEulerAngles.y
|
||||
path:
|
||||
classID: 4
|
||||
script: {fileID: 0}
|
||||
- curve:
|
||||
serializedVersion: 2
|
||||
m_Curve: []
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
m_RotationOrder: 4
|
||||
attribute: m_LocalEulerAngles.z
|
||||
path:
|
||||
classID: 4
|
||||
script: {fileID: 0}
|
||||
m_HasGenericRootTransform: 1
|
||||
m_HasMotionFloatCurves: 0
|
||||
m_Events: []
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: be4725dd657381946868cb4e27fff2ea
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 7400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -0,0 +1,72 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!1107 &-6993016707854044102
|
||||
AnimatorStateMachine:
|
||||
serializedVersion: 5
|
||||
m_ObjectHideFlags: 1
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: Base Layer
|
||||
m_ChildStates:
|
||||
- serializedVersion: 1
|
||||
m_State: {fileID: 3712141205965237442}
|
||||
m_Position: {x: 280, y: 170, z: 0}
|
||||
m_ChildStateMachines: []
|
||||
m_AnyStateTransitions: []
|
||||
m_EntryTransitions: []
|
||||
m_StateMachineTransitions: {}
|
||||
m_StateMachineBehaviours: []
|
||||
m_AnyStatePosition: {x: 50, y: 20, z: 0}
|
||||
m_EntryPosition: {x: 50, y: 120, z: 0}
|
||||
m_ExitPosition: {x: 800, y: 120, z: 0}
|
||||
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
|
||||
m_DefaultState: {fileID: 3712141205965237442}
|
||||
--- !u!91 &9100000
|
||||
AnimatorController:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: OutroRotator
|
||||
serializedVersion: 5
|
||||
m_AnimatorParameters: []
|
||||
m_AnimatorLayers:
|
||||
- serializedVersion: 5
|
||||
m_Name: Base Layer
|
||||
m_StateMachine: {fileID: -6993016707854044102}
|
||||
m_Mask: {fileID: 0}
|
||||
m_Motions: []
|
||||
m_Behaviours: []
|
||||
m_BlendingMode: 0
|
||||
m_SyncedLayerIndex: -1
|
||||
m_DefaultWeight: 0
|
||||
m_IKPass: 0
|
||||
m_SyncedLayerAffectsTiming: 0
|
||||
m_Controller: {fileID: 9100000}
|
||||
--- !u!1102 &3712141205965237442
|
||||
AnimatorState:
|
||||
serializedVersion: 5
|
||||
m_ObjectHideFlags: 1
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: OutroRotation
|
||||
m_Speed: 1
|
||||
m_CycleOffset: 0
|
||||
m_Transitions: []
|
||||
m_StateMachineBehaviours: []
|
||||
m_Position: {x: 50, y: 50, z: 0}
|
||||
m_IKOnFeet: 0
|
||||
m_WriteDefaultValues: 1
|
||||
m_Mirror: 0
|
||||
m_SpeedParameterActive: 0
|
||||
m_MirrorParameterActive: 0
|
||||
m_CycleOffsetParameterActive: 0
|
||||
m_TimeParameterActive: 0
|
||||
m_Motion: {fileID: 7400000, guid: be4725dd657381946868cb4e27fff2ea, type: 2}
|
||||
m_Tag:
|
||||
m_SpeedParameter:
|
||||
m_MirrorParameter:
|
||||
m_CycleOffsetParameter:
|
||||
m_TimeParameter:
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 48f7cfa05b410a446ad251eed58cc499
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 9100000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -25,7 +25,7 @@ Material:
|
|||
m_TexEnvs: []
|
||||
m_Floats:
|
||||
- Vector1_2A776470: 1
|
||||
- Vector1_8D1FA701: 0
|
||||
- Vector1_8D1FA701: 1.1982764
|
||||
- Vector1_BA50053A: 1
|
||||
- Vector1_D4499351: 1
|
||||
- _AlphaCutoff: 0.5
|
||||
|
|
|
@ -63,7 +63,7 @@ MonoBehaviour:
|
|||
m_Start: 90.00000000000003
|
||||
m_ClipIn: 0
|
||||
m_Asset: {fileID: -8544791753615393081}
|
||||
m_Duration: 49.93333333333331
|
||||
m_Duration: 49.99999999999997
|
||||
m_TimeScale: 1
|
||||
m_ParentTrack: {fileID: -8661469230959888883}
|
||||
m_EaseInDuration: 0
|
||||
|
@ -195,16 +195,16 @@ MonoBehaviour:
|
|||
m_PreExtrapolationTime: 0
|
||||
m_DisplayName: CM vcam Rotate PERSPEKTIVEN
|
||||
- m_Version: 1
|
||||
m_Start: 139.93333333333334
|
||||
m_Start: 140
|
||||
m_ClipIn: 0
|
||||
m_Asset: {fileID: 3341980170952695558}
|
||||
m_Duration: 10.066666666666663
|
||||
m_Duration: 10
|
||||
m_TimeScale: 1
|
||||
m_ParentTrack: {fileID: -8661469230959888883}
|
||||
m_EaseInDuration: 0
|
||||
m_EaseOutDuration: 0
|
||||
m_BlendInDuration: -1
|
||||
m_BlendOutDuration: -1
|
||||
m_BlendOutDuration: 9.833333333333343
|
||||
m_MixInCurve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
|
@ -365,6 +365,75 @@ MonoBehaviour:
|
|||
m_PostExtrapolationTime: 0
|
||||
m_PreExtrapolationTime: 0
|
||||
m_DisplayName: CM vcam Front (1)
|
||||
- m_Version: 1
|
||||
m_Start: 140.16666666666666
|
||||
m_ClipIn: 0
|
||||
m_Asset: {fileID: 8533844022221308247}
|
||||
m_Duration: 14.833333333333343
|
||||
m_TimeScale: 1
|
||||
m_ParentTrack: {fileID: -8661469230959888883}
|
||||
m_EaseInDuration: 0
|
||||
m_EaseOutDuration: 0
|
||||
m_BlendInDuration: 9.833333333333343
|
||||
m_BlendOutDuration: -1
|
||||
m_MixInCurve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- serializedVersion: 3
|
||||
time: 0
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
- serializedVersion: 3
|
||||
time: 1
|
||||
value: 1
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
m_RotationOrder: 4
|
||||
m_MixOutCurve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- serializedVersion: 3
|
||||
time: 0
|
||||
value: 1
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
- serializedVersion: 3
|
||||
time: 1
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
m_RotationOrder: 4
|
||||
m_BlendInCurveMode: 0
|
||||
m_BlendOutCurveMode: 0
|
||||
m_ExposedParameterNames: []
|
||||
m_AnimationCurves: {fileID: 0}
|
||||
m_Recordable: 0
|
||||
m_PostExtrapolationMode: 0
|
||||
m_PreExtrapolationMode: 0
|
||||
m_PostExtrapolationTime: 0
|
||||
m_PreExtrapolationTime: 0
|
||||
m_DisplayName: OutrovCam
|
||||
m_Markers:
|
||||
m_Objects: []
|
||||
--- !u!114 &-8544791753615393081
|
||||
|
@ -397,6 +466,29 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
m_Time: 30.00000000000003
|
||||
stateName: Farbe
|
||||
--- !u!114 &-7495385239392679951
|
||||
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: 48853ae485fa386428341ac1ea122570, type: 3}
|
||||
m_Name: ControlPlayableAsset
|
||||
m_EditorClassIdentifier:
|
||||
sourceGameObject:
|
||||
exposedName: c3395079887e0b941b356448194256a0
|
||||
defaultValue: {fileID: 0}
|
||||
prefabGameObject: {fileID: 0}
|
||||
updateParticle: 1
|
||||
particleRandomSeed: 1862
|
||||
updateDirector: 1
|
||||
updateITimeControl: 1
|
||||
searchHierarchy: 1
|
||||
active: 1
|
||||
postPlayback: 2
|
||||
--- !u!74 &-7270047085912760222
|
||||
AnimationClip:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -2194,6 +2286,98 @@ MonoBehaviour:
|
|||
m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_Rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_ApplyOffsets: 0
|
||||
--- !u!114 &-5367322785312340636
|
||||
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: 15e0374501f39d54eb30235764636e0e, type: 3}
|
||||
m_Name: Control Track
|
||||
m_EditorClassIdentifier:
|
||||
m_Version: 3
|
||||
m_AnimClip: {fileID: 0}
|
||||
m_Locked: 0
|
||||
m_Muted: 0
|
||||
m_CustomPlayableFullTypename:
|
||||
m_Curves: {fileID: 0}
|
||||
m_Parent: {fileID: 11400000}
|
||||
m_Children: []
|
||||
m_Clips:
|
||||
- m_Version: 1
|
||||
m_Start: 150
|
||||
m_ClipIn: 0
|
||||
m_Asset: {fileID: -7495385239392679951}
|
||||
m_Duration: 5
|
||||
m_TimeScale: 1
|
||||
m_ParentTrack: {fileID: -5367322785312340636}
|
||||
m_EaseInDuration: 0
|
||||
m_EaseOutDuration: 0
|
||||
m_BlendInDuration: 0
|
||||
m_BlendOutDuration: 0
|
||||
m_MixInCurve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- serializedVersion: 3
|
||||
time: 0
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
- serializedVersion: 3
|
||||
time: 1
|
||||
value: 1
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
m_RotationOrder: 4
|
||||
m_MixOutCurve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- serializedVersion: 3
|
||||
time: 0
|
||||
value: 1
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
- serializedVersion: 3
|
||||
time: 1
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
m_RotationOrder: 4
|
||||
m_BlendInCurveMode: 0
|
||||
m_BlendOutCurveMode: 0
|
||||
m_ExposedParameterNames: []
|
||||
m_AnimationCurves: {fileID: 0}
|
||||
m_Recordable: 0
|
||||
m_PostExtrapolationMode: 0
|
||||
m_PreExtrapolationMode: 0
|
||||
m_PostExtrapolationTime: 0
|
||||
m_PreExtrapolationTime: 0
|
||||
m_DisplayName: Directional Light
|
||||
m_Markers:
|
||||
m_Objects: []
|
||||
--- !u!74 &-5058931788814450941
|
||||
AnimationClip:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -3071,6 +3255,111 @@ AnimationClip:
|
|||
m_HasGenericRootTransform: 0
|
||||
m_HasMotionFloatCurves: 0
|
||||
m_Events: []
|
||||
--- !u!114 &-3760159890328720245
|
||||
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: fde0d25a170598d46a0b9dc16b4527a5, type: 3}
|
||||
m_Name: ActivationPlayableAsset
|
||||
m_EditorClassIdentifier:
|
||||
--- !u!114 &-2407639466219702462
|
||||
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: 21bf7f712d84d26478ebe6a299f21738, type: 3}
|
||||
m_Name: Activation Track (4)
|
||||
m_EditorClassIdentifier:
|
||||
m_Version: 3
|
||||
m_AnimClip: {fileID: 0}
|
||||
m_Locked: 0
|
||||
m_Muted: 0
|
||||
m_CustomPlayableFullTypename:
|
||||
m_Curves: {fileID: 0}
|
||||
m_Parent: {fileID: 11400000}
|
||||
m_Children: []
|
||||
m_Clips:
|
||||
- m_Version: 1
|
||||
m_Start: 140
|
||||
m_ClipIn: 0
|
||||
m_Asset: {fileID: -3760159890328720245}
|
||||
m_Duration: 15
|
||||
m_TimeScale: 1
|
||||
m_ParentTrack: {fileID: -2407639466219702462}
|
||||
m_EaseInDuration: 0
|
||||
m_EaseOutDuration: 0
|
||||
m_BlendInDuration: 0
|
||||
m_BlendOutDuration: 0
|
||||
m_MixInCurve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- serializedVersion: 3
|
||||
time: 0
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
- serializedVersion: 3
|
||||
time: 1
|
||||
value: 1
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
m_RotationOrder: 4
|
||||
m_MixOutCurve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- serializedVersion: 3
|
||||
time: 0
|
||||
value: 1
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
- serializedVersion: 3
|
||||
time: 1
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
m_RotationOrder: 4
|
||||
m_BlendInCurveMode: 0
|
||||
m_BlendOutCurveMode: 0
|
||||
m_ExposedParameterNames: []
|
||||
m_AnimationCurves: {fileID: 0}
|
||||
m_Recordable: 0
|
||||
m_PostExtrapolationMode: 0
|
||||
m_PreExtrapolationMode: 0
|
||||
m_PostExtrapolationTime: 0
|
||||
m_PreExtrapolationTime: 0
|
||||
m_DisplayName: Active
|
||||
m_Markers:
|
||||
m_Objects: []
|
||||
m_PostPlaybackState: 3
|
||||
--- !u!114 &-1646024262673636345
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 1
|
||||
|
@ -3093,10 +3382,10 @@ MonoBehaviour:
|
|||
m_Children: []
|
||||
m_Clips:
|
||||
- m_Version: 1
|
||||
m_Start: 139.93333333333334
|
||||
m_Start: 140
|
||||
m_ClipIn: 0
|
||||
m_Asset: {fileID: -1358847369160965240}
|
||||
m_Duration: 20.150000000000006
|
||||
m_Duration: 10
|
||||
m_TimeScale: 1
|
||||
m_ParentTrack: {fileID: -1646024262673636345}
|
||||
m_EaseInDuration: 0
|
||||
|
@ -3908,6 +4197,9 @@ MonoBehaviour:
|
|||
- {fileID: 209994922772152263}
|
||||
- {fileID: -1646024262673636345}
|
||||
- {fileID: 1548788184168672077}
|
||||
- {fileID: 1974334274529409161}
|
||||
- {fileID: -2407639466219702462}
|
||||
- {fileID: -5367322785312340636}
|
||||
m_FixedDuration: 0
|
||||
m_EditorSettings:
|
||||
m_Framerate: 60
|
||||
|
@ -4198,6 +4490,99 @@ MonoBehaviour:
|
|||
m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_Rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_ApplyOffsets: 0
|
||||
--- !u!114 &1974334274529409161
|
||||
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: 21bf7f712d84d26478ebe6a299f21738, type: 3}
|
||||
m_Name: Activation Track (3)
|
||||
m_EditorClassIdentifier:
|
||||
m_Version: 3
|
||||
m_AnimClip: {fileID: 0}
|
||||
m_Locked: 0
|
||||
m_Muted: 0
|
||||
m_CustomPlayableFullTypename:
|
||||
m_Curves: {fileID: 0}
|
||||
m_Parent: {fileID: 11400000}
|
||||
m_Children: []
|
||||
m_Clips:
|
||||
- m_Version: 1
|
||||
m_Start: 90.00000000000003
|
||||
m_ClipIn: 0
|
||||
m_Asset: {fileID: 4281025523492902290}
|
||||
m_Duration: 49.99999999999997
|
||||
m_TimeScale: 1
|
||||
m_ParentTrack: {fileID: 1974334274529409161}
|
||||
m_EaseInDuration: 0
|
||||
m_EaseOutDuration: 0
|
||||
m_BlendInDuration: 0
|
||||
m_BlendOutDuration: 0
|
||||
m_MixInCurve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- serializedVersion: 3
|
||||
time: 0
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
- serializedVersion: 3
|
||||
time: 1
|
||||
value: 1
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
m_RotationOrder: 4
|
||||
m_MixOutCurve:
|
||||
serializedVersion: 2
|
||||
m_Curve:
|
||||
- serializedVersion: 3
|
||||
time: 0
|
||||
value: 1
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
- serializedVersion: 3
|
||||
time: 1
|
||||
value: 0
|
||||
inSlope: 0
|
||||
outSlope: 0
|
||||
tangentMode: 0
|
||||
weightedMode: 0
|
||||
inWeight: 0
|
||||
outWeight: 0
|
||||
m_PreInfinity: 2
|
||||
m_PostInfinity: 2
|
||||
m_RotationOrder: 4
|
||||
m_BlendInCurveMode: 0
|
||||
m_BlendOutCurveMode: 0
|
||||
m_ExposedParameterNames: []
|
||||
m_AnimationCurves: {fileID: 0}
|
||||
m_Recordable: 0
|
||||
m_PostExtrapolationMode: 0
|
||||
m_PreExtrapolationMode: 0
|
||||
m_PostExtrapolationTime: 0
|
||||
m_PreExtrapolationTime: 0
|
||||
m_DisplayName: Active
|
||||
m_Markers:
|
||||
m_Objects: []
|
||||
m_PostPlaybackState: 3
|
||||
--- !u!114 &2189167625055772861
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 1
|
||||
|
@ -4278,6 +4663,19 @@ MonoBehaviour:
|
|||
- {fileID: 2189167625055772861}
|
||||
- {fileID: 7736164632941213346}
|
||||
- {fileID: 6288127512955718885}
|
||||
- {fileID: 8141756063070319970}
|
||||
--- !u!114 &4281025523492902290
|
||||
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: fde0d25a170598d46a0b9dc16b4527a5, type: 3}
|
||||
m_Name: ActivationPlayableAsset
|
||||
m_EditorClassIdentifier:
|
||||
--- !u!114 &4604952300221624657
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 1
|
||||
|
@ -4303,7 +4701,7 @@ MonoBehaviour:
|
|||
m_Start: 59.333333333333336
|
||||
m_ClipIn: 0
|
||||
m_Asset: {fileID: -336829911690713476}
|
||||
m_Duration: 80.6
|
||||
m_Duration: 80.66666666666669
|
||||
m_TimeScale: 1
|
||||
m_ParentTrack: {fileID: 4604952300221624657}
|
||||
m_EaseInDuration: 0
|
||||
|
@ -4623,7 +5021,7 @@ MonoBehaviour:
|
|||
m_Script: {fileID: 11500000, guid: 699a85771c17e864fafab4a53a5fc5bd, type: 3}
|
||||
m_Name: Qlist Marker
|
||||
m_EditorClassIdentifier:
|
||||
m_Time: 140.00000000000003
|
||||
m_Time: 140.35
|
||||
stateName: Dark_Trails
|
||||
--- !u!114 &6680726941742225576
|
||||
MonoBehaviour:
|
||||
|
@ -4673,6 +5071,36 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
m_Time: 120
|
||||
stateName: BL_Solo
|
||||
--- !u!114 &8141756063070319970
|
||||
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: 699a85771c17e864fafab4a53a5fc5bd, type: 3}
|
||||
m_Name: Qlist Marker
|
||||
m_EditorClassIdentifier:
|
||||
m_Time: 150.11666666666667
|
||||
stateName:
|
||||
--- !u!114 &8533844022221308247
|
||||
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: 90fb794a295e73545af71bcdb7375791, type: 3}
|
||||
m_Name: CinemachineShot
|
||||
m_EditorClassIdentifier:
|
||||
DisplayName:
|
||||
VirtualCamera:
|
||||
exposedName: a7123e58c26568f46881054456a7ef3e
|
||||
defaultValue: {fileID: 0}
|
||||
--- !u!114 &8677750927264519322
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 1
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -138,7 +138,7 @@ MonoBehaviour:
|
|||
x: -55
|
||||
y: -94
|
||||
width: 1827
|
||||
height: 2279
|
||||
height: 2263
|
||||
--- !u!114 &114350483966674976
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 1
|
||||
|
@ -882,16 +882,16 @@ VisualEffectResource:
|
|||
\ }\n SetAttribute_F0142CB9( /*inout */lifetime, Lifetime_d);\n
|
||||
\ \n\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n if (alive)\r\n {\r\n\t\t\tuint
|
||||
deadIndex = deadListIn.DecrementCounter();\r\n uint index = deadListIn[deadIndex];\r\n
|
||||
\ attributeBuffer.Store3((index * 0x4 + 0x0) << 2,asuint(position));\n
|
||||
\ attributeBuffer.Store3((index * 0x4 + 0xC800) << 2,asuint(targetPosition));\n
|
||||
\ attributeBuffer.Store3((index * 0x8 + 0x0) << 2,asuint(position));\n
|
||||
\ attributeBuffer.Store3((index * 0x8 + 0x4) << 2,asuint(targetPosition));\n
|
||||
\ attributeBuffer.Store3((index * 0x4 + 0x19000) << 2,asuint(color));\n
|
||||
\ attributeBuffer.Store((index * 0x1 + 0x25800) << 2,asuint(lifetime));\n
|
||||
\ attributeBuffer.Store((index * 0x4 + 0x19003) << 2,asuint(alpha));\n
|
||||
\ attributeBuffer.Store((index * 0x2 + 0x28A00) << 2,asuint(age));\n
|
||||
\ attributeBuffer.Store((index * 0x2 + 0x28A01) << 2,uint(alive));\n
|
||||
\ \n\r\n }\r\n#else\r\n uint index = particleIndex;\r\n
|
||||
\ attributeBuffer.Store3((index * 0x4 + 0x0) << 2,asuint(position));\n
|
||||
\ attributeBuffer.Store3((index * 0x4 + 0xC800) << 2,asuint(targetPosition));\n
|
||||
\ attributeBuffer.Store3((index * 0x8 + 0x0) << 2,asuint(position));\n
|
||||
\ attributeBuffer.Store3((index * 0x8 + 0x4) << 2,asuint(targetPosition));\n
|
||||
\ attributeBuffer.Store3((index * 0x4 + 0x19000) << 2,asuint(color));\n
|
||||
\ attributeBuffer.Store((index * 0x1 + 0x25800) << 2,asuint(lifetime));\n
|
||||
\ attributeBuffer.Store((index * 0x4 + 0x19003) << 2,asuint(alpha));\n
|
||||
|
@ -901,8 +901,8 @@ VisualEffectResource:
|
|||
name: '[System 2]Update'
|
||||
source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_COLOR_CURRENT
|
||||
1\n#define VFX_USE_LIFETIME_CURRENT 1\n#define VFX_USE_ALPHA_CURRENT 1\n#define
|
||||
VFX_USE_AGE_CURRENT 1\n#define VFX_USE_ALIVE_CURRENT 1\n#define VFX_HAS_INDIRECT_DRAW
|
||||
1\n#define VFX_LOCAL_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n
|
||||
VFX_USE_AGE_CURRENT 1\n#define VFX_USE_ALIVE_CURRENT 1\n#define VFX_LOCAL_SPACE
|
||||
1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n
|
||||
\ float Color_a;\n float deltaTime_b;\n uint2 PADDING_0;\nCBUFFER_END\n\n\r\n#include
|
||||
\"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include
|
||||
\"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer
|
||||
|
@ -957,9 +957,9 @@ VisualEffectResource:
|
|||
- compute: 0
|
||||
name: '[System 2]Lit Quad Output'
|
||||
source: "Shader \"Hidden/VFX/System 2/Lit Quad Output\"\n{\r\n\tSubShader\r\n\t{\t\r\n\t\tCull
|
||||
Off\r\n\t\t\r\n\t\tTags { \"Queue\"=\"Transparent+0\" \"IgnoreProjector\"=\"True\"
|
||||
\"RenderType\"=\"Transparent\" }\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\tBlend
|
||||
One OneMinusSrcAlpha \n\t\tZTest LEqual\n\t\tZWrite Off\n\t\tCull Off\n\t\t\n\t\n\t\t\t\n\t\tHLSLINCLUDE\n\t\t#if
|
||||
Off\r\n\t\t\r\n\t\tTags { \"Queue\"=\"Geometry+0\" \"IgnoreProjector\"=\"False\"
|
||||
\"RenderType\"=\"Opaque\" }\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\tZTest
|
||||
LEqual\n\t\tZWrite On\n\t\tCull Off\n\t\t\n\t\n\t\t\t\n\t\tHLSLINCLUDE\n\t\t#if
|
||||
!defined(VFX_WORLD_SPACE) && !defined(VFX_LOCAL_SPACE)\n\t\t#define VFX_LOCAL_SPACE
|
||||
1\n\t\t#endif\n\t\t\n\t\t#define NB_THREADS_PER_GROUP 64\n\t\t#define VFX_USE_POSITION_CURRENT
|
||||
1\n\t\t#define VFX_USE_TARGETPOSITION_CURRENT 1\n\t\t#define VFX_USE_COLOR_CURRENT
|
||||
|
@ -971,29 +971,427 @@ VisualEffectResource:
|
|||
1\n\t\t#define VFX_USE_PIVOTY_CURRENT 1\n\t\t#define VFX_USE_PIVOTZ_CURRENT
|
||||
1\n\t\t#define VFX_USE_SIZE_CURRENT 1\n\t\t#define VFX_USE_SCALEX_CURRENT 1\n\t\t#define
|
||||
VFX_USE_SCALEY_CURRENT 1\n\t\t#define VFX_USE_SCALEZ_CURRENT 1\n\t\t#define
|
||||
VFX_COLORMAPPING_DEFAULT 1\n\t\t#define IS_TRANSPARENT_PARTICLE 1\n\t\t#define
|
||||
VFX_BLENDMODE_ALPHA 1\n\t\t#define USE_CAST_SHADOWS_PASS 1\n\t\t#define VFX_HAS_INDIRECT_DRAW
|
||||
1\n\t\t#define USE_DEAD_LIST_COUNT 1\n\t\t#define HDRP_LIT 1\n\t\t#define HDRP_MATERIAL_TYPE_STANDARD
|
||||
1\n\t\t#define HDRP_USE_BASE_COLOR_MAP 1\n\t\t#define HDRP_USE_BASE_COLOR_MAP_COLOR
|
||||
1\n\t\t#define HDRP_USE_BASE_COLOR_MAP_ALPHA 1\n\t\t#define USE_NORMAL_MAP 1\n\t\t#define
|
||||
HDRP_USE_BASE_COLOR 1\n\t\t#define USE_NORMAL_BENDING 1\n\t\t#define VFX_PRIMITIVE_QUAD
|
||||
1\n\t\t\n\t\t\n\t\t\n\t\t#define VFX_LOCAL_SPACE 1\n\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\t\t\n\n\t\tCBUFFER_START(parameters)\n\t\t
|
||||
VFX_COLORMAPPING_DEFAULT 1\n\t\t#define IS_OPAQUE_PARTICLE 1\n\t\t#define USE_CAST_SHADOWS_PASS
|
||||
1\n\t\t#define HDRP_LIT 1\n\t\t#define HDRP_MATERIAL_TYPE_STANDARD 1\n\t\t#define
|
||||
HDRP_USE_BASE_COLOR_MAP 1\n\t\t#define HDRP_USE_BASE_COLOR_MAP_COLOR 1\n\t\t#define
|
||||
HDRP_USE_BASE_COLOR_MAP_ALPHA 1\n\t\t#define USE_NORMAL_MAP 1\n\t\t#define HDRP_USE_BASE_COLOR
|
||||
1\n\t\t#define IS_OPAQUE_NOT_SIMPLE_LIT_PARTICLE 1\n\t\t#define USE_NORMAL_BENDING
|
||||
1\n\t\t#define VFX_PRIMITIVE_QUAD 1\n\t\t\n\t\t\n\t\t\n\t\t#define VFX_LOCAL_SPACE
|
||||
1\n\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\t\t\n\n\t\tCBUFFER_START(parameters)\n\t\t
|
||||
\ float4 Scale_d;\n\t\tCBUFFER_END\n\t\tTexture2D baseColorMap;\n\t\tSamplerState
|
||||
samplerbaseColorMap;\n\t\tTexture2D normalMap;\n\t\tSamplerState samplernormalMap;\n\t\t\n\n\t\t\n\t\t#define
|
||||
VFX_NEEDS_COLOR_INTERPOLATOR (VFX_USE_COLOR_CURRENT || VFX_USE_ALPHA_CURRENT)\n\t\t\n\t\tByteAddressBuffer
|
||||
attributeBuffer;\t\n\t\t\n\t\t#if VFX_HAS_INDIRECT_DRAW\n\t\tStructuredBuffer<uint>
|
||||
indirectBuffer;\t\n\t\t#endif\t\n\t\t\n\t\t#if USE_DEAD_LIST_COUNT\n\t\tByteAddressBuffer
|
||||
deadListCount;\n\t\t#endif\n\t\t\n\t\tCBUFFER_START(outputParams)\n\t\t\tfloat
|
||||
nbMax;\n\t\t\tfloat systemSeed;\n\t\tCBUFFER_END\n\t\t\n\t\tENDHLSL\n\t\t\n\r\n\t\t\r\n\t\t\r\n\t\t//
|
||||
nbMax;\n\t\t\tfloat systemSeed;\n\t\tCBUFFER_END\n\t\t\n\t\tENDHLSL\n\t\t\n\r\n\t\tPass\n\t\t{\t\t\n\t\t\tTags
|
||||
{ \"LightMode\"=\"DepthOnly\" }\n\t\t\n\t\t\tZWrite On\n\t\t\tBlend Off\n\t\t\t\n\t\t\tHLSLPROGRAM\n\t\t\t#pragma
|
||||
target 4.5\n\t\t\t#define UNITY_MATERIAL_LIT\n\t\t\t#pragma multi_compile _
|
||||
WRITE_NORMAL_BUFFER\n\t\t\t\n\t\t\tstruct ps_input\n\t\t\t{\n\t\t\t\tfloat4
|
||||
pos : SV_POSITION;\n\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\tfloat4 uv
|
||||
: TEXCOORD0;\n\t\t\t\t#else\n\t\t\t\tfloat2 uv : TEXCOORD0;\t\n\t\t\t\t#endif\n\t\t\t\t#if
|
||||
USE_ALPHA_TEST || USE_FLIPBOOK_INTERPOLATION || VFX_USE_ALPHA_CURRENT\n\t\t\t\t//
|
||||
x: alpha threshold\n\t\t\t\t// y: frame blending factor\n\t\t\t\t// z: alpha\n\t\t\t\t//
|
||||
w: smoothness\n\t\t\t\tnointerpolation float4 builtInInterpolants : TEXCOORD1;\n\t\t\t\t#endif\n\t\t\t\t#if
|
||||
USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t// x: motion vector scale u\n\t\t\t\t//
|
||||
y: motion vector scale v\n\t\t\t\tnointerpolation float2 builtInInterpolants2
|
||||
: TEXCOORD2;\n\t\t\t\t#endif\n\t\t\t\t#ifdef WRITE_NORMAL_BUFFER\n\t\t\t\tfloat4
|
||||
normal : TEXCOORD3; // normal scale is stored in w\n\t\t\t\t#if USE_NORMAL_MAP
|
||||
|| USE_NORMAL_BENDING\n\t\t\t\tfloat3 tangent : TEXCOORD4;\n\t\t\t\t#endif\n\t\t\t\t#if
|
||||
USE_NORMAL_BENDING\n\t\t\t\tfloat2 bentFactors : TEXCOORD6;\n\t\t\t\t#endif\n\t\t\t\t#endif\n\t\t\t};\n\t\t\n\t\t#define
|
||||
VFX_VARYING_PS_INPUTS ps_input\n\t\t#define VFX_VARYING_POSCS pos\n\t\t#define
|
||||
VFX_VARYING_ALPHA builtInInterpolants.z\n\t\t#define VFX_VARYING_ALPHATHRESHOLD
|
||||
builtInInterpolants.x\n\t\t#define VFX_VARYING_FRAMEBLEND builtInInterpolants.y\n\t\t#define
|
||||
VFX_VARYING_MOTIONVECTORSCALE builtInInterpolants2.xy\n\t\t#define VFX_VARYING_UV
|
||||
uv\n\t\t\n\t\t#ifdef WRITE_NORMAL_BUFFER\n\t\t#define VFX_VARYING_NORMAL normal.xyz\n\t\t#define
|
||||
VFX_VARYING_SMOOTHNESS builtInInterpolants.w\n\t\t#if USE_NORMAL_MAP\n\t\t#define
|
||||
VFX_VARYING_TANGENT tangent\n\t\t#define VFX_VARYING_NORMALSCALE normal.w\n\t\t#endif\n\t\t#if
|
||||
USE_NORMAL_BENDING\n\t\t#define VFX_VARYING_BENTFACTORS bentFactors\n\t\t#endif\n\t\t#endif\n\t\t\n\t\t\n\t\t\n\t\t\t#if
|
||||
!(defined(VFX_VARYING_PS_INPUTS) && defined(VFX_VARYING_POSCS))\n\t\t\t#error
|
||||
VFX_VARYING_PS_INPUTS, VFX_VARYING_POSCS and VFX_VARYING_UV must be defined.\n\t\t\t#endif\n\t\t\t\n\t\t\t#include
|
||||
\"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXCommon.cginc\"\n\t\t\t#include
|
||||
\"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\t\t\t\n\n\t\t\tvoid
|
||||
SetAttribute_3278B22F(inout float size, float Size) /*attribute:size Composition:Overwrite
|
||||
Source:Slot Random:Off channels:XYZ */\n\t\t\t{\n\t\t\t size = Size;\n\t\t\t}\n\t\t\tvoid
|
||||
SetAttribute_D5151645(inout float scaleY, float Scale) /*attribute:scale Composition:Overwrite
|
||||
Source:Slot Random:Off channels:Y */\n\t\t\t{\n\t\t\t scaleY = Scale.x;\n\t\t\t}\n\t\t\tvoid
|
||||
ConnectTarget_0(inout float3 axisX, inout float3 axisY, inout float3 axisZ,
|
||||
inout float3 position, inout float pivotY, float size, inout float scaleY, float3
|
||||
TargetPosition, float PivotShift) /*Orientation:Camera */\n\t\t\t{\n\t\t\t \n\t\t\t
|
||||
\ axisY = TargetPosition-position;\n\t\t\t float len = length(axisY);\n\t\t\t
|
||||
\ scaleY = len / size;\n\t\t\t axisY /= len;\n\t\t\t axisZ = position
|
||||
- GetViewVFXPosition();\n\t\t\t axisX = normalize(cross(axisY,axisZ));\n\t\t\t
|
||||
\ axisZ = cross(axisX,axisY);\n\t\t\t \n\t\t\t position = lerp(position,
|
||||
TargetPosition, PivotShift);\n\t\t\t pivotY = PivotShift - 0.5;\n\t\t\t \n\t\t\t}\n\t\t\tvoid
|
||||
AttributeFromCurve_8BB145A0(inout float scaleX, float age, float lifetime, float4
|
||||
Scale) /*attribute:scale Composition:Multiply AlphaComposition:Overwrite SampleMode:OverLife
|
||||
Mode:PerComponent ColorMode:ColorAndAlpha channels:X */\n\t\t\t{\n\t\t\t float
|
||||
t = age / lifetime;\n\t\t\t float value = 0.0f;\n\t\t\t value = SampleCurve(Scale,
|
||||
t);\n\t\t\t scaleX *= value.x;\n\t\t\t}\n\t\t\tvoid SetAttribute_CEEAF35C(inout
|
||||
float alpha, float Alpha) /*attribute:alpha Composition:Overwrite Source:Slot
|
||||
Random:Off channels:XYZ */\n\t\t\t{\n\t\t\t alpha = Alpha;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t#pragma
|
||||
vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS vert(uint id : SV_VertexID, uint instanceID
|
||||
: SV_InstanceID)\n\t\t\t{\n\t\t\t#if VFX_PRIMITIVE_TRIANGLE\n\t\t\t\tuint index
|
||||
= id / 3;\n\t\t\t#elif VFX_PRIMITIVE_QUAD\n\t\t\t\tuint index = (id >> 2) +
|
||||
instanceID * 2048;\n\t\t\t#elif VFX_PRIMITIVE_OCTAGON\n\t\t\t\tuint index =
|
||||
(id >> 3) + instanceID * 1024;\n\t\t\t#endif\n\t\t\t\n\t\t\t\tVFX_VARYING_PS_INPUTS
|
||||
o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint deadCount
|
||||
= 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif
|
||||
(index >= asuint(nbMax) - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn;
|
||||
// cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if
|
||||
VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat3
|
||||
position = asfloat(attributeBuffer.Load3((index * 0x8 + 0x0) << 2));\n\t\t\t\t\t\tfloat3
|
||||
targetPosition = asfloat(attributeBuffer.Load3((index * 0x8 + 0x4) << 2));\n\t\t\t\t\t\tfloat3
|
||||
color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x19000) << 2));\n\t\t\t\t\t\tfloat
|
||||
lifetime = asfloat(attributeBuffer.Load((index * 0x1 + 0x25800) << 2));\n\t\t\t\t\t\tfloat
|
||||
alpha = asfloat(attributeBuffer.Load((index * 0x4 + 0x19003) << 2));\n\t\t\t\t\t\tfloat
|
||||
age = asfloat(attributeBuffer.Load((index * 0x2 + 0x28A00) << 2));\n\t\t\t\t\t\tbool
|
||||
alive = (attributeBuffer.Load((index * 0x2 + 0x28A01) << 2));\n\t\t\t\t\t\tfloat3
|
||||
axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3
|
||||
axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat angleX = (float)0;\n\t\t\t\t\t\tfloat
|
||||
angleY = (float)0;\n\t\t\t\t\t\tfloat angleZ = (float)0;\n\t\t\t\t\t\tfloat
|
||||
pivotX = (float)0;\n\t\t\t\t\t\tfloat pivotY = (float)0;\n\t\t\t\t\t\tfloat
|
||||
pivotZ = (float)0;\n\t\t\t\t\t\tfloat size = (float)0.100000001;\n\t\t\t\t\t\tfloat
|
||||
scaleX = (float)1;\n\t\t\t\t\t\tfloat scaleY = (float)1;\n\t\t\t\t\t\tfloat
|
||||
scaleZ = (float)1;\n\t\t\t\t\t\tfloat3 position_source = position;\n\t\t\t\t\t\tfloat3
|
||||
targetPosition_source = targetPosition;\n\t\t\t\t\t\tfloat3 color_source = color;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool
|
||||
alive = (attributeBuffer.Load((index * 0x2 + 0x28A01) << 2));\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif
|
||||
(!alive)\n\t\t\t\t\t\t\treturn o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat3 position
|
||||
= asfloat(attributeBuffer.Load3((index * 0x8 + 0x0) << 2));\n\t\t\t\t\t\tfloat3
|
||||
targetPosition = asfloat(attributeBuffer.Load3((index * 0x8 + 0x4) << 2));\n\t\t\t\t\t\tfloat3
|
||||
color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x19000) << 2));\n\t\t\t\t\t\tfloat
|
||||
lifetime = asfloat(attributeBuffer.Load((index * 0x1 + 0x25800) << 2));\n\t\t\t\t\t\tfloat
|
||||
alpha = asfloat(attributeBuffer.Load((index * 0x4 + 0x19003) << 2));\n\t\t\t\t\t\tfloat
|
||||
age = asfloat(attributeBuffer.Load((index * 0x2 + 0x28A00) << 2));\n\t\t\t\t\t\tfloat3
|
||||
axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3
|
||||
axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat angleX = (float)0;\n\t\t\t\t\t\tfloat
|
||||
angleY = (float)0;\n\t\t\t\t\t\tfloat angleZ = (float)0;\n\t\t\t\t\t\tfloat
|
||||
pivotX = (float)0;\n\t\t\t\t\t\tfloat pivotY = (float)0;\n\t\t\t\t\t\tfloat
|
||||
pivotZ = (float)0;\n\t\t\t\t\t\tfloat size = (float)0.100000001;\n\t\t\t\t\t\tfloat
|
||||
scaleX = (float)1;\n\t\t\t\t\t\tfloat scaleY = (float)1;\n\t\t\t\t\t\tfloat
|
||||
scaleZ = (float)1;\n\t\t\t\t\t\tfloat3 position_source = position;\n\t\t\t\t\t\tfloat3
|
||||
targetPosition_source = targetPosition;\n\t\t\t\t\t\tfloat3 color_source = color;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t{\n\t\t\t\t
|
||||
\ SetAttribute_3278B22F( /*inout */size, (float)0.00999999978);\n\t\t\t\t}\n\t\t\t\t{\n\t\t\t\t
|
||||
\ SetAttribute_D5151645( /*inout */scaleY, (float)0.860000014);\n\t\t\t\t}\n\t\t\t\t{\n\t\t\t\t
|
||||
\ ConnectTarget_0( /*inout */axisX, /*inout */axisY, /*inout */axisZ, /*inout
|
||||
*/position, /*inout */pivotY, size, /*inout */scaleY, targetPosition, (float)0.5);\n\t\t\t\t}\n\t\t\t\tAttributeFromCurve_8BB145A0(
|
||||
/*inout */scaleX, age, lifetime, Scale_d);\n\t\t\t\t{\n\t\t\t\t SetAttribute_CEEAF35C(
|
||||
/*inout */alpha, (float)2);\n\t\t\t\t}\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\tif (!alive)\n\t\t\t\t\treturn
|
||||
o;\n\t\t\t\t\n\t\t\t#if VFX_PRIMITIVE_QUAD\n\t\t\t\n\t\t\t\to.VFX_VARYING_UV.x
|
||||
= float(id & 1);\n\t\t\t\to.VFX_VARYING_UV.y = float((id & 2) >> 1);\n\t\t\t\tconst
|
||||
float2 vOffsets = o.VFX_VARYING_UV.xy - 0.5f;\n\t\t\t\t\n\t\t\t#elif VFX_PRIMITIVE_TRIANGLE\n\t\t\t\n\t\t\t\tconst
|
||||
float2 kOffsets[] = {\n\t\t\t\t\tfloat2(-0.5f, \t-0.288675129413604736328125f),\n\t\t\t\t\tfloat2(0.0f,
|
||||
\t0.57735025882720947265625f),\n\t\t\t\t\tfloat2(0.5f,\t-0.288675129413604736328125f),\n\t\t\t\t};\n\t\t\t\t\n\t\t\t\tconst
|
||||
float kUVScale = 0.866025388240814208984375f;\n\t\t\t\t\n\t\t\t\tconst float2
|
||||
vOffsets = kOffsets[id % 3];\n\t\t\t\to.VFX_VARYING_UV.xy = (vOffsets * kUVScale)
|
||||
+ 0.5f;\n\t\t\t\t\n\t\t\t#elif VFX_PRIMITIVE_OCTAGON\t\n\t\t\t\t\n\t\t\t\tconst
|
||||
float2 kUvs[8] = \n\t\t\t\t{\n\t\t\t\t\tfloat2(-0.5f,\t0.0f),\n\t\t\t\t\tfloat2(-0.5f,\t0.5f),\n\t\t\t\t\tfloat2(0.0f,\t0.5f),\n\t\t\t\t\tfloat2(0.5f,\t0.5f),\n\t\t\t\t\tfloat2(0.5f,\t0.0f),\n\t\t\t\t\tfloat2(0.5f,\t-0.5f),\n\t\t\t\t\tfloat2(0.0f,\t-0.5f),\n\t\t\t\t\tfloat2(-0.5f,\t-0.5f),\n\t\t\t\t};\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tcropFactor
|
||||
= id & 1 ? 1.0f - cropFactor : 1.0f;\n\t\t\t\tconst float2 vOffsets = kUvs[id
|
||||
& 7] * cropFactor;\n\t\t\t\to.VFX_VARYING_UV.xy = vOffsets + 0.5f;\n\t\t\t\t\n\t\t\t#endif\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tfloat3
|
||||
size3 = float3(size,size,size);\n\t\t\t\t\t\t#if VFX_USE_SCALEX_CURRENT\n\t\t\t\t\t\tsize3.x
|
||||
*= scaleX;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEY_CURRENT\n\t\t\t\t\t\tsize3.y
|
||||
*= scaleY;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEZ_CURRENT\n\t\t\t\t\t\tsize3.z
|
||||
*= scaleZ;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tconst float4x4
|
||||
elementToVFX = GetElementToVFXMatrix(axisX,axisY,axisZ,float3(angleX,angleY,angleZ),float3(pivotX,pivotY,pivotZ),size3,position);\n\t\t\t\tfloat3
|
||||
vPos = mul(elementToVFX,float4(vOffsets,0.0f,1.0f)).xyz;\n\t\t\t\n\t\t\t\to.VFX_VARYING_POSCS
|
||||
= TransformPositionVFXToClip(vPos);\n\t\t\t\n\t\t\t\tfloat3 normalWS = normalize(TransformDirectionVFXToWorld(normalize(-transpose(elementToVFX)[2].xyz)));\n\t\t\t\t#ifdef
|
||||
VFX_VARYING_NORMAL\n\t\t\t\tfloat normalFlip = (size3.x * size3.y * size3.z)
|
||||
< 0 ? -1 : 1;\n\t\t\t\to.VFX_VARYING_NORMAL = normalFlip * normalWS;\n\t\t\t\t#endif\n\t\t\t\t#ifdef
|
||||
VFX_VARYING_TANGENT\n\t\t\t\to.VFX_VARYING_TANGENT = normalize(TransformDirectionVFXToWorld(normalize(transpose(elementToVFX)[0].xyz)));\n\t\t\t\t#endif\n\t\t\t\t#ifdef
|
||||
VFX_VARYING_BENTFACTORS\n\t\t\t\tfloat bentNormalFactor = (float)0;\n\t\t\t\t{\n\t\t\t\t
|
||||
\ \n\t\t\t\t bentNormalFactor = (float)0;\n\t\t\t\t}\n\t\t\t\t\n\n\t\t\t\t#if
|
||||
HAS_STRIPS\n\t\t\t\t#define BENT_FACTOR_MULTIPLIER 2.0f\n\t\t\t\t#else\n\t\t\t\t#define
|
||||
BENT_FACTOR_MULTIPLIER 1.41421353816986083984375f\n\t\t\t\t#endif\n\t\t\t\to.VFX_VARYING_BENTFACTORS
|
||||
= vOffsets * bentNormalFactor * BENT_FACTOR_MULTIPLIER;\n\t\t\t\t#endif\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if
|
||||
VFX_USE_COLOR_CURRENT && defined(VFX_VARYING_COLOR)\n\t\t\t\t\t\to.VFX_VARYING_COLOR
|
||||
= color;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_ALPHA_CURRENT && defined(VFX_VARYING_ALPHA)
|
||||
\n\t\t\t\t\t\to.VFX_VARYING_ALPHA = alpha;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifdef
|
||||
VFX_VARYING_EXPOSUREWEIGHT\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_EXPOSUREWEIGHT
|
||||
= exposureWeight;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_SOFT_PARTICLE
|
||||
&& defined(VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE
|
||||
= invSoftParticlesFadeDistance;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if
|
||||
USE_ALPHA_TEST && defined(VFX_VARYING_ALPHATHRESHOLD)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_ALPHATHRESHOLD
|
||||
= alphaThreshold;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_UV_SCALE_BIAS\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_UV.xy
|
||||
= o.VFX_VARYING_UV.xy * uvScale + uvBias;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if
|
||||
defined(VFX_VARYING_POSWS)\n\t\t\t\t\t\to.VFX_VARYING_POSWS = TransformPositionVFXToWorld(vPos);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if
|
||||
USE_FLIPBOOK\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tVFXUVData uvData = GetUVData(flipBookSize,
|
||||
invFlipBookSize, o.VFX_VARYING_UV.xy, texIndex);\n\t\t\t\t\t\to.VFX_VARYING_UV.xy
|
||||
= uvData.uvs.xy;\n\t\t\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\t\t\to.VFX_VARYING_UV.zw
|
||||
= uvData.uvs.zw;\n\t\t\t\t\t\to.VFX_VARYING_FRAMEBLEND = uvData.blend;\n\t\t\t\t\t\t#if
|
||||
USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_MOTIONVECTORSCALE
|
||||
= motionVectorScale * invFlipBookSize;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\treturn
|
||||
o;\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t#include
|
||||
\"Packages/com.unity.visualeffectgraph/Shaders/VFXCommonOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\n\t\t\t#define
|
||||
SHADERPASS SHADERPASS_DEPTH_ONLY\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXLit.cginc\"\n\t\t\t\n\t\t\tvoid
|
||||
VFXGetHDRPLitData(out SurfaceData surfaceData, out BuiltinData builtinData,
|
||||
out BSDFData bsdfData, out PreLightData preLightData, VFX_VARYING_PS_INPUTS
|
||||
i, float3 normalWS, const VFXUVData uvData, uint2 tileIndex)\n\t\t\t{\t\n\t\t\t\t#if
|
||||
HDRP_MATERIAL_TYPE_TRANSLUCENT\n\t\t\t\t // Loads diffusion profile\n\t\t\t\t#else\n\t\t\t\tconst
|
||||
uint diffusionProfileHash = 0;\n\t\t\t\t#endif\n\t\t\t\t\n\t\t\t\tfloat3 posRWS
|
||||
= VFXGetPositionRWS(i);\n\t\t\t\tfloat4 posSS = i.VFX_VARYING_POSCS;\n\t\t\t\tPositionInputs
|
||||
posInput = GetPositionInput(posSS.xy, _ScreenSize.zw, posSS.z, posSS.w, posRWS,
|
||||
tileIndex);\n\t\t\t\t\n\t\t\t\tfloat alpha;\n\t\t\t\tsurfaceData = VFXGetSurfaceData(i,normalWS,uvData,diffusionProfileHash,alpha);\t\n\t\t\t\tbsdfData
|
||||
= ConvertSurfaceDataToBSDFData(posSS.xy, surfaceData);\n\t\t\t\n\t\t\t\tpreLightData
|
||||
= GetPreLightData(GetWorldSpaceNormalizeViewDir(posRWS),posInput,bsdfData);\n\t\t\t\t\n\t\t\t\tpreLightData.diffuseFGD
|
||||
= 1.0f;\n\t\t\t //TODO: investigate why this is needed\n\t\t\t preLightData.coatPartLambdaV
|
||||
= 0;\n\t\t\t preLightData.coatIblR = 0;\n\t\t\t preLightData.coatIblF
|
||||
= 0;\n\t\t\t \n\t\t\t\tbuiltinData = VFXGetBuiltinData(i,posInput,surfaceData,bsdfData,preLightData,uvData,alpha);\n\t\t\t}\n\t\t\t\n\t\t\tvoid
|
||||
VFXGetHDRPLitData(out SurfaceData surfaceData, out BuiltinData builtinData,
|
||||
VFX_VARYING_PS_INPUTS i, float3 normalWS, const VFXUVData uvData)\n\t\t\t{\n\t\t\t\tBSDFData
|
||||
bsdfData = (BSDFData)0;\n\t\t\t\tPreLightData preLightData = (PreLightData)0;\n\t\t\t\tpreLightData.diffuseFGD
|
||||
= 1.0f;\n\t\t\t\tVFXGetHDRPLitData(surfaceData,builtinData,bsdfData,preLightData,i,normalWS,uvData,uint2(0,0));\n\t\t\t}\n\t\t\t\n\t\t\t#include
|
||||
\"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXLitPixelOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\t\t\n\t\t\t#pragma
|
||||
fragment frag\n\t\t\tvoid frag(ps_input i\n\t\t#ifdef WRITE_NORMAL_BUFFER\n\t\t\t,
|
||||
out float4 outNormalBuffer : SV_Target0\n\t\t#if USE_DOUBLE_SIDED\n\t\t\t, bool
|
||||
frontFace : SV_IsFrontFace\n\t\t#endif\n\t\t#else\n\t\t\t, out float4 outColor
|
||||
: SV_Target\n\t\t#endif\n\t\t\t)\n\t\t\t{\n\t\t\t\tVFXTransformPSInputs(i);\n\t\t\t\t\n\t\t#ifdef
|
||||
WRITE_NORMAL_BUFFER\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t#if USE_DOUBLE_SIDED\n\t\t\t\t\t\t\tconst
|
||||
float faceMul = frontFace ? 1.0f : -1.0f;\n\t\t\t\t\t\t\t#else\n\t\t\t\t\t\t\tconst
|
||||
float faceMul = 1.0f;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tfloat3
|
||||
normalWS = i.VFX_VARYING_NORMAL * faceMul;\n\t\t\t\t\t\t\tconst VFXUVData uvData
|
||||
= GetUVData(i);\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t#if defined(VFX_VARYING_TANGENT)
|
||||
&& (USE_NORMAL_MAP || USE_NORMAL_BENDING)\n\t\t\t\t\t\t\tfloat3 tangentWS =
|
||||
i.VFX_VARYING_TANGENT;\n\t\t\t\t\t\t\tfloat3 bitangentWS = cross(i.VFX_VARYING_TANGENT,i.VFX_VARYING_NORMAL);\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t#if
|
||||
defined(VFX_VARYING_BENTFACTORS) && USE_NORMAL_BENDING\t\n\t\t\t\t\t\t\tfloat3
|
||||
bentFactors = float3(i.VFX_VARYING_BENTFACTORS.xy,sqrt(1.0f - dot(i.VFX_VARYING_BENTFACTORS,i.VFX_VARYING_BENTFACTORS)));\n\t\t\t\t\t\t\tnormalWS
|
||||
= tangentWS * bentFactors.x + bitangentWS * bentFactors.y + normalWS * bentFactors.z;\n\t\t\t\t\t\t\ttangentWS
|
||||
= normalize(cross(normalWS,bitangentWS));\n\t\t\t\t\t\t\tbitangentWS = cross(tangentWS,normalWS);\n\t\t\t\t\t\t\ttangentWS
|
||||
*= faceMul;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t#if USE_NORMAL_MAP\n\t\t\t\t\t\t\tfloat3
|
||||
n = SampleNormalMap(VFX_SAMPLER(normalMap),uvData);\n\t\t\t\t\t\t\tfloat3x3
|
||||
tbn = float3x3(tangentWS,bitangentWS,normalWS);\n\t\t\t\t\t\t\tfloat normalScale
|
||||
= 1.0f;\n\t\t\t\t\t\t\t#ifdef VFX_VARYING_NORMALSCALE\n\t\t\t\t\t\t\tnormalScale
|
||||
= i.VFX_VARYING_NORMALSCALE;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\tnormalWS =
|
||||
normalize(lerp(normalWS,mul(n,tbn),normalScale));\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t\n\t\t\t\tVFXComputePixelOutputToNormalBuffer(i,normalWS,uvData,outNormalBuffer);\n\t\t#else\n\t\t\t\tfloat
|
||||
alpha = VFXGetFragmentColor(i).a;\n\t\t#if HDRP_USE_BASE_COLOR_MAP_ALPHA\n\t\t\t\talpha
|
||||
*= VFXGetTextureColor(VFX_SAMPLER(baseColorMap),i).a;\t\n\t\t#endif\n\t\t\t\tVFXClipFragmentColor(alpha,i);\n\t\t#ifdef
|
||||
SCENESELECTIONPASS\n\t\t\t\t// We use depth prepass for scene selection in the
|
||||
editor, this code allow to output the outline correctly\n\t\t\t\toutColor =
|
||||
float4(_ObjectId, _PassValue, 1.0, 1.0);\n\t\t#else\n\t\t\t\toutColor = (float4)0;\n\t\t#endif\n\t\t#endif\t\t\n\t\t\t}\n\t\t\tENDHLSL\n\t\t}\n\t\t\n\r\n\t\tPass\n\t\t{\t\t\n\t\t\tTags
|
||||
{ \"LightMode\"=\"GBuffer\" }\n\t\t\t\n\t\t\tStencil\n\t\t\t{\n\t\t\t\tWriteMask
|
||||
7\n\t\t\t\tRef 2\n\t\t\t\tComp Always\n\t\t\t\tPass Replace\n\t\t\t}\t\n\t\t\t\t\n\t\t\tHLSLPROGRAM\n\t\t\t#pragma
|
||||
target 4.5\n\t\t\t\n\t\t\t#pragma multi_compile _ LIGHT_LAYERS\n\t\t\t#pragma
|
||||
multi_compile _ DEBUG_DISPLAY\n\t\t\t\n\t\t\t#define UNITY_MATERIAL_LIT\n\t\t\t\t\n\t\t\t#define
|
||||
HDRP_NEEDS_UVS (HDRP_USE_BASE_COLOR_MAP || HDRP_USE_MASK_MAP || USE_NORMAL_MAP
|
||||
|| HDRP_USE_EMISSIVE_MAP)\n\t\t\t#define HDRP_USE_EMISSIVE (HDRP_USE_EMISSIVE_MAP
|
||||
|| HDRP_USE_EMISSIVE_COLOR || HDRP_USE_ADDITIONAL_EMISSIVE_COLOR)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\tstruct
|
||||
ps_input\n\t\t\t{\n\t\t\t\tfloat4 pos : SV_POSITION;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t#if
|
||||
(VFX_NEEDS_COLOR_INTERPOLATOR && HDRP_USE_BASE_COLOR) || HDRP_USE_ADDITIONAL_BASE_COLOR\n\t\t\t\t\t\t\tnointerpolation
|
||||
float4 color : COLOR0;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t#if HDRP_MATERIAL_TYPE_SPECULAR\n\t\t\t\t\t\t\tnointerpolation
|
||||
float3 specularColor : COLOR1;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t#if HDRP_USE_EMISSIVE\t\n\t\t\t\t\t\t\tnointerpolation
|
||||
float4 emissiveColor : COLOR2;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t//
|
||||
x: smoothness\n\t\t\t\t\t\t\t// y: metallic/thickness\n\t\t\t\t\t\t\t// z: normal
|
||||
scale\n\t\t\t\t\t\t\t// w: emissive scale\n\t\t\t\t\t\t\tnointerpolation float4
|
||||
materialProperties : TEXCOORD0;\n\t\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\tfloat4
|
||||
uv : TEXCOORD1;\n\t\t\t\t#else\n\t\t\t\tfloat2 uv : TEXCOORD1;\t\n\t\t\t\t#endif\n\t\t\t\t#if
|
||||
USE_SOFT_PARTICLE || USE_ALPHA_TEST || USE_FLIPBOOK_INTERPOLATION\n\t\t\t\t//
|
||||
x: inverse soft particles fade distance\n\t\t\t\t// y: alpha threshold\n\t\t\t\t//
|
||||
z: frame blending factor\n\t\t\t\tnointerpolation float3 builtInInterpolants
|
||||
: TEXCOORD2;\n\t\t\t\t#endif\n\t\t\t\t#if USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t//
|
||||
x: motion vector scale u\n\t\t\t\t// y: motion vector scale v\n\t\t\t\tnointerpolation
|
||||
float2 builtInInterpolants2 : TEXCOORD3;\n\t\t\t\t#endif\n\t\t\t\tnointerpolation
|
||||
float3 normal : TEXCOORD4;\n\t\t\t\t#if USE_NORMAL_MAP || USE_NORMAL_BENDING\n\t\t\t\tnointerpolation
|
||||
float3 tangent : TEXCOORD5;\n\t\t\t\t#endif\n\t\t\t\t#if USE_NORMAL_BENDING\n\t\t\t\tfloat2
|
||||
bentFactors : TEXCOORD6;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\n\t\t\t\t\t#if
|
||||
(VFX_NEEDS_COLOR_INTERPOLATOR && HDRP_USE_BASE_COLOR) || HDRP_USE_ADDITIONAL_BASE_COLOR\n\t\t\t\t\t#define
|
||||
VFX_VARYING_COLOR color.rgb\n\t\t\t\t\t#define VFX_VARYING_ALPHA color.a\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#define
|
||||
VFX_VARYING_SMOOTHNESS materialProperties.x\n\t\t\t\t\t\n\t\t\t\t\t#if HDRP_MATERIAL_TYPE_STANDARD\n\t\t\t\t\t#define
|
||||
VFX_VARYING_METALLIC materialProperties.y\n\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_SPECULAR\n\t\t\t\t\t#define
|
||||
VFX_VARYING_SPECULAR specularColor\n\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_TRANSLUCENT\n\t\t\t\t\t#define
|
||||
VFX_VARYING_THICKNESS materialProperties.y\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if
|
||||
USE_NORMAL_MAP\n\t\t\t\t\t#define VFX_VARYING_NORMALSCALE materialProperties.z\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if
|
||||
HDRP_USE_EMISSIVE_MAP\n\t\t\t\t\t#define VFX_VARYING_EMISSIVESCALE materialProperties.w\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if
|
||||
HDRP_USE_EMISSIVE_COLOR || HDRP_USE_ADDITIONAL_EMISSIVE_COLOR\n\t\t\t\t\t#define
|
||||
VFX_VARYING_EMISSIVE emissiveColor.rgb\n\t\t\t\t\t#endif\n\t\t\t\t\t\n\t\t\t\t\t#if
|
||||
USE_EXPOSURE_WEIGHT\n\t\t\t\t\t#define VFX_VARYING_EXPOSUREWEIGHT emissiveColor.a\n\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\n\t\t\t\n\t\t#define
|
||||
VFX_VARYING_PS_INPUTS ps_input\n\t\t#define VFX_VARYING_POSCS pos\n\t\t#define
|
||||
VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE builtInInterpolants.x\n\t\t#define VFX_VARYING_ALPHATHRESHOLD
|
||||
builtInInterpolants.y\n\t\t#define VFX_VARYING_FRAMEBLEND builtInInterpolants.z\n\t\t#define
|
||||
VFX_VARYING_MOTIONVECTORSCALE builtInInterpolants2.xy\n\t\t#define VFX_VARYING_UV
|
||||
uv\n\t\t#define VFX_VARYING_NORMAL normal\n\t\t#if USE_NORMAL_MAP || USE_NORMAL_BENDING\n\t\t#define
|
||||
VFX_VARYING_TANGENT tangent\n\t\t#endif\n\t\t#if USE_NORMAL_BENDING\n\t\t#define
|
||||
VFX_VARYING_BENTFACTORS bentFactors\n\t\t#endif\n\t\t\n\t\t\n\t\t\t\n\t\t\t#if
|
||||
!(defined(VFX_VARYING_PS_INPUTS) && defined(VFX_VARYING_POSCS))\n\t\t\t#error
|
||||
VFX_VARYING_PS_INPUTS, VFX_VARYING_POSCS and VFX_VARYING_UV must be defined.\n\t\t\t#endif\n\t\t\t\n\t\t\t#include
|
||||
\"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXCommon.cginc\"\n\t\t\t#include
|
||||
\"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\t\t\t\n\n\t\t\tvoid
|
||||
SetAttribute_3278B22F(inout float size, float Size) /*attribute:size Composition:Overwrite
|
||||
Source:Slot Random:Off channels:XYZ */\n\t\t\t{\n\t\t\t size = Size;\n\t\t\t}\n\t\t\tvoid
|
||||
SetAttribute_D5151645(inout float scaleY, float Scale) /*attribute:scale Composition:Overwrite
|
||||
Source:Slot Random:Off channels:Y */\n\t\t\t{\n\t\t\t scaleY = Scale.x;\n\t\t\t}\n\t\t\tvoid
|
||||
ConnectTarget_0(inout float3 axisX, inout float3 axisY, inout float3 axisZ,
|
||||
inout float3 position, inout float pivotY, float size, inout float scaleY, float3
|
||||
TargetPosition, float PivotShift) /*Orientation:Camera */\n\t\t\t{\n\t\t\t \n\t\t\t
|
||||
\ axisY = TargetPosition-position;\n\t\t\t float len = length(axisY);\n\t\t\t
|
||||
\ scaleY = len / size;\n\t\t\t axisY /= len;\n\t\t\t axisZ = position
|
||||
- GetViewVFXPosition();\n\t\t\t axisX = normalize(cross(axisY,axisZ));\n\t\t\t
|
||||
\ axisZ = cross(axisX,axisY);\n\t\t\t \n\t\t\t position = lerp(position,
|
||||
TargetPosition, PivotShift);\n\t\t\t pivotY = PivotShift - 0.5;\n\t\t\t \n\t\t\t}\n\t\t\tvoid
|
||||
AttributeFromCurve_8BB145A0(inout float scaleX, float age, float lifetime, float4
|
||||
Scale) /*attribute:scale Composition:Multiply AlphaComposition:Overwrite SampleMode:OverLife
|
||||
Mode:PerComponent ColorMode:ColorAndAlpha channels:X */\n\t\t\t{\n\t\t\t float
|
||||
t = age / lifetime;\n\t\t\t float value = 0.0f;\n\t\t\t value = SampleCurve(Scale,
|
||||
t);\n\t\t\t scaleX *= value.x;\n\t\t\t}\n\t\t\tvoid SetAttribute_CEEAF35C(inout
|
||||
float alpha, float Alpha) /*attribute:alpha Composition:Overwrite Source:Slot
|
||||
Random:Off channels:XYZ */\n\t\t\t{\n\t\t\t alpha = Alpha;\n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t#pragma
|
||||
vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS vert(uint id : SV_VertexID, uint instanceID
|
||||
: SV_InstanceID)\n\t\t\t{\n\t\t\t#if VFX_PRIMITIVE_TRIANGLE\n\t\t\t\tuint index
|
||||
= id / 3;\n\t\t\t#elif VFX_PRIMITIVE_QUAD\n\t\t\t\tuint index = (id >> 2) +
|
||||
instanceID * 2048;\n\t\t\t#elif VFX_PRIMITIVE_OCTAGON\n\t\t\t\tuint index =
|
||||
(id >> 3) + instanceID * 1024;\n\t\t\t#endif\n\t\t\t\n\t\t\t\tVFX_VARYING_PS_INPUTS
|
||||
o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint deadCount
|
||||
= 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif
|
||||
(index >= asuint(nbMax) - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn;
|
||||
// cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if
|
||||
VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat3
|
||||
position = asfloat(attributeBuffer.Load3((index * 0x8 + 0x0) << 2));\n\t\t\t\t\t\tfloat3
|
||||
targetPosition = asfloat(attributeBuffer.Load3((index * 0x8 + 0x4) << 2));\n\t\t\t\t\t\tfloat3
|
||||
color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x19000) << 2));\n\t\t\t\t\t\tfloat
|
||||
lifetime = asfloat(attributeBuffer.Load((index * 0x1 + 0x25800) << 2));\n\t\t\t\t\t\tfloat
|
||||
alpha = asfloat(attributeBuffer.Load((index * 0x4 + 0x19003) << 2));\n\t\t\t\t\t\tfloat
|
||||
age = asfloat(attributeBuffer.Load((index * 0x2 + 0x28A00) << 2));\n\t\t\t\t\t\tbool
|
||||
alive = (attributeBuffer.Load((index * 0x2 + 0x28A01) << 2));\n\t\t\t\t\t\tfloat3
|
||||
axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3
|
||||
axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat angleX = (float)0;\n\t\t\t\t\t\tfloat
|
||||
angleY = (float)0;\n\t\t\t\t\t\tfloat angleZ = (float)0;\n\t\t\t\t\t\tfloat
|
||||
pivotX = (float)0;\n\t\t\t\t\t\tfloat pivotY = (float)0;\n\t\t\t\t\t\tfloat
|
||||
pivotZ = (float)0;\n\t\t\t\t\t\tfloat size = (float)0.100000001;\n\t\t\t\t\t\tfloat
|
||||
scaleX = (float)1;\n\t\t\t\t\t\tfloat scaleY = (float)1;\n\t\t\t\t\t\tfloat
|
||||
scaleZ = (float)1;\n\t\t\t\t\t\tfloat3 position_source = position;\n\t\t\t\t\t\tfloat3
|
||||
targetPosition_source = targetPosition;\n\t\t\t\t\t\tfloat3 color_source = color;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool
|
||||
alive = (attributeBuffer.Load((index * 0x2 + 0x28A01) << 2));\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif
|
||||
(!alive)\n\t\t\t\t\t\t\treturn o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat3 position
|
||||
= asfloat(attributeBuffer.Load3((index * 0x8 + 0x0) << 2));\n\t\t\t\t\t\tfloat3
|
||||
targetPosition = asfloat(attributeBuffer.Load3((index * 0x8 + 0x4) << 2));\n\t\t\t\t\t\tfloat3
|
||||
color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x19000) << 2));\n\t\t\t\t\t\tfloat
|
||||
lifetime = asfloat(attributeBuffer.Load((index * 0x1 + 0x25800) << 2));\n\t\t\t\t\t\tfloat
|
||||
alpha = asfloat(attributeBuffer.Load((index * 0x4 + 0x19003) << 2));\n\t\t\t\t\t\tfloat
|
||||
age = asfloat(attributeBuffer.Load((index * 0x2 + 0x28A00) << 2));\n\t\t\t\t\t\tfloat3
|
||||
axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3
|
||||
axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat angleX = (float)0;\n\t\t\t\t\t\tfloat
|
||||
angleY = (float)0;\n\t\t\t\t\t\tfloat angleZ = (float)0;\n\t\t\t\t\t\tfloat
|
||||
pivotX = (float)0;\n\t\t\t\t\t\tfloat pivotY = (float)0;\n\t\t\t\t\t\tfloat
|
||||
pivotZ = (float)0;\n\t\t\t\t\t\tfloat size = (float)0.100000001;\n\t\t\t\t\t\tfloat
|
||||
scaleX = (float)1;\n\t\t\t\t\t\tfloat scaleY = (float)1;\n\t\t\t\t\t\tfloat
|
||||
scaleZ = (float)1;\n\t\t\t\t\t\tfloat3 position_source = position;\n\t\t\t\t\t\tfloat3
|
||||
targetPosition_source = targetPosition;\n\t\t\t\t\t\tfloat3 color_source = color;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t{\n\t\t\t\t
|
||||
\ SetAttribute_3278B22F( /*inout */size, (float)0.00999999978);\n\t\t\t\t}\n\t\t\t\t{\n\t\t\t\t
|
||||
\ SetAttribute_D5151645( /*inout */scaleY, (float)0.860000014);\n\t\t\t\t}\n\t\t\t\t{\n\t\t\t\t
|
||||
\ ConnectTarget_0( /*inout */axisX, /*inout */axisY, /*inout */axisZ, /*inout
|
||||
*/position, /*inout */pivotY, size, /*inout */scaleY, targetPosition, (float)0.5);\n\t\t\t\t}\n\t\t\t\tAttributeFromCurve_8BB145A0(
|
||||
/*inout */scaleX, age, lifetime, Scale_d);\n\t\t\t\t{\n\t\t\t\t SetAttribute_CEEAF35C(
|
||||
/*inout */alpha, (float)2);\n\t\t\t\t}\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\tif (!alive)\n\t\t\t\t\treturn
|
||||
o;\n\t\t\t\t\n\t\t\t#if VFX_PRIMITIVE_QUAD\n\t\t\t\n\t\t\t\to.VFX_VARYING_UV.x
|
||||
= float(id & 1);\n\t\t\t\to.VFX_VARYING_UV.y = float((id & 2) >> 1);\n\t\t\t\tconst
|
||||
float2 vOffsets = o.VFX_VARYING_UV.xy - 0.5f;\n\t\t\t\t\n\t\t\t#elif VFX_PRIMITIVE_TRIANGLE\n\t\t\t\n\t\t\t\tconst
|
||||
float2 kOffsets[] = {\n\t\t\t\t\tfloat2(-0.5f, \t-0.288675129413604736328125f),\n\t\t\t\t\tfloat2(0.0f,
|
||||
\t0.57735025882720947265625f),\n\t\t\t\t\tfloat2(0.5f,\t-0.288675129413604736328125f),\n\t\t\t\t};\n\t\t\t\t\n\t\t\t\tconst
|
||||
float kUVScale = 0.866025388240814208984375f;\n\t\t\t\t\n\t\t\t\tconst float2
|
||||
vOffsets = kOffsets[id % 3];\n\t\t\t\to.VFX_VARYING_UV.xy = (vOffsets * kUVScale)
|
||||
+ 0.5f;\n\t\t\t\t\n\t\t\t#elif VFX_PRIMITIVE_OCTAGON\t\n\t\t\t\t\n\t\t\t\tconst
|
||||
float2 kUvs[8] = \n\t\t\t\t{\n\t\t\t\t\tfloat2(-0.5f,\t0.0f),\n\t\t\t\t\tfloat2(-0.5f,\t0.5f),\n\t\t\t\t\tfloat2(0.0f,\t0.5f),\n\t\t\t\t\tfloat2(0.5f,\t0.5f),\n\t\t\t\t\tfloat2(0.5f,\t0.0f),\n\t\t\t\t\tfloat2(0.5f,\t-0.5f),\n\t\t\t\t\tfloat2(0.0f,\t-0.5f),\n\t\t\t\t\tfloat2(-0.5f,\t-0.5f),\n\t\t\t\t};\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tcropFactor
|
||||
= id & 1 ? 1.0f - cropFactor : 1.0f;\n\t\t\t\tconst float2 vOffsets = kUvs[id
|
||||
& 7] * cropFactor;\n\t\t\t\to.VFX_VARYING_UV.xy = vOffsets + 0.5f;\n\t\t\t\t\n\t\t\t#endif\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tfloat3
|
||||
size3 = float3(size,size,size);\n\t\t\t\t\t\t#if VFX_USE_SCALEX_CURRENT\n\t\t\t\t\t\tsize3.x
|
||||
*= scaleX;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEY_CURRENT\n\t\t\t\t\t\tsize3.y
|
||||
*= scaleY;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEZ_CURRENT\n\t\t\t\t\t\tsize3.z
|
||||
*= scaleZ;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tconst float4x4
|
||||
elementToVFX = GetElementToVFXMatrix(axisX,axisY,axisZ,float3(angleX,angleY,angleZ),float3(pivotX,pivotY,pivotZ),size3,position);\n\t\t\t\tfloat3
|
||||
vPos = mul(elementToVFX,float4(vOffsets,0.0f,1.0f)).xyz;\n\t\t\t\n\t\t\t\to.VFX_VARYING_POSCS
|
||||
= TransformPositionVFXToClip(vPos);\n\t\t\t\n\t\t\t\tfloat3 normalWS = normalize(TransformDirectionVFXToWorld(normalize(-transpose(elementToVFX)[2].xyz)));\n\t\t\t\t#ifdef
|
||||
VFX_VARYING_NORMAL\n\t\t\t\tfloat normalFlip = (size3.x * size3.y * size3.z)
|
||||
< 0 ? -1 : 1;\n\t\t\t\to.VFX_VARYING_NORMAL = normalFlip * normalWS;\n\t\t\t\t#endif\n\t\t\t\t#ifdef
|
||||
VFX_VARYING_TANGENT\n\t\t\t\to.VFX_VARYING_TANGENT = normalize(TransformDirectionVFXToWorld(normalize(transpose(elementToVFX)[0].xyz)));\n\t\t\t\t#endif\n\t\t\t\t#ifdef
|
||||
VFX_VARYING_BENTFACTORS\n\t\t\t\tfloat bentNormalFactor = (float)0;\n\t\t\t\t{\n\t\t\t\t
|
||||
\ \n\t\t\t\t bentNormalFactor = (float)0;\n\t\t\t\t}\n\t\t\t\t\n\n\t\t\t\t#if
|
||||
HAS_STRIPS\n\t\t\t\t#define BENT_FACTOR_MULTIPLIER 2.0f\n\t\t\t\t#else\n\t\t\t\t#define
|
||||
BENT_FACTOR_MULTIPLIER 1.41421353816986083984375f\n\t\t\t\t#endif\n\t\t\t\to.VFX_VARYING_BENTFACTORS
|
||||
= vOffsets * bentNormalFactor * BENT_FACTOR_MULTIPLIER;\n\t\t\t\t#endif\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if
|
||||
VFX_USE_COLOR_CURRENT && defined(VFX_VARYING_COLOR)\n\t\t\t\t\t\to.VFX_VARYING_COLOR
|
||||
= color;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_ALPHA_CURRENT && defined(VFX_VARYING_ALPHA)
|
||||
\n\t\t\t\t\t\to.VFX_VARYING_ALPHA = alpha;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifdef
|
||||
VFX_VARYING_EXPOSUREWEIGHT\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_EXPOSUREWEIGHT
|
||||
= exposureWeight;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_SOFT_PARTICLE
|
||||
&& defined(VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE
|
||||
= invSoftParticlesFadeDistance;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if
|
||||
USE_ALPHA_TEST && defined(VFX_VARYING_ALPHATHRESHOLD)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_ALPHATHRESHOLD
|
||||
= alphaThreshold;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_UV_SCALE_BIAS\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_UV.xy
|
||||
= o.VFX_VARYING_UV.xy * uvScale + uvBias;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if
|
||||
defined(VFX_VARYING_POSWS)\n\t\t\t\t\t\to.VFX_VARYING_POSWS = TransformPositionVFXToWorld(vPos);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if
|
||||
USE_FLIPBOOK\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tVFXUVData uvData = GetUVData(flipBookSize,
|
||||
invFlipBookSize, o.VFX_VARYING_UV.xy, texIndex);\n\t\t\t\t\t\to.VFX_VARYING_UV.xy
|
||||
= uvData.uvs.xy;\n\t\t\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\t\t\to.VFX_VARYING_UV.zw
|
||||
= uvData.uvs.zw;\n\t\t\t\t\t\to.VFX_VARYING_FRAMEBLEND = uvData.blend;\n\t\t\t\t\t\t#if
|
||||
USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_MOTIONVECTORSCALE
|
||||
= motionVectorScale * invFlipBookSize;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t#ifdef
|
||||
VFX_VARYING_SMOOTHNESS\n\t\t\t\t\t\t\t\t\tfloat smoothness = (float)0;\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t
|
||||
\ \n\t\t\t\t\t\t\t\t\t smoothness = (float)0.5;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_SMOOTHNESS
|
||||
= smoothness;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if HDRP_MATERIAL_TYPE_STANDARD\n\t\t\t\t\t\t\t\t\t#ifdef
|
||||
VFX_VARYING_METALLIC\n\t\t\t\t\t\t\t\t\tfloat metallic = (float)0;\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t
|
||||
\ \n\t\t\t\t\t\t\t\t\t metallic = (float)0.5;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_METALLIC
|
||||
= metallic;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_SPECULAR\n\t\t\t\t\t\t\t\t\t#ifdef
|
||||
VFX_VARYING_SPECULAR\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_SPECULAR
|
||||
= specularColor;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#elif HDRP_MATERIAL_TYPE_TRANSLUCENT\n\t\t\t\t\t\t\t\t\t#ifdef
|
||||
VFX_VARYING_THICKNESS\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_THICKNESS
|
||||
= thickness;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if
|
||||
USE_NORMAL_MAP\n\t\t\t\t\t\t\t\t\t#ifdef VFX_VARYING_NORMALSCALE\n\t\t\t\t\t\t\t\t\tfloat
|
||||
normalScale = (float)0;\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t \n\t\t\t\t\t\t\t\t\t
|
||||
\ normalScale = (float)2;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_NORMALSCALE
|
||||
= normalScale;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if
|
||||
HDRP_USE_EMISSIVE_MAP\n\t\t\t\t\t\t\t\t\t#ifdef VFX_VARYING_EMISSIVESCALE\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_EMISSIVESCALE
|
||||
= emissiveScale;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#ifdef
|
||||
VFX_VARYING_EMISSIVE\n\t\t\t\t\t\t\t\t\t#if HDRP_USE_EMISSIVE_COLOR\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_EMISSIVE
|
||||
= color;\n\t\t\t\t\t\t\t\t\t#elif HDRP_USE_ADDITIONAL_EMISSIVE_COLOR\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_EMISSIVE
|
||||
= emissiveColor;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#if
|
||||
HDRP_USE_ADDITIONAL_BASE_COLOR\n\t\t\t\t\t\t\t\t\t#ifdef VFX_VARYING_COLOR\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\to.VFX_VARYING_COLOR
|
||||
= baseColor;\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\treturn
|
||||
o;\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t#include
|
||||
\"Packages/com.unity.visualeffectgraph/Shaders/VFXCommonOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\n\t\t\t#define
|
||||
SHADERPASS SHADERPASS_GBUFFER\n\t\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXLit.cginc\"\n\t\t\t\n\t\t\tvoid
|
||||
VFXGetHDRPLitData(out SurfaceData surfaceData, out BuiltinData builtinData,
|
||||
out BSDFData bsdfData, out PreLightData preLightData, VFX_VARYING_PS_INPUTS
|
||||
i, float3 normalWS, const VFXUVData uvData, uint2 tileIndex)\n\t\t\t{\t\n\t\t\t\t#if
|
||||
HDRP_MATERIAL_TYPE_TRANSLUCENT\n\t\t\t\t // Loads diffusion profile\n\t\t\t\t#else\n\t\t\t\tconst
|
||||
uint diffusionProfileHash = 0;\n\t\t\t\t#endif\n\t\t\t\t\n\t\t\t\tfloat3 posRWS
|
||||
= VFXGetPositionRWS(i);\n\t\t\t\tfloat4 posSS = i.VFX_VARYING_POSCS;\n\t\t\t\tPositionInputs
|
||||
posInput = GetPositionInput(posSS.xy, _ScreenSize.zw, posSS.z, posSS.w, posRWS,
|
||||
tileIndex);\n\t\t\t\t\n\t\t\t\tfloat alpha;\n\t\t\t\tsurfaceData = VFXGetSurfaceData(i,normalWS,uvData,diffusionProfileHash,alpha);\t\n\t\t\t\tbsdfData
|
||||
= ConvertSurfaceDataToBSDFData(posSS.xy, surfaceData);\n\t\t\t\n\t\t\t\tpreLightData
|
||||
= GetPreLightData(GetWorldSpaceNormalizeViewDir(posRWS),posInput,bsdfData);\n\t\t\t\t\n\t\t\t\tpreLightData.diffuseFGD
|
||||
= 1.0f;\n\t\t\t //TODO: investigate why this is needed\n\t\t\t preLightData.coatPartLambdaV
|
||||
= 0;\n\t\t\t preLightData.coatIblR = 0;\n\t\t\t preLightData.coatIblF
|
||||
= 0;\n\t\t\t \n\t\t\t\tbuiltinData = VFXGetBuiltinData(i,posInput,surfaceData,bsdfData,preLightData,uvData,alpha);\n\t\t\t}\n\t\t\t\n\t\t\tvoid
|
||||
VFXGetHDRPLitData(out SurfaceData surfaceData, out BuiltinData builtinData,
|
||||
VFX_VARYING_PS_INPUTS i, float3 normalWS, const VFXUVData uvData)\n\t\t\t{\n\t\t\t\tBSDFData
|
||||
bsdfData = (BSDFData)0;\n\t\t\t\tPreLightData preLightData = (PreLightData)0;\n\t\t\t\tpreLightData.diffuseFGD
|
||||
= 1.0f;\n\t\t\t\tVFXGetHDRPLitData(surfaceData,builtinData,bsdfData,preLightData,i,normalWS,uvData,uint2(0,0));\n\t\t\t}\n\t\t\t\n\t\t\t#include
|
||||
\"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXLitPixelOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\t\t\t\t\t\n\t\t\t#pragma
|
||||
fragment frag\n\t\t\tvoid frag(ps_input i, OUTPUT_GBUFFER(outGBuffer)\n\t\t\t#if
|
||||
USE_DOUBLE_SIDED\n\t\t\t, bool frontFace : SV_IsFrontFace\n\t\t\t#endif\n\t\t\t)\n\t\t\t{\n\t\t\t\tVFXTransformPSInputs(i);\n\t\t\t\t\n\t\t\t\t\t\t\t#if
|
||||
USE_DOUBLE_SIDED\n\t\t\t\t\t\t\tconst float faceMul = frontFace ? 1.0f : -1.0f;\n\t\t\t\t\t\t\t#else\n\t\t\t\t\t\t\tconst
|
||||
float faceMul = 1.0f;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tfloat3
|
||||
normalWS = i.VFX_VARYING_NORMAL * faceMul;\n\t\t\t\t\t\t\tconst VFXUVData uvData
|
||||
= GetUVData(i);\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t#if defined(VFX_VARYING_TANGENT)
|
||||
&& (USE_NORMAL_MAP || USE_NORMAL_BENDING)\n\t\t\t\t\t\t\tfloat3 tangentWS =
|
||||
i.VFX_VARYING_TANGENT;\n\t\t\t\t\t\t\tfloat3 bitangentWS = cross(i.VFX_VARYING_TANGENT,i.VFX_VARYING_NORMAL);\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t#if
|
||||
defined(VFX_VARYING_BENTFACTORS) && USE_NORMAL_BENDING\t\n\t\t\t\t\t\t\tfloat3
|
||||
bentFactors = float3(i.VFX_VARYING_BENTFACTORS.xy,sqrt(1.0f - dot(i.VFX_VARYING_BENTFACTORS,i.VFX_VARYING_BENTFACTORS)));\n\t\t\t\t\t\t\tnormalWS
|
||||
= tangentWS * bentFactors.x + bitangentWS * bentFactors.y + normalWS * bentFactors.z;\n\t\t\t\t\t\t\ttangentWS
|
||||
= normalize(cross(normalWS,bitangentWS));\n\t\t\t\t\t\t\tbitangentWS = cross(tangentWS,normalWS);\n\t\t\t\t\t\t\ttangentWS
|
||||
*= faceMul;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t#if USE_NORMAL_MAP\n\t\t\t\t\t\t\tfloat3
|
||||
n = SampleNormalMap(VFX_SAMPLER(normalMap),uvData);\n\t\t\t\t\t\t\tfloat3x3
|
||||
tbn = float3x3(tangentWS,bitangentWS,normalWS);\n\t\t\t\t\t\t\tfloat normalScale
|
||||
= 1.0f;\n\t\t\t\t\t\t\t#ifdef VFX_VARYING_NORMALSCALE\n\t\t\t\t\t\t\tnormalScale
|
||||
= i.VFX_VARYING_NORMALSCALE;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\tnormalWS =
|
||||
normalize(lerp(normalWS,mul(n,tbn),normalScale));\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t\t\t\n\t\t\t\tVFXComputePixelOutputToGBuffer(i,normalWS,uvData,outGBuffer);\n\t\t\t}\n\t\t\tENDHLSL\n\t\t}\n\t\t\n\r\n\t\t//
|
||||
Forward pass\n\t\tPass\n\t\t{\t\t\n\t\t\tTags { \"LightMode\"=\"Forward\"}\n\t\t\t\t\t\n\t\t\tHLSLPROGRAM\n\t\t\t#pragma
|
||||
target 4.5\n\t\t\t\n\t\t\t#define UNITY_MATERIAL_LIT\n\t\t\t#define LIGHTLOOP_TILE_PASS\n\t\t\t#define
|
||||
_ENABLE_FOG_ON_TRANSPARENT\n\t\t\t#define _DISABLE_DECALS\n\t\t\t#define _BLENDMODE_ALPHA\n\t\t\t#define
|
||||
_SURFACE_TYPE_TRANSPARENT\n\t\t\t\n\n\t\t\t#pragma multi_compile USE_FPTL_LIGHTLIST
|
||||
USE_CLUSTERED_LIGHTLIST \n\t\t\t#pragma multi_compile SHADOW_LOW SHADOW_MEDIUM
|
||||
SHADOW_HIGH SHADOW_VERY_HIGH\n\t\t\t#pragma multi_compile _ DEBUG_DISPLAY\n\t\t\t//#pragma
|
||||
enable_d3d11_debug_symbols\n\t\t\t\t\n\t\t\t#define HDRP_NEEDS_UVS (HDRP_USE_BASE_COLOR_MAP
|
||||
|| HDRP_USE_MASK_MAP || USE_NORMAL_MAP || HDRP_USE_EMISSIVE_MAP)\n\t\t\t#define
|
||||
HDRP_USE_EMISSIVE (HDRP_USE_EMISSIVE_MAP || HDRP_USE_EMISSIVE_COLOR || HDRP_USE_ADDITIONAL_EMISSIVE_COLOR)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\tstruct
|
||||
_ENABLE_FOG_ON_TRANSPARENT\n\t\t\t#define _DISABLE_DECALS\n\t\t\t\n\n\t\t\t#pragma
|
||||
multi_compile USE_FPTL_LIGHTLIST USE_CLUSTERED_LIGHTLIST \n\t\t\t#pragma multi_compile
|
||||
SHADOW_LOW SHADOW_MEDIUM SHADOW_HIGH SHADOW_VERY_HIGH\n\t\t\t#pragma multi_compile
|
||||
_ DEBUG_DISPLAY\n\t\t\t//#pragma enable_d3d11_debug_symbols\n\t\t\t\t\n\t\t\t#define
|
||||
HDRP_NEEDS_UVS (HDRP_USE_BASE_COLOR_MAP || HDRP_USE_MASK_MAP || USE_NORMAL_MAP
|
||||
|| HDRP_USE_EMISSIVE_MAP)\n\t\t\t#define HDRP_USE_EMISSIVE (HDRP_USE_EMISSIVE_MAP
|
||||
|| HDRP_USE_EMISSIVE_COLOR || HDRP_USE_ADDITIONAL_EMISSIVE_COLOR)\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\tstruct
|
||||
ps_input\n\t\t\t{\n\t\t\t\tfloat4 pos : SV_POSITION;\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t#if
|
||||
(VFX_NEEDS_COLOR_INTERPOLATOR && HDRP_USE_BASE_COLOR) || HDRP_USE_ADDITIONAL_BASE_COLOR\n\t\t\t\t\t\t\tnointerpolation
|
||||
float4 color : COLOR0;\n\t\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\t#if HDRP_MATERIAL_TYPE_SPECULAR\n\t\t\t\t\t\t\tnointerpolation
|
||||
|
@ -1063,8 +1461,8 @@ VisualEffectResource:
|
|||
(index >= asuint(nbMax) - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn;
|
||||
// cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if
|
||||
VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat3
|
||||
position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat3
|
||||
targetPosition = asfloat(attributeBuffer.Load3((index * 0x4 + 0xC800) << 2));\n\t\t\t\t\t\tfloat3
|
||||
position = asfloat(attributeBuffer.Load3((index * 0x8 + 0x0) << 2));\n\t\t\t\t\t\tfloat3
|
||||
targetPosition = asfloat(attributeBuffer.Load3((index * 0x8 + 0x4) << 2));\n\t\t\t\t\t\tfloat3
|
||||
color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x19000) << 2));\n\t\t\t\t\t\tfloat
|
||||
lifetime = asfloat(attributeBuffer.Load((index * 0x1 + 0x25800) << 2));\n\t\t\t\t\t\tfloat
|
||||
alpha = asfloat(attributeBuffer.Load((index * 0x4 + 0x19003) << 2));\n\t\t\t\t\t\tfloat
|
||||
|
@ -1080,8 +1478,8 @@ VisualEffectResource:
|
|||
targetPosition_source = targetPosition;\n\t\t\t\t\t\tfloat3 color_source = color;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool
|
||||
alive = (attributeBuffer.Load((index * 0x2 + 0x28A01) << 2));\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif
|
||||
(!alive)\n\t\t\t\t\t\t\treturn o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat3 position
|
||||
= asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat3
|
||||
targetPosition = asfloat(attributeBuffer.Load3((index * 0x4 + 0xC800) << 2));\n\t\t\t\t\t\tfloat3
|
||||
= asfloat(attributeBuffer.Load3((index * 0x8 + 0x0) << 2));\n\t\t\t\t\t\tfloat3
|
||||
targetPosition = asfloat(attributeBuffer.Load3((index * 0x8 + 0x4) << 2));\n\t\t\t\t\t\tfloat3
|
||||
color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x19000) << 2));\n\t\t\t\t\t\tfloat
|
||||
lifetime = asfloat(attributeBuffer.Load((index * 0x1 + 0x25800) << 2));\n\t\t\t\t\t\tfloat
|
||||
alpha = asfloat(attributeBuffer.Load((index * 0x4 + 0x19003) << 2));\n\t\t\t\t\t\tfloat
|
||||
|
@ -1251,8 +1649,8 @@ VisualEffectResource:
|
|||
(index >= asuint(nbMax) - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn;
|
||||
// cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if
|
||||
VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat3
|
||||
position = asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat3
|
||||
targetPosition = asfloat(attributeBuffer.Load3((index * 0x4 + 0xC800) << 2));\n\t\t\t\t\t\tfloat3
|
||||
position = asfloat(attributeBuffer.Load3((index * 0x8 + 0x0) << 2));\n\t\t\t\t\t\tfloat3
|
||||
targetPosition = asfloat(attributeBuffer.Load3((index * 0x8 + 0x4) << 2));\n\t\t\t\t\t\tfloat3
|
||||
color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x19000) << 2));\n\t\t\t\t\t\tfloat
|
||||
lifetime = asfloat(attributeBuffer.Load((index * 0x1 + 0x25800) << 2));\n\t\t\t\t\t\tfloat
|
||||
alpha = asfloat(attributeBuffer.Load((index * 0x4 + 0x19003) << 2));\n\t\t\t\t\t\tfloat
|
||||
|
@ -1268,8 +1666,8 @@ VisualEffectResource:
|
|||
targetPosition_source = targetPosition;\n\t\t\t\t\t\tfloat3 color_source = color;\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool
|
||||
alive = (attributeBuffer.Load((index * 0x2 + 0x28A01) << 2));\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif
|
||||
(!alive)\n\t\t\t\t\t\t\treturn o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat3 position
|
||||
= asfloat(attributeBuffer.Load3((index * 0x4 + 0x0) << 2));\n\t\t\t\t\t\tfloat3
|
||||
targetPosition = asfloat(attributeBuffer.Load3((index * 0x4 + 0xC800) << 2));\n\t\t\t\t\t\tfloat3
|
||||
= asfloat(attributeBuffer.Load3((index * 0x8 + 0x0) << 2));\n\t\t\t\t\t\tfloat3
|
||||
targetPosition = asfloat(attributeBuffer.Load3((index * 0x8 + 0x4) << 2));\n\t\t\t\t\t\tfloat3
|
||||
color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x19000) << 2));\n\t\t\t\t\t\tfloat
|
||||
lifetime = asfloat(attributeBuffer.Load((index * 0x1 + 0x25800) << 2));\n\t\t\t\t\t\tfloat
|
||||
alpha = asfloat(attributeBuffer.Load((index * 0x4 + 0x19003) << 2));\n\t\t\t\t\t\tfloat
|
||||
|
@ -1337,27 +1735,6 @@ VisualEffectResource:
|
|||
alpha = VFXGetFragmentColor(i).a;\n\t\t#if HDRP_USE_BASE_COLOR_MAP_ALPHA\n\t\t\t\talpha
|
||||
*= VFXGetTextureColor(VFX_SAMPLER(baseColorMap),i).a;\t\n\t\t#endif\n\t\t\t\tVFXClipFragmentColor(alpha,i);\n\t\t\n\t\t\t\treturn
|
||||
0;\n\t\t\t}\n\t\t\tENDHLSL\n\t\t}\n\t\t\n\r\n\t}\r\n}\r\n"
|
||||
- compute: 1
|
||||
name: '[System 2]CameraSort'
|
||||
source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_POSITION_CURRENT
|
||||
1\n#define USE_DEAD_LIST_COUNT 1\n#define VFX_LOCAL_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n
|
||||
\ float4x4 localToWorld;\nCBUFFER_END\n\n\r\n#include \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include
|
||||
\"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nCBUFFER_START(params)\r\n
|
||||
\ uint nbMax;\r\n uint dispatchWidth;\r\nCBUFFER_END\r\n\r\nCBUFFER_START(cameraParams)\r\n
|
||||
\ float3 cameraPosition;\r\nCBUFFER_END\r\n\r\nByteAddressBuffer attributeBuffer;\r\nStructuredBuffer<uint>
|
||||
inputBuffer;\r\n\r\n#if USE_DEAD_LIST_COUNT\r\nByteAddressBuffer deadListCount;\r\n#endif\r\n\r\nstruct
|
||||
Kvp\r\n{\r\n\tfloat sortKey;\r\n\tuint index;\r\n};\r\n\r\nRWStructuredBuffer<Kvp>
|
||||
outputBuffer;\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid CSMain(uint3
|
||||
groupId : SV_GroupID,\r\n uint3 groupThreadId : SV_GroupThreadID)\r\n{\r\n\tuint
|
||||
threshold = nbMax;\r\n#if USE_DEAD_LIST_COUNT\r\n\tthreshold -= deadListCount.Load(0);\r\n#endif\r\n\tuint
|
||||
id = groupThreadId.x + groupId.x * NB_THREADS_PER_GROUP + groupId.y * dispatchWidth
|
||||
* NB_THREADS_PER_GROUP;\r\n\tif (id < threshold)\r\n\t{\r\n\t\tuint index =
|
||||
inputBuffer[id];\r\n\t\tfloat3 position = asfloat(attributeBuffer.Load3((index
|
||||
* 0x4 + 0x0) << 2));\n\t\tfloat3 position_source = position;\n\t\t\n\r\n\t\t\r\n#if
|
||||
VFX_LOCAL_SPACE\r\n\t\tfloat3 wPos = mul(localToWorld,float4(position,1.0f)).xyz;\r\n#else\r\n\t\tfloat3
|
||||
wPos = position;\r\n#endif\r\n\t\tfloat3 camToPos = wPos - cameraPosition;\r\n\t\t\r\n\t\tKvp
|
||||
kvp;\r\n\t\tkvp.sortKey = dot(camToPos,camToPos); // sqr distance to the camera\r\n\t\tkvp.index
|
||||
= index;\r\n\r\n\t\toutputBuffer[id] = kvp;\r\n\t}\r\n}\r\n"
|
||||
m_Infos:
|
||||
m_Expressions:
|
||||
m_Expressions:
|
||||
|
@ -1481,66 +1858,48 @@ VisualEffectResource:
|
|||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: -1
|
||||
- op: 1
|
||||
- op: 56
|
||||
valueIndex: 40
|
||||
data[0]: -1
|
||||
data[0]: 9
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 1
|
||||
valueIndex: 41
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 7
|
||||
- op: 1
|
||||
valueIndex: 42
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 31
|
||||
valueIndex: 43
|
||||
data[0]: 14
|
||||
data[1]: 13
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 1
|
||||
valueIndex: 44
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 7
|
||||
data[3]: 1
|
||||
- op: 1
|
||||
valueIndex: 45
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 31
|
||||
valueIndex: 46
|
||||
data[0]: 14
|
||||
data[1]: 13
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 1
|
||||
valueIndex: 47
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 6
|
||||
- op: 5
|
||||
valueIndex: 46
|
||||
valueIndex: 48
|
||||
data[0]: 15
|
||||
data[1]: -1
|
||||
data[2]: 1
|
||||
data[3]: 2
|
||||
- op: 5
|
||||
valueIndex: 47
|
||||
valueIndex: 49
|
||||
data[0]: 15
|
||||
data[1]: -1
|
||||
data[2]: 0
|
||||
data[3]: 2
|
||||
- op: 1
|
||||
valueIndex: 48
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 1
|
||||
valueIndex: 49
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 1
|
||||
valueIndex: 50
|
||||
data[0]: -1
|
||||
|
@ -1552,31 +1911,43 @@ VisualEffectResource:
|
|||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 3
|
||||
data[3]: 1
|
||||
- op: 1
|
||||
valueIndex: 54
|
||||
valueIndex: 52
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 3
|
||||
- op: 1
|
||||
valueIndex: 57
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 3
|
||||
- op: 56
|
||||
valueIndex: 60
|
||||
data[0]: 9
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 9
|
||||
valueIndex: 64
|
||||
- op: 1
|
||||
valueIndex: 53
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: -1
|
||||
data[3]: 3
|
||||
- op: 1
|
||||
valueIndex: 56
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 3
|
||||
- op: 1
|
||||
valueIndex: 59
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 3
|
||||
- op: 1
|
||||
valueIndex: 62
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 7
|
||||
- op: 1
|
||||
valueIndex: 63
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 7
|
||||
m_NeedsLocalToWorld: 1
|
||||
m_NeedsWorldToLocal: 1
|
||||
m_NeededMainCameraBuffers: 0
|
||||
|
@ -1594,16 +1965,16 @@ VisualEffectResource:
|
|||
- m_ExpressionIndex: 13
|
||||
m_Value: 0
|
||||
- m_ExpressionIndex: 16
|
||||
m_Value: 0.01
|
||||
- m_ExpressionIndex: 20
|
||||
m_Value: 0.86
|
||||
- m_ExpressionIndex: 21
|
||||
m_Value: 2
|
||||
- m_ExpressionIndex: 22
|
||||
m_Value: 0.86
|
||||
- m_ExpressionIndex: 28
|
||||
m_Value: 0.01
|
||||
- m_ExpressionIndex: 27
|
||||
m_Value: 6.2831855
|
||||
- m_ExpressionIndex: 29
|
||||
- m_ExpressionIndex: 28
|
||||
m_Value: 0.2
|
||||
- m_ExpressionIndex: 30
|
||||
- m_ExpressionIndex: 29
|
||||
m_Value: 0.1
|
||||
m_Vector2f:
|
||||
m_Array:
|
||||
|
@ -1613,17 +1984,17 @@ VisualEffectResource:
|
|||
m_Value: {x: 1, y: 3}
|
||||
m_Vector3f:
|
||||
m_Array:
|
||||
- m_ExpressionIndex: 31
|
||||
- m_ExpressionIndex: 30
|
||||
m_Value: {x: 1000, y: 1000, z: 100}
|
||||
- m_ExpressionIndex: 32
|
||||
- m_ExpressionIndex: 31
|
||||
m_Value: {x: 1000, y: 1000, z: 1000}
|
||||
- m_ExpressionIndex: 33
|
||||
- m_ExpressionIndex: 32
|
||||
m_Value: {x: 0, y: 0, z: 0}
|
||||
m_Vector4f:
|
||||
m_Array: []
|
||||
m_Uint:
|
||||
m_Array:
|
||||
- m_ExpressionIndex: 25
|
||||
- m_ExpressionIndex: 24
|
||||
m_Value: 1
|
||||
m_Int:
|
||||
m_Array: []
|
||||
|
@ -1751,15 +2122,15 @@ VisualEffectResource:
|
|||
m_NumAlphaKeys: 2
|
||||
m_NamedObject:
|
||||
m_Array:
|
||||
- m_ExpressionIndex: 21
|
||||
- m_ExpressionIndex: 33
|
||||
m_Value: {fileID: 0}
|
||||
- m_ExpressionIndex: 24
|
||||
- m_ExpressionIndex: 34
|
||||
m_Value: {fileID: 2800000, guid: 0a364d0420e502145a3213df0c138293, type: 3}
|
||||
m_Bool:
|
||||
m_Array: []
|
||||
m_ExposedExpressions:
|
||||
- nameId: length
|
||||
index: 30
|
||||
index: 29
|
||||
- nameId: Lifetime
|
||||
index: 15
|
||||
- nameId: Random Speed
|
||||
|
@ -1847,14 +2218,14 @@ VisualEffectResource:
|
|||
type: 3
|
||||
offset:
|
||||
bucket: 0
|
||||
structure: 4
|
||||
structure: 8
|
||||
element: 0
|
||||
- name: targetPosition
|
||||
type: 3
|
||||
offset:
|
||||
bucket: 51200
|
||||
structure: 4
|
||||
element: 0
|
||||
bucket: 0
|
||||
structure: 8
|
||||
element: 4
|
||||
- name: color
|
||||
type: 3
|
||||
offset:
|
||||
|
@ -1991,14 +2362,14 @@ VisualEffectResource:
|
|||
type: 3
|
||||
offset:
|
||||
bucket: 0
|
||||
structure: 4
|
||||
structure: 8
|
||||
element: 0
|
||||
- name: targetPosition
|
||||
type: 3
|
||||
offset:
|
||||
bucket: 51200
|
||||
structure: 4
|
||||
element: 0
|
||||
bucket: 0
|
||||
structure: 8
|
||||
element: 4
|
||||
- name: color
|
||||
type: 3
|
||||
offset:
|
||||
|
@ -2041,21 +2412,6 @@ VisualEffectResource:
|
|||
layout: []
|
||||
capacity: 0
|
||||
stride: 4
|
||||
- type: 4
|
||||
size: 12800
|
||||
layout: []
|
||||
capacity: 0
|
||||
stride: 4
|
||||
- type: 0
|
||||
size: 12800
|
||||
layout: []
|
||||
capacity: 0
|
||||
stride: 8
|
||||
- type: 0
|
||||
size: 12800
|
||||
layout: []
|
||||
capacity: 0
|
||||
stride: 8
|
||||
m_TemporaryBuffers: []
|
||||
m_CPUBuffers:
|
||||
- capacity: 1
|
||||
|
@ -2134,9 +2490,9 @@ VisualEffectResource:
|
|||
index: 1
|
||||
values:
|
||||
- nameId: bounds_center
|
||||
index: 33
|
||||
- nameId: bounds_size
|
||||
index: 32
|
||||
- nameId: bounds_size
|
||||
index: 31
|
||||
tasks:
|
||||
- type: 536870912
|
||||
buffers:
|
||||
|
@ -2151,14 +2507,14 @@ VisualEffectResource:
|
|||
temporaryBuffers: []
|
||||
values:
|
||||
- nameId: A_b
|
||||
index: 27
|
||||
- nameId: B_b
|
||||
index: 26
|
||||
- nameId: B_b
|
||||
index: 25
|
||||
params:
|
||||
- nameId: bounds_center
|
||||
index: 33
|
||||
- nameId: bounds_size
|
||||
index: 32
|
||||
- nameId: bounds_size
|
||||
index: 31
|
||||
processor: {fileID: 0}
|
||||
shaderSourceIndex: 0
|
||||
- type: 805306368
|
||||
|
@ -2182,14 +2538,14 @@ VisualEffectResource:
|
|||
- nameId: uniform_f
|
||||
index: 4
|
||||
- nameId: Scale_d
|
||||
index: 34
|
||||
index: 20
|
||||
- nameId: deltaTime_e
|
||||
index: 19
|
||||
params: []
|
||||
processor: {fileID: 0}
|
||||
shaderSourceIndex: 1
|
||||
- type: 1
|
||||
flags: 7
|
||||
flags: 5
|
||||
capacity: 12800
|
||||
layer: 1
|
||||
buffers:
|
||||
|
@ -2203,17 +2559,11 @@ VisualEffectResource:
|
|||
index: 8
|
||||
- nameId: deadListCount
|
||||
index: 9
|
||||
- nameId: indirectBuffer
|
||||
index: 10
|
||||
- nameId: sortBufferA
|
||||
index: 11
|
||||
- nameId: sortBufferB
|
||||
index: 12
|
||||
values:
|
||||
- nameId: bounds_center
|
||||
index: 33
|
||||
index: 32
|
||||
- nameId: bounds_size
|
||||
index: 31
|
||||
index: 30
|
||||
tasks:
|
||||
- type: 536870912
|
||||
buffers:
|
||||
|
@ -2230,12 +2580,12 @@ VisualEffectResource:
|
|||
temporaryBuffers: []
|
||||
values:
|
||||
- nameId: Lifetime_d
|
||||
index: 30
|
||||
index: 29
|
||||
params:
|
||||
- nameId: bounds_center
|
||||
index: 33
|
||||
index: 32
|
||||
- nameId: bounds_size
|
||||
index: 31
|
||||
index: 30
|
||||
processor: {fileID: 0}
|
||||
shaderSourceIndex: 2
|
||||
- type: 805306368
|
||||
|
@ -2244,8 +2594,6 @@ VisualEffectResource:
|
|||
index: 1
|
||||
- nameId: deadListOut
|
||||
index: 8
|
||||
- nameId: indirectBuffer
|
||||
index: 10
|
||||
temporaryBuffers: []
|
||||
values:
|
||||
- nameId: Color_a
|
||||
|
@ -2255,44 +2603,21 @@ VisualEffectResource:
|
|||
params: []
|
||||
processor: {fileID: 0}
|
||||
shaderSourceIndex: 3
|
||||
- type: 805306369
|
||||
buffers:
|
||||
- nameId: attributeBuffer
|
||||
index: 1
|
||||
- nameId: inputBuffer
|
||||
index: 10
|
||||
- nameId: outputBuffer
|
||||
index: 11
|
||||
- nameId: deadListCount
|
||||
index: 9
|
||||
temporaryBuffers: []
|
||||
values:
|
||||
- nameId: localToWorld
|
||||
index: 35
|
||||
params: []
|
||||
processor: {fileID: 0}
|
||||
shaderSourceIndex: 5
|
||||
- type: 1073741826
|
||||
buffers:
|
||||
- nameId: attributeBuffer
|
||||
index: 1
|
||||
- nameId: indirectBuffer
|
||||
index: 10
|
||||
- nameId: deadListCount
|
||||
index: 9
|
||||
temporaryBuffers: []
|
||||
values:
|
||||
- nameId: Scale_d
|
||||
index: 17
|
||||
- nameId: baseColorMap
|
||||
index: 21
|
||||
index: 33
|
||||
- nameId: normalMap
|
||||
index: 24
|
||||
index: 34
|
||||
params:
|
||||
- nameId: sortPriority
|
||||
index: 0
|
||||
- nameId: indirectDraw
|
||||
index: 1
|
||||
processor: {fileID: 0}
|
||||
shaderSourceIndex: 4
|
||||
--- !u!114 &8926484042661614531
|
||||
|
@ -2806,7 +3131,7 @@ MonoBehaviour:
|
|||
slotIndex: 0
|
||||
m_OutputFlowSlot:
|
||||
- link: []
|
||||
blendMode: 1
|
||||
blendMode: 4
|
||||
m_SubOutputs:
|
||||
- {fileID: 8926484042661614723}
|
||||
cullMode: 0
|
||||
|
|
1120
UnityProject/Assets/Scenes/Examples/Max Silly Demos/FoamBall.unity
Normal file
1120
UnityProject/Assets/Scenes/Examples/Max Silly Demos/FoamBall.unity
Normal file
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: ab59be46405a5a24a9ca4dbac9c38069
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -825,6 +825,158 @@ MonoBehaviour:
|
|||
kernelSize: 5
|
||||
lightAngle: 1
|
||||
maxDepthBias: 0.001
|
||||
--- !u!1 &1148908017
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 1148908024}
|
||||
- component: {fileID: 1148908023}
|
||||
- component: {fileID: 1148908022}
|
||||
- component: {fileID: 1148908021}
|
||||
- component: {fileID: 1148908020}
|
||||
- component: {fileID: 1148908019}
|
||||
- component: {fileID: 1148908018}
|
||||
m_Layer: 0
|
||||
m_Name: Sphere (1)
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!114 &1148908018
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1148908017}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 0662b7f9ea078704da17aeeece332b09, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
lookupTexture: {fileID: 1148908019}
|
||||
TextureOutput: {fileID: 1148908017}
|
||||
--- !u!114 &1148908019
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1148908017}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 9478bfd844201cb48bdb2fdebed122c2, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
length_: 20
|
||||
texture_: {fileID: 0}
|
||||
--- !u!114 &1148908020
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1148908017}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: a1a556319a642d143b7dbcdbace71ad9, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
pdbackend: {fileID: 232134888}
|
||||
channel: 1
|
||||
levelChanged:
|
||||
m_PersistentCalls:
|
||||
m_Calls:
|
||||
- m_Target: {fileID: 1148908019}
|
||||
m_MethodName: OnValueChanged
|
||||
m_Mode: 0
|
||||
m_Arguments:
|
||||
m_ObjectArgument: {fileID: 0}
|
||||
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
|
||||
m_IntArgument: 0
|
||||
m_FloatArgument: 0
|
||||
m_StringArgument:
|
||||
m_BoolArgument: 0
|
||||
m_CallState: 2
|
||||
logLevel: 0
|
||||
--- !u!135 &1148908021
|
||||
SphereCollider:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1148908017}
|
||||
m_Material: {fileID: 0}
|
||||
m_IsTrigger: 0
|
||||
m_Enabled: 1
|
||||
serializedVersion: 2
|
||||
m_Radius: 0.5
|
||||
m_Center: {x: 0, y: 0, z: 0}
|
||||
--- !u!23 &1148908022
|
||||
MeshRenderer:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1148908017}
|
||||
m_Enabled: 1
|
||||
m_CastShadows: 1
|
||||
m_ReceiveShadows: 1
|
||||
m_DynamicOccludee: 1
|
||||
m_MotionVectors: 1
|
||||
m_LightProbeUsage: 1
|
||||
m_ReflectionProbeUsage: 1
|
||||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 2100000, guid: 5b71169f06304d64ab1b6402515edf61, 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
|
||||
--- !u!33 &1148908023
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1148908017}
|
||||
m_Mesh: {fileID: -2432090755550338912, guid: 2e475f3feee2439488b7b2e1fffeb4e0, type: 3}
|
||||
--- !u!4 &1148908024
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1148908017}
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: -3.928, y: 0, z: 0}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_Children: []
|
||||
m_Father: {fileID: 0}
|
||||
m_RootOrder: 6
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!1 &1568468543
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 50e3fea77fb740549ae54b57d536de28
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: f526543c233242b47b8ec0c157fab6e7
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -0,0 +1,154 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!1 &7673022127271272803
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 7673022127271272826}
|
||||
- component: {fileID: 7673022127271272829}
|
||||
- component: {fileID: 7673022127271272828}
|
||||
- component: {fileID: 7673022127271272831}
|
||||
- component: {fileID: 7673022127271272830}
|
||||
- component: {fileID: 7673022127271272801}
|
||||
- component: {fileID: 7673022127271272800}
|
||||
m_Layer: 0
|
||||
m_Name: Sphere
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!4 &7673022127271272826
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7673022127271272803}
|
||||
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_Children: []
|
||||
m_Father: {fileID: 0}
|
||||
m_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!33 &7673022127271272829
|
||||
MeshFilter:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7673022127271272803}
|
||||
m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0}
|
||||
--- !u!23 &7673022127271272828
|
||||
MeshRenderer:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7673022127271272803}
|
||||
m_Enabled: 1
|
||||
m_CastShadows: 1
|
||||
m_ReceiveShadows: 1
|
||||
m_DynamicOccludee: 1
|
||||
m_MotionVectors: 1
|
||||
m_LightProbeUsage: 1
|
||||
m_ReflectionProbeUsage: 1
|
||||
m_RenderingLayerMask: 1
|
||||
m_RendererPriority: 0
|
||||
m_Materials:
|
||||
- {fileID: 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!135 &7673022127271272831
|
||||
SphereCollider:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7673022127271272803}
|
||||
m_Material: {fileID: 0}
|
||||
m_IsTrigger: 0
|
||||
m_Enabled: 1
|
||||
serializedVersion: 2
|
||||
m_Radius: 0.5
|
||||
m_Center: {x: 0, y: 0, z: 0}
|
||||
--- !u!114 &7673022127271272830
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7673022127271272803}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: a1a556319a642d143b7dbcdbace71ad9, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
pdbackend: {fileID: 0}
|
||||
channel: 1
|
||||
levelChanged:
|
||||
m_PersistentCalls:
|
||||
m_Calls:
|
||||
- m_Target: {fileID: 7673022127271272801}
|
||||
m_MethodName: OnValueChanged
|
||||
m_Mode: 0
|
||||
m_Arguments:
|
||||
m_ObjectArgument: {fileID: 0}
|
||||
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
|
||||
m_IntArgument: 0
|
||||
m_FloatArgument: 0
|
||||
m_StringArgument:
|
||||
m_BoolArgument: 0
|
||||
m_CallState: 2
|
||||
logLevel: 0
|
||||
--- !u!114 &7673022127271272801
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7673022127271272803}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 9478bfd844201cb48bdb2fdebed122c2, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
length_: 20
|
||||
texture_: {fileID: 0}
|
||||
--- !u!114 &7673022127271272800
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 7673022127271272803}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 0662b7f9ea078704da17aeeece332b09, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
lookupTexture: {fileID: 7673022127271272801}
|
||||
TextureOutput: {fileID: 7673022127271272803}
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 0e66ce65ceba0f948912f619c783d122
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -0,0 +1,87 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!21 &2100000
|
||||
Material:
|
||||
serializedVersion: 6
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: FoamBall
|
||||
m_Shader: {fileID: -6465566751694194690, guid: 1fb351dd47da93f4ebc6c56e4d7ce39f,
|
||||
type: 3}
|
||||
m_ShaderKeywords: _DISABLE_SSR
|
||||
m_LightmapFlags: 4
|
||||
m_EnableInstancingVariants: 0
|
||||
m_DoubleSidedGI: 0
|
||||
m_CustomRenderQueue: -1
|
||||
stringTagMap:
|
||||
MotionVector: User
|
||||
disabledShaderPasses:
|
||||
- MOTIONVECTORS
|
||||
- TransparentBackface
|
||||
m_SavedProperties:
|
||||
serializedVersion: 3
|
||||
m_TexEnvs:
|
||||
- _SampleTexture2DLOD_10E48CAE_Texture_1:
|
||||
m_Texture: {fileID: 2800000, guid: d5fa74e769e233c42a6627c06de4214a, type: 3}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _SampleTexture2DLOD_60B7964D_Texture_1:
|
||||
m_Texture: {fileID: 2800000, guid: 41dced21d37d9144cac903d8d382c795, type: 3}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _SampleTexture2DLOD_75694C1C_Texture_1:
|
||||
m_Texture: {fileID: 2800000, guid: 992004e0e218faf49a9389a15d55c5c6, type: 3}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _SampleTexture2DLOD_D42C1D32_Texture_1:
|
||||
m_Texture: {fileID: 2800000, guid: 74a9f8a4760d9ff449ea3f8d17d06ed8, type: 3}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _SampleTexture2D_29E7940A_Texture_1:
|
||||
m_Texture: {fileID: 2800000, guid: 992004e0e218faf49a9389a15d55c5c6, type: 3}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _SampleTexture2D_C63EE281_Texture_1:
|
||||
m_Texture: {fileID: 2800000, guid: 74a9f8a4760d9ff449ea3f8d17d06ed8, type: 3}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
m_Floats:
|
||||
- Vector1_7E195832: 0
|
||||
- _AlphaCutoff: 0.5
|
||||
- _AlphaCutoffEnable: 0
|
||||
- _AlphaDstBlend: 0
|
||||
- _AlphaSrcBlend: 1
|
||||
- _BlendMode: 0
|
||||
- _CullMode: 2
|
||||
- _CullModeForward: 2
|
||||
- _DoubleSidedEnable: 0
|
||||
- _DoubleSidedNormalMode: 2
|
||||
- _DstBlend: 0
|
||||
- _ReceivesSSR: 0
|
||||
- _RenderQueueType: 1
|
||||
- _RequireSplitLighting: 0
|
||||
- _SrcBlend: 1
|
||||
- _StencilRef: 2
|
||||
- _StencilRefDepth: 32
|
||||
- _StencilRefDistortionVec: 64
|
||||
- _StencilRefGBuffer: 34
|
||||
- _StencilRefMV: 160
|
||||
- _StencilWriteMask: 3
|
||||
- _StencilWriteMaskDepth: 48
|
||||
- _StencilWriteMaskDistortionVec: 64
|
||||
- _StencilWriteMaskGBuffer: 51
|
||||
- _StencilWriteMaskMV: 176
|
||||
- _SurfaceType: 0
|
||||
- _TransparentBackfaceEnable: 0
|
||||
- _TransparentCullMode: 2
|
||||
- _TransparentSortPriority: 0
|
||||
- _UseShadowThreshold: 0
|
||||
- _ZTestDepthEqualForOpaque: 3
|
||||
- _ZTestGBuffer: 4
|
||||
- _ZTestTransparent: 4
|
||||
- _ZWrite: 1
|
||||
m_Colors:
|
||||
- _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0}
|
||||
- _EmissionColor: {r: 1, g: 1, b: 1, a: 1}
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 1dbe1a47e20a4ac47887839b159b7afb
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 2100000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 1fb351dd47da93f4ebc6c56e4d7ce39f
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3}
|
|
@ -0,0 +1,81 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!21 &2100000
|
||||
Material:
|
||||
serializedVersion: 6
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: FoamMorphBall
|
||||
m_Shader: {fileID: -6465566751694194690, guid: 7551a516ce44f654ea087a001631e318,
|
||||
type: 3}
|
||||
m_ShaderKeywords: _BLENDMODE_ALPHA _DISABLE_SSR _DOUBLESIDED_ON _SURFACE_TYPE_TRANSPARENT
|
||||
m_LightmapFlags: 4
|
||||
m_EnableInstancingVariants: 0
|
||||
m_DoubleSidedGI: 1
|
||||
m_CustomRenderQueue: 3000
|
||||
stringTagMap:
|
||||
MotionVector: User
|
||||
RenderType: Transparent
|
||||
disabledShaderPasses:
|
||||
- MOTIONVECTORS
|
||||
- TransparentBackface
|
||||
m_SavedProperties:
|
||||
serializedVersion: 3
|
||||
m_TexEnvs:
|
||||
- _SampleTexture2DLOD_10E48CAE_Texture_1:
|
||||
m_Texture: {fileID: 2800000, guid: d5fa74e769e233c42a6627c06de4214a, type: 3}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _SampleTexture2DLOD_60B7964D_Texture_1:
|
||||
m_Texture: {fileID: 2800000, guid: 41dced21d37d9144cac903d8d382c795, type: 3}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _SampleTexture2DLOD_75694C1C_Texture_1:
|
||||
m_Texture: {fileID: 2800000, guid: 992004e0e218faf49a9389a15d55c5c6, type: 3}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _SampleTexture2DLOD_D42C1D32_Texture_1:
|
||||
m_Texture: {fileID: 2800000, guid: 74a9f8a4760d9ff449ea3f8d17d06ed8, type: 3}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
m_Floats:
|
||||
- Vector1_6A3E79B0: 1
|
||||
- Vector1_7E195832: 1
|
||||
- _AlphaCutoff: 0.5
|
||||
- _AlphaCutoffEnable: 0
|
||||
- _AlphaDstBlend: 10
|
||||
- _AlphaSrcBlend: 1
|
||||
- _BlendMode: 0
|
||||
- _CullMode: 0
|
||||
- _CullModeForward: 0
|
||||
- _DoubleSidedEnable: 1
|
||||
- _DoubleSidedNormalMode: 2
|
||||
- _DstBlend: 10
|
||||
- _ReceivesSSR: 0
|
||||
- _RenderQueueType: 5
|
||||
- _RequireSplitLighting: 0
|
||||
- _SrcBlend: 1
|
||||
- _StencilRef: 2
|
||||
- _StencilRefDepth: 32
|
||||
- _StencilRefDistortionVec: 64
|
||||
- _StencilRefGBuffer: 34
|
||||
- _StencilRefMV: 160
|
||||
- _StencilWriteMask: 3
|
||||
- _StencilWriteMaskDepth: 48
|
||||
- _StencilWriteMaskDistortionVec: 64
|
||||
- _StencilWriteMaskGBuffer: 51
|
||||
- _StencilWriteMaskMV: 176
|
||||
- _SurfaceType: 1
|
||||
- _TransparentBackfaceEnable: 0
|
||||
- _TransparentCullMode: 2
|
||||
- _TransparentSortPriority: 0
|
||||
- _UseShadowThreshold: 0
|
||||
- _ZTestDepthEqualForOpaque: 4
|
||||
- _ZTestGBuffer: 4
|
||||
- _ZTestTransparent: 4
|
||||
- _ZWrite: 1
|
||||
m_Colors:
|
||||
- _DoubleSidedConstants: {r: 1, g: 1, b: 1, a: 0}
|
||||
- _EmissionColor: {r: 1, g: 1, b: 1, a: 1}
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 977f8f1bec2b15f449cdf74bacb6da48
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 2100000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 7551a516ce44f654ea087a001631e318
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3}
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 20e1f2d78f8ecb348bb54231f722bdf3
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3}
|
|
@ -0,0 +1,63 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!21 &2100000
|
||||
Material:
|
||||
serializedVersion: 6
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_Name: HeadShader
|
||||
m_Shader: {fileID: -6465566751694194690, guid: 20e1f2d78f8ecb348bb54231f722bdf3,
|
||||
type: 3}
|
||||
m_ShaderKeywords:
|
||||
m_LightmapFlags: 4
|
||||
m_EnableInstancingVariants: 0
|
||||
m_DoubleSidedGI: 0
|
||||
m_CustomRenderQueue: -1
|
||||
stringTagMap:
|
||||
MotionVector: User
|
||||
disabledShaderPasses:
|
||||
- MOTIONVECTORS
|
||||
- TransparentBackface
|
||||
m_SavedProperties:
|
||||
serializedVersion: 3
|
||||
m_TexEnvs: []
|
||||
m_Floats:
|
||||
- Vector1_3A852D14: 1
|
||||
- _AlphaCutoff: 0.5
|
||||
- _AlphaCutoffEnable: 0
|
||||
- _AlphaDstBlend: 0
|
||||
- _AlphaSrcBlend: 1
|
||||
- _BlendMode: 0
|
||||
- _CullMode: 2
|
||||
- _CullModeForward: 2
|
||||
- _DoubleSidedEnable: 0
|
||||
- _DoubleSidedNormalMode: 2
|
||||
- _DstBlend: 0
|
||||
- _ReceivesSSR: 1
|
||||
- _RenderQueueType: 1
|
||||
- _RequireSplitLighting: 0
|
||||
- _SrcBlend: 1
|
||||
- _StencilRef: 2
|
||||
- _StencilRefDepth: 0
|
||||
- _StencilRefDistortionVec: 64
|
||||
- _StencilRefGBuffer: 2
|
||||
- _StencilRefMV: 128
|
||||
- _StencilWriteMask: 3
|
||||
- _StencilWriteMaskDepth: 48
|
||||
- _StencilWriteMaskDistortionVec: 64
|
||||
- _StencilWriteMaskGBuffer: 51
|
||||
- _StencilWriteMaskMV: 176
|
||||
- _SurfaceType: 0
|
||||
- _TransparentBackfaceEnable: 0
|
||||
- _TransparentCullMode: 2
|
||||
- _TransparentSortPriority: 0
|
||||
- _UseShadowThreshold: 0
|
||||
- _ZTestDepthEqualForOpaque: 3
|
||||
- _ZTestGBuffer: 4
|
||||
- _ZTestTransparent: 4
|
||||
- _ZWrite: 1
|
||||
m_Colors:
|
||||
- _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0}
|
||||
- _EmissionColor: {r: 1, g: 1, b: 1, a: 1}
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: eacfde1fb2fca3242a83b5d65aedb47c
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 2100000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because one or more lines are too long
|
@ -10,10 +10,10 @@ Material:
|
|||
m_Name: SG_LookupTextureSpherized
|
||||
m_Shader: {fileID: -6465566751694194690, guid: 34aec313b1f8b684b9686c3fd2a8b103,
|
||||
type: 3}
|
||||
m_ShaderKeywords: _DOUBLESIDED_ON
|
||||
m_ShaderKeywords:
|
||||
m_LightmapFlags: 4
|
||||
m_EnableInstancingVariants: 0
|
||||
m_DoubleSidedGI: 1
|
||||
m_DoubleSidedGI: 0
|
||||
m_CustomRenderQueue: 2000
|
||||
stringTagMap:
|
||||
MotionVector: User
|
||||
|
@ -111,15 +111,15 @@ Material:
|
|||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
m_Floats:
|
||||
- Vector1_468BFCD: 1
|
||||
- Vector1_468BFCD: 2
|
||||
- Vector1_477157C3: 20
|
||||
- Vector1_5C6FC899: 0
|
||||
- Vector1_BED4DC28: 1
|
||||
- Vector1_BFA4684C: 1
|
||||
- Vector1_5C6FC899: 154
|
||||
- Vector1_BED4DC28: 2
|
||||
- Vector1_BFA4684C: 2
|
||||
- Vector1_C47A514C: 0
|
||||
- Vector1_D3C18F0E: 0
|
||||
- Vector1_EB04F0A4: 0
|
||||
- Vector1_F98FA917: 1
|
||||
- Vector1_F98FA917: 4
|
||||
- _AORemapMax: 1
|
||||
- _AORemapMin: 0
|
||||
- _ATDistance: 1
|
||||
|
@ -134,8 +134,8 @@ Material:
|
|||
- _Anisotropy: 0
|
||||
- _BlendMode: 0
|
||||
- _CoatMask: 0
|
||||
- _CullMode: 0
|
||||
- _CullModeForward: 0
|
||||
- _CullMode: 2
|
||||
- _CullModeForward: 2
|
||||
- _Cutoff: 0.5
|
||||
- _DepthOffsetEnable: 0
|
||||
- _DetailAlbedoScale: 1
|
||||
|
@ -160,8 +160,8 @@ Material:
|
|||
- _DistortionSrcBlend: 1
|
||||
- _DistortionVectorBias: -1
|
||||
- _DistortionVectorScale: 2
|
||||
- _DoubleSidedEnable: 1
|
||||
- _DoubleSidedNormalMode: 2
|
||||
- _DoubleSidedEnable: 0
|
||||
- _DoubleSidedNormalMode: 1
|
||||
- _DstBlend: 0
|
||||
- _EmissiveColorMode: 1
|
||||
- _EmissiveExposureWeight: 1
|
||||
|
@ -247,7 +247,7 @@ Material:
|
|||
- _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}
|
||||
- _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}
|
||||
|
|
|
@ -0,0 +1,625 @@
|
|||
%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_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1}
|
||||
m_UseRadianceAmbientProbe: 0
|
||||
--- !u!157 &3
|
||||
LightmapSettings:
|
||||
m_ObjectHideFlags: 0
|
||||
serializedVersion: 11
|
||||
m_GIWorkflowMode: 1
|
||||
m_GISettings:
|
||||
serializedVersion: 2
|
||||
m_BounceScale: 1
|
||||
m_IndirectOutputScale: 1
|
||||
m_AlbedoBoost: 1
|
||||
m_EnvironmentLightingMode: 0
|
||||
m_EnableBakedLightmaps: 1
|
||||
m_EnableRealtimeLightmaps: 1
|
||||
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_LightingDataAsset: {fileID: 0}
|
||||
m_UseShadowmask: 1
|
||||
--- !u!196 &4
|
||||
NavMeshSettings:
|
||||
serializedVersion: 2
|
||||
m_ObjectHideFlags: 0
|
||||
m_BuildSettings:
|
||||
serializedVersion: 2
|
||||
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
|
||||
accuratePlacement: 0
|
||||
debug:
|
||||
m_Flags: 0
|
||||
m_NavMeshData: {fileID: 0}
|
||||
--- !u!1 &1321111214
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 1321111216}
|
||||
- component: {fileID: 1321111215}
|
||||
- component: {fileID: 1321111218}
|
||||
- component: {fileID: 1321111217}
|
||||
m_Layer: 0
|
||||
m_Name: Directional Light
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!108 &1321111215
|
||||
Light:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1321111214}
|
||||
m_Enabled: 1
|
||||
serializedVersion: 9
|
||||
m_Type: 1
|
||||
m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1}
|
||||
m_Intensity: 3.1415927
|
||||
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: 4
|
||||
m_LightShadowCasterMode: 2
|
||||
m_AreaSize: {x: 1, y: 1}
|
||||
m_BounceIntensity: 1
|
||||
m_ColorTemperature: 6570
|
||||
m_UseColorTemperature: 0
|
||||
m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0}
|
||||
m_UseBoundingSphereOverride: 0
|
||||
m_ShadowRadius: 0
|
||||
m_ShadowAngle: 0
|
||||
--- !u!4 &1321111216
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1321111214}
|
||||
m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261}
|
||||
m_LocalPosition: {x: 0, y: 3, z: 0}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_Children: []
|
||||
m_Father: {fileID: 0}
|
||||
m_RootOrder: 1
|
||||
m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0}
|
||||
--- !u!114 &1321111217
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1321111214}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: c6c2871f720b2af4e9210febdac74517, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_Version: 1
|
||||
shadowResolution: 512
|
||||
shadowDimmer: 1
|
||||
volumetricShadowDimmer: 1
|
||||
shadowFadeDistance: 10000
|
||||
contactShadows: 0
|
||||
shadowTint: {r: 0, g: 0, b: 0, a: 1}
|
||||
viewBiasMin: 0.2
|
||||
viewBiasMax: 100
|
||||
viewBiasScale: 1
|
||||
normalBiasMin: 0.5
|
||||
normalBiasMax: 0.5
|
||||
normalBiasScale: 1
|
||||
sampleBiasScale: 0
|
||||
edgeLeakFixup: 0
|
||||
edgeToleranceNormal: 1
|
||||
edgeTolerance: 1
|
||||
shadowCascadeCount: 4
|
||||
shadowCascadeRatios:
|
||||
- 0.05
|
||||
- 0.2
|
||||
- 0.3
|
||||
shadowCascadeBorders:
|
||||
- 0.2
|
||||
- 0.2
|
||||
- 0.2
|
||||
- 0.2
|
||||
shadowAlgorithm: 0
|
||||
shadowVariant: 0
|
||||
shadowPrecision: 0
|
||||
--- !u!114 &1321111218
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1321111214}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 7a68c43fe1f2a47cfa234b5eeaa98012, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
version: 5
|
||||
m_Version: 5
|
||||
directionalIntensity: 3.1415927
|
||||
punctualIntensity: 600
|
||||
areaIntensity: 200
|
||||
enableSpotReflector: 0
|
||||
luxAtDistance: 1
|
||||
m_InnerSpotPercent: 0
|
||||
lightDimmer: 1
|
||||
m_VolumetricDimmer: 1
|
||||
lightUnit: 2
|
||||
fadeDistance: 10000
|
||||
affectDiffuse: 1
|
||||
affectSpecular: 1
|
||||
nonLightmappedOnly: 0
|
||||
lightTypeExtent: 0
|
||||
m_SpotLightShape: 0
|
||||
shapeWidth: 0.5
|
||||
shapeHeight: 0.5
|
||||
aspectRatio: 1
|
||||
shapeRadius: 0
|
||||
maxSmoothness: 0.99
|
||||
applyRangeAttenuation: 1
|
||||
useOldInspector: 0
|
||||
useVolumetric: 1
|
||||
featuresFoldout: 1
|
||||
showAdditionalSettings: 0
|
||||
displayLightIntensity: 3.1415927
|
||||
displayAreaLightEmissiveMesh: 0
|
||||
areaLightCookie: {fileID: 0}
|
||||
areaLightShadowCone: 120
|
||||
useScreenSpaceShadows: 0
|
||||
evsmExponent: 15
|
||||
evsmLightLeakBias: 0
|
||||
evsmVarianceBias: 0.00001
|
||||
evsmBlurPasses: 0
|
||||
lightLayers: 1
|
||||
lightlayersMask: 1
|
||||
linkShadowLayers: 1
|
||||
shadowNearPlane: 0.1
|
||||
shadowSoftness: 0.5
|
||||
blockerSampleCount: 24
|
||||
filterSampleCount: 16
|
||||
minFilterSize: 0.00001
|
||||
kernelSize: 5
|
||||
lightAngle: 1
|
||||
maxDepthBias: 0.001
|
||||
--- !u!1 &1479482724
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 1479482725}
|
||||
m_Layer: 0
|
||||
m_Name: GameObject
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!4 &1479482725
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1479482724}
|
||||
m_LocalRotation: {x: 0, y: 0.9986432, z: 0, w: 0.052074574}
|
||||
m_LocalPosition: {x: 0, y: 0, z: 63.68}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_Children:
|
||||
- {fileID: 2001924908}
|
||||
m_Father: {fileID: 0}
|
||||
m_RootOrder: 2
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 174.03, z: 0}
|
||||
--- !u!1 &1546836971
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 1546836974}
|
||||
- component: {fileID: 1546836973}
|
||||
- component: {fileID: 1546836972}
|
||||
- component: {fileID: 1546836975}
|
||||
m_Layer: 0
|
||||
m_Name: Main Camera
|
||||
m_TagString: MainCamera
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!81 &1546836972
|
||||
AudioListener:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1546836971}
|
||||
m_Enabled: 1
|
||||
--- !u!20 &1546836973
|
||||
Camera:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1546836971}
|
||||
m_Enabled: 1
|
||||
serializedVersion: 2
|
||||
m_ClearFlags: 1
|
||||
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: 60
|
||||
orthographic: 0
|
||||
orthographic size: 5
|
||||
m_Depth: -1
|
||||
m_CullingMask:
|
||||
serializedVersion: 2
|
||||
m_Bits: 4294967295
|
||||
m_RenderingPath: -1
|
||||
m_TargetTexture: {fileID: 0}
|
||||
m_TargetDisplay: 0
|
||||
m_TargetEye: 3
|
||||
m_HDR: 0
|
||||
m_AllowMSAA: 0
|
||||
m_AllowDynamicResolution: 0
|
||||
m_ForceIntoRT: 0
|
||||
m_OcclusionCulling: 1
|
||||
m_StereoConvergence: 10
|
||||
m_StereoSeparation: 0.022
|
||||
--- !u!4 &1546836974
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1546836971}
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: 0, y: 1, z: -10}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_Children: []
|
||||
m_Father: {fileID: 0}
|
||||
m_RootOrder: 0
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!114 &1546836975
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1546836971}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 23c1ce4fb46143f46bc5cb5224c934f6, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
clearColorMode: 0
|
||||
backgroundColorHDR: {r: 0.3679245, g: 0.3679245, b: 0.3679245, a: 0}
|
||||
clearDepth: 1
|
||||
volumeLayerMask:
|
||||
serializedVersion: 2
|
||||
m_Bits: 1
|
||||
volumeAnchorOverride: {fileID: 0}
|
||||
antialiasing: 0
|
||||
SMAAQuality: 2
|
||||
dithering: 0
|
||||
stopNaNs: 0
|
||||
physicalParameters:
|
||||
m_Iso: 200
|
||||
m_ShutterSpeed: 0.005
|
||||
m_Aperture: 16
|
||||
m_BladeCount: 5
|
||||
m_Curvature: {x: 2, y: 11}
|
||||
m_BarrelClipping: 0.25
|
||||
m_Anamorphism: 0
|
||||
flipYMode: 0
|
||||
fullscreenPassthrough: 0
|
||||
allowDynamicResolution: 0
|
||||
customRenderingSettings: 0
|
||||
invertFaceCulling: 0
|
||||
probeLayerMask:
|
||||
serializedVersion: 2
|
||||
m_Bits: 4294967295
|
||||
m_RenderingPathCustomFrameSettings:
|
||||
bitDatas:
|
||||
data1: 69284264935197
|
||||
data2: 4539628424389459968
|
||||
lodBias: 1
|
||||
lodBiasMode: 0
|
||||
maximumLODLevel: 0
|
||||
maximumLODLevelMode: 0
|
||||
renderingPathCustomFrameSettingsOverrideMask:
|
||||
mask:
|
||||
data1: 0
|
||||
data2: 0
|
||||
defaultFrameSettings: 0
|
||||
m_Version: 5
|
||||
m_ObsoleteRenderingPath: 0
|
||||
m_ObsoleteFrameSettings:
|
||||
overrides: 0
|
||||
enableShadow: 0
|
||||
enableContactShadows: 0
|
||||
enableShadowMask: 0
|
||||
enableSSR: 0
|
||||
enableSSAO: 0
|
||||
enableSubsurfaceScattering: 0
|
||||
enableTransmission: 0
|
||||
enableAtmosphericScattering: 0
|
||||
enableVolumetrics: 0
|
||||
enableReprojectionForVolumetrics: 0
|
||||
enableLightLayers: 0
|
||||
enableExposureControl: 1
|
||||
diffuseGlobalDimmer: 0
|
||||
specularGlobalDimmer: 0
|
||||
shaderLitMode: 0
|
||||
enableDepthPrepassWithDeferredRendering: 0
|
||||
enableTransparentPrepass: 0
|
||||
enableMotionVectors: 0
|
||||
enableObjectMotionVectors: 0
|
||||
enableDecals: 0
|
||||
enableRoughRefraction: 0
|
||||
enableTransparentPostpass: 0
|
||||
enableDistortion: 0
|
||||
enablePostprocess: 0
|
||||
enableOpaqueObjects: 0
|
||||
enableTransparentObjects: 0
|
||||
enableRealtimePlanarReflection: 0
|
||||
enableMSAA: 0
|
||||
enableAsyncCompute: 0
|
||||
runLightListAsync: 0
|
||||
runSSRAsync: 0
|
||||
runSSAOAsync: 0
|
||||
runContactShadowsAsync: 0
|
||||
runVolumeVoxelizationAsync: 0
|
||||
lightLoopSettings:
|
||||
overrides: 0
|
||||
enableDeferredTileAndCluster: 0
|
||||
enableComputeLightEvaluation: 0
|
||||
enableComputeLightVariants: 0
|
||||
enableComputeMaterialVariants: 0
|
||||
enableFptlForForwardOpaque: 0
|
||||
enableBigTilePrepass: 0
|
||||
isFptlEnabled: 0
|
||||
--- !u!1001 &2001924907
|
||||
PrefabInstance:
|
||||
m_ObjectHideFlags: 0
|
||||
serializedVersion: 2
|
||||
m_Modification:
|
||||
m_TransformParent: {fileID: 1479482725}
|
||||
m_Modifications:
|
||||
- target: {fileID: -927199367670048503, guid: b3e4994ffe9ab6344938e7f3cd60a5ed,
|
||||
type: 3}
|
||||
propertyPath: m_Name
|
||||
value: HornedHelmetDownload
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: -4216859302048453862, guid: b3e4994ffe9ab6344938e7f3cd60a5ed,
|
||||
type: 3}
|
||||
propertyPath: m_LocalPosition.x
|
||||
value: 23.3
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: -4216859302048453862, guid: b3e4994ffe9ab6344938e7f3cd60a5ed,
|
||||
type: 3}
|
||||
propertyPath: m_LocalPosition.y
|
||||
value: -9.8
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: -4216859302048453862, guid: b3e4994ffe9ab6344938e7f3cd60a5ed,
|
||||
type: 3}
|
||||
propertyPath: m_LocalPosition.z
|
||||
value: -18.6
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: -4216859302048453862, guid: b3e4994ffe9ab6344938e7f3cd60a5ed,
|
||||
type: 3}
|
||||
propertyPath: m_LocalRotation.x
|
||||
value: -0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: -4216859302048453862, guid: b3e4994ffe9ab6344938e7f3cd60a5ed,
|
||||
type: 3}
|
||||
propertyPath: m_LocalRotation.y
|
||||
value: -0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: -4216859302048453862, guid: b3e4994ffe9ab6344938e7f3cd60a5ed,
|
||||
type: 3}
|
||||
propertyPath: m_LocalRotation.z
|
||||
value: -0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: -4216859302048453862, guid: b3e4994ffe9ab6344938e7f3cd60a5ed,
|
||||
type: 3}
|
||||
propertyPath: m_LocalRotation.w
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: -4216859302048453862, guid: b3e4994ffe9ab6344938e7f3cd60a5ed,
|
||||
type: 3}
|
||||
propertyPath: m_RootOrder
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: -4216859302048453862, guid: b3e4994ffe9ab6344938e7f3cd60a5ed,
|
||||
type: 3}
|
||||
propertyPath: m_LocalEulerAnglesHint.x
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: -4216859302048453862, guid: b3e4994ffe9ab6344938e7f3cd60a5ed,
|
||||
type: 3}
|
||||
propertyPath: m_LocalEulerAnglesHint.y
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: -4216859302048453862, guid: b3e4994ffe9ab6344938e7f3cd60a5ed,
|
||||
type: 3}
|
||||
propertyPath: m_LocalEulerAnglesHint.z
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: -4216859302048453862, guid: b3e4994ffe9ab6344938e7f3cd60a5ed,
|
||||
type: 3}
|
||||
propertyPath: m_LocalScale.x
|
||||
value: 0.1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: -4216859302048453862, guid: b3e4994ffe9ab6344938e7f3cd60a5ed,
|
||||
type: 3}
|
||||
propertyPath: m_LocalScale.y
|
||||
value: 0.1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: -4216859302048453862, guid: b3e4994ffe9ab6344938e7f3cd60a5ed,
|
||||
type: 3}
|
||||
propertyPath: m_LocalScale.z
|
||||
value: 0.1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 459813953497928340, guid: b3e4994ffe9ab6344938e7f3cd60a5ed,
|
||||
type: 3}
|
||||
propertyPath: m_Materials.Array.data[0]
|
||||
value:
|
||||
objectReference: {fileID: 2100000, guid: eacfde1fb2fca3242a83b5d65aedb47c, type: 2}
|
||||
m_RemovedComponents: []
|
||||
m_SourcePrefab: {fileID: 100100000, guid: b3e4994ffe9ab6344938e7f3cd60a5ed, type: 3}
|
||||
--- !u!4 &2001924908 stripped
|
||||
Transform:
|
||||
m_CorrespondingSourceObject: {fileID: -4216859302048453862, guid: b3e4994ffe9ab6344938e7f3cd60a5ed,
|
||||
type: 3}
|
||||
m_PrefabInstance: {fileID: 2001924907}
|
||||
m_PrefabAsset: {fileID: 0}
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: c31594a1d0a4aea44b94d149e7de622b
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 05a26f985d458dc4cb6f7be6a2f7a874
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Binary file not shown.
|
@ -0,0 +1,91 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 992004e0e218faf49a9389a15d55c5c6
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
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
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: 1
|
||||
maxTextureSize: 2048
|
||||
textureSettings:
|
||||
serializedVersion: 2
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -100
|
||||
wrapU: -1
|
||||
wrapV: -1
|
||||
wrapW: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: 0.5, y: 0.5}
|
||||
spritePixelsToUnits: 100
|
||||
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||
spriteGenerateFallbackPhysicsShape: 1
|
||||
alphaUsage: 1
|
||||
alphaIsTransparency: 0
|
||||
spriteTessellationDetail: -1
|
||||
textureType: 0
|
||||
textureShape: 1
|
||||
singleChannelComponent: 0
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 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:
|
||||
internalID: 0
|
||||
vertices: []
|
||||
indices:
|
||||
edges: []
|
||||
weights: []
|
||||
secondaryTextures: []
|
||||
spritePackingTag:
|
||||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Binary file not shown.
|
@ -0,0 +1,91 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 67269efcd3948a8479a52844e8a4c1f4
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
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
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: 1
|
||||
maxTextureSize: 2048
|
||||
textureSettings:
|
||||
serializedVersion: 2
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -100
|
||||
wrapU: -1
|
||||
wrapV: -1
|
||||
wrapW: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: 0.5, y: 0.5}
|
||||
spritePixelsToUnits: 100
|
||||
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||
spriteGenerateFallbackPhysicsShape: 1
|
||||
alphaUsage: 1
|
||||
alphaIsTransparency: 0
|
||||
spriteTessellationDetail: -1
|
||||
textureType: 0
|
||||
textureShape: 1
|
||||
singleChannelComponent: 0
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 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:
|
||||
internalID: 0
|
||||
vertices: []
|
||||
indices:
|
||||
edges: []
|
||||
weights: []
|
||||
secondaryTextures: []
|
||||
spritePackingTag:
|
||||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Binary file not shown.
|
@ -0,0 +1,91 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 41dced21d37d9144cac903d8d382c795
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
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
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: 1
|
||||
maxTextureSize: 2048
|
||||
textureSettings:
|
||||
serializedVersion: 2
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -100
|
||||
wrapU: -1
|
||||
wrapV: -1
|
||||
wrapW: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: 0.5, y: 0.5}
|
||||
spritePixelsToUnits: 100
|
||||
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||
spriteGenerateFallbackPhysicsShape: 1
|
||||
alphaUsage: 1
|
||||
alphaIsTransparency: 0
|
||||
spriteTessellationDetail: -1
|
||||
textureType: 0
|
||||
textureShape: 1
|
||||
singleChannelComponent: 0
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 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:
|
||||
internalID: 0
|
||||
vertices: []
|
||||
indices:
|
||||
edges: []
|
||||
weights: []
|
||||
secondaryTextures: []
|
||||
spritePackingTag:
|
||||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Binary file not shown.
|
@ -0,0 +1,91 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 74a9f8a4760d9ff449ea3f8d17d06ed8
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
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
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: 1
|
||||
maxTextureSize: 2048
|
||||
textureSettings:
|
||||
serializedVersion: 2
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -100
|
||||
wrapU: -1
|
||||
wrapV: -1
|
||||
wrapW: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: 0.5, y: 0.5}
|
||||
spritePixelsToUnits: 100
|
||||
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||
spriteGenerateFallbackPhysicsShape: 1
|
||||
alphaUsage: 1
|
||||
alphaIsTransparency: 0
|
||||
spriteTessellationDetail: -1
|
||||
textureType: 0
|
||||
textureShape: 1
|
||||
singleChannelComponent: 0
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 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:
|
||||
internalID: 0
|
||||
vertices: []
|
||||
indices:
|
||||
edges: []
|
||||
weights: []
|
||||
secondaryTextures: []
|
||||
spritePackingTag:
|
||||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Binary file not shown.
|
@ -0,0 +1,91 @@
|
|||
fileFormatVersion: 2
|
||||
guid: d5fa74e769e233c42a6627c06de4214a
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
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
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: 1
|
||||
maxTextureSize: 2048
|
||||
textureSettings:
|
||||
serializedVersion: 2
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -100
|
||||
wrapU: -1
|
||||
wrapV: -1
|
||||
wrapW: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: 0.5, y: 0.5}
|
||||
spritePixelsToUnits: 100
|
||||
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||
spriteGenerateFallbackPhysicsShape: 1
|
||||
alphaUsage: 1
|
||||
alphaIsTransparency: 0
|
||||
spriteTessellationDetail: -1
|
||||
textureType: 0
|
||||
textureShape: 1
|
||||
singleChannelComponent: 0
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 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:
|
||||
internalID: 0
|
||||
vertices: []
|
||||
indices:
|
||||
edges: []
|
||||
weights: []
|
||||
secondaryTextures: []
|
||||
spritePackingTag:
|
||||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Binary file not shown.
|
@ -0,0 +1,91 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 293a4284d938f0e43aebc700dee8e02b
|
||||
TextureImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 10
|
||||
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
|
||||
isReadable: 0
|
||||
streamingMipmaps: 0
|
||||
streamingMipmapsPriority: 0
|
||||
grayScaleToAlpha: 0
|
||||
generateCubemap: 6
|
||||
cubemapConvolution: 0
|
||||
seamlessCubemap: 0
|
||||
textureFormat: 1
|
||||
maxTextureSize: 2048
|
||||
textureSettings:
|
||||
serializedVersion: 2
|
||||
filterMode: -1
|
||||
aniso: -1
|
||||
mipBias: -100
|
||||
wrapU: -1
|
||||
wrapV: -1
|
||||
wrapW: -1
|
||||
nPOTScale: 1
|
||||
lightmap: 0
|
||||
compressionQuality: 50
|
||||
spriteMode: 0
|
||||
spriteExtrude: 1
|
||||
spriteMeshType: 1
|
||||
alignment: 0
|
||||
spritePivot: {x: 0.5, y: 0.5}
|
||||
spritePixelsToUnits: 100
|
||||
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||
spriteGenerateFallbackPhysicsShape: 1
|
||||
alphaUsage: 1
|
||||
alphaIsTransparency: 0
|
||||
spriteTessellationDetail: -1
|
||||
textureType: 0
|
||||
textureShape: 1
|
||||
singleChannelComponent: 0
|
||||
maxTextureSizeSet: 0
|
||||
compressionQualitySet: 0
|
||||
textureFormatSet: 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:
|
||||
internalID: 0
|
||||
vertices: []
|
||||
indices:
|
||||
edges: []
|
||||
weights: []
|
||||
secondaryTextures: []
|
||||
spritePackingTag:
|
||||
pSDRemoveMatte: 0
|
||||
pSDShowRemoveMatteOption: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -15,7 +15,7 @@ MonoBehaviour:
|
|||
m_Parent: {fileID: 114350483966674976}
|
||||
m_Children:
|
||||
- {fileID: 8926484042661616901}
|
||||
m_UIPosition: {x: 849, y: -208}
|
||||
m_UIPosition: {x: 979, y: -203}
|
||||
m_UICollapsed: 0
|
||||
m_UISuperCollapsed: 0
|
||||
m_InputSlots: []
|
||||
|
@ -84,9 +84,9 @@ MonoBehaviour:
|
|||
uiBounds:
|
||||
serializedVersion: 2
|
||||
x: -1581
|
||||
y: -208
|
||||
width: 2996
|
||||
height: 2771
|
||||
y: -203
|
||||
width: 3005
|
||||
height: 2763
|
||||
--- !u!114 &114350483966674976
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 1
|
||||
|
@ -171,7 +171,7 @@ MonoBehaviour:
|
|||
m_Type:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
m_SerializableObject: 1
|
||||
m_SerializableObject: 8.44
|
||||
min: -Infinity
|
||||
max: Infinity
|
||||
descendantCount: 0
|
||||
|
@ -549,7 +549,7 @@ MonoBehaviour:
|
|||
- {fileID: 8926484042661614832}
|
||||
- {fileID: 8926484042661614834}
|
||||
- {fileID: 8926484042661616898}
|
||||
m_UIPosition: {x: 827, y: 183}
|
||||
m_UIPosition: {x: 1016, y: 191}
|
||||
m_UICollapsed: 0
|
||||
m_UISuperCollapsed: 0
|
||||
m_InputSlots:
|
||||
|
@ -1575,7 +1575,7 @@ VisualEffectResource:
|
|||
m_Float:
|
||||
m_Array:
|
||||
- m_ExpressionIndex: 0
|
||||
m_Value: 1
|
||||
m_Value: 8.44
|
||||
- m_ExpressionIndex: 1
|
||||
m_Value: 0
|
||||
- m_ExpressionIndex: 2
|
||||
|
@ -3440,7 +3440,7 @@ MonoBehaviour:
|
|||
m_Parent: {fileID: 114350483966674976}
|
||||
m_Children: []
|
||||
m_UIPosition: {x: 0, y: 0}
|
||||
m_UICollapsed: 1
|
||||
m_UICollapsed: 0
|
||||
m_UISuperCollapsed: 0
|
||||
m_InputSlots: []
|
||||
m_OutputSlots:
|
||||
|
@ -3507,7 +3507,7 @@ MonoBehaviour:
|
|||
m_Type:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
m_SerializableObject: 1
|
||||
m_SerializableObject: 8.44
|
||||
m_Space: 2147483647
|
||||
m_Property:
|
||||
name: o
|
||||
|
@ -5858,7 +5858,7 @@ MonoBehaviour:
|
|||
m_Parent: {fileID: 114350483966674976}
|
||||
m_Children: []
|
||||
m_UIPosition: {x: -1386, y: 1222}
|
||||
m_UICollapsed: 0
|
||||
m_UICollapsed: 1
|
||||
m_UISuperCollapsed: 0
|
||||
m_InputSlots:
|
||||
- {fileID: 8926484042661615922}
|
||||
|
@ -11500,7 +11500,7 @@ MonoBehaviour:
|
|||
m_Parent: {fileID: 114350483966674976}
|
||||
m_Children:
|
||||
- {fileID: 8926484042661618419}
|
||||
m_UIPosition: {x: 974, y: 2204}
|
||||
m_UIPosition: {x: 1048, y: 2201}
|
||||
m_UICollapsed: 0
|
||||
m_UISuperCollapsed: 0
|
||||
m_InputSlots:
|
||||
|
|
|
@ -133,9 +133,8 @@ MonoBehaviour:
|
|||
- {fileID: 8926484042661615179}
|
||||
- {fileID: 8926484042661615232}
|
||||
- {fileID: 8926484042661615240}
|
||||
- {fileID: 8926484042661615265}
|
||||
- {fileID: 8926484042661615278}
|
||||
- {fileID: 8926484042661615269}
|
||||
- {fileID: 8926484042661615271}
|
||||
m_UIPosition: {x: 0, y: 0}
|
||||
m_UICollapsed: 1
|
||||
m_UISuperCollapsed: 0
|
||||
|
@ -189,7 +188,7 @@ MonoBehaviour:
|
|||
m_Type:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
m_SerializableObject: 1
|
||||
m_SerializableObject: 1.43
|
||||
min: -Infinity
|
||||
max: Infinity
|
||||
descendantCount: 0
|
||||
|
@ -272,10 +271,9 @@ VisualEffectResource:
|
|||
source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_UV_CURRENT
|
||||
1\n#define VFX_USE_POSITION_CURRENT 1\n#define VFX_USE_COLOR_CURRENT 1\n#define
|
||||
VFX_USE_ALPHA_CURRENT 1\n#define VFX_HAS_INDIRECT_DRAW 1\n#define VFX_LOCAL_SPACE
|
||||
1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n
|
||||
\ float uniform_b;\n uint3 PADDING_0;\nCBUFFER_END\nTexture2D texture_b;\nSamplerState
|
||||
samplertexture_b;\nTexture2D texture_c;\nSamplerState samplertexture_c;\n\n\r\n#include
|
||||
\"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include
|
||||
1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nTexture2D
|
||||
texture_b;\nSamplerState samplertexture_b;\nTexture2D texture_c;\nSamplerState
|
||||
samplertexture_c;\n\n\r\n#include \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include
|
||||
\"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer
|
||||
attributeBuffer;\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer<uint>
|
||||
deadListOut;\r\n#endif\r\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\nRWStructuredBuffer<uint>
|
||||
|
@ -296,22 +294,21 @@ VisualEffectResource:
|
|||
color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x258000) << 2));\n\t\t\tfloat
|
||||
alpha = asfloat(attributeBuffer.Load((index * 0x4 + 0x258003) << 2));\n\t\t\t\n\r\n\t\t\t\r\n#if
|
||||
VFX_USE_OLDPOSITION_CURRENT\r\n\t\t\toldPosition = position;\r\n#endif\r\n\t\t\t\r\n\t\t\t{\n\t\t\t
|
||||
\ float4 tmp_x = SampleTexture(VFX_SAMPLER(texture_b),UV,(float)0);\n\t\t\t
|
||||
\ float tmp_y = tmp_x[0];\n\t\t\t float tmp_z = tmp_x[1];\n\t\t\t float
|
||||
tmp_ba = tmp_x[2];\n\t\t\t float3 tmp_bb = float3(tmp_y, tmp_z, tmp_ba);\n\t\t\t
|
||||
\ SetAttribute_CAC29747( /*inout */position, tmp_bb);\n\t\t\t}\n\t\t\t{\n\t\t\t
|
||||
\ float4 tmp_x = SampleTexture(VFX_SAMPLER(texture_c),UV,(float)0);\n\t\t\t
|
||||
\ float4 tmp_z = tmp_x * float4(100, 100, 100, 100);\n\t\t\t float tmp_ba
|
||||
= tmp_z[0];\n\t\t\t float tmp_bb = tmp_z[1];\n\t\t\t float tmp_bc = tmp_z[2];\n\t\t\t
|
||||
\ float3 tmp_bd = float3(tmp_ba, tmp_bb, tmp_bc);\n\t\t\t SetAttribute_FDD06EC7(
|
||||
/*inout */color, tmp_bd);\n\t\t\t}\n\t\t\t{\n\t\t\t float4 tmp_x = SampleTexture(VFX_SAMPLER(texture_c),UV,(float)0);\n\t\t\t
|
||||
\ float tmp_y = tmp_x[3];\n\t\t\t float tmp_z = tmp_y * uniform_b;\n\t\t\t
|
||||
\ SetAttribute_CEEAF35C( /*inout */alpha, tmp_z);\n\t\t\t}\n\t\t\t\n\r\n\t\t\tif
|
||||
(alive)\r\n\t\t\t{\r\n\t\t\t\tattributeBuffer.Store3((index * 0x4 + 0xC8000)
|
||||
<< 2,asuint(position));\n\t\t\t\tattributeBuffer.Store3((index * 0x4 + 0x258000)
|
||||
<< 2,asuint(color));\n\t\t\t\tattributeBuffer.Store((index * 0x4 + 0x258003)
|
||||
<< 2,asuint(alpha));\n\t\t\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n uint
|
||||
indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\t\t\tindirectBuffer[indirectIndex]
|
||||
\ float4 tmp_w = SampleTexture(VFX_SAMPLER(texture_b),UV,(float)0);\n\t\t\t
|
||||
\ float tmp_x = tmp_w[0];\n\t\t\t float tmp_y = tmp_w[1];\n\t\t\t float
|
||||
tmp_z = tmp_w[2];\n\t\t\t float3 tmp_ba = float3(tmp_x, tmp_y, tmp_z);\n\t\t\t
|
||||
\ SetAttribute_CAC29747( /*inout */position, tmp_ba);\n\t\t\t}\n\t\t\t{\n\t\t\t
|
||||
\ float4 tmp_w = SampleTexture(VFX_SAMPLER(texture_c),UV,(float)0);\n\t\t\t
|
||||
\ float4 tmp_y = tmp_w * float4(100, 100, 100, 100);\n\t\t\t float tmp_z
|
||||
= tmp_y[0];\n\t\t\t float tmp_ba = tmp_y[1];\n\t\t\t float tmp_bb = tmp_y[2];\n\t\t\t
|
||||
\ float3 tmp_bc = float3(tmp_z, tmp_ba, tmp_bb);\n\t\t\t SetAttribute_FDD06EC7(
|
||||
/*inout */color, tmp_bc);\n\t\t\t}\n\t\t\t{\n\t\t\t float4 tmp_w = SampleTexture(VFX_SAMPLER(texture_c),UV,(float)0);\n\t\t\t
|
||||
\ float tmp_x = tmp_w[3];\n\t\t\t SetAttribute_CEEAF35C( /*inout */alpha,
|
||||
tmp_x);\n\t\t\t}\n\t\t\t\n\r\n\t\t\tif (alive)\r\n\t\t\t{\r\n\t\t\t\tattributeBuffer.Store3((index
|
||||
* 0x4 + 0xC8000) << 2,asuint(position));\n\t\t\t\tattributeBuffer.Store3((index
|
||||
* 0x4 + 0x258000) << 2,asuint(color));\n\t\t\t\tattributeBuffer.Store((index
|
||||
* 0x4 + 0x258003) << 2,asuint(alpha));\n\t\t\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n
|
||||
\ uint indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\t\t\tindirectBuffer[indirectIndex]
|
||||
= index;\r\n#endif\r\n\t\t\t}\r\n\t\t\telse\r\n\t\t\t{\r\n\t\t\t\t\r\n\t\t\t\tuint
|
||||
deadIndex = deadListOut.IncrementCounter();\r\n\t\t\t\tdeadListOut[deadIndex]
|
||||
= index;\r\n\t\t\t}\r\n\t\t}\r\n#else\r\n\t\tfloat2 UV = asfloat(attributeBuffer.Load2((index
|
||||
|
@ -319,22 +316,22 @@ VisualEffectResource:
|
|||
* 0x4 + 0xC8000) << 2));\n\t\tfloat3 color = asfloat(attributeBuffer.Load3((index
|
||||
* 0x4 + 0x258000) << 2));\n\t\tfloat alpha = asfloat(attributeBuffer.Load((index
|
||||
* 0x4 + 0x258003) << 2));\n\t\t\n\r\n\t\t\r\n#if VFX_USE_OLDPOSITION_CURRENT\r\n\t\toldPosition
|
||||
= position;\r\n#endif\r\n\t\t\r\n\t\t{\n\t\t float4 tmp_x = SampleTexture(VFX_SAMPLER(texture_b),UV,(float)0);\n\t\t
|
||||
\ float tmp_y = tmp_x[0];\n\t\t float tmp_z = tmp_x[1];\n\t\t float
|
||||
tmp_ba = tmp_x[2];\n\t\t float3 tmp_bb = float3(tmp_y, tmp_z, tmp_ba);\n\t\t
|
||||
\ SetAttribute_CAC29747( /*inout */position, tmp_bb);\n\t\t}\n\t\t{\n\t\t
|
||||
\ float4 tmp_x = SampleTexture(VFX_SAMPLER(texture_c),UV,(float)0);\n\t\t
|
||||
\ float4 tmp_z = tmp_x * float4(100, 100, 100, 100);\n\t\t float tmp_ba
|
||||
= tmp_z[0];\n\t\t float tmp_bb = tmp_z[1];\n\t\t float tmp_bc = tmp_z[2];\n\t\t
|
||||
\ float3 tmp_bd = float3(tmp_ba, tmp_bb, tmp_bc);\n\t\t SetAttribute_FDD06EC7(
|
||||
/*inout */color, tmp_bd);\n\t\t}\n\t\t{\n\t\t float4 tmp_x = SampleTexture(VFX_SAMPLER(texture_c),UV,(float)0);\n\t\t
|
||||
\ float tmp_y = tmp_x[3];\n\t\t float tmp_z = tmp_y * uniform_b;\n\t\t
|
||||
\ SetAttribute_CEEAF35C( /*inout */alpha, tmp_z);\n\t\t}\n\t\t\n\r\n\t\tattributeBuffer.Store3((index
|
||||
* 0x4 + 0xC8000) << 2,asuint(position));\n\t\tattributeBuffer.Store3((index
|
||||
* 0x4 + 0x258000) << 2,asuint(color));\n\t\tattributeBuffer.Store((index * 0x4
|
||||
+ 0x258003) << 2,asuint(alpha));\n\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n uint
|
||||
indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\tindirectBuffer[indirectIndex]
|
||||
= index;\r\n#endif\r\n#endif\r\n\t}\r\n}\r\n"
|
||||
= position;\r\n#endif\r\n\t\t\r\n\t\t{\n\t\t float4 tmp_w = SampleTexture(VFX_SAMPLER(texture_b),UV,(float)0);\n\t\t
|
||||
\ float tmp_x = tmp_w[0];\n\t\t float tmp_y = tmp_w[1];\n\t\t float
|
||||
tmp_z = tmp_w[2];\n\t\t float3 tmp_ba = float3(tmp_x, tmp_y, tmp_z);\n\t\t
|
||||
\ SetAttribute_CAC29747( /*inout */position, tmp_ba);\n\t\t}\n\t\t{\n\t\t
|
||||
\ float4 tmp_w = SampleTexture(VFX_SAMPLER(texture_c),UV,(float)0);\n\t\t
|
||||
\ float4 tmp_y = tmp_w * float4(100, 100, 100, 100);\n\t\t float tmp_z
|
||||
= tmp_y[0];\n\t\t float tmp_ba = tmp_y[1];\n\t\t float tmp_bb = tmp_y[2];\n\t\t
|
||||
\ float3 tmp_bc = float3(tmp_z, tmp_ba, tmp_bb);\n\t\t SetAttribute_FDD06EC7(
|
||||
/*inout */color, tmp_bc);\n\t\t}\n\t\t{\n\t\t float4 tmp_w = SampleTexture(VFX_SAMPLER(texture_c),UV,(float)0);\n\t\t
|
||||
\ float tmp_x = tmp_w[3];\n\t\t SetAttribute_CEEAF35C( /*inout */alpha,
|
||||
tmp_x);\n\t\t}\n\t\t\n\r\n\t\tattributeBuffer.Store3((index * 0x4 + 0xC8000)
|
||||
<< 2,asuint(position));\n\t\tattributeBuffer.Store3((index * 0x4 + 0x258000)
|
||||
<< 2,asuint(color));\n\t\tattributeBuffer.Store((index * 0x4 + 0x258003) <<
|
||||
2,asuint(alpha));\n\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n uint indirectIndex
|
||||
= indirectBuffer.IncrementCounter();\r\n\t\tindirectBuffer[indirectIndex] =
|
||||
index;\r\n#endif\r\n#endif\r\n\t}\r\n}\r\n"
|
||||
- compute: 0
|
||||
name: '[System 1]Lit Quad Output'
|
||||
source: "Shader \"Hidden/VFX/System 1/Lit Quad Output\"\n{\r\n\tSubShader\r\n\t{\t\r\n\t\tCull
|
||||
|
@ -694,7 +691,7 @@ VisualEffectResource:
|
|||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
data[3]: 7
|
||||
- op: 1
|
||||
valueIndex: 2
|
||||
data[0]: -1
|
||||
|
@ -712,53 +709,53 @@ VisualEffectResource:
|
|||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 1
|
||||
valueIndex: 5
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 6
|
||||
- op: 31
|
||||
valueIndex: 6
|
||||
data[0]: 2
|
||||
data[1]: 1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 1
|
||||
valueIndex: 7
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 7
|
||||
- op: 1
|
||||
valueIndex: 8
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 1
|
||||
valueIndex: 9
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 7
|
||||
- op: 26
|
||||
valueIndex: 10
|
||||
valueIndex: 5
|
||||
data[0]: 0
|
||||
data[1]: 0
|
||||
data[2]: -1
|
||||
data[3]: 6
|
||||
- op: 1
|
||||
valueIndex: 11
|
||||
valueIndex: 6
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 4
|
||||
- op: 30
|
||||
- op: 1
|
||||
valueIndex: 10
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 7
|
||||
- op: 64
|
||||
valueIndex: 11
|
||||
data[0]: 5
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: -1
|
||||
- op: 1
|
||||
valueIndex: 12
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 1
|
||||
valueIndex: 13
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 31
|
||||
valueIndex: 14
|
||||
data[0]: 8
|
||||
data[1]: 2
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 1
|
||||
valueIndex: 15
|
||||
data[0]: 6
|
||||
data[1]: 4
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 1
|
||||
|
@ -767,86 +764,44 @@ VisualEffectResource:
|
|||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 64
|
||||
- op: 2
|
||||
valueIndex: 17
|
||||
data[0]: 10
|
||||
data[1]: -1
|
||||
data[0]: 11
|
||||
data[1]: 11
|
||||
data[2]: -1
|
||||
data[3]: -1
|
||||
- op: 1
|
||||
valueIndex: 18
|
||||
valueIndex: 19
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 29
|
||||
valueIndex: 19
|
||||
data[0]: 12
|
||||
data[1]: 1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
data[3]: 7
|
||||
- op: 1
|
||||
valueIndex: 20
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 31
|
||||
valueIndex: 21
|
||||
data[0]: 14
|
||||
data[1]: 8
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 27
|
||||
valueIndex: 22
|
||||
data[0]: 16
|
||||
data[1]: 13
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
data[3]: 3
|
||||
- op: 1
|
||||
valueIndex: 23
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 1
|
||||
valueIndex: 24
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 1
|
||||
- op: 2
|
||||
valueIndex: 25
|
||||
data[0]: 18
|
||||
data[1]: 18
|
||||
data[2]: -1
|
||||
data[3]: -1
|
||||
- op: 1
|
||||
valueIndex: 27
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 3
|
||||
- op: 1
|
||||
valueIndex: 30
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 3
|
||||
- op: 1
|
||||
valueIndex: 33
|
||||
valueIndex: 26
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 2
|
||||
- op: 1
|
||||
valueIndex: 35
|
||||
valueIndex: 28
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
data[3]: 7
|
||||
data[3]: 1
|
||||
- op: 9
|
||||
valueIndex: 36
|
||||
valueIndex: 29
|
||||
data[0]: -1
|
||||
data[1]: -1
|
||||
data[2]: -1
|
||||
|
@ -857,37 +812,31 @@ VisualEffectResource:
|
|||
m_PropertySheet:
|
||||
m_Float:
|
||||
m_Array:
|
||||
- m_ExpressionIndex: 1
|
||||
m_Value: -10
|
||||
- m_ExpressionIndex: 2
|
||||
m_Value: 1
|
||||
- m_ExpressionIndex: 4
|
||||
m_Value: 100
|
||||
- m_ExpressionIndex: 8
|
||||
m_Value: 0
|
||||
- m_ExpressionIndex: 13
|
||||
m_Value: 110
|
||||
- m_ExpressionIndex: 15
|
||||
- m_ExpressionIndex: 9
|
||||
m_Value: 768
|
||||
- m_ExpressionIndex: 17
|
||||
- m_ExpressionIndex: 10
|
||||
m_Value: 1024
|
||||
- m_ExpressionIndex: 20
|
||||
- m_ExpressionIndex: 12
|
||||
m_Value: 0.5
|
||||
- m_ExpressionIndex: 21
|
||||
- m_ExpressionIndex: 13
|
||||
m_Value: 0.01
|
||||
- m_ExpressionIndex: 19
|
||||
m_Value: 1.43
|
||||
m_Vector2f:
|
||||
m_Array:
|
||||
- m_ExpressionIndex: 25
|
||||
- m_ExpressionIndex: 18
|
||||
m_Value: {x: 0, y: 0}
|
||||
m_Vector3f:
|
||||
m_Array:
|
||||
- m_ExpressionIndex: 23
|
||||
- m_ExpressionIndex: 16
|
||||
m_Value: {x: 10, y: 10, z: 10}
|
||||
- m_ExpressionIndex: 24
|
||||
- m_ExpressionIndex: 17
|
||||
m_Value: {x: 0, y: 0, z: 0}
|
||||
m_Vector4f:
|
||||
m_Array:
|
||||
- m_ExpressionIndex: 11
|
||||
- m_ExpressionIndex: 6
|
||||
m_Value: {x: 100, y: 100, z: 100, w: 100}
|
||||
m_Uint:
|
||||
m_Array:
|
||||
|
@ -895,7 +844,7 @@ VisualEffectResource:
|
|||
m_Value: 640
|
||||
- m_ExpressionIndex: 3
|
||||
m_Value: 64
|
||||
- m_ExpressionIndex: 5
|
||||
- m_ExpressionIndex: 4
|
||||
m_Value: 192
|
||||
m_Int:
|
||||
m_Array: []
|
||||
|
@ -907,23 +856,23 @@ VisualEffectResource:
|
|||
m_Array: []
|
||||
m_NamedObject:
|
||||
m_Array:
|
||||
- m_ExpressionIndex: 1
|
||||
m_Value: {fileID: 2800000, guid: 276d9e395ae18fe40a9b4988549f2349, type: 3}
|
||||
- m_ExpressionIndex: 7
|
||||
m_Value: {fileID: 2800000, guid: 276d9e395ae18fe40a9b4988549f2349, type: 3}
|
||||
- m_ExpressionIndex: 9
|
||||
m_Value: {fileID: 2800000, guid: 276d9e395ae18fe40a9b4988549f2349, type: 3}
|
||||
- m_ExpressionIndex: 26
|
||||
- m_ExpressionIndex: 15
|
||||
m_Value: {fileID: 0}
|
||||
m_Bool:
|
||||
m_Array: []
|
||||
m_ExposedExpressions:
|
||||
- nameId: Azure Color
|
||||
index: 7
|
||||
index: 1
|
||||
- nameId: Azure Depth
|
||||
index: 9
|
||||
index: 7
|
||||
- nameId: Resolution
|
||||
index: 0
|
||||
- nameId: Spectrum Value 1
|
||||
index: 2
|
||||
index: 19
|
||||
m_Buffers:
|
||||
- type: 1
|
||||
size: 4096000
|
||||
|
@ -1066,9 +1015,9 @@ VisualEffectResource:
|
|||
temporaryBuffers: []
|
||||
values:
|
||||
- nameId: Count
|
||||
index: 22
|
||||
index: 14
|
||||
- nameId: Delay
|
||||
index: 25
|
||||
index: 18
|
||||
params: []
|
||||
processor: {fileID: 0}
|
||||
shaderSourceIndex: -1
|
||||
|
@ -1091,9 +1040,9 @@ VisualEffectResource:
|
|||
index: 5
|
||||
values:
|
||||
- nameId: bounds_center
|
||||
index: 24
|
||||
index: 17
|
||||
- nameId: bounds_size
|
||||
index: 23
|
||||
index: 16
|
||||
tasks:
|
||||
- type: 536870912
|
||||
buffers:
|
||||
|
@ -1107,9 +1056,9 @@ VisualEffectResource:
|
|||
index: 0
|
||||
params:
|
||||
- nameId: bounds_center
|
||||
index: 24
|
||||
index: 17
|
||||
- nameId: bounds_size
|
||||
index: 23
|
||||
index: 16
|
||||
processor: {fileID: 0}
|
||||
shaderSourceIndex: 0
|
||||
- type: 805306368
|
||||
|
@ -1120,12 +1069,10 @@ VisualEffectResource:
|
|||
index: 3
|
||||
temporaryBuffers: []
|
||||
values:
|
||||
- nameId: uniform_b
|
||||
index: 19
|
||||
- nameId: texture_b
|
||||
index: 9
|
||||
- nameId: texture_c
|
||||
index: 7
|
||||
- nameId: texture_c
|
||||
index: 1
|
||||
params: []
|
||||
processor: {fileID: 0}
|
||||
shaderSourceIndex: 1
|
||||
|
@ -1140,7 +1087,7 @@ VisualEffectResource:
|
|||
temporaryBuffers: []
|
||||
values:
|
||||
- nameId: localToWorld
|
||||
index: 27
|
||||
index: 20
|
||||
params: []
|
||||
processor: {fileID: 0}
|
||||
shaderSourceIndex: 3
|
||||
|
@ -1153,7 +1100,7 @@ VisualEffectResource:
|
|||
temporaryBuffers: []
|
||||
values:
|
||||
- nameId: baseColorMap
|
||||
index: 26
|
||||
index: 15
|
||||
params:
|
||||
- nameId: sortPriority
|
||||
index: 0
|
||||
|
@ -3650,7 +3597,7 @@ MonoBehaviour:
|
|||
attributes: []
|
||||
m_Direction: 1
|
||||
m_LinkedSlots:
|
||||
- {fileID: 8926484042661615266}
|
||||
- {fileID: 8926484042661615279}
|
||||
--- !u!114 &8926484042661615143
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -4723,7 +4670,7 @@ MonoBehaviour:
|
|||
attributes: []
|
||||
m_Direction: 0
|
||||
m_LinkedSlots:
|
||||
- {fileID: 8926484042661615268}
|
||||
- {fileID: 8926484042661615281}
|
||||
--- !u!114 &8926484042661615179
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -5550,142 +5497,6 @@ MonoBehaviour:
|
|||
m_OutputSlots: []
|
||||
m_Disabled: 0
|
||||
mode: 0
|
||||
--- !u!114 &8926484042661615265
|
||||
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_Parent: {fileID: 114350483966674976}
|
||||
m_Children: []
|
||||
m_UIPosition: {x: 223.47826, y: 31.594166}
|
||||
m_UICollapsed: 0
|
||||
m_UISuperCollapsed: 0
|
||||
m_InputSlots:
|
||||
- {fileID: 8926484042661615266}
|
||||
- {fileID: 8926484042661615267}
|
||||
m_OutputSlots:
|
||||
- {fileID: 8926484042661615268}
|
||||
m_Operands:
|
||||
- name: a
|
||||
type:
|
||||
m_SerializableType: System.Single, 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 &8926484042661615266
|
||||
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_Parent: {fileID: 0}
|
||||
m_Children: []
|
||||
m_UIPosition: {x: 0, y: 0}
|
||||
m_UICollapsed: 1
|
||||
m_UISuperCollapsed: 0
|
||||
m_MasterSlot: {fileID: 8926484042661615266}
|
||||
m_MasterData:
|
||||
m_Owner: {fileID: 8926484042661615265}
|
||||
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: a
|
||||
m_serializedType:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
attributes: []
|
||||
m_Direction: 0
|
||||
m_LinkedSlots:
|
||||
- {fileID: 8926484042661615142}
|
||||
--- !u!114 &8926484042661615267
|
||||
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_Parent: {fileID: 0}
|
||||
m_Children: []
|
||||
m_UIPosition: {x: 0, y: 0}
|
||||
m_UICollapsed: 1
|
||||
m_UISuperCollapsed: 0
|
||||
m_MasterSlot: {fileID: 8926484042661615267}
|
||||
m_MasterData:
|
||||
m_Owner: {fileID: 8926484042661615265}
|
||||
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: b
|
||||
m_serializedType:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
attributes: []
|
||||
m_Direction: 0
|
||||
m_LinkedSlots:
|
||||
- {fileID: 8926484042661615277}
|
||||
--- !u!114 &8926484042661615268
|
||||
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_Parent: {fileID: 0}
|
||||
m_Children: []
|
||||
m_UIPosition: {x: 0, y: 0}
|
||||
m_UICollapsed: 1
|
||||
m_UISuperCollapsed: 0
|
||||
m_MasterSlot: {fileID: 8926484042661615268}
|
||||
m_MasterData:
|
||||
m_Owner: {fileID: 8926484042661615265}
|
||||
m_Value:
|
||||
m_Type:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
m_SerializableObject:
|
||||
m_Space: 2147483647
|
||||
m_Property:
|
||||
name:
|
||||
m_serializedType:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
attributes: []
|
||||
m_Direction: 1
|
||||
m_LinkedSlots:
|
||||
- {fileID: 8926484042661615178}
|
||||
--- !u!114 &8926484042661615269
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -5722,9 +5533,7 @@ MonoBehaviour:
|
|||
m_Tooltip:
|
||||
m_Nodes:
|
||||
- m_Id: 0
|
||||
linkedSlots:
|
||||
- outputSlot: {fileID: 8926484042661615270}
|
||||
inputSlot: {fileID: 8926484042661615272}
|
||||
linkedSlots: []
|
||||
position: {x: -237, y: 137}
|
||||
expandedSlots: []
|
||||
expanded: 0
|
||||
|
@ -5752,7 +5561,7 @@ MonoBehaviour:
|
|||
m_Type:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
m_SerializableObject: 1
|
||||
m_SerializableObject: 1.43
|
||||
m_Space: 2147483647
|
||||
m_Property:
|
||||
name: o
|
||||
|
@ -5761,9 +5570,8 @@ MonoBehaviour:
|
|||
PublicKeyToken=b77a5c561934e089
|
||||
attributes: []
|
||||
m_Direction: 1
|
||||
m_LinkedSlots:
|
||||
- {fileID: 8926484042661615272}
|
||||
--- !u!114 &8926484042661615271
|
||||
m_LinkedSlots: []
|
||||
--- !u!114 &8926484042661615278
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
|
@ -5772,116 +5580,29 @@ MonoBehaviour:
|
|||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 0a02ebe9815b1084495277ae39c6c270, type: 3}
|
||||
m_Script: {fileID: 11500000, guid: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_Parent: {fileID: 114350483966674976}
|
||||
m_Children: []
|
||||
m_UIPosition: {x: -33, y: 96}
|
||||
m_UIPosition: {x: 223.47826, y: 31.594166}
|
||||
m_UICollapsed: 0
|
||||
m_UISuperCollapsed: 0
|
||||
m_InputSlots:
|
||||
- {fileID: 8926484042661615272}
|
||||
- {fileID: 8926484042661615273}
|
||||
- {fileID: 8926484042661615274}
|
||||
- {fileID: 8926484042661615275}
|
||||
- {fileID: 8926484042661615276}
|
||||
- {fileID: 8926484042661615279}
|
||||
- {fileID: 8926484042661615280}
|
||||
m_OutputSlots:
|
||||
- {fileID: 8926484042661615277}
|
||||
m_Type:
|
||||
- m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
- m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
- m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
- m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
- m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
m_Clamp: 1
|
||||
--- !u!114 &8926484042661615272
|
||||
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_Parent: {fileID: 0}
|
||||
m_Children: []
|
||||
m_UIPosition: {x: 0, y: 0}
|
||||
m_UICollapsed: 1
|
||||
m_UISuperCollapsed: 0
|
||||
m_MasterSlot: {fileID: 8926484042661615272}
|
||||
m_MasterData:
|
||||
m_Owner: {fileID: 8926484042661615271}
|
||||
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: input
|
||||
m_serializedType:
|
||||
- {fileID: 8926484042661615281}
|
||||
m_Operands:
|
||||
- name: a
|
||||
type:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
attributes:
|
||||
- m_Type: 3
|
||||
m_Min: -Infinity
|
||||
m_Max: Infinity
|
||||
m_Tooltip: The value to be remapped into the new range.
|
||||
m_Regex:
|
||||
m_RegexMaxLength: 0
|
||||
m_Direction: 0
|
||||
m_LinkedSlots:
|
||||
- {fileID: 8926484042661615270}
|
||||
--- !u!114 &8926484042661615273
|
||||
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_Parent: {fileID: 0}
|
||||
m_Children: []
|
||||
m_UIPosition: {x: 0, y: 0}
|
||||
m_UICollapsed: 1
|
||||
m_UISuperCollapsed: 0
|
||||
m_MasterSlot: {fileID: 8926484042661615273}
|
||||
m_MasterData:
|
||||
m_Owner: {fileID: 8926484042661615271}
|
||||
m_Value:
|
||||
m_Type:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
m_SerializableObject: -10
|
||||
m_Space: 2147483647
|
||||
m_Property:
|
||||
name: oldRangeMin
|
||||
m_serializedType:
|
||||
- name: b
|
||||
type:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
attributes:
|
||||
- m_Type: 3
|
||||
m_Min: -Infinity
|
||||
m_Max: Infinity
|
||||
m_Tooltip: The start of the old range.
|
||||
m_Regex:
|
||||
m_RegexMaxLength: 0
|
||||
m_Direction: 0
|
||||
m_LinkedSlots: []
|
||||
--- !u!114 &8926484042661615274
|
||||
--- !u!114 &8926484042661615279
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
|
@ -5898,89 +5619,9 @@ MonoBehaviour:
|
|||
m_UIPosition: {x: 0, y: 0}
|
||||
m_UICollapsed: 1
|
||||
m_UISuperCollapsed: 0
|
||||
m_MasterSlot: {fileID: 8926484042661615274}
|
||||
m_MasterSlot: {fileID: 8926484042661615279}
|
||||
m_MasterData:
|
||||
m_Owner: {fileID: 8926484042661615271}
|
||||
m_Value:
|
||||
m_Type:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
m_SerializableObject: 100
|
||||
m_Space: 2147483647
|
||||
m_Property:
|
||||
name: oldRangeMax
|
||||
m_serializedType:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
attributes:
|
||||
- m_Type: 3
|
||||
m_Min: -Infinity
|
||||
m_Max: Infinity
|
||||
m_Tooltip: The end of the old range.
|
||||
m_Regex:
|
||||
m_RegexMaxLength: 0
|
||||
m_Direction: 0
|
||||
m_LinkedSlots: []
|
||||
--- !u!114 &8926484042661615275
|
||||
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_Parent: {fileID: 0}
|
||||
m_Children: []
|
||||
m_UIPosition: {x: 0, y: 0}
|
||||
m_UICollapsed: 1
|
||||
m_UISuperCollapsed: 0
|
||||
m_MasterSlot: {fileID: 8926484042661615275}
|
||||
m_MasterData:
|
||||
m_Owner: {fileID: 8926484042661615271}
|
||||
m_Value:
|
||||
m_Type:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
m_SerializableObject: 0
|
||||
m_Space: 2147483647
|
||||
m_Property:
|
||||
name: newRangeMin
|
||||
m_serializedType:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
attributes:
|
||||
- m_Type: 3
|
||||
m_Min: -Infinity
|
||||
m_Max: Infinity
|
||||
m_Tooltip: The start of the new range.
|
||||
m_Regex:
|
||||
m_RegexMaxLength: 0
|
||||
m_Direction: 0
|
||||
m_LinkedSlots: []
|
||||
--- !u!114 &8926484042661615276
|
||||
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_Parent: {fileID: 0}
|
||||
m_Children: []
|
||||
m_UIPosition: {x: 0, y: 0}
|
||||
m_UICollapsed: 1
|
||||
m_UISuperCollapsed: 0
|
||||
m_MasterSlot: {fileID: 8926484042661615276}
|
||||
m_MasterData:
|
||||
m_Owner: {fileID: 8926484042661615271}
|
||||
m_Owner: {fileID: 8926484042661615278}
|
||||
m_Value:
|
||||
m_Type:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
|
@ -5988,20 +5629,15 @@ MonoBehaviour:
|
|||
m_SerializableObject: 1
|
||||
m_Space: 2147483647
|
||||
m_Property:
|
||||
name: newRangeMax
|
||||
name: a
|
||||
m_serializedType:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
attributes:
|
||||
- m_Type: 3
|
||||
m_Min: -Infinity
|
||||
m_Max: Infinity
|
||||
m_Tooltip: The end of the new range.
|
||||
m_Regex:
|
||||
m_RegexMaxLength: 0
|
||||
attributes: []
|
||||
m_Direction: 0
|
||||
m_LinkedSlots: []
|
||||
--- !u!114 &8926484042661615277
|
||||
m_LinkedSlots:
|
||||
- {fileID: 8926484042661615142}
|
||||
--- !u!114 &8926484042661615280
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
|
@ -6018,9 +5654,43 @@ MonoBehaviour:
|
|||
m_UIPosition: {x: 0, y: 0}
|
||||
m_UICollapsed: 1
|
||||
m_UISuperCollapsed: 0
|
||||
m_MasterSlot: {fileID: 8926484042661615277}
|
||||
m_MasterSlot: {fileID: 8926484042661615280}
|
||||
m_MasterData:
|
||||
m_Owner: {fileID: 8926484042661615271}
|
||||
m_Owner: {fileID: 8926484042661615278}
|
||||
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: b
|
||||
m_serializedType:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
PublicKeyToken=b77a5c561934e089
|
||||
attributes: []
|
||||
m_Direction: 0
|
||||
m_LinkedSlots: []
|
||||
--- !u!114 &8926484042661615281
|
||||
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_Parent: {fileID: 0}
|
||||
m_Children: []
|
||||
m_UIPosition: {x: 0, y: 0}
|
||||
m_UICollapsed: 1
|
||||
m_UISuperCollapsed: 0
|
||||
m_MasterSlot: {fileID: 8926484042661615281}
|
||||
m_MasterData:
|
||||
m_Owner: {fileID: 8926484042661615278}
|
||||
m_Value:
|
||||
m_Type:
|
||||
m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral,
|
||||
|
@ -6035,4 +5705,4 @@ MonoBehaviour:
|
|||
attributes: []
|
||||
m_Direction: 1
|
||||
m_LinkedSlots:
|
||||
- {fileID: 8926484042661615267}
|
||||
- {fileID: 8926484042661615178}
|
||||
|
|
|
@ -77,7 +77,6 @@ namespace cylvester
|
|||
if (playableDirector.state == PlayState.Paused)
|
||||
return;
|
||||
|
||||
|
||||
if (!(Time.fixedUnscaledTime >= transitionTargetRealtime_)) // check if Transition has not finished yet
|
||||
{
|
||||
if (!transitionDirectionReverse_) // if transition direction forward, speed becomes positive
|
||||
|
|
|
@ -12,11 +12,11 @@ MonoBehaviour:
|
|||
m_Script: {fileID: 11500000, guid: daa4216d09a83dc479a7ee221b2a5bf9, type: 3}
|
||||
m_Name: AzureSettings
|
||||
m_EditorClassIdentifier:
|
||||
_autoExposure: 0
|
||||
_autoExposure: 1
|
||||
_exposure: 1
|
||||
_autoWhiteBalance: 0
|
||||
_whiteBalance: 0.5
|
||||
_brightness: 0.448
|
||||
_autoWhiteBalance: 1
|
||||
_whiteBalance: 0
|
||||
_brightness: 0
|
||||
_contrast: 0.5
|
||||
_saturation: 0.5
|
||||
_sharpness: 0.5
|
||||
|
|
|
@ -133,7 +133,7 @@ Material:
|
|||
m_Colors:
|
||||
- _ClipRect: {r: -32767, g: -32767, b: 32767, a: 32767}
|
||||
- _EnvMatrixRotation: {r: 0, g: 0, b: 0, a: 0}
|
||||
- _FaceColor: {r: 1, g: 1, b: 1, a: 1}
|
||||
- _FaceColor: {r: 0, g: 0, b: 0, a: 1}
|
||||
- _GlowColor: {r: 0, g: 1, b: 0, a: 0.5}
|
||||
- _MaskCoord: {r: 0, g: 0, b: 32767, a: 32767}
|
||||
- _OutlineColor: {r: 0, g: 0, b: 0, a: 1}
|
||||
|
|
|
@ -56,7 +56,7 @@ Material:
|
|||
- _WeightNormal: 0
|
||||
m_Colors:
|
||||
- _ClipRect: {r: -32767, g: -32767, b: 32767, a: 32767}
|
||||
- _FaceColor: {r: 0, g: 0, b: 0, a: 1}
|
||||
- _FaceColor: {r: 1, g: 0, b: 0, a: 1}
|
||||
- _OutlineColor: {r: 0, g: 0, b: 0, a: 1}
|
||||
- _UnderlayColor: {r: 0, g: 0, b: 0, a: 0.5}
|
||||
--- !u!114 &11400000
|
||||
|
|
|
@ -17,7 +17,7 @@ TagManager:
|
|||
- VFX
|
||||
- IgnoreReflection
|
||||
- NoShadows
|
||||
-
|
||||
- IgnoreDOF
|
||||
-
|
||||
-
|
||||
-
|
||||
|
|
Loading…
Reference in a new issue