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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment