Search Issue Tracker
Won't Fix
Won't Fix in 1.8.X
Votes
0
Found in [Package]
1.8.14
Issue ID
BUR-2683
Regression
No
Crash when removing a specific package from Package Manager window
Steps to reproduce:
1. Create and open a new Unity project
2. Download and import the “A* Pathfinding Project Pro“ package from the Asset Store
3. Open “Window\Package Manager\Packages: In Project\A* Pathfinding Project” and remove the package
4. Observe the crash
Reproducible with versions: 2021.3.38f1, 2022.3.29f1, 6000.0.2f1
Reproducible on: macOS Sonoma 14.4.1 (Intel), Windows 10 (By the reporter)
Not reproducible on: no other environment tested
First few lines of Stack Trace:
{noformat}at <unknown> <0xffffffff>
at ResetAllBuffers_000001DE$BurstDirectCall:wrapper_native_indirect_000002767585F708 <0x0008b>
at ResetAllBuffers_000001DE$BurstDirectCall:Invoke <0x0006a>
at BuilderData:ResetAllBuffers <0x00022>
at BuilderData:ClearData <0x00162>{noformat}
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
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
- Sorting icons are tiny and misaligned in Import Activity window
- The Undo system does not record HideFlags.HideInHierarchy changes
- [Linux] Bug Reporter window is in Light mode when the Editor theme is Dark mode
Resolution Note:
This crash happens because, when uninstalling the A* Pathfinding Project package, the Burst package is also uninstalled. During uninstallation of the Burst package (and before the crash happens), a message box is displayed saying "Burst package removed; please restart the Editor". So while it's not ideal that a restart is _enforced_ (because it crashes), it would be necessary to restart anyway.
Resolution Note (1.8.X):
This crash happens because, when uninstalling the A* Pathfinding Project package, the Burst package is also uninstalled. During uninstallation of the Burst package (and before the crash happens), a message box is displayed saying "Burst package removed; please restart the Editor". So while it's not ideal that a restart is _enforced_ (because it crashes), it would be necessary to restart anyway.