Search Issue Tracker
Not Reproducible
Votes
0
Found in
2020.1.0a13
Issue ID
1196368
Regression
No
Compilation error is not shown in the console after a new assembly definition was added
Steps:
1. Open attached project
==> All the scripts (reside in 4 different assemblies) have compilation errors
==> You will see two compilation errors come from assembly '1' and '4' in console
2. Fix the compilation error in 'T1' script from '1' assembly
==> You will see all the remaining errors in the console (can be a bit different result, depends on the time you are looking into this issue)
3. Create a new folder
4. Add Assembly Definition file into it
==> All scripts are recompiled (Ok)
==> You will see only one error in console now, error comes from '4' assembly.
5. Fix all the issue that are shown in console - one-by-one - until console is empty from errors
6. Take a look into solution scripts
==> The 'T2' script still has a compilation error
Please, take a look into attached movie for details.
Dependency graph in project is shown in attached image ('dependencies.png').
Not a regression
Also repro in Version 2018.4.8f1 (9bc9d983d803)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment