Skip to content

Commit 560f7c2

Browse files
authored
Merge pull request #2 from GabLeRoux/feature/update-docs
update readme
2 parents 4b78a1a + 844a551 commit 560f7c2

File tree

2 files changed

+17
-0
lines changed

2 files 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)

tmp/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)