Late Build issue, resolved.
parent
e6e7f6f7d6
commit
1f93524b5f
|
@ -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>();
|
||||
|
|
Loading…
Reference in New Issue