Search Issue Tracker
By Design
Votes
0
Found in
5.6.0f3
Issue ID
914818
Regression
No
Different normal map image is copied when copying texture2d in editor script's public variable
To reproduce:
1. Open user's project in Unity, open scene 0
2. Delete copied texture file in Project window
3. In main camera's Inspector window find Test Normal script's public variable's field (type: Texture2d)
4. In mentioned script's component click Copy
Expected: texture is copied identically (check project view or mentioned script component)
Actual: texture copied is not visually identical
Reproduced in: 5.5.3p3, 5.6.0f3, 5.6.1p1, 2017.1.0b7, 2017.2.0a1
Note: couldn't test on earlier versions - feature wasn't available
Note: visible mismatches of textures (black in project view, blue in inspector selection (script component) and red in inspector's preview
Note: bug results differ across versions (check pictures attached)
Note: switching original texture's type in project view from normal to any other and back to normal turns project view icon black from 2017.1.0b7
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment