Skip to content

Commit

Permalink
Fix so that upgrading to Unity 2019.2.x doesn't cause a build error
Browse files Browse the repository at this point in the history
TT 0410422049

Added animation and physics modules to the sample, so that when Unity upgrades the package manifest and adds UGUI module which it does automatically, its dependencies are present. This doesn't explain why UGUI would be dependent on a physics and animation engine.
  • Loading branch information
alanmur committed Oct 1, 2019
1 parent 2d2b133 commit 110d467
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"dependencies": {
"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.physics": "1.0.0",
"com.unity.modules.screencapture": "1.0.0",
"com.unity.modules.tilemap": "1.0.0",
"com.unity.modules.ui": "1.0.0",
Expand Down

0 comments on commit 110d467

Please sign in to comment.