Skip to content

Commit c0eea66

Browse files
committed
Update unity-tests.yml to exclude outdated Unity versions; add new sample scripts for image loading functionality.
1 parent 0dbe526 commit c0eea66

27 files changed

+88
-26
lines changed

.github/workflows/unity-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
projectPath:
1919
- './'
2020
unityVersion:
21-
- '2019.3.10f1'
2221
- '2019.4.40f1'
23-
- '2020.1.12f1'
2422
- '2020.3.40f1'
2523
- '2021.3.45f1'
2624
- '2022.3.57f1'

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,13 @@
5353
},
5454
"dotnet.preferCSharpExtension": true,
5555
"cSpell.words": [
56-
"ARGB"
56+
"ARGB",
57+
"cysharp",
58+
"imageloader",
59+
"Murzak",
60+
"openupm",
61+
"ugui",
62+
"unitask"
5763
],
5864
"dotnet.defaultSolution": "Unity-ImageLoader.sln"
5965
}

Assets/Samples.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

Assets/_PackageRoot/Documentation~/README.md

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

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

7+
## Test Status
8+
9+
| Unity Version | Status |
10+
| ------------- | ------ |
11+
| 2019.4.40f1 | ![2019.4.40f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2019.4.40f1) |
12+
| 2020.3.40f1 | ![2020.3.40f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2020.3.40f1) |
13+
| 2021.3.45f1 | ![2021.3.45f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2021.3.45f1) |
14+
| 2022.3.57f1 | ![2022.3.57f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2022.3.57f1) |
15+
| 2023.1.20f1 | ![2023.1.20f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2023.1.20f1) |
16+
| 2023.2.20f1 | ![2023.2.20f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2023.2.20f1) |
17+
| 6000.0.37f1 | ![6000.0.37f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=6000.0.37f1) |
18+
719
## Features
820

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

Assets/_PackageRoot/README.md

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

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

7+
## Test Status
8+
9+
| Unity Version | Status |
10+
| ------------- | ------ |
11+
| 2019.4.40f1 | ![2019.4.40f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2019.4.40f1) |
12+
| 2020.3.40f1 | ![2020.3.40f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2020.3.40f1) |
13+
| 2021.3.45f1 | ![2021.3.45f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2021.3.45f1) |
14+
| 2022.3.57f1 | ![2022.3.57f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2022.3.57f1) |
15+
| 2023.1.20f1 | ![2023.1.20f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2023.1.20f1) |
16+
| 2023.2.20f1 | ![2023.2.20f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=2023.2.20f1) |
17+
| 6000.0.37f1 | ![6000.0.37f1](https://github.com/IvanMurzak/Unity-ImageLoader/actions/workflows/unity-tests.yml/badge.svg?unityVersion=6000.0.37f1) |
18+
719
## Features
820

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

Assets/_PackageRoot/Runtime/Extensions.cs.meta

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/_PackageRoot/Runtime/Future/Future.API.Set.cs.meta

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)