mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-13 22:09:53 -05:00
#711 UniGLTFのバージョン番号は、 UniVRMのバージョン番号から機械的に決めることにします。 更新の有無でそれぞれバージョンアップの有無を管理すると煩雑になるためです。 major: 2 minor: UniVRM.minor - 64 patch: UniVRM.patch UniGLTF のバージョンを UniVRMのバージョンに揃えたいのですが、 先に `1.27` というバージョンを持っていて巻き戻るので、とりあえず `2.0` に上げていてやむを得ない状態に。
16 lines
291 B
JSON
16 lines
291 B
JSON
{
|
|
"name": "com.vrmc.unigltf",
|
|
"version": "2.1.3",
|
|
"displayName": "UniGLTF",
|
|
"description": "GLTF importer and exporter",
|
|
"unity": "2018.4",
|
|
"keywords": [
|
|
"gltf"
|
|
],
|
|
"author": {
|
|
"name": "VRM Consortium"
|
|
},
|
|
"dependencies": {
|
|
"com.vrmc.vrmshaders": "0.65.3"
|
|
}
|
|
} |