Horje
change skybox color unity Code Example
unity skybox black
I figured this would be quite simple - i simply want to render black anything that is not part of my geometry - my lightmap fades to black, but then everything rendered outside of the geometry is gray.

I even tried createing a 'black' skybox...but still, everything is gray. I figured there would be a very simple way to change the render color for the background...maybe i'm just missing it?

Thanks!
change skybox color unity
RenderSettings.skybox.SetFloat ("_Exposure", Mathf.Sin (Time.time * Mathf.Deg2Rad * 100) + 2);




Csharp

Related
c# Loop Example Code Example c# Loop Example Code Example
c# string split with string Code Example c# string split with string Code Example
Random number in C# Code Example Random number in C# Code Example
how to remove from list from index c# Code Example how to remove from list from index c# Code Example
unity get layermask Code Example unity get layermask Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10