com.unity.memoryprofiler 0.1.0-preview.8

com.unity.memoryprofiler

Notes: processedReleased November 8, 2019

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.3

📈 Improvements

  • Fixed the MetaDataInjector warning when using the obsolete EditorApplication.scriptingRuntimeVersion in Unity versions newer than 2019.3.
  • Improved native connection stiching to managed objects.
  • Integrated v.10 snapshot support where native connections are dumped as Object ID instead of indices.
  • Optimized the snapshot crawling process, by reducing the number of heap lookups.
  • Optimized snapshot heap lookup functionality, to use binary search instead of linear search.
  • Fixed an issue when importing a snapshot via the Import window would not copy the file into the Memory Captures folder.
  • Fixed a number of UI issues related to the Editor theming update.

API Changes

  • Removed unecessary Profiling abstraction code present in the package.
  • Removed XML loading support in preparation to deprecate XML usage in the package, and to provide users with an interface to create their own tables.