Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2018.3.X, 2019.1.X
Votes
1
Found in
Issue ID
1124266
Regression
No
[Scripting] Asmdef with `auto referenced` set to false will still cause recompilation of Unity Assemblies(Assembly-CSharp etc)
When an asmdef has the auto referenced flag set to false and no additional references it will still cause Unity assemblies such as Assembly-CSharp, first pass etc to be compiled even when they no longer have a dependency on the asmdef.
1) Open Project
2) Right click asset file Assets/Asmdef/AsmdefScript.cs and select reimport.
3) Check the Compilation report in the Console, notice that other assemblies have also been rebuilt.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GfxDevice::UpdateBufferRanges when running UIBuilder tests
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
Add comment