get_uid
Retrieve the Godot 4 unique identifier (uid://) for any resource file in your project to enable proper referencing and asset management.
Instructions
Get the Godot 4 unique ID (uid://) for a resource file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project directory | |
| filePath | Yes | File path (res:// or relative to project) |