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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment