Skip to content

Commit e60de81

Browse files
committed
Add test status section to README with Unity version badges
1 parent d290d94 commit e60de81

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
Async image loader with two caching layers for Unity.
66

7+
## Test Status
8+
9+
| Unity Version | Status |
10+
| ------------- | ------ |
11+
| 2019.2.1f1 | ![2019.2.1f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2019.2.1f1) |
12+
| 2019.3.0f1 | ![2019.3.0f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2019.3.0f1) |
13+
| 2019.4.0f1 | ![2019.4.0f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2019.4.0f1) |
14+
| 2020.3.0f1 | ![2020.3.0f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2020.3.0f1) |
15+
| 2021.3.0f1 | ![2021.3.0f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2021.3.0f1) |
16+
| 2022.3.0f1 | ![2022.3.0f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2022.3.0f1) |
17+
| 2023.2.0f1 | ![2023.2.0f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2023.2.0f1) |
18+
| 6000.0.23f1 | ![6000.0.23f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=6000.0.23f1)|
19+
720
## Features
821

922
- ✔️ Async loading from **Web** or **Local** `ImageLoader.LoadSprite(imageURL);`

0 commit comments

Comments
 (0)