Search Issue Tracker
Fixed
Votes
1
Found in
2019.4.24f1
2019.4.27f1
Issue ID
1336767
Regression
Yes
"Assembly for Assembly Definition File '*' will not be compiled" warning thrown on creation of a new Project
Reproduction steps:
1. Create a new project (with any template)
2. Observe the console
Expected results: No warnings are thrown
Actual results: "Assembly for Assembly Definition File '*' will not be compiled" warnings are thrown for various imported packages
Reproducible with: 2019.4.24f1, 2019.4.27f1
Not reproducible with: 2018.4.35f1, 2019.4.23f1, 2020.3.9f1, 2021.1.8f1, 2021.2.0a17
Environment:
Windows10 and macOS
Note: Only reproducible on downloaded Unity version and not reproducible if you build the version locally
Stacktrace:
Assembly for Assembly Definition File 'Packages/com.unity.textmeshpro/Tests/Runtime/Unity.TextMeshPro.Tests.asmdef' will not be compiled, because it has no scripts associated with it.
UnityEditor.Scripting.ScriptCompilation.EditorCompilationInterface:TickCompilationPipeline (UnityEditor.Scripting.ScriptCompilation.EditorScriptCompilationOptions,UnityEditor.BuildTargetGroup,UnityEditor.BuildTarget) (at /Users/bokken/buildslave/unity/build/Editor/Mono/Scripting/ScriptCompilation/EditorCompilationInterface.cs:435)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
UnityUser1124
May 20, 2021 15:04
Assembly for Assembly Definition File 'Packages/com.unity.textmeshpro/Tests/Runtime/Unity.TextMeshPro.Tests.asmdef' will not be compiled, because it has no scripts associated with it.
UnityEditor.Scripting.ScriptCompilation.EditorCompilationInterface:TickCompilationPipeline (UnityEditor.Scripting.ScriptCompilation.EditorScriptCompilationOptions,UnityEditor.BuildTargetGroup,UnityEditor.BuildTarget)
UnityUser1124
May 20, 2021 14:59
Same issue here.
TextMeshPro is broken?
Also reproducible with: 2019.4.25f1, 2019.4.26f1 (built-in TextMeshPro 2.1.4).
TextMeshPro 2.1.6 does not fix the issue on 2019.4.27f1.