easyar_validate_local_config
Validate the EasyAR local configuration file in a Unity project without exposing secret values.
Instructions
Validate ProjectSettings/EasyAR/easyar.local.json without returning secret values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Unity project path. | |
| configPath | No | Optional config path. Defaults to ProjectSettings/EasyAR/easyar.local.json inside the project. |