Skip to content

Commit 645c99c

Browse files
author
Eric Miller
committed
Update README
1 parent ca18a35 commit 645c99c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ cd ExampleProject
4040
```
4141
{
4242
"project_name": "", // Leaving this empty uses folder name by default
43-
"bundle_id": "is.handsome.UnityBuildKit",
43+
"bundle_id": "com.example.ExampleProject",
4444
"unity_path": "<path_to_unity_app>", // "/Applications/Unity/Unity.app/Contents/MacOS/Unity"
45-
"unity_version": "2017.1.1f1",
45+
"unity_version": "<unity_version>", // e.g. 2017.1.1f1
4646
"unity_scene_name": "" // Leaving this empty uses folder name by default
4747
}
4848
```

0 commit comments

Comments
 (0)