New default lit shader.

New default lit shader.
Removed unused gizmos.
Updated preset.
This commit is contained in:
max
2021-01-21 13:59:55 +01:00
parent 8d1120a826
commit 7c94fd6143
8 changed files with 4534 additions and 6523 deletions

View File

@ -85,11 +85,7 @@ namespace TAO.VertexAnimation.Editor
{
if (materialShader == null)
{
materialShader = Shader.Find("VA_VertexAnimationBase");
if (materialShader == null)
{
materialShader = Shader.Find("Shader Graphs/VA_VertexAnimationBase");
}
materialShader = Shader.Find("TAO/Lit");
}
}