Skip to content

Commit de0baf6

Browse files
committed
Add instructions to readme
1 parent 9ca0d7f commit de0baf6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# unity-sdk-downloader
22

3+
Download and extract `UnitySetup-Android-Support-for-Editor-*.exe`, decompile `UnityEditor.Android.Extensions.dll` and search for android JDK, NDK and SDK versions.
4+
5+
## Requirements
6+
7+
* Python 3
8+
* [`7z` from 7zip](https://www.7-zip.org/)
9+
* [`ilspycmd` from icsharpcode/ILSpy](https://github.com/icsharpcode/ILSpy)
10+
11+
## Usage
12+
13+
```bash
14+
python3 fetch.py
15+
python3 resolve.py
16+
```
17+
18+
Results are stored in `versions.yml`
19+
320
## License
421

522
[MIT](LICENSE.md) © [Petteri Karppinen](https://github.com/pkarppi)

0 commit comments

Comments
 (0)