Search Issue Tracker
Fixed
Votes
0
Found in
2019.2.17f1
2019.3
Issue ID
1221833
Regression
No
Script using System.IO.Compression has errors until other blank file is moved from Editor folder
How to reproduce:
1. Open the attached Temp.zip project
2. Go to the project window/Assets/Editor
3. Select Blank.cs and drag it to the Assets folder
4. Inspect the Console window, there are no errors there
5. Select Blank.cs and drag it to the Editor folder
Actual: Errors are thrown in the Console window (see the repro.mov attached)
Reproducible with: 2019.3.0a2, 2019.3.8f1
Not reproducible with: 2017.4.39f1, 2018.20f1, 2019.2.21f1, 2020.1.0b4, 2020.2.0a5
Note:
- If you create an empty script directly in the Editor folder the errors are not present, but dragging it back and forth from Editor to Assets folder and back causes the errors again
- See the full errors in the Edit section
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