Skip to content

Commit cb66610

Browse files
committed
β™» 0.8.0
+ FIX: Make asset compatible with 2019.x
1 parent 1c638d9 commit cb66610

File tree

6 files changed

+42
-6
lines changed

6 files changed

+42
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ο»ΏThanks for using my plugin!
22

3-
MeshDebugger - 0.7.0 - Shared with ❀ - © Wildan Mubarok 2018 under MIT License.
3+
MeshDebugger - 0.8.0 - Shared with ❀ - © Wildan Mubarok 2018 under MIT License.
44
To begin inspecting a mesh, just navigate to Window -> Mesh Debugger in menu bar then select an object.
55
See https://github.com/willnode/MeshDebugger/blob/master/INSTRUCTIONS.md for more instructions about using this plugin.

β€ŽPackages/manifest.jsonβ€Ž

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"dependencies": {
3+
"com.unity.ads": "2.0.8",
4+
"com.unity.analytics": "3.2.2",
5+
"com.unity.collab-proxy": "1.2.15",
6+
"com.unity.package-manager-ui": "2.0.7",
7+
"com.unity.purchasing": "2.0.3",
8+
"com.unity.textmeshpro": "1.4.1",
9+
"com.unity.modules.ai": "1.0.0",
10+
"com.unity.modules.animation": "1.0.0",
11+
"com.unity.modules.assetbundle": "1.0.0",
12+
"com.unity.modules.audio": "1.0.0",
13+
"com.unity.modules.cloth": "1.0.0",
14+
"com.unity.modules.director": "1.0.0",
15+
"com.unity.modules.imageconversion": "1.0.0",
16+
"com.unity.modules.imgui": "1.0.0",
17+
"com.unity.modules.jsonserialize": "1.0.0",
18+
"com.unity.modules.particlesystem": "1.0.0",
19+
"com.unity.modules.physics": "1.0.0",
20+
"com.unity.modules.physics2d": "1.0.0",
21+
"com.unity.modules.screencapture": "1.0.0",
22+
"com.unity.modules.terrain": "1.0.0",
23+
"com.unity.modules.terrainphysics": "1.0.0",
24+
"com.unity.modules.tilemap": "1.0.0",
25+
"com.unity.modules.ui": "1.0.0",
26+
"com.unity.modules.uielements": "1.0.0",
27+
"com.unity.modules.umbra": "1.0.0",
28+
"com.unity.modules.unityanalytics": "1.0.0",
29+
"com.unity.modules.unitywebrequest": "1.0.0",
30+
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
31+
"com.unity.modules.unitywebrequestaudio": "1.0.0",
32+
"com.unity.modules.unitywebrequesttexture": "1.0.0",
33+
"com.unity.modules.unitywebrequestwww": "1.0.0",
34+
"com.unity.modules.vehicles": "1.0.0",
35+
"com.unity.modules.video": "1.0.0",
36+
"com.unity.modules.vr": "1.0.0",
37+
"com.unity.modules.wind": "1.0.0",
38+
"com.unity.modules.xr": "1.0.0"
39+
}
40+
}
4.01 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
m_EditorVersion: 5.6.0f3
1+
m_EditorVersion: 2018.4.8f1
4.05 KB
Binary file not shown.

β€ŽUnityPackageManager/manifest.jsonβ€Ž

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
Β (0)