Skip to content

Commit b7d87d9

Browse files
authored
Merge pull request #30 from IvanMurzak/25-image-placeholder
# Changes - Added `SetPlaceholder` function - `Then` -> `Loaded` - `ThenSet` -> `Consume` - `Consume` could be called multiple times for setting placeholder value
2 parents 3f2d592 + 40084cf commit b7d87d9

File tree

150 files changed

+3672
-683
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+3672
-683
lines changed
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 2019.4.40f1-Build
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main_disabled
7+
push:
8+
branches:
9+
- main_disabled
10+
11+
jobs:
12+
editor-tests:
13+
uses: ./.github/workflows/main.yml
14+
with:
15+
projectPath: './'
16+
unityVersion: '2019.4.40f1'
17+
testMode: 'standalone'
18+
secrets: inherit
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 2019.4.40f1-Player
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main_disabled
7+
push:
8+
branches:
9+
- main_disabled
10+
11+
jobs:
12+
editor-tests:
13+
uses: ./.github/workflows/main.yml
14+
with:
15+
projectPath: './'
16+
unityVersion: '2019.4.40f1'
17+
testMode: 'playmode'
18+
secrets: inherit
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 2020.3.40f1-Build
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main_disabled
7+
push:
8+
branches:
9+
- main_disabled
10+
11+
jobs:
12+
editor-tests:
13+
uses: ./.github/workflows/main.yml
14+
with:
15+
projectPath: './'
16+
unityVersion: '2020.3.40f1'
17+
testMode: 'standalone'
18+
secrets: inherit
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 2020.3.40f1-Player
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main_disabled
7+
push:
8+
branches:
9+
- main_disabled
10+
11+
jobs:
12+
editor-tests:
13+
uses: ./.github/workflows/main.yml
14+
with:
15+
projectPath: './'
16+
unityVersion: '2020.3.40f1'
17+
testMode: 'playmode'
18+
secrets: inherit
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 2021.3.45f1-Build
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main_disabled
7+
push:
8+
branches:
9+
- main_disabled
10+
11+
jobs:
12+
editor-tests:
13+
uses: ./.github/workflows/main.yml
14+
with:
15+
projectPath: './'
16+
unityVersion: '2021.3.45f1'
17+
testMode: 'standalone'
18+
secrets: inherit
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 2021.3.45f1-Player
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main_disabled
7+
push:
8+
branches:
9+
- main_disabled
10+
11+
jobs:
12+
editor-tests:
13+
uses: ./.github/workflows/main.yml
14+
with:
15+
projectPath: './'
16+
unityVersion: '2021.3.45f1'
17+
testMode: 'playmode'
18+
secrets: inherit
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 2022.3.57f1-Build
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main_disabled
7+
push:
8+
branches:
9+
- main_disabled
10+
11+
jobs:
12+
editor-tests:
13+
uses: ./.github/workflows/main.yml
14+
with:
15+
projectPath: './'
16+
unityVersion: '2022.3.57f1'
17+
testMode: 'standalone'
18+
secrets: inherit
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 2022.3.57f1-Player
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main_disabled
7+
push:
8+
branches:
9+
- main_disabled
10+
11+
jobs:
12+
editor-tests:
13+
uses: ./.github/workflows/main.yml
14+
with:
15+
projectPath: './'
16+
unityVersion: '2022.3.57f1'
17+
testMode: 'playmode'
18+
secrets: inherit
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 2023.1.20f1-Build
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main_disabled
7+
push:
8+
branches:
9+
- main_disabled
10+
11+
jobs:
12+
editor-tests:
13+
uses: ./.github/workflows/main.yml
14+
with:
15+
projectPath: './'
16+
unityVersion: '2023.1.20f1'
17+
testMode: 'standalone'
18+
secrets: inherit
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 2023.1.20f1-Player
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main_disabled
7+
push:
8+
branches:
9+
- main_disabled
10+
11+
jobs:
12+
editor-tests:
13+
uses: ./.github/workflows/main.yml
14+
with:
15+
projectPath: './'
16+
unityVersion: '2023.1.20f1'
17+
testMode: 'playmode'
18+
secrets: inherit
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 2023.2.20f1-Build
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main_disabled
7+
push:
8+
branches:
9+
- main_disabled
10+
11+
jobs:
12+
editor-tests:
13+
uses: ./.github/workflows/main.yml
14+
with:
15+
projectPath: './'
16+
unityVersion: '2023.2.20f1'
17+
testMode: 'standalone'
18+
secrets: inherit
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 2023.2.20f1-Player
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main_disabled
7+
push:
8+
branches:
9+
- main_disabled
10+
11+
jobs:
12+
editor-tests:
13+
uses: ./.github/workflows/main.yml
14+
with:
15+
projectPath: './'
16+
unityVersion: '2023.2.20f1'
17+
testMode: 'playmode'
18+
secrets: inherit
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 6000.0.37f1-Build
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main_disabled
7+
push:
8+
branches:
9+
- main_disabled
10+
11+
jobs:
12+
editor-tests:
13+
uses: ./.github/workflows/main.yml
14+
with:
15+
projectPath: './'
16+
unityVersion: '6000.0.37f1'
17+
testMode: 'standalone'
18+
secrets: inherit
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 6000.0.37f1-Player
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main_disabled
7+
push:
8+
branches:
9+
- main_disabled
10+
11+
jobs:
12+
editor-tests:
13+
uses: ./.github/workflows/main.yml
14+
with:
15+
projectPath: './'
16+
unityVersion: '6000.0.37f1'
17+
testMode: 'playmode'
18+
secrets: inherit

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"imageloader",
6161
"Murzak",
6262
"openupm",
63+
"playmode",
6364
"ugui",
6465
"unitask",
6566
"WEBGL"

0 commit comments

Comments
 (0)