You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
# UnityBuildKit
9
9
10
-
A description of this package.
10
+
`UnityBuildKit` is a command line tool that generates an iOS application with an embedded Unity scene.
11
11
12
12
## Installation
13
13
`UnityBuildKit` requires Xcode 9 and Swift 4
@@ -20,7 +20,8 @@ make
20
20
```
21
21
22
22
## Usage
23
-
1. Create a top-level folder that will contain all information about the Xcode and Unity projects and navigate to that folder. (_Note: By default, the name of this folder will be the name of the Xcode and Unity projects._)
23
+
### To generate a new project
24
+
1. Create a top-level folder and navigate to it. This folder will contain all information about the Xcode and Unity projects. (_Note: By default, the name of this folder will be the name of the Xcode and Unity projects._)
and the wonderful dependencies they bring with them.
49
55
56
+
Inspiration for building `UnityBuildKit` came after running into several problems while trying to [manually do this process](https://the-nerd.be/2015/11/13/integrate-unity-5-in-a-native-ios-app-with-xcode-7/) and reading over a [github issue](https://github.com/blitzagency/ios-unity5/issues/52) trying to resolve those problems.
57
+
50
58
## License
51
59
52
60
UnityBuildKit is licensed under the MIT license. See LICENSE for more info.
0 commit comments