Skip to content

Commit

Permalink
移除submodule,修改为使用upm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiang Yin committed Aug 3, 2020
1 parent 647a549 commit 40398c3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@
/Assets/StreamingAssets/*
!/Assets/StreamingAssets/.gitkeep
/ProjectSettings/ProjectVersion.txt
/Packages/*
/UnityPackageManager/*
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion Assets/GameFramework
Submodule GameFramework deleted from 542d09
9 changes: 0 additions & 9 deletions Assets/GameFramework.meta

This file was deleted.

17 changes: 17 additions & 0 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"dependencies": {
"com.jiangyin.gameframework": "https://github.com/EllanJiang/UnityGameFramework.git",
"com.unity.package-manager-ui": "2.0.13",
"com.unity.ugui": "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.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.ui": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0"
}
}

0 comments on commit 40398c3

Please sign in to comment.