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.
我在 2D 游戏的画布中使用了一些简单的按钮,没有灯光,或者我没有通过代码对按钮的亮度做任何事情。按钮通常在场景视图中显示,但这些按钮在游戏视图中就像在它们上放灯一样发光。这是什么原因?我该如何解决?你可以在下面的图片中看到我的意思。
https://imgur.com/g0sQujE
我检查了按钮的图像属性和相机渲染设置,但没有找到任何东西。
您在精灵上有一个渐变以提供黄橙色混合效果,如果您想要纯色,则需要更改精灵或使透明按钮成为纯色精灵的子元素。