Search Issue Tracker
Not Reproducible
Votes
0
Found in
2018.1.0b10
Issue ID
1011754
Regression
No
IL2CPP for Windows Standalone Development Build runs unexpectedly slow with Script Debugging turned on
Reproduction steps:
1. Open the attached project "VehicleToolsIL2CPPTest.zip";
2. Go to Player Settings;
3. Change Scripting Backend to Mono;
4. Open the Profiler window;
5. Open the Build Settings;
6. Make sure Development Build and Script Debugging both are still enabled on Build settings;
7. Select Build and Run;
8. Observe the results in the Profiler window.
Expected results: test with IL2CPP should give the same time in the GraphicsOverlay.Update() as with the Mono backend - about 3ms.
Actual results: GraphicsOverlay.Update() reaches ~100 or more ms (especially if you try to move the car in the game).
Reproduced on: 2018.1.0b10, 2018.1.0b11, 2018.2.0a5.
Note: Didn't test on lower versions than 2018.1.0b10, as IL2CPP Managed Debugger for Standalone Players was released only in this version.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment