Search Issue Tracker
By Design
Votes
0
Found in
2021.1.0a6
2021.1.0b11
2021.2
Issue ID
1322136
Regression
Yes
Build Aborted/Build Interrupted error briefly appears in the Console window when creating 2 scripts in quick succession
Reproduction steps:
1. Create a new Unity project
2. Create a new C# Script: Right-click in Project window > Create > C# Script
3. While the first script is compiling create another C# script and observe the Console window
Expected result: no errors appear
Actual result: an error briefly appears before disappearing
Reproducible with: 2021.1.0a6, 2021.1.1f1, 2021.2.0a10
Not reproducible with: 2018.4.33f1, 2019.4.22f1, 2020.3.1f1, 2021.1.0a5
Notes:
-In all reproducible versions one of the two errors appears: "Build aborted" or "Build interrupted".
-I've managed to record one more error using Unity 2021.2.0a10: “Internal build system error. Backend exited with code 1.”, and couldn't reproduce it a second time.
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note:
This is actually by design: whenever a script is edited while a compilation is running, we cancel the current compilation to spin a new one with the new change.