File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,20 +18,22 @@ If you need advice or if you want to talk about (game) data-mining,
1818feel 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.**
2626Those changes are usually limited to minor versions (x.y) and not to patch versions (x.y.z).
2727So in case that you don't want to actively maintain your project,
2828make 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
3031if UnityPy.__version__ == ' 1.9.6' :
3132 raise ImportError (" Invalid Unity version detected. Please use version 1.9.6" )
3233```
3334
3435
36+
35371 . [ Installation] ( #installation )
36382 . [ Example] ( #example )
37393 . [ Important Classes] ( #important-classes )
You can’t perform that action at this time.
0 commit comments