Search Issue Tracker
Won't Fix
Votes
0
Found in
5.2.0f3
Issue ID
726862
Regression
No
System.Collections.Generic.Stack in Unity Windows build slower than in C# Console Application by a factor of ~2
To reproduce:
1. Open project
2. Build to windows
3. Enter a number (or leave 1000000) into the text box
4. Press "Run tests"
The results will be stored in projectfolder\output.log
5. Open stackTest.csproj in Visual Studio
6. Run it
7. Enter the same number you entered into the unity project
The results will be stored in projectfolder\StackTest_Console\bin\Debug\output.log
Compare the results. Notice that the console application pushes, pops and peeks about 2-3 times faster.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Console shows Exception: {"error":"not found","detail":["not found"]} after opening Build History window
- [HDRP] Volumetric cloud shadows disappear when there is no directional light shadows
- “Selector” column names in the Search window are lowercase when added
- Install List Project Counter Panel can be right clicked through and Install Context Menu can be opened disabling Project Counter Panel's buttons
- [MacOS] Scene is marked/flickering as dirty (with asterisk) when dragging a Material on a GameObject in Scene view
Add comment