I have a post processing effect on mobile. When i run this using an already created matrerial (Graphics.Blit(source, target, material);) is working but when the material is created during runtime is not (myshader= Shader.Find("shader"); material= new Material(myshader);
↧