Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
46505e7
Update TestUtils.cs
IvanMurzak Feb 28, 2025
4742c60
Update Future.Placeholder.cs
IvanMurzak Feb 28, 2025
5ad46ce
Added Player tests
IvanMurzak Mar 5, 2025
adba117
Added Player and Build tests
IvanMurzak Mar 5, 2025
a8e8aaa
Fixed branch name in workflows
IvanMurzak Mar 5, 2025
b2cd7a9
Added API for setting Placeholder
IvanMurzak Mar 5, 2025
dfefa9f
Handling placeholders
IvanMurzak Mar 6, 2025
baeae72
Deleted unused binder class
IvanMurzak Mar 6, 2025
f48d5aa
Improved concurrency handling for Future
IvanMurzak Mar 6, 2025
bcb48e3
Added Consumer event for FutureListener
IvanMurzak Mar 6, 2025
b9ef474
Merge branch 'feature/tests' into 25-image-placeholder
IvanMurzak Mar 6, 2025
96992ba
Fixed merge issues
IvanMurzak Mar 6, 2025
1c18e61
Refactored API around Consume function
IvanMurzak Mar 6, 2025
86bc72c
Renamed EventName.Then -> EventName.Loaded
IvanMurzak Mar 6, 2025
0634bc8
Fixed tests
IvanMurzak Mar 6, 2025
703cf61
Integrating placeholder tests
IvanMurzak Mar 6, 2025
574d326
Add SetPlaceholder method to IFuture interface and update related imp…
IvanMurzak Mar 6, 2025
e18c2e6
Disabled Player & Build tests for now
IvanMurzak Mar 6, 2025
7b5b384
Refactor event assertions in TestUtils.Load to streamline event handl…
IvanMurzak Mar 6, 2025
abae8b1
Remove unused TestUtils.Placeholder class
IvanMurzak Mar 6, 2025
aa72b90
Covering placeholder with Unit tests. Improved Consume function
IvanMurzak Mar 6, 2025
3ea95ee
Improved Consume function
IvanMurzak Mar 6, 2025
9170758
Fixed Unit tests
IvanMurzak Mar 7, 2025
5b3843c
Updated samples
IvanMurzak Mar 7, 2025
4ab20bb
Updated placeholder documentation
IvanMurzak Mar 7, 2025
7f5971d
Refactoring of the placeholder setting
IvanMurzak Mar 7, 2025
71f2492
Added SetPlaceholder functions for all input types
IvanMurzak Mar 8, 2025
0f7fb5b
Updated tests
IvanMurzak Mar 8, 2025
a38c71a
Updated README
IvanMurzak Mar 8, 2025
226b341
Refactor placeholder color handling and add ColorExtensions utility m…
IvanMurzak Mar 8, 2025
3198b63
Updated README
IvanMurzak Mar 8, 2025
a40f3ac
Bump version from 6.0.2 to 7.0.0
IvanMurzak Mar 8, 2025
fdb0502
Renamed `master` -> `main`
IvanMurzak Mar 8, 2025
40084cf
Update image URLs in TestUtils to use 'main' branch
IvanMurzak Mar 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/2019.4.40f1_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 2019.4.40f1-Build

on:
pull_request:
branches:
- main_disabled
push:
branches:
- main_disabled

jobs:
editor-tests:
uses: ./.github/workflows/main.yml
with:
projectPath: './'
unityVersion: '2019.4.40f1'
testMode: 'standalone'
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/2019.4.40f1_editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: 2019.4.40f1-Editor
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main

jobs:
editor-tests:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/2019.4.40f1_player.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 2019.4.40f1-Player

on:
pull_request:
branches:
- main_disabled
push:
branches:
- main_disabled

jobs:
editor-tests:
uses: ./.github/workflows/main.yml
with:
projectPath: './'
unityVersion: '2019.4.40f1'
testMode: 'playmode'
secrets: inherit
18 changes: 18 additions & 0 deletions .github/workflows/2020.3.40f1_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 2020.3.40f1-Build

on:
pull_request:
branches:
- main_disabled
push:
branches:
- main_disabled

jobs:
editor-tests:
uses: ./.github/workflows/main.yml
with:
projectPath: './'
unityVersion: '2020.3.40f1'
testMode: 'standalone'
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/2020.3.40f1_editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: 2020.3.40f1-Editor
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main

jobs:
editor-tests:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/2020.3.40f1_player.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 2020.3.40f1-Player

on:
pull_request:
branches:
- main_disabled
push:
branches:
- main_disabled

jobs:
editor-tests:
uses: ./.github/workflows/main.yml
with:
projectPath: './'
unityVersion: '2020.3.40f1'
testMode: 'playmode'
secrets: inherit
18 changes: 18 additions & 0 deletions .github/workflows/2021.3.45f1_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 2021.3.45f1-Build

on:
pull_request:
branches:
- main_disabled
push:
branches:
- main_disabled

jobs:
editor-tests:
uses: ./.github/workflows/main.yml
with:
projectPath: './'
unityVersion: '2021.3.45f1'
testMode: 'standalone'
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/2021.3.45f1_editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: 2021.3.45f1-Editor
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main

jobs:
editor-tests:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/2021.3.45f1_player.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 2021.3.45f1-Player

on:
pull_request:
branches:
- main_disabled
push:
branches:
- main_disabled

jobs:
editor-tests:
uses: ./.github/workflows/main.yml
with:
projectPath: './'
unityVersion: '2021.3.45f1'
testMode: 'playmode'
secrets: inherit
18 changes: 18 additions & 0 deletions .github/workflows/2022.3.57f1_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 2022.3.57f1-Build

on:
pull_request:
branches:
- main_disabled
push:
branches:
- main_disabled

jobs:
editor-tests:
uses: ./.github/workflows/main.yml
with:
projectPath: './'
unityVersion: '2022.3.57f1'
testMode: 'standalone'
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/2022.3.57f1_editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: 2022.3.57f1-Editor
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main

jobs:
editor-tests:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/2022.3.57f1_player.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 2022.3.57f1-Player

on:
pull_request:
branches:
- main_disabled
push:
branches:
- main_disabled

jobs:
editor-tests:
uses: ./.github/workflows/main.yml
with:
projectPath: './'
unityVersion: '2022.3.57f1'
testMode: 'playmode'
secrets: inherit
18 changes: 18 additions & 0 deletions .github/workflows/2023.1.20f1_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 2023.1.20f1-Build

on:
pull_request:
branches:
- main_disabled
push:
branches:
- main_disabled

jobs:
editor-tests:
uses: ./.github/workflows/main.yml
with:
projectPath: './'
unityVersion: '2023.1.20f1'
testMode: 'standalone'
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/2023.1.20f1_editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: 2023.1.20f1-Editor
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main

jobs:
editor-tests:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/2023.1.20f1_player.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 2023.1.20f1-Player

on:
pull_request:
branches:
- main_disabled
push:
branches:
- main_disabled

jobs:
editor-tests:
uses: ./.github/workflows/main.yml
with:
projectPath: './'
unityVersion: '2023.1.20f1'
testMode: 'playmode'
secrets: inherit
18 changes: 18 additions & 0 deletions .github/workflows/2023.2.20f1_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 2023.2.20f1-Build

on:
pull_request:
branches:
- main_disabled
push:
branches:
- main_disabled

jobs:
editor-tests:
uses: ./.github/workflows/main.yml
with:
projectPath: './'
unityVersion: '2023.2.20f1'
testMode: 'standalone'
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/2023.2.20f1_editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: 2023.2.20f1-Editor
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main

jobs:
editor-tests:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/2023.2.20f1_player.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 2023.2.20f1-Player

on:
pull_request:
branches:
- main_disabled
push:
branches:
- main_disabled

jobs:
editor-tests:
uses: ./.github/workflows/main.yml
with:
projectPath: './'
unityVersion: '2023.2.20f1'
testMode: 'playmode'
secrets: inherit
18 changes: 18 additions & 0 deletions .github/workflows/6000.0.37f1_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 6000.0.37f1-Build

on:
pull_request:
branches:
- main_disabled
push:
branches:
- main_disabled

jobs:
editor-tests:
uses: ./.github/workflows/main.yml
with:
projectPath: './'
unityVersion: '6000.0.37f1'
testMode: 'standalone'
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/6000.0.37f1_editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: 6000.0.37f1-Editor
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main

jobs:
editor-tests:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/6000.0.37f1_player.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 6000.0.37f1-Player

on:
pull_request:
branches:
- main_disabled
push:
branches:
- main_disabled

jobs:
editor-tests:
uses: ./.github/workflows/main.yml
with:
projectPath: './'
unityVersion: '6000.0.37f1'
testMode: 'playmode'
secrets: inherit
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"imageloader",
"Murzak",
"openupm",
"playmode",
"ugui",
"unitask",
"WEBGL"
Expand Down
Loading