Search Issue Tracker
Fixed in 2018.3.X
Votes
2
Found in
2017.3.0b10
Issue ID
972468
Regression
No
CommandBuffer.CopyTexture 4th method variant doesn't work
How to reproduce:
1. Open Unity
2. Load tester-submitted project
3. Open 'copyTextureTest.unity' scene
4. Play the scene
5. Go to 'Main Camera' object
6. Investigate each Texture in 'CopyTextureTest' script
Expected result: All textures contains the same color
Actual result: 'Dst Tex 64' and 'Dst Tex 32_A' have no data that resembles 'Src Tex' Texture.
Notes:
It seems that the method only writes first source texture element to the destination texture.
Reproducible with - 5.6.4p3, 2017.1.2p3, 2017.2.0p4, 2017.3.0b11, 2018.1.0a7
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Layer Collision Matrix expansion causes extra scrollbar in Physics Settings
- The Decal Projector component Scene view editing tools are not visible in the Inspector window when Editor theme is set to Light
- An “Assertion failed on expression” error is thrown when building an AssetBundle and two assets have the same name
- Real delta time is different than deltaTime and uscaledDeltaTimeFixed when using multiple monitors with different refresh frequencies set in Windows options
- Persisted event listeners are reset when collapsing and expanding a component in the Inspector
Add comment