mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-24 23:18:04 -05:00
UniGLTF upm
This commit is contained in:
parent
a8566292d5
commit
797e3b84de
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
17
Assets/UniGLTF/package.json
Normal file
17
Assets/UniGLTF/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
7
Assets/UniGLTF/package.json.meta
Normal file
7
Assets/UniGLTF/package.json.meta
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 84fc56afa55c6c541b16d7e64f5f0f38
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user