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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment