tool extends EditorPlugin func _enter_tree(): print("Hello, world.") func _exit_tree(): # Clean-up of the plugin goes here pass