mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-03-21 18:05:03 -05:00
Merge pull request #2747 from ousttrue/fix/update_package_json
add a dependency on com.unity.mathematics from com.vrmc.gltf
This commit is contained in:
commit
d9483367ca
|
|
@ -3,6 +3,7 @@
|
|||
"version": "0.130.1",
|
||||
"displayName": "UniGLTF",
|
||||
"description": "GLTF importer and exporter",
|
||||
"documentationUrl": "https://github.com/vrm-c/UniVRM",
|
||||
"unity": "2021.3",
|
||||
"keywords": [
|
||||
"gltf"
|
||||
|
|
@ -14,7 +15,8 @@
|
|||
"com.unity.modules.animation": "1.0.0",
|
||||
"com.unity.modules.imgui": "1.0.0",
|
||||
"com.unity.modules.imageconversion": "1.0.0",
|
||||
"com.unity.test-framework": "1.4.6"
|
||||
"com.unity.test-framework": "1.4.6",
|
||||
"com.unity.mathematics": "1.2.6"
|
||||
},
|
||||
"samples": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"version": "0.130.1",
|
||||
"displayName": "VRM",
|
||||
"description": "VRM importer",
|
||||
"documentationUrl": "https://github.com/vrm-c/UniVRM",
|
||||
"unity": "2021.3",
|
||||
"keywords": [
|
||||
"vrm",
|
||||
|
|
@ -39,4 +40,4 @@
|
|||
"path": "Samples~/AnimationBridgeSample"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
"version": "0.130.1",
|
||||
"displayName": "VRM-1.0",
|
||||
"description": "VRM-1.0 importer",
|
||||
"documentationUrl": "https://github.com/vrm-c/UniVRM",
|
||||
"unity": "2021.3",
|
||||
"keywords": [
|
||||
"vrm",
|
||||
|
|
@ -34,4 +35,4 @@
|
|||
"path": "Samples~/ClothSample"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -154,7 +154,8 @@
|
|||
"com.unity.modules.animation": "1.0.0",
|
||||
"com.unity.modules.imgui": "1.0.0",
|
||||
"com.unity.modules.imageconversion": "1.0.0",
|
||||
"com.unity.test-framework": "1.4.6"
|
||||
"com.unity.test-framework": "1.4.6",
|
||||
"com.unity.mathematics": "1.2.6"
|
||||
}
|
||||
},
|
||||
"com.vrmc.univrm": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user