EditorScenePostImport
Post-processes scenes after import.
class EditorScenePostImportImported scenes can be automatically modified right after import by setting their Custom Script Import property to a tool script that inherits from this class.
The _postImport(scene:) callback receives the imported scene’s root node and returns the modified version of the scene. Usage example: