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
- Duplicate External Textures start appearing when a Texture created with "CreateExternalTexture" is modified causing Memory Usage spikes on VisionOS
- Silent crash when using a "Blend Shape" in a "Skinned Mesh Renderer" to move vertices to Vector3.positiveInfinity, and "Occlusion Culling" is baked
- Some Prefab Source and Override content bounds are misaligned
- The Package Manager's "install packages by..." panels break when Domain Reload is triggered, and the panel is open
- Crash with multiple stack traces when leaving a docked VFX Graph open
Add comment