Skip to content

Commit

Permalink
Merge from FRJ master
Browse files Browse the repository at this point in the history
  • Loading branch information
RyodoTanaka committed Jul 11, 2023
2 parents 78142b0 + 30bec3d commit e6a00e4
Show file tree
Hide file tree
Showing 440 changed files with 7,608,747 additions and 3,993 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/activation.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
name: Acquire activation file from 2020 to 2022 LTS

on:
Expand Down Expand Up @@ -52,3 +53,27 @@ jobs:
with:
name: ${{ steps.getManualLicenseFile.outputs.filePath }}
path: ${{ steps.getManualLicenseFile.outputs.filePath }}
=======
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 }}
>>>>>>> 30bec3d2464b1d30841ea94544bdcdaa1f901971
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
projectPath:
- ./
unityVersion:
- 2019.3.12f1
- 2020.1.13f1
testMode:
- all
# - playmode
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ crashlytics-build.properties
/[Aa]ssets/[Ss]treamingAssets/aa/*

# End of https://www.toptal.com/developers/gitignore/api/unity
.vsconfig
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

105 changes: 0 additions & 105 deletions Assets/AddressableAssetsData/AddressableAssetSettings.asset

This file was deleted.

This file was deleted.

32 changes: 0 additions & 32 deletions Assets/AddressableAssetsData/AssetGroups/Built In Data.asset

This file was deleted.

65 changes: 0 additions & 65 deletions Assets/AddressableAssetsData/AssetGroups/Default Local Group.asset

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit e6a00e4

Please sign in to comment.