Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2017.3.0b9
2019.4
2020.2
Issue ID
979487
Regression
No
Texture2D.ReadPixels does not take into account the specified depthSlice
How to reproduce:
1. Open the user's attached "979487_ReadPixel.zip" project
2. Open the Test Runner window (Window -> General -> Test Runner)
3. Press "Run All" in the Test Runner window
Expected result: Test passes because ReadPixels() reads the specified slice and applies to a Texture2D, which is then checked against the source pixel data and matches
Actual result: Test fails on the second (index 1) slice, as ReadPixels() only reads the first (index 0) slice, even when specified otherwise. This then does not match the second slice of the source data, as it's reading the first slice
Reproducible with: 2019.4.10f1, 2020.1.6f1, 2020.2.0b3
Could not test with: 2018.4.27f1 (Crashes when downgrading)
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
- "NullReferenceException: Object reference not set to an instance of an object" error is thrown when attempting to remove a binding in the UIBuilder for a UxmlObjectReference
- Missing script error when clicking “script” link in Cave scene’s Water Sample Description
- [VFX Graph] Set Position Shape Gizmo isn't refreshed after shaper switch
- NullReferenceException is thrown when trying to access volumeStack from the HDCamera class
- Visual artifacts appear when using an Orthographic camera with a Reflection Probe
Resolution Note (fix version 2021.2):
Fixed in: 2021.2.0a10