We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca18a35 commit 645c99cCopy full SHA for 645c99c
README.md
@@ -40,9 +40,9 @@ cd ExampleProject
40
```
41
{
42
"project_name": "", // Leaving this empty uses folder name by default
43
- "bundle_id": "is.handsome.UnityBuildKit",
+ "bundle_id": "com.example.ExampleProject",
44
"unity_path": "<path_to_unity_app>", // "/Applications/Unity/Unity.app/Contents/MacOS/Unity"
45
- "unity_version": "2017.1.1f1",
+ "unity_version": "<unity_version>", // e.g. 2017.1.1f1
46
"unity_scene_name": "" // Leaving this empty uses folder name by default
47
}
48
0 commit comments