Skip to content

Commit 1fa6186

Browse files
author
Eric Miller
committed
Update README
1 parent 3dd6cf5 commit 1fa6186

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# UnityBuildKit
99

10-
`UnityBuildKit` is a command line tool that generates an iOS application with an embedded Unity scene.
10+
UnityBuildKit is a command line tool that generates an iOS application with an embedded Unity scene.
1111

1212
## Installation
1313
`UnityBuildKit` requires Xcode 9 and Swift 4
@@ -39,8 +39,21 @@ cd ExampleProject
3939
}
4040
```
4141

42-
3. Run `UnityBuildKit` in Terminal
42+
3. Run
43+
```
44+
$ UnityBuildKit generate
45+
```
46+
47+
### To refresh the Xcode project
48+
1. Navigate to top-level folder
49+
```
50+
cd ExampleProject
51+
```
4352

53+
2. Run
54+
```
55+
$ UnityBuildKit refresh
56+
```
4457

4558

4659
## Known Unity Version Compatibility

0 commit comments

Comments
 (0)