mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-11 17:48:45 +08:00
[unity] Remove extra fields from default shaders.
This commit is contained in:
parent
1246bf85c6
commit
d83361e8f0
@ -8,7 +8,7 @@ Shader "Spine/Skeleton Tint" {
|
||||
Properties {
|
||||
_Color ("Tint Color", Color) = (1,1,1,1)
|
||||
_Black ("Black Point", Color) = (0,0,0,0)
|
||||
_MainTex ("MainTex", 2D) = "black" {}
|
||||
[NoScaleOffset] _MainTex ("MainTex", 2D) = "black" {}
|
||||
_Cutoff ("Shadow alpha cutoff", Range(0,1)) = 0.1
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Shader "Spine/Skeleton" {
|
||||
Properties {
|
||||
_Cutoff ("Shadow alpha cutoff", Range(0,1)) = 0.1
|
||||
_MainTex ("Texture to blend", 2D) = "black" {}
|
||||
[NoScaleOffset] _MainTex ("Texture to blend", 2D) = "black" {}
|
||||
}
|
||||
// 2 texture stage GPUs
|
||||
SubShader {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Shader "Spine/Skeleton Lit" {
|
||||
Properties {
|
||||
_Cutoff ("Shadow alpha cutoff", Range(0,1)) = 0.1
|
||||
_MainTex ("Texture to blend", 2D) = "black" {}
|
||||
[NoScaleOffset] _MainTex ("Texture to blend", 2D) = "black" {}
|
||||
}
|
||||
// 2 texture stage GPUs
|
||||
SubShader {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user