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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment