Search Issue Tracker
By Design
By Design in 6000.5.X
Votes
1
Found in
6000.0.54f1
6000.1.13f1
6000.2.0b11
6000.3.0a3
6000.4.0a1
6000.5.0a1
Issue ID
UUM-112456
Regression
No
Domain reload triggered after disabling Auto Refresh when creating/deleting a script inside a project
How to reproduce:
1. Create any new project
2. Set the “Auto Refresh” property to “Disabled” (Edit → Preferences → Auto Refresh)
3. Create any new Script inside the Assets folder
4. Observe the “Reloading Domain” loading bar appear
Expected result: The domain reload is not triggered
Actual result: The domain is reloaded
Reproducible with: 2023.1.0a1, 6000.0.54f1, 6000.1.13f1, 6000.2.0b11, 6000.3.0a3
Reproduced on: Windows 10 (User), Windows 11
Not reproduced on: No other environment tested
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
- Text cursor remains visible when hovering over Command Line Arguments scrollbar in Unity Hub
- UI Builder’s "Background" icons for Repeat Y/X, Position X/Y and Slice Type are low quality and blurry in the Inspector window
- “X” button in Editor version search filter is difficult to see when Unity Hub theme is set to Dark
- [Android] The y-value of Input.mouseScrollDelta is positive when scrolling in both directions in the Player
- Crash on TexturesD3D11Base::SetTexture when using DirectX11
Resolution Note:
Disabling Autorefresh only disables refreshes triggerd by switching away from Unity Editor and back, it does not disable all refreshes.
Creating or modifying a script will always trigger a refresh because we have to incorporate the new/modified script into the existing scripting domain
Resolution Note (6000.5.X):
Disabling Autorefresh only disables refreshes triggerd by switching away from Unity Editor and back, it does not disable all refreshes.
Creating or modifying a script will always trigger a refresh because we have to incorporate the new/modified script into the existing scripting domain