Skip to content

Commit c959e74

Browse files
authored
Update README.md
1 parent 72f10cb commit c959e74

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,22 @@ If you need advice or if you want to talk about (game) data-mining,
1818
feel free to join the [UnityPy Discord](https://discord.gg/C6txv7M).
1919

2020

21-
If you're making an income by using UnityPy,
22-
please donate a small part of it to a charitable cause or sponsor this project with a small amount.
21+
If you're using UnityPy a commercial project,
22+
a donation to a charitable cause or a sponsorship of this project is expected.
2323

2424

25-
As UnityPy is still in active development breaking changes can happen.
25+
**As UnityPy is still in active development breaking changes can happen.**
2626
Those changes are usually limited to minor versions (x.y) and not to patch versions (x.y.z).
2727
So in case that you don't want to actively maintain your project,
2828
make sure to make a note of the used UnityPy version in your README or add a check in your code.
29+
e.g.
2930
```python
3031
if UnityPy.__version__ == '1.9.6':
3132
raise ImportError("Invalid Unity version detected. Please use version 1.9.6")
3233
```
3334

3435

36+
3537
1. [Installation](#installation)
3638
2. [Example](#example)
3739
3. [Important Classes](#important-classes)

0 commit comments

Comments
 (0)