Does engine.dispose() call all other relevant dispose functions of objects in the scene?

specifically thinking of materials? I cant have memory leaks when users switch back and forth between scenes , do I have to manually dispose everything?

scene will call all the relevant dispose for you :slight_smile:

1 Like