I have some PostLoad override function where I’m doing one time data updates after we’ve reworked some data structures [where I’m copying some old data + adapting to new], however I would like it that when this operation is done it checks out the file or at least dirties is in editor so when a person saves / or closes the editor it will ask them to check all this files out.
Didn’t work in this particular case as this is happening during PostLoad (while Editor loads up), so for some reason, this way of ‘dirtying’ asset isn’t picked up by the Save.