read_import_config
Retrieve import settings for a Godot asset by supplying its source path, returning the parsed .import configuration.
Instructions
Read .import file config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_path | Yes | Path to the source asset file (e.g. "sprites/hero.png") — the .import file is derived automatically |