Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
5.6.3f1
Issue ID
947845
Regression
No
Graphics.CopyTexture can not copy texture in Built project if "Read/Write" is not enabled
To reproduce:
1. Download project "NewWorld3.rar" that user sent and open in Unity
2. Open "Scene1" scene
3. Enter Play mode
Note: Observe that all objects in Game window have textures on them
4. Exit Play mode and Build project
5. Run the Build
Expected Result: Like in Editor all objects will have textures on them
Actual Result: Not like in Editor, all object will be white
Note:
- This issue appears only on Built project
- "Graphics.CopyTexture" is in "TextureAtlas.cs"
- Workaround of this issue: If you check "Read/Write" on textures, then everything will work on both Editor and Build
Reproduced on Unity 5.5.4p4, 5.6.3p3, 2017.1.1p1, 2017.2.0b11 and 2017.3.0a7
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
Add comment