Search Issue Tracker
Fixed in 2018.3.X
Votes
1
Found in
2017.4.3f1
Issue ID
1042218
Regression
No
[UWP] Memory leaks on .NET backend when calling Mesh.SetVertices(), Mesh.SetUVs(), Mesh.SetTriangles() methods
Steps to reproduce:
1. Download 1042218_repro.zip
2. Switch platform to UWP
3. In Project Settings set Scripting backend too .NET
4. Build project
5. Open solution in VS
6. Build project (Debug, x64, run on Local Machine)
6. Check Process memory in the Diagnostic Tools window
Expected results: memory usage doesn't increase over time.
Actual results: memory usage increase over time when UWP project is built with .NET backend.
Memory leak is caused by Mesh.SetVertices(), Mesh.SetUVs(), Mesh.SetTriangles().
Reproduced with: 2018.2.0b6, 2018.1.2f1, 2017.4.4f1, 2017.3.2f1, 2017.2.3p1, 2017.1.4f1
Workaround: switch Scripting backend in Project Setting to IL2CPP.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI becomes unresponsive when using AppUI Navigation and Event System is attached
- UI becomes unresponsive when using AppUI Navigation and Event System is attached
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
Add comment