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