Merge pull request #436 from ousttrue/separate_vrmshaders

Separate vrmshaders
This commit is contained in:
hiroj
2020-06-22 14:10:17 +09:00
committed by GitHub
63 changed files with 31 additions and 3 deletions

2
.gitmodules vendored
View File

@@ -1,3 +1,3 @@
[submodule "MToon"]
path = Assets/VRM/MToon
path = Assets/VRMShaders/MToon
url = https://github.com/Santarh/MToon.git

View File

@@ -5,5 +5,8 @@
"description" : "VRM importer",
"unity" : "2017.1",
"keywords" : [ "vrm", "importer", "avatar", "vr" ],
"author" : { "name": "VRM Consortium" }
"author" : { "name": "VRM Consortium" },
"dependencies": {
"com.vrmc.vrmshaders": "0.56.0"
}
}

8
Assets/VRMShaders.meta Normal file
View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 503ae90aee4d0224db69e4e74762223b
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,9 @@
{
"name" : "com.vrmc.vrmshaders",
"version" : "0.56.0",
"displayName" : "VRM Shaders",
"description" : "VRM Shaders",
"unity" : "2017.1",
"keywords" : [ "vrm", "shader" ],
"author" : { "name": "VRM Consortium" }
}

View File

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

View File

@@ -1 +1,2 @@
m_EditorVersion: 2018.4.23f1
m_EditorVersion: 2019.4.0f1
m_EditorVersionWithRevision: 2019.4.0f1 (0af376155913)