Exemple #1
0
        private Shader GetBestShaderForSkyProfile(SkyProfile profile)
        {
            string shaderName = SkyEditorUtility.GetBestDefaultShaderNameForUnityVersion();

            return(Shader.Find(shaderName));
        }