easyar_create_device_build_helper
Automates building EasyAR sample scenes for Android, iOS, or standalone with a generated Unity Editor build helper script.
Instructions
Create a Unity Editor script that builds the configured EasyAR sample scenes for Android, iOS, or standalone targets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Unity project path. | |
| platform | Yes | Target platform for the generated build helper. | |
| outputPath | Yes | Build output path, for example Builds/EasyARSample.apk or Builds/iOS. | |
| developmentBuild | No | Whether to create a Unity development build. | |
| overwrite | No | Whether to replace an existing helper script. |