Late Build issue, resolved.

pull/413/head
Simon (darkside) Jackson 2020-10-31 16:47:44 +00:00
parent e6e7f6f7d6
commit 1f93524b5f
1 changed files with 0 additions and 2 deletions

View File

@ -1,11 +1,9 @@
/// Credit SimonDarksideJ
using System.Collections.Generic;
using UnityEditor;
namespace UnityEngine.UI.Extensions
{
[InitializeOnLoadAttribute]
public static class ShaderLibrary
{
public static Dictionary<string, Shader> shaderInstances = new Dictionary<string, Shader>();