大文字修正。const 使う

This commit is contained in:
ousttrue 2021-06-07 20:47:23 +09:00
parent 2e659da9da
commit dc2c8c5703
2 changed files with 7 additions and 6 deletions

View File

@ -24,8 +24,8 @@ namespace VRMShaders
{"VRM/UnlitTransparent", "Unlit/Transparent"},
{"VRM/UnlitCutout", "Unlit/Transparent Cutout"},
// 互換性は無いがとりあえず、
{"VRM/UnlitTransparentZWrite", "VRM/Mtoon"},
{"UniGLTF/StandardVColor", "UniGLTF/UniUnlit"},
{"VRM/UnlitTransparentZWrite", "VRM/MToon"},
{"UniGLTF/StandardVColor", UniGLTF.UniUnlit.Utils.ShaderName},
};
public struct MaterialLoadInfo

View File

@ -1,13 +1,14 @@
{
"name": "VRMShaders.GLTF.IO.Runtime",
"references": [],
"references": [
"VRMShaders.GLTF.UniUnlit.Runtime"
],
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": false,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
"defineConstraints": []
}