BuildConfiguration AddComponent not working

i’d like to add sceneList component on use BuildConfiguration.
first i added classic build profile, second i tried add SceneList. but its not working.
my setting is as follows
2021.2.10.f1.
“com.unity.platforms”: “0.10.0-preview.10”,
“com.unity.platforms.desktop”: “0.10.0-preview.10”,
“com.unity.platforms.windows”: “0.10.0-preview.10”,
“com.unity.render-pipelines.universal”: “12.1.4”,
“com.unity.rendering.hybrid”: “0.11.0-preview.44”,

2021.2.10.f1

Only 2020.3 is supported. If you need to stay on 2021 I suggest a second empty project on 2020.3, make changes in that and copy them across.

1 Like

Thank you. It helped me a lot.