[unity] Increased compatible Unity version to 2022.1 in 4.1 changelog section as well.

This commit is contained in:
Harald Csaszar 2022-05-25 19:47:28 +02:00
parent edc941edf9
commit 9fdb0e05b2

View File

@ -66,7 +66,7 @@
### Unity
* **Officially supported Unity versions are 2017.1-2021.1**.
* **Officially supported Unity versions are 2017.1-2022.1**.
* **Additions**
* `SpineAtlasAsset.CreateRuntimeInstance` methods now provide an optional `newCustomTextureLoader` parameter (defaults to `null`) which can be set to e.g. `(a) => new YourCustomTextureLoader(a)` to use your own `TextureLoader` subclass instead of `MaterialsTextureLoader`.