Skip to content

0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@SamboyCoding SamboyCoding released this 17 Aug 07:27
· 4 commits to master since this release
  • Now targets .NET 7
  • Supports reading array data, greatly increasing the range of reachable types to be almost on-par with the editor
    • Notably this means dictionaries can now be searched, and so can delegates, which is very helpful for leaks caused by not unsubscribing from static Actions.
  • Unity objects in retention paths are now marked as such, and those that are themselves leaked managed shells are also distinguished, allowing you to more easily find the 'real' leak.
  • Now saves a summary report to a file called leaked_objects.txt in the working directory
    • Report includes counts of leaked objects
  • Increased maximum depth of recursion from 250 to 350, further increasing the range of objects that can be reached by the parser.
  • Performance improvements