Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 2017.1.X, 2017.2.X
Votes
3
Found in
2017.1.0f3
Issue ID
933023
Regression
No
Incorrect color calculation in linear color space using sprites packed with Sprite Atlas
How to reproduce:
1. Open user-supplied project
2. Load scene "scene"
3. Hit play and observe the Game View
Expected result: Both Images are the same color.
Actual result: Image on the right is brighter than the image on the left.
Reproducible with: 2017.2.0b3, 2017.1.0f3, 2017.1.0a5
Not reproducible with all versions prior to 2017.1.0a5 due to Sprite Atlas not being implemented yet.
Fixed in: 2017.1.1p1, 2017.2.0b9, 2017.3.0a5
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Sluggy
Oct 12, 2017 05:42
Had this problem myself and was about to make a report when I saw this thread. it provides a simple, yet, unnecessary workaround. Basically, you can fix it if you view the Atlas with the inspector set to Debug mode.
https://forum.unity.com/threads/sprite-packer-does-not-work-correctly-with-linear-color-space.498439/
BlandonDu
Jul 31, 2017 16:53
Same here, this actually makes the sprite atlas nearly useless since no way to access correct the color space even via the UI-default.shader replacement.