Skip to content

Commit

Permalink
Add gitignore on package-lock and ProjectSettings; Update manifest fr…
Browse files Browse the repository at this point in the history
…om Unity 2020.03 (#3)

Co-authored-by: James Miao <[email protected]>
  • Loading branch information
xmiao2 and James Miao authored Sep 9, 2021
1 parent f5dc7f4 commit 0a6574e
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build/
.vs/ProjectSettings.json
3 changes: 3 additions & 0 deletions GameLift-SampleGame/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ sysinfo.txt
*.unitypackage

GameLiftSettings.yaml

Packages/packages-lock.json
ProjectSettings/*
11 changes: 10 additions & 1 deletion GameLift-SampleGame/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
{
"dependencies": {
"com.amazonaws.gamelift": "file:../../GameLift-Unity/Assets/com.amazonaws.gamelift",
"com.unity.package-manager-ui": "2.0.13",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ide.rider": "2.0.7",
"com.unity.ide.visualstudio": "2.0.11",
"com.unity.ide.vscode": "1.2.3",
"com.unity.test-framework": "1.1.27",
"com.unity.timeline": "1.4.8",
"com.unity.ugui": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.1.7",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
Expand Down
3 changes: 2 additions & 1 deletion GameLift-SampleGame/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
m_EditorVersion: 2018.4.35f1
m_EditorVersion: 2020.3.16f1
m_EditorVersionWithRevision: 2020.3.16f1 (049d6eca3c44)
3 changes: 3 additions & 0 deletions GameLift-Unity/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ sysinfo.txt
*.unitypackage

GameLiftSettings.yaml

Packages/packages-lock.json
ProjectSettings/*
15 changes: 12 additions & 3 deletions GameLift-Unity/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"dependencies": {
"com.unity.package-manager-ui": "2.0.13",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ide.rider": "2.0.7",
"com.unity.ide.visualstudio": "2.0.11",
"com.unity.ide.vscode": "1.2.3",
"com.unity.nuget.newtonsoft-json": "2.0.0",
"com.unity.test-framework": "1.1.27",
"com.unity.timeline": "1.4.8",
"com.unity.ugui": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.1.7",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
Expand Down Expand Up @@ -30,7 +40,6 @@
"com.unity.modules.video": "1.0.0",
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0",
"com.unity.nuget.newtonsoft-json": "2.0.0"
"com.unity.modules.xr": "1.0.0"
}
}
3 changes: 2 additions & 1 deletion GameLift-Unity/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
m_EditorVersion: 2018.4.35f1
m_EditorVersion: 2020.3.16f1
m_EditorVersionWithRevision: 2020.3.16f1 (049d6eca3c44)

0 comments on commit 0a6574e

Please sign in to comment.