update_project_uids
Update and resync UID references in a Godot project directory to ensure resource integrity for Godot 4.4+ projects.
Instructions
Update UID references in a Godot project by resaving resources (for Godot 4.4+)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectPath | Yes | Path to the Godot project directory |
Input Schema (JSON Schema)
{
"properties": {
"projectPath": {
"description": "Path to the Godot project directory",
"type": "string"
}
},
"required": [
"projectPath"
],
"type": "object"
}