Exemplo n.º 1
0
        private void DoLoadListFile()
        {
            if (null == ListFile || !ListFile)
            {
                return;
            }

            Data = ShaderGenData.FromJson(ListFile.text);
        }
Exemplo n.º 2
0
 public override void OnEnable()
 {
     try
     {
         Data = ShaderGenData.FromJson(LoadSettings());
     }
     catch (Exception)
     {
     }
 }