UniGLTF upm

This commit is contained in:
ousttrue 2020-11-24 19:09:05 +09:00
parent a8566292d5
commit 797e3b84de
4 changed files with 31 additions and 4 deletions

View File

@ -3,9 +3,11 @@ namespace UniGLTF
{
public static partial class UniGLTFVersion
{
public const int MAJOR = 1;
public const int MINOR = 28;
public const int MAJOR = 0;
public const int MINOR = 62;
public const string VERSION = "1.28";
public const int PATCH = 0;
public const string VERSION = "0.62.0";
}
}

View File

@ -0,0 +1,17 @@
{
"name": "com.vrmc.unigltf",
"version": "0.62.0",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"unity": "2018.4",
"keywords": [
"gltf"
],
"author": {
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.62.0",
"com.vrmc.meshutility": "0.62.0"
}
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 84fc56afa55c6c541b16d7e64f5f0f38
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

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