Search Issue Tracker
Fixed in 3.0.0
Votes
3
Found in [Package]
2.x
Issue ID
1164600
Regression
No
2D Animation package links to a version of Burst that yields compilation errors
To reproduce this:
- install the 2D Animation package
- Wait for the installation
- notice the Burst Compiler erros:
Library\PackageCache\com.unity.burst@1.0.2\Editor\BurstAotCompiler.cs(358,62): error CS0117: 'AndroidArchitecture' does not contain a definition for 'X86'
Library\PackageCache\com.unity.burst@1.0.2\Editor\BurstAotCompiler.cs(636,32): error CS7036: There is no argument given that corresponds to the required formal parameter 'exceptionType' of 'BuildReport.AddMessage(LogType, string, string)'
- notice that the package installs Burst 1.0.2, which yields compilation errors in 2019.3.0a7
- Updating Burst to 1.1.0 fixes these issues, so ideally, the 2D animation package should link to a version of burst that doesn't break the unity project when installed
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment