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.
我在 Unity 中创建了一个简单的热变形着色器图。在 Shader Graph 预览中,它看起来不错:
但是当我尝试在场景中使用它时,它似乎搞砸了:
精灵不使用着色器中的 alpha 值,而是简单地从导入设置中裁剪到 Outline 参数。这是着色器图本身:
我正在使用 URP,Unity 2021。我做错了什么?