remove_autoload
Remove a specified autoload singleton from a Godot project to clean up unwanted global scripts.
Instructions
Remove an autoload singleton
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| autoloadName | Yes | Singleton name to remove |