fix package

This commit is contained in:
ousttrue
2021-01-06 19:57:42 +09:00
parent f86514a309
commit 992a56426e
3 changed files with 2 additions and 19 deletions

View File

@@ -48,11 +48,11 @@ Another way of importing MeshUtility is manually adding necessary information in
```json
{
"dependencies": {
"com.vrmc.meshutility": "https://github.com/vrm-c/UniVRM.git?path=/Assets/MeshUtility",
"com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF",
}
}
```
Go back to the Unity project. The system will automatically load the package.
<img src="Documentation/images/installation_3.jpg" width="200">
<img src="Documentation/images/installation_3.jpg" width="200">

View File

@@ -74,21 +74,6 @@ namespace VRM
""name"": ""VRM Consortium""
}}
}}
"),
new UpmPackage("MeshUtility", "Assets/MeshUtility/package.json",
@"{{
""name"": ""com.vrmc.meshutility"",
""version"": ""{1}"",
""displayName"": ""MeshUtility"",
""unity"": ""2018.4"",
""description"": ""MeshUtility is a package for mesh separation, etc. \n\nCheck out the latest information here: <https://github.com/vrm-c/UniVRM/tree/master/Assets/MeshUtility>"",
""keywords"": [
""mesh""
],
""author"": {{
""name"": ""VRM Consortium""
}}
}}
"),
new UpmPackage("VRM", "Assets/VRM/package.json",
@"{{
@@ -108,7 +93,6 @@ namespace VRM
}},
""dependencies"": {{
""com.vrmc.vrmshaders"": ""{1}"",
""com.vrmc.meshutility"": ""{1}"",
""com.vrmc.unigltf"": ""{0}""
}}
}}

View File

@@ -15,7 +15,6 @@
},
"dependencies": {
"com.vrmc.vrmshaders": "0.63.1",
"com.vrmc.meshutility": "0.63.1",
"com.vrmc.unigltf": "2.0.0"
}
}