Search Issue Tracker
Fixed
Fixed in 2.0.18
Votes
0
Found in [Package]
2.0.12
Issue ID
VS-51
Regression
No
Double clicking console log creates .sln file in version 11.00 instead of 12.00 when stacktrace is disabled
Reproduction steps:
1. Open attached project "ReproProject"
2. Open "SampleScene" Scene in the Scenes folder
3. Open Console Window
4. Turn off the stack trace by navigating to triple dots near Console Window -> Stack Trace Logging -> All -> None
5. Enter and Exit Play Mode
6. Double-click on the "Double click this with StackTrace enabled and disabled" Log
7. Open the project in the File Explorer
8. Open the "ReproProject.sln" file with Notepad
Expected result: The first line in "ReproProject.sln" is Microsoft Visual Studio Solution File, Format Version 12.00
Actual result: The first line in "ReproProject.sln" is Microsoft Visual Studio Solution File, Format Version 11.00
Reproducible with: 2.0.12 (2019.4.35f1, 2020.3.27f1, 2021.1.0a4)
Not reproducible with: 2.0.12 (2021.1.0a5, 2021.1.28f1, 2021.2.9f1, 2022.1.0b5, 2022.2.0a2)
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