-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
650e00f
commit 278c7b0
Showing
439 changed files
with
7,608,744 additions
and
2,189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Acquire activation file | ||
on: | ||
pull_request: | ||
branches: | ||
- master | ||
jobs: | ||
activation: | ||
name: Request manual activation file 🔑 | ||
runs-on: ubuntu-latest | ||
steps: | ||
# Request manual activation file | ||
- name: Request manual activation file | ||
id: getManualLicenseFile | ||
uses: webbertakken/[email protected] | ||
with: | ||
unityVersion: 2020.1.13f1 | ||
# Upload artifact (Unity_v20XX.X.XXXX.alf) | ||
- name: Expose as artifact | ||
uses: actions/upload-artifact@v1 | ||
with: | ||
name: ${{ steps.getManualLicenseFile.outputs.filePath }} | ||
path: ${{ steps.getManualLicenseFile.outputs.filePath }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
projectPath: | ||
- ./ | ||
unityVersion: | ||
- 2019.3.12f1 | ||
- 2020.1.13f1 | ||
testMode: | ||
- all | ||
# - playmode | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
105 changes: 0 additions & 105 deletions
105
Assets/AddressableAssetsData/AddressableAssetSettings.asset
This file was deleted.
Oops, something went wrong.
76 changes: 0 additions & 76 deletions
76
Assets/AddressableAssetsData/AssetGroupTemplates/Packed Assets.asset
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
Assets/AddressableAssetsData/AssetGroups/Built In Data.asset
This file was deleted.
Oops, something went wrong.
65 changes: 0 additions & 65 deletions
65
Assets/AddressableAssetsData/AssetGroups/Default Local Group.asset
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
.../AddressableAssetsData/AssetGroups/Schemas/Built In Data_PlayerDataGroupSchema.asset.meta
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
...dressableAssetsData/AssetGroups/Schemas/Default Local Group_BundledAssetGroupSchema.asset
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...ableAssetsData/AssetGroups/Schemas/Default Local Group_BundledAssetGroupSchema.asset.meta
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...bleAssetsData/AssetGroups/Schemas/Default Local Group_ContentUpdateGroupSchema.asset.meta
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.