Search Unity

Bug HDRP environment profile setting in lighting tab got reset to old value if scene is not saved

Discussion in 'High Definition Render Pipeline' started by jiraphatK, Sep 28, 2022.

  1. jiraphatK

    jiraphatK

    Joined:
    Sep 29, 2018
    Posts:
    300
    upload_2022-9-28_18-5-19.png

    Changing the profile here will not be saved because the scene is not marked as dirty (*) when I assign different environment profile to it
    For example
    -I have this profile setting as A asset
    -I changed it to B asset(Scene is not marked as Dirty so I can't save it
    -When I went to other scene and comeback the value will still be A asset.

    Temporary fix is to change this profile
    make the scene dirty by disable and reenable object in scene
    save scene
    the value will get saved correctly