Search Issue Tracker
By Design
By Design in 2023.1.X
Votes
3
Found in
2020.3.44f1
2021.3.16f1
2022.1.24f1
2022.2.2f1
2023.1.0a25
Issue ID
UUM-27641
Regression
No
“Recompile And Continue Playing” setting is ignored when the "Auto Refresh” setting is set to “Disabled”
Reproduction steps:
1. Open the “TestRecompileAfterPlaying” Project
2. Open the “Assets/Test.unity” Scene
3. In the top menu open Unity → Settings Window
4. Under the “General” section set “Script Changes While Playing” to “Recompile And Continue Playing”
5. Under the “Asset Pipeline” section set “Auto Refresh” to “Disabled”
6. Enter the Play Mode
7. Open the “Assets/Test.cs” script and uncomment line 11 to produce an error in the script and save it
Expected results: The script is recompiled and an error is thrown
Actual results: The script is not recompiled
Reproducible with: 2020.3.44f1, 2021.3.16f1, 2022.1.24f1, 2022.2.2f1, 2023.1.0a25
Reproduced on: Intel MacOS 13.1
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
- Non-standard error icon is used in Shader Graph
- GameObject drops to the last position in the Hierarchy when a RectTransform Component is added
- 'NullReferenceException' error is thrown when the Tutorials window is closed and the "Welcome Dialog" is pressed
- Mouse Postion can become max value or infinity when using touch input with Legacy Input Module
- Crash on RaiseException when creating a multiplayer room while toggling UI
Resolution Note:
This is expected behavior. A refresh is needed for the editor to pick up changes.
Resolution Note (2023.1.X):
This is expected behavior. A refresh is needed for the editor to pick up changes.