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
- [Android] Neither of the callbacks are called when several videos with VideoPlayer are spawned on the target on the Google Pixel devices
- Texture2D memory allocation size is significantly increased when running on iOS device
- No data received in Profiler when connecting to WebGL Player without "Autoconnect Profiler" option enabled
- Screen Space Ambient Occlusion is ignored when toggling "Post Processing" visibility in the Scene window overlay
- “RenderTexture.Create failed: requested size is too large.” errors are thrown and the Inspector window is black when selecting a CubemapArray texture
Add comment