com.unity.memoryprofiler 0.1.0-preview.4

com.unity.memoryprofiler

Notes: processedReleased April 3, 2019

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.3

Features

  • Added on demand computing for tables with the purpose of speeding up the snapshot opening process.
  • Added better handling for corrupted snapshots, in order to avoid having the UI become non-responsive.

📈 Improvements

  • Changed the managed data crawler to use a stack based approach in order to avoid stack overflows when processing large amounts of managed object references.
  • Fixed an issue where attempting to rename a snapshot with two snapshots open would cause an I/O sharing violation, due to the other snapshot being closed instead.
  • Changed capture sequence to first output to a temporary (.tmpsnap) file, to avoid having the Workbench's refresh functionality(triggered during application focus) try to access a snapshot that currently being streamed from a remote target.