How to save Rendering->Lighting->Environment Tab settings for all scenes?
Asked Answered
P

2

0

Hello,
I decided to change some settings in the environment tab of lighting settings (sun source, fog and etc.). However, my game has many scenes and I couldn’t found any solutions for applying these settings to all scenes.

Is there any solution except change all values for each scene?

(Unity Version: 2021.1.2)

Penknife answered 14/2 at 21:17 Comment(0)
W
0

In Unity, you can create a default lighting setup that will be applied to all new scenes that you create. To do this, go to Edit > Render Settings in the main menu and make your desired changes to the settings in the Environment tab. Then, go to Edit > Project Settings > Graphics and click the “Create” button next to the “Custom Render Settings” field. This will create a new asset that contains your default lighting settings.

From then on, whenever you create a new scene, the default lighting settings that you just created will be applied automatically. If you want to change the lighting settings for an existing scene, you can simply drag the default lighting settings asset from the project window onto the scene in the hierarchy window. This will apply the default lighting settings to the selected scene.

Note that this will only apply the lighting settings from the Environment tab. If you want to save other settings from the Render Settings window, such as the quality settings or the camera settings, you will need to create a custom graphics asset for those settings as well. You can do this by going to Edit > Project Settings > Graphics and clicking the “Create” button next to the relevant field (e.g. “Quality Settings” or “Camera”).

I hope this helps! Let me know if you have any other questions.

Waterless answered 12/12, 2022 at 13:55 Comment(1)

Hi, thanks for your answer. I looked the path Edit > Project Settings > Graphics and searched in all project settings but I couldn't found "Custom Render Settings" field.

Penknife
G
0


Maseeda’s answer does not seem to be correct, at least in 2021.3.x
Gegenschein answered 14/2 at 19:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.