Skip to content

Commit

Permalink
Highway Fadeout Shader (#309)
Browse files Browse the repository at this point in the history
* Ignore Folder

* Highway Fade Shader
  • Loading branch information
NyxTheShield committed May 12, 2023
1 parent 361cb9f commit 8058f94
Show file tree
Hide file tree
Showing 9 changed files with 2,665 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ Assets/YargInput.cs
# Rider #
.idea/
Packages/com.thenathannator.hidrogen/
Packages/com.thenathannator.plasticband/
Packages/com.thenathannator.plasticband/
Assets/Nyx
74 changes: 74 additions & 0 deletions Assets/Art/Materials/PlayMode/Shader Graphs_HighwayFadeout.mat
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Shader Graphs_HighwayFadeout
m_Shader: {fileID: 4800000, guid: 7433f49c244e4bd4e950f7e638dff1b9, type: 3}
m_ValidKeywords: []
m_InvalidKeywords:
- _SURFACE_TYPE_TRANSPARENT
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap: {}
disabledShaderPasses:
- DepthOnly
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _MainTex:
m_Texture: {fileID: 2800000, guid: f523a11a411b7bb4297a6735d710f047, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _Texture2D:
m_Texture: {fileID: 2800000, guid: e3d1eff848637d141a6f5c8e317d3745, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_Lightmaps:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_LightmapsInd:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_ShadowMasks:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _AlphaClip: 0
- _Blend: 0
- _CastShadows: 1
- _Cull: 2
- _DstBlend: 10
- _QueueControl: 0
- _QueueOffset: 0
- _SrcBlend: 5
- _Surface: 1
- _ZTest: 4
- _ZWrite: 0
- _ZWriteControl: 0
m_Colors:
- _Smooth_Step: {r: 0.41, g: 0.5, b: 0, a: 0}
m_BuildTextureStacks: []
--- !u!114 &4860132860388176657
MonoBehaviour:
m_ObjectHideFlags: 11
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8058f94

Please sign in to comment.