Much Better Fullbright
Just found this while looking threw the decompiled sun file.
Image Comparison:
Current Fullbright Method

My Fullbright Method

Code:
RenderSettings.ambientLight = new Color(0.95f,0.95f,0.95f); base.light.color = Color.black; base.light.intensity = 0f;
Current Fullbright Method

My Fullbright Method

