Import Asset Store scrap/character packs (LFS-backed)
Packs: Floreswa (characters), Junk Car Parts, Junkyard models, LB3D lowpoly. 159 binaries (png/obj/fbx/jpg) stored via Git LFS; Unity YAML (prefab/mat/ scene/asset) kept as normal text. Perftest run artifacts gitignored. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b56a34de83
commit
7ebc175151
745 changed files with 86882 additions and 0 deletions
|
|
@ -0,0 +1,24 @@
|
|||
// Unlit alpha-blended shader.
|
||||
// - no lighting
|
||||
// - no lightmap support
|
||||
// - no per-material color
|
||||
|
||||
Shader "Unlit/TransparentDoubleSided" {
|
||||
Properties {
|
||||
_MainTex ("Base (RGB) Trans (A)", 2D) = "white" {}
|
||||
}
|
||||
|
||||
SubShader {
|
||||
Tags {"Queue"="Transparent" "IgnoreProjector"="True" "RenderType"="Transparent"}
|
||||
LOD 100
|
||||
Cull Off
|
||||
|
||||
ZWrite Off
|
||||
Blend SrcAlpha OneMinusSrcAlpha
|
||||
|
||||
Pass {
|
||||
Lighting Off
|
||||
SetTexture [_MainTex] { combine texture }
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue