Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大家好!我正在使用统一的图形系统,但是当我从 split 中获取 Alpha 并将其连接到 Unlit Master 的 Alpha 时,预览消失了,当我将它作为着色器添加到粒子系统时,没有任何效果!!!!问题是什么 ?
结帐AlphaClipThreshold
AlphaClipThreshold
alpha 低于此值的片段将被丢弃。
你的设置为1这意味着任何低于此的东西1都会被剪掉,所以因为你的 alpha 在一个范围内移动0到< 1基本上是“一切”;)
1
0
< 1