Plugin for finding and removing duplicated assets

nerfthenebel

New member
Messages
7
Reactions
2
Points
3
I was about to create one on my own, but I've read that file IO is blocked, so how to approach this?

EDIT: Nvrmnd, I did it with python already, but a check for redundant assets/plugins in the editor would be nice though
 
Last edited:
there's
using MVR.FileManagementSecure;

you can use that for file operations. I think you can read anywhere in the vam folder but can only write or delete in some particular folders (/saves), if you try to write or delete outside that but still in the vam folder the user will be prompted with a red popup asking them to confirm the operation
 
Back
Top Bottom