Delete objects on deinit
-
Hello community,
which experience do you have with "Delete Objects on Deinit".
Unfortunately sometimes it works (objects deleted after deinit) and sometimes it does not work (objects not deleted).
Is there a way to solve this problem?Thanks in forward!
Greetings Tommi -
Better know the object names, or their prefix.
Delete all objects is easy. Delete specific object without knowing its name is difficult