Skip to content

kaienkira/UnityHeapEx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityHeapEx is a managed heap snapshot tool for Unity3D. It works by gathering all
managed references in your game and then traversing the whole object hierarchy and
dumping it into xml file. By inspecting this file, you can get a pretty good idea
of what is there in memory and find any memory leaks you might be having. To use
it, just drop the files into Editor folder inside the project, and a new menu item
should appear.

UnityHeapEx has been originally created in Mail.Ru Games and was used to find
memory leaks in Allods Adventure game.

About

Managed heap snapshot tool for Unity3d projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%