easyar_create_build_settings_helper
Generates a Unity Editor script to add an EasyAR sample scene to Build Settings and optionally change the build target.
Instructions
Create a Unity Editor script that adds the matching EasyAR sample scene to Build Settings and optionally switches the active build target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Unity project path. | |
| sampleId | Yes | Sample id from easyar_list_samples. | |
| platform | No | Optional Unity build target to switch to. | none |
| overwrite | No | Whether to replace an existing helper script. |