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 3dd6cf5 commit 1fa6186Copy full SHA for 1fa6186
README.md
@@ -7,7 +7,7 @@
7
8
# UnityBuildKit
9
10
-`UnityBuildKit` is a command line tool that generates an iOS application with an embedded Unity scene.
+UnityBuildKit is a command line tool that generates an iOS application with an embedded Unity scene.
11
12
## Installation
13
`UnityBuildKit` requires Xcode 9 and Swift 4
@@ -39,8 +39,21 @@ cd ExampleProject
39
}
40
```
41
42
-3. Run `UnityBuildKit` in Terminal
+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
52
53
+2. Run
54
55
+$ UnityBuildKit refresh
56
57
58
59
## Known Unity Version Compatibility
0 commit comments