Skip to content

Commit

Permalink
Add packages config
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLance committed Oct 17, 2022
1 parent 25fb928 commit 7c70299
Show file tree
Hide file tree
Showing 11 changed files with 396 additions and 13 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ unity-projects/exp-launcher/Unity.XRLineRenderer*
unity-projects/exp-launcher/Assets/_TerrainAutoUpgrade
unity-projects/exp-launcher/*.exe
unity-projects/exp-launcher/.vs
unity-projects/exp-launcher/Packages
unity-projects/exp-launcher/AssetBundles
unity-projects/exp-launcher/etc
unity-projects/exp-launcher/Library
Expand Down
3 changes: 0 additions & 3 deletions hooks/post-checkout

This file was deleted.

3 changes: 0 additions & 3 deletions hooks/post-commit

This file was deleted.

3 changes: 0 additions & 3 deletions hooks/post-merge

This file was deleted.

3 changes: 0 additions & 3 deletions hooks/pre-push

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
44 changes: 44 additions & 0 deletions unity-projects/exp-launcher/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"dependencies": {
"com.unity.formats.fbx": "4.2.0",
"com.unity.ide.rider": "1.2.1",
"com.unity.ide.visualstudio": "2.0.14",
"com.unity.ide.vscode": "1.2.4",
"com.unity.postprocessing": "3.2.2",
"com.unity.textmeshpro": "2.1.6",
"com.unity.timeline": "1.2.18",
"com.unity.ugui": "1.0.0",
"com.unity.xr.openvr.standalone": "2.0.5",
"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",
"com.unity.modules.cloth": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.physics2d": "1.0.0",
"com.unity.modules.screencapture": "1.0.0",
"com.unity.modules.terrain": "1.0.0",
"com.unity.modules.terrainphysics": "1.0.0",
"com.unity.modules.tilemap": "1.0.0",
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.uielements": "1.0.0",
"com.unity.modules.umbra": "1.0.0",
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
"com.unity.modules.unitywebrequestaudio": "1.0.0",
"com.unity.modules.unitywebrequesttexture": "1.0.0",
"com.unity.modules.unitywebrequestwww": "1.0.0",
"com.unity.modules.vehicles": "1.0.0",
"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"
}
}
Loading

0 comments on commit 7c70299

Please sign in to comment.