Is there a way to clear the max memory? Everytime I testing my project, each play of it will increase the max memory and end up with a memory leak that leads me to restart my project back( Close Unity).
In EditorUtils.cs, void DestroySystem(); , Isnt this suppose to clear the memory?
I hope someone could help me with this. Thanks