100 |
101 |
102 | ## Getting Started
103 |
104 | UBH is Unity editor tool without dependencies*. Just add package to your project, create config file and use.
105 |
106 | ### Requirements
107 | 1. Unity 2020+
108 | 2. NiceJson (in package)*
109 | 3. Mac OS for building Xcode projects
110 | 4. The steady hands
111 |
112 | ### Installation
113 |
114 | Get it from [releases page](https://github.com/mopsicus/ubh/releases) or add the line below to `Packages/manifest.json` and this module will be installed directly from git url:
115 | ```
116 | "com.mopsicus.ubh": "https://github.com/mopsicus/ubh.git",
117 | ```
118 |
119 | ### Setup
120 |
121 | 1. Open UBH in Unity Editor via hotkey `cmd+g` or menu `Tools -> Unity Builder Helper`
122 | 2. Tap "Settings" button
123 | 3. Fill settings and save
124 |
125 |
160 |
161 |
162 | ## Roadmap
163 |
164 | - [ ] Add WebGL build
165 |
166 | See the [open issues](https://github.com/mopsicus/unity-builder-helper/issues) for a full list of proposed features (and known issues).
167 |
168 |
169 |
170 |
171 |
172 |
173 | ## Contributing
174 |
175 | Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
176 |
177 | If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
178 | Don't forget to give the project a star! Thanks again!
179 |
180 | 1. Fork the Project
181 | 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
182 | 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
183 | 4. Push to the Branch (`git push origin feature/AmazingFeature`)
184 | 5. Open a Pull Request
185 |
186 |