Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.5.0-pre.3
Issue ID
1300368
Regression
Yes
[Burst] Message Box warning to restart the Editor no longer thrown after changing Burst version
How to reproduce:
1. Create a new Unity project
2. Install Burst package
3. Change version of Burst
Expected results: A Message box is thrown that notifies you need to restart the Editor
Actual results: No warning is thrown, because "error CS0006: Metadata file '/Library/PackageCache/com.unity.burst@1.4.3/Unity.Burst.Unsafe.dll' could not be found" is thrown disrupting the process when upgrading/downgrading
Reproducible with: 2020.2.0f1, 2020.2.2f1 (Burst 1.1.1 - 1.5.0-pre.3)
Does not reproduce with: 2018.4.30f1, 2019.4.17f1, 2020.1.17f1, 2020.2.0b14, 2021.1.0a1, 2021.1.0b1 (Burst 1.1.1 - 1.5.0-pre.3)
Comments (1)
-
Th0re
Mar 23, 2021 12:30
Bug as described above seen in 2020.3.0f1. Fortunately, searching for the message led me here, and a simple restart fixed it.
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
- Crash on AudioMixer::GetFMODChannelGroup when entering Play Mode in a specific project
- Prefabs with "Flags" enum properties result in "IndexOutOfRangeException" when trying to commit/revert
- The Camera first person mode in Cameras overlay is greyed out and not clickable when the Editor is restarted with the Game View focused
- Scene View doesn't select the Canvas when it's clicked with the View Tool
- Transform fields are impossible to edit when Inspector window is resized
Resolution Note:
Bug is not reproducible in 2019.4, 2020.1, 2021.1 versions of Unity