Skip to content

Commit

Permalink
Feat: Add Unity UI, TextMeshPro
Browse files Browse the repository at this point in the history
  • Loading branch information
fkdl0048 committed Oct 12, 2023
1 parent 0e488ea commit b124456
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GameOverProject/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"dependencies": {
"com.unity.ide.rider": "3.0.26",
"com.unity.localization": "1.4.5",
"com.unity.textmeshpro": "3.0.6",
"com.unity.ugui": "1.0.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
18 changes: 18 additions & 0 deletions GameOverProject/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,24 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.textmeshpro": {
"version": "3.0.6",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.ugui": {
"version": "1.0.0",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.imgui": "1.0.0"
}
},
"com.unity.modules.ai": {
"version": "1.0.0",
"depth": 0,
Expand Down

0 comments on commit b124456

Please sign in to comment.