EditorScenePostImport

    Category: Core

    Imported scenes can be automatically modified right after import by setting their Custom Script Import property to a script that inherits from this class.

    • get_source_file ( ) const

    Returns the source file path which got imported (e.g. res://scene.dae).


    • String get_source_folder ( ) const

    Gets called after the scene got imported and has to return the modified version of the scene.