Skip to content

Commit

Permalink
fix: Unity2019用に必要モジュール追加
Browse files Browse the repository at this point in the history
  • Loading branch information
pspkurara committed Sep 9, 2020
1 parent 3e07484 commit fb43b1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"dependencies": {
"com.littlebigfun.addressable-importer": "0.4.1",
"com.unity.addressables": "1.1.10",
"com.unity.ugui": "1.0.0"
"com.littlebigfun.addressable-importer": "0.9.2",
"com.unity.addressables": "1.8.4",
"com.unity.ugui": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
},
"scopedRegistries": [
{
Expand All @@ -14,4 +16,4 @@
]
}
]
}
}
3 changes: 2 additions & 1 deletion Packages/uGUI-Skinner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"type": "library",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.modules.ui": "1.0.0"
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.animation": "1.0.0"
},
"unity": "2017.1"
}

0 comments on commit fb43b1d

Please sign in to comment.