Search Issue Tracker
Fixed in 0.0.42-preview.30
Votes
0
Found in [Package]
0.0.42-preview.21
Issue ID
1106870
Regression
Yes
[Incremental Compiler] Unloading broken assembly error in console
To reproduce:
Open attached project
An error will pop out:
Unloading broken assembly Packages/com.unity.incrementalcompiler/Editor/Plugins/Unity.PureCSharpTests.dll, this assembly can cause crashes in the runtime
Reproduced in package version 0.0.42p29, p21
Not reproduced in p19
--
caused by change to one of Unity's internal API which the IC relies on.
Fixed in 0.0.42-preview.30, however this is breaks support for 2018.3 betas below 11.
For compatibility with beta <= b10 , use 0.0.42-preview.29
so compatible setup is:
Unity 2018.3.b11+ and Incremental Compiler 0.0.42-preview.30
or
Unity 2018.3.b10 and lower and Incremental Compiler 0.0.42-preview.29
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment