-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.1.0] - 2023-10-16 - Bump version to 1.1.0 from 1.1.0-pre.3.
- Loading branch information
Unity Technologies
committed
Oct 16, 2023
1 parent
7261219
commit dade520
Showing
4 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "com.unity.memoryprofiler", | ||
"displayName": "Memory Profiler", | ||
"version": "1.1.0-pre.3", | ||
"version": "1.1.0", | ||
"unity": "2022.3", | ||
"description": "The Memory Profiler offers a unified solution allowing you to profile both small projects on mobile devices and big AAA projects on high end machines. It provides actionable information about allocations in the engine to allow developers to manage and reduce memory usage.", | ||
"keywords": [ | ||
|
@@ -16,18 +16,18 @@ | |
"com.unity.editorcoroutines": "1.0.0" | ||
}, | ||
"relatedPackages": { | ||
"com.unity.memoryprofiler.tests": "1.1.0-pre.3" | ||
"com.unity.memoryprofiler.tests": "1.1.0" | ||
}, | ||
"_upm": { | ||
"changelog": "### Fixed\n- Fixed an exception on capturing when the default snapshot storage path was used (./MemoryCaptures) but did not exist. It now gets created if it is missing. Custom set storage paths will still not be created as issues with these need user input to get resolved properly.\n- Fixed an ArgumentOutOfRangeException in ManagedObjectInspector on selecting some object entries in the All of Memory and Unity Objects table. The field inspector UI was trying to display the managed field values of static fields that hadn't been initialized.\n- Fixed Snapshot opening triggering a synchronous search via SearchService to initialize it for the Select, Find and Asset Preview functionality. As that could trigger SearchService to start indexing, this might have lead to longer stalls on opening snapshots.\n- Fixed string rendering when strings included the ´\\r´ character ([PROFB-113](https://issuetracker.unity3d.com/product/unity/issues/guid/PROFB-113)).\n- Fixed a crash on opening snapshots with very large managed memory usage ([PROFB-156](https://issuetracker.unity3d.com/product/unity/issues/guid/PROFB-156)).\n- Fixed messaging for resident memory breakdown data availability. Detailed resident memory breakdown data is available for snapshots taken from Unity versions 2023.1 or newer.\n- Fixed the Unity Object and All Of Memory table UI so that the table mode dropdown does not disappear in a narrow window size. ([PROFB-110](https://issuetracker.unity3d.com/product/unity/issues/guid/PROFB-110))\n- Disabled resident memory visualization in \"Unity Objects\" and \"All of Memory\" tables for WebGL platform. WebGL doesn't provide residency status.\n- Fixed bug that detailed information isn't showed for graphics resources.\n- Fixed a bug when you can't switch snapshot if snapshot was previously open in compare mode.\n- Fixed a managed memory leak in the Memory Profiler Module UI that the package inserts into the Profiler Window ([PROFB-160](https://issuetracker.unity3d.com/product/unity/issues/guid/PROFB-160)). Also reduced the impact of a Mesh memory leak caused by UI TK ([UUM-46520](https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-46520)).\n- Fixed the display of the memory usage bar diagrams in the Memory Profiler Module UI that the package inserts into the Profiler Window ([PRFOB-165](https://issuetracker.unity3d.com/product/unity/issues/guid/PROFB-165)).\n- Fixed issue with Unity Objects view that caused some managed objects not to group and shown as separate items.\n\n### Changed\n- Documentation updated.\n- The \"Search In Project\" button now searches in the Assets folder _and_ in Packages (related to ([PROFB-54](https://issuetracker.unity3d.com/product/unity/issues/guid/PROFB-54))).\n- Improved the performance of selecting items in the All Of Memory and Unity Objects tables for objects with managed memory. This affected in particular objects which have a lot of entries (their own or nested fields) displayed in their Managed Fields in the Selection Details panel. Beyond improving the performance in general, 'Continue...' entries, which can be clicked to get further entries added to the view, now not only appear in fields 4 layers down and for big arrays, but also after a total of 1000 field entries have been added to the view." | ||
"changelog": "- Bump version to 1.1.0 from 1.1.0-pre.3." | ||
}, | ||
"upmCi": { | ||
"footprint": "cd93a4459fb364382d240fe1f0eecccaf068c431" | ||
"footprint": "ed4d5e93d4b9be7892562e3968526ec7bc9de32d" | ||
}, | ||
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html", | ||
"repository": { | ||
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.memoryprofiler.git", | ||
"type": "git", | ||
"revision": "47be1cbe15bee2afa97112f295495be33ade2491" | ||
"revision": "2297acd0384cc2f42d24e670a5990104bedc19c5" | ||
} | ||
} |