Skip to content

Commit d9e8d5b

Browse files
committed
chore: upgraded to 2019.2
1 parent f48f901 commit d9e8d5b

21 files changed

+336
-140
lines changed

Assets/AdncAnimatorHelpers/Examples/AnimatorPlayback/Square.png.meta

Lines changed: 21 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/com.fluid.unity-animator-helpers.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/com.fluid.unity-animator-helpers/CHANGELOG.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Plugins/Editor.meta renamed to Assets/com.fluid.unity-animator-helpers/Editor.meta

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/com.fluid.unity-animator-helpers/Editor/com.fluid.unity-animator-helpers.Editor.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/com.fluid.unity-animator-helpers/LICENSE.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/com.fluid.unity-animator-helpers/README.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/com.fluid.unity-animator-helpers/Runtime.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/com.fluid.unity-animator-helpers/Runtime/com.fluid.unity-animator-helpers.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/com.fluid.unity-animator-helpers/Tests.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/com.fluid.unity-animator-helpers/Tests/Editor.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/com.fluid.unity-animator-helpers/Tests/Editor/com.fluid.unity-animator-helpers.Editor.Tests.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/com.fluid.unity-animator-helpers/Tests/Runtime.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/com.fluid.unity-animator-helpers/Tests/Runtime/com.fluid.unity-animator-helpers.Tests.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/com.fluid.unity-animator-helpers/package.json.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/manifest.json

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,51 @@
11
{
2-
"dependencies": {
3-
}
2+
"dependencies": {
3+
"com.unity.2d.sprite": "1.0.0",
4+
"com.unity.2d.tilemap": "1.0.0",
5+
"com.unity.ads": "2.0.8",
6+
"com.unity.analytics": "3.3.2",
7+
"com.unity.collab-proxy": "1.2.16",
8+
"com.unity.ext.nunit": "1.0.0",
9+
"com.unity.ide.rider": "1.1.0",
10+
"com.unity.ide.vscode": "1.1.2",
11+
"com.unity.multiplayer-hlapi": "1.0.2",
12+
"com.unity.package-manager-ui": "2.2.0",
13+
"com.unity.purchasing": "2.0.6",
14+
"com.unity.test-framework": "1.0.13",
15+
"com.unity.textmeshpro": "2.0.1",
16+
"com.unity.timeline": "1.1.0",
17+
"com.unity.ugui": "1.0.0",
18+
"com.unity.xr.legacyinputhelpers": "2.0.2",
19+
"com.unity.modules.ai": "1.0.0",
20+
"com.unity.modules.androidjni": "1.0.0",
21+
"com.unity.modules.animation": "1.0.0",
22+
"com.unity.modules.assetbundle": "1.0.0",
23+
"com.unity.modules.audio": "1.0.0",
24+
"com.unity.modules.cloth": "1.0.0",
25+
"com.unity.modules.director": "1.0.0",
26+
"com.unity.modules.imageconversion": "1.0.0",
27+
"com.unity.modules.imgui": "1.0.0",
28+
"com.unity.modules.jsonserialize": "1.0.0",
29+
"com.unity.modules.particlesystem": "1.0.0",
30+
"com.unity.modules.physics": "1.0.0",
31+
"com.unity.modules.physics2d": "1.0.0",
32+
"com.unity.modules.screencapture": "1.0.0",
33+
"com.unity.modules.terrain": "1.0.0",
34+
"com.unity.modules.terrainphysics": "1.0.0",
35+
"com.unity.modules.tilemap": "1.0.0",
36+
"com.unity.modules.ui": "1.0.0",
37+
"com.unity.modules.uielements": "1.0.0",
38+
"com.unity.modules.umbra": "1.0.0",
39+
"com.unity.modules.unityanalytics": "1.0.0",
40+
"com.unity.modules.unitywebrequest": "1.0.0",
41+
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
42+
"com.unity.modules.unitywebrequestaudio": "1.0.0",
43+
"com.unity.modules.unitywebrequesttexture": "1.0.0",
44+
"com.unity.modules.unitywebrequestwww": "1.0.0",
45+
"com.unity.modules.vehicles": "1.0.0",
46+
"com.unity.modules.video": "1.0.0",
47+
"com.unity.modules.vr": "1.0.0",
48+
"com.unity.modules.wind": "1.0.0",
49+
"com.unity.modules.xr": "1.0.0"
50+
}
451
}

0 commit comments

Comments
 (0)