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
- Video is not rendered in Video Player when Material Override is set as the Render Mode and a SpriteRenderer is used
- Scene.isSubScene returns True when a Scene that is not a SubScene is loaded in a build
- The Search window does not show objects with inherited components when filtering by type
- Scrolling occurs when using a shortcut with "Wheel Up" or "Wheel Down" on a selection command in a scrollable Hierarchy window
- Shortcut fails to trigger when using KeyCode.WheelUp with ShortcutModifiers.Shift
Add comment