Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2020.1.2f1
2020.2
Issue ID
1272620
Regression
No
csproj's are not generated when there's an invalid or incompatible define constraint in the asmdef
How to reproduce:
1. Open the attached project
2. Open the Unity project's solution file
3. Inspect Scripts in the IDE
Expected result: csproj's are generated when there's an invalid or incompatible define constraint in the asmdef
Actual result: csproj's are not generated when there's an invalid or incompatible define constraint in the asmdef
Reproducible with: 2018.4.26f1, 2019.4.9f1, 2020.1.4f1, 2020.2.0b1
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
- Inspector elements are rendered twice when the script component is added via drag-and-drop while the HideFlags.HideInInspector property is set
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
Resolution Note:
Generating Visual Studio Projects unconditionally could lead to projects failing to compile in Visual Studio (because users use define constraints as they would use #ifdef applied for a whole directory). That is why we won't fix this one.