Memory Probleme

Hello !

I have big one concerns with UNITY it is last days, when I load the scene of my level 1 I can see in the administrator of tasks whom the RAM increases during the opening, but never comes down again:/

What makes that when I want to test my scene play mode and well unity crash:

I do not see where from the problem come, finally, I know that he come from this scene in particular because the problem appears only in the scene level 1.

An idea please ?:slight_smile:

Start disabling scripts until you find a script that stops the memory increasing.

Maybe the Profiler can help you find what is eating all the memory?

The profiler work even if I am not play mode ?

No. Build a player with only that scene in. How does the built data compare to the size of other scenes? The Editor.log will tell you how much data was found to include in the build.

So, i have deactivate all gameobject in my scene, and memory valu don’t change :frowning:

Here, the log after unity i s open :