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.
我有四个不同的天空盒,每个赛季都有一个。
如何在 c# 中创建天空盒之间的淡入淡出过渡?
例如,在某个时刻,夏季天空盒淡入秋季天空盒。
谢谢!
您需要在着色器中进行混合,Unify wiki 上有一个可以在两个天空盒之间混合。
您需要使用脚本(使用 material.SetTexture)交换材质中的纹理,当它完成其中 2 个之间的混合以获得在 4 个之间混合的效果。