add some extra assets FX and SFX
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
Shader "Noble Muffins/Doublesided (One-Tex, Unlit)" {
|
||||
Properties
|
||||
{
|
||||
_MainTex ("Base (RGB)", 2D) = "white" { }
|
||||
}
|
||||
|
||||
Category
|
||||
{
|
||||
ZWrite On
|
||||
SubShader
|
||||
{
|
||||
Lighting Off
|
||||
Pass
|
||||
{
|
||||
Cull Off
|
||||
SetTexture [_MainTex]
|
||||
{
|
||||
Combine texture
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8a0fc22689a42164d8e0f3c725f81efa
|
||||
ShaderImporter:
|
||||
userData:
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 40995
|
||||
packageName: Game Kit Controller - Shooter Melee Adventure FPS TPS Creator 3D +
|
||||
2.5D
|
||||
packageVersion: 3.77h
|
||||
assetPath: Assets/Game Kit Controller/Integrations/LimbHacker-master/Muffin Shaders/Doublesided
|
||||
(One-Tex).shader
|
||||
uploadId: 889948
|
||||
@@ -0,0 +1,36 @@
|
||||
Shader "Noble Muffins/Doublesided (Two-Tex, Unlit)" {
|
||||
Properties
|
||||
{
|
||||
_MainTex ("Base (RGB)", 2D) = "white" { }
|
||||
_InsideTex ("Insides (RGB)", 2D) = "white" { }
|
||||
}
|
||||
|
||||
Category
|
||||
{
|
||||
BindChannels {
|
||||
Bind "Vertex", vertex
|
||||
Bind "texcoord", texcoord0
|
||||
}
|
||||
ZWrite On
|
||||
SubShader
|
||||
{
|
||||
Lighting Off
|
||||
Pass
|
||||
{
|
||||
Cull Back
|
||||
SetTexture [_MainTex]
|
||||
{
|
||||
Combine texture
|
||||
}
|
||||
}
|
||||
Pass
|
||||
{
|
||||
Cull Front
|
||||
SetTexture [_InsideTex]
|
||||
{
|
||||
Combine texture
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 30bcbee2f14916c4b9e4eee73ef72669
|
||||
ShaderImporter:
|
||||
userData:
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 40995
|
||||
packageName: Game Kit Controller - Shooter Melee Adventure FPS TPS Creator 3D +
|
||||
2.5D
|
||||
packageVersion: 3.77h
|
||||
assetPath: Assets/Game Kit Controller/Integrations/LimbHacker-master/Muffin Shaders/Doublesided
|
||||
(Two-Tex).shader
|
||||
uploadId: 889948
|
||||
@@ -0,0 +1,32 @@
|
||||
Shader "Noble Muffins/Doublesided (One-Tex, Lit)" {
|
||||
Properties
|
||||
{
|
||||
_MainTex ("Base (RGB)", 2D) = "white" { }
|
||||
}
|
||||
|
||||
Category
|
||||
{
|
||||
BindChannels {
|
||||
Bind "Vertex", vertex
|
||||
Bind "texcoord", texcoord0
|
||||
Bind "Normal", normal
|
||||
}
|
||||
ZWrite On
|
||||
SubShader
|
||||
{
|
||||
Lighting On
|
||||
Pass
|
||||
{
|
||||
Material {
|
||||
Diffuse (1,1,1,1)
|
||||
Ambient (1,1,1,1)
|
||||
}
|
||||
Cull Off
|
||||
SetTexture [_MainTex]
|
||||
{
|
||||
Combine texture * primary DOUBLE
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bef35ec13621a41278876f2e161cb9d7
|
||||
ShaderImporter:
|
||||
userData:
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 40995
|
||||
packageName: Game Kit Controller - Shooter Melee Adventure FPS TPS Creator 3D +
|
||||
2.5D
|
||||
packageVersion: 3.77h
|
||||
assetPath: Assets/Game Kit Controller/Integrations/LimbHacker-master/Muffin Shaders/Doublesided
|
||||
Lit (One-Tex).shader
|
||||
uploadId: 889948
|
||||
@@ -0,0 +1,41 @@
|
||||
Shader "Noble Muffins/Doublesided (Two-Tex, Lit)" {
|
||||
Properties
|
||||
{
|
||||
_MainTex ("Base (RGB)", 2D) = "white" { }
|
||||
_InsideTex ("Insides (RGB)", 2D) = "white" { }
|
||||
}
|
||||
|
||||
Category
|
||||
{
|
||||
BindChannels {
|
||||
Bind "Vertex", vertex
|
||||
Bind "texcoord", texcoord0
|
||||
Bind "Normal", normal
|
||||
}
|
||||
ZWrite On
|
||||
SubShader
|
||||
{
|
||||
Lighting On
|
||||
Pass
|
||||
{
|
||||
Material {
|
||||
Diffuse (1,1,1,1)
|
||||
Ambient (1,1,1,1)
|
||||
}
|
||||
Cull Back
|
||||
SetTexture [_MainTex]
|
||||
{
|
||||
Combine texture * primary DOUBLE
|
||||
}
|
||||
}
|
||||
Pass
|
||||
{
|
||||
Cull Front
|
||||
SetTexture [_InsideTex]
|
||||
{
|
||||
Combine texture * primary DOUBLE
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 390671b0fa2e54bd3b756d58f34bce9c
|
||||
ShaderImporter:
|
||||
userData:
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 40995
|
||||
packageName: Game Kit Controller - Shooter Melee Adventure FPS TPS Creator 3D +
|
||||
2.5D
|
||||
packageVersion: 3.77h
|
||||
assetPath: Assets/Game Kit Controller/Integrations/LimbHacker-master/Muffin Shaders/Doublesided
|
||||
Lit (Two-Tex).shader
|
||||
uploadId: 889948
|
||||
Reference in New Issue
Block a user