Unity-Technologies / com.unity.uiwidgets

UIWidgets is a Unity Package which helps developers to create, debug and deploy efficient, cross-platform Apps.
https://unity.cn/uiwidgets
626 stars 78 forks source link

关于unity色彩空间支持 #323

Closed gejin19951116 closed 2 years ago

gejin19951116 commented 2 years ago

我使用uiwidgets在pc项目中制作用户UI。 实际使用中,在伽马色彩空间中,图片颜色正确显示。 在线性色彩空间中,图片颜色会偏淡。 我在官方示例中进行尝试,也发现存在这种情况。 image image image uiwidgets在关闭所有相机后依然能渲染显示,我不知道如何单独调整它,我需要怎么做才能让uiwidgets渲染出来的效果正确在线性空间中显示

zhuxingwei commented 2 years ago

Hi Thanks a lot for the reporting !

Our team is current working on the Linear colorspace issue and our latest solution is inside #318 , which is under review for now and will lands later when all QA tests pass. You can either try this specific branch or wait for the merging of this PR later.

Thanks !

gejin19951116 commented 2 years ago

嗨,非常感谢您的报告!

我们的团队目前正在处理线性空间问题的解决方案,我们最新的解决方案在#318内部,目前正在审查中,稍后将在 QA 后通过交付。您可以尝试这个特定的分支,也可以稍后测试这个 PR 的合并。

谢谢!

非常感谢!我尝试一下这个分支