Search Issue Tracker
Fixed in 2021.3.36f1
Fixed in 2021.3.X, 2022.3.X, 2023.2.X, 2023.3.X, 2023.3.0b7, future release
Votes
2
Found in
2021.3.30f1
2022.3.10f1
2023.1.14f1
2023.2.0b10
2023.3.0a6
Issue ID
UUM-49475
Regression
Yes
Unity Editor silently crashes on the project startup when "Show loader snaps" is enabled in Global Flags of Windows SDK
How to reproduce:
1. Download the Windows SDK from the Microsoft page: https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/
2. In the Windows Search look for “Global Flags” and open the “Global Flags (X64)” app
3. Open the “Image File” tab, search for “Unity.exe” and press the “Tab” key
4. Check the “Show loader snap” checkbox
5. Launch any Unity project
Expected result: The Unity is launched
Actual result: The Unity silently crashes on the startup
Reproducible with: 2021.3.30f1, 2022.3.10f1, 2023.1.14f1, 2023.2.0b10, 2023.3.0a6
Reproducible on: Windows 11 Pro
Note: No stacktrace is generated
Comments (1)
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
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
holo-krzysztof
Jan 23, 2024 13:05
Looks like this is (part of) the fix: https://github.com/Unity-Technologies/mono/pull/1906
Very nice, looking forward to a release that includes it :)