Search Issue Tracker
Fixed in 1.3.0
Votes
0
Found in [Package]
2019.3
2019.3.1f1
2020.1
Issue ID
1220989
Regression
No
Package version changes while Unity is running cause Play Mode compiler errors which go away after the Editor is restarted
How to reproduce:
1. Open the "RandomBugs.zip" project
2. Change the Packages/manifest.json with Packages/Repromanifest.json
3. In the project view, perform RMB > Refresh
4. Enter Play mode
5. Notice the errors in the Console
6. Exit Unity
7. Open the project again
8. Enter Play Mode
9. Notice that there are no errors in the Console
Actual result: Unity fails to successfully re-compile scripts for the first time and causes errors in the Console.
Expected result: Unity successfully re-compiles scripts in the first time.
Reproducible with: 2018.4.23f1, 2019.4.0f1, 2020.1.0b11, 2020.2.0a13
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
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
- ShadowCaster2D breaks on certain Rotation positions when Casting Source is set to PolygonCollider2D
Resolution Note (fix version 1.3.0):
This is fixed in 1.3.0 but still requires a restart of the editor. There should be a popup dialog notifying that the editor should be restarted.