mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-11 13:29:41 -05:00
fix
This commit is contained in:
@@ -12,7 +12,7 @@ namespace VRM
|
||||
/// <summary>
|
||||
/// 過去バージョンに含まれていたが、廃止・統合された Shader のフォールバック情報
|
||||
/// </summary>
|
||||
public static Dictionary<string, string> FallbackShaders = new Dictionary<string, string>
|
||||
public static readonly Dictionary<string, string> FallbackShaders = new Dictionary<string, string>
|
||||
{
|
||||
{"VRM/UnlitTexture", "Unlit/Texture"},
|
||||
{"VRM/UnlitTransparent", "Unlit/Transparent"},
|
||||
|
||||
Reference in New Issue
Block a user