Rapidly increasing 'Default' and 'Physics step' memory

Hello, Codesense
My game had the same issue as yours, and I didn’t some research about it recently. I found two main reasons which can cause memory usage to keep increasing.

  1. Memory Leak from Gui
  2. Memory Leak from scripts

This article has some suggestions for both situations above.

And this article gave a good explanation of how codes cause a memory leak.

I am going to go through all the codes from my game and try to fix the issues. I will update my results here again if it works!

Good Luck!