Late Build issue, resolved.
parent
e6e7f6f7d6
commit
1f93524b5f
|
@ -1,11 +1,9 @@
|
||||||
/// Credit SimonDarksideJ
|
/// Credit SimonDarksideJ
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using UnityEditor;
|
|
||||||
|
|
||||||
namespace UnityEngine.UI.Extensions
|
namespace UnityEngine.UI.Extensions
|
||||||
{
|
{
|
||||||
[InitializeOnLoadAttribute]
|
|
||||||
public static class ShaderLibrary
|
public static class ShaderLibrary
|
||||||
{
|
{
|
||||||
public static Dictionary<string, Shader> shaderInstances = new Dictionary<string, Shader>();
|
public static Dictionary<string, Shader> shaderInstances = new Dictionary<string, Shader>();
|
||||||
|
|
Loading…
Reference in New Issue