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.
我在 TreeIt 树生成器中制作了一些树并将其导入 Unity。直到我将 dds 文件转换为 jpg 文件并开始这样做之前都很好:
我知道它与透明度有关,但我不知道如何解决它。我还从编辑器中导出了一些其他的纹理,我不明白如何使用(比如紫色的)。
JPG不支持透明度,因为它使用RGB颜色空间。您应该使用允许透明度的格式,例如PNG。