mirror of
				https://github.com/DerTyp7/fps-citybuild-unity.git
				synced 2025-10-31 05:07:08 +01:00 
			
		
		
		
	Skybox, Day Night Cycle, Better TimeManager
This commit is contained in:
		
							
								
								
									
										10
									
								
								Assets/Scripts/LightingPreset.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Assets/Scripts/LightingPreset.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| using UnityEngine; | ||||
|  | ||||
| [System.Serializable] | ||||
| [CreateAssetMenu(fileName = "Lighting Preset", menuName = "Scriptables/Lighting Preset", order = 1)] | ||||
| public class LightingPreset : ScriptableObject | ||||
| { | ||||
|     public Gradient AmbientColor; | ||||
|     public Gradient DirectionalColor; | ||||
|     public Gradient FogColor; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 DerTyp187
					DerTyp187