Search Issue Tracker
Won't Fix
Won't Fix in 2021.2.X
Votes
12
Found in
2021.2.0a11
Issue ID
UUM-3558
Regression
Yes
"Hold on" popup hangs on "Importing assets" when changing script if Visual Studio is opened while in Play Mode
How to reproduce:
1. Create a 3D project
2. Create and attach a script to anything in Hierarchy
3. Open the script and add a line of code (e.g. "int d;")
4. Click back on the Editor in order for recompilation to begin
Expected result: Recompilation occurs and the "Hold on" popup closes
Actual result: "Hold on" popup hangs on "Importing assets"
Reproducible with: 2020.2.4f1, 2020.3.2f1, 2021.1.0b5, 2021.2.0a11
Not reproducible with: 2018.4.33f1, 2019.4.23f1, 2020.2.3f1, 2021.1.0b4
Note:
1. Can reproduce in two ways, before opening the script entering Play Mode, or without entering Play Mode
2. Can reproduce by just opening a Script
3. If in Preferences of External Tools of IDE is set to "Open by file extension", doesn't seem to reproduce after choosing this setting and reloading Unity and VS.
Add comment
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
Resolution Note:
There are no fixes planned for this Bug
Resolution Note (2021.2.X):
Unable to repro, also checked the FogBugz it also seems others had issue reproing, so closing until we get a consistent repro.
Also, this is probably the most common scripting workflow (add a variable and recompile). If there were an issue in this area, there would be way, way more reports about it. Just my 2 cents