mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-07 03:17:25 -05:00
大文字修正。const 使う
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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": []
|
||||
}
|
||||
Reference in New Issue
Block a user