mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-07-19 16:51:55 -05:00
fix
This commit is contained in:
parent
847b2703bc
commit
3ad42a262e
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user