ScriptReference/RenderSettings #509
Replies: 1 comment
-
|
To change sky gradient colors in HDRP:
Skybox is a material so you can set values on that via: To in editor only make and store a copy of the entire settings object ( as JSON ) to move it to another scene or restore it later: https://assetstore.unity.com/packages/tools/particles-effects/render-settings-duplicator-58831 See also UnityEditor.Unsupported.GetRenderSettings(); LightingEditor.cs source: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
ScriptReference/RenderSettings
https://docs.unity3d.com/ScriptReference/RenderSettings.html
Beta Was this translation helpful? Give feedback.
All reactions