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 ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
- "Unable to get the list of approved APIs." is thrown when testing the App Packages with Windows App Certification Kit
Add comment