Unity Issue Tracker - Missing Components get added but not saved
Closed
UUM-27654
Missing Components get added but not saved
Unity: Scene Management
As Designed
2023.2.X
2023.1.X
2022.2.X
2021.3.X
2020.3.X
This is by design. We don't automatically save the scenes or prefabs after adding components, but when the users saves the scenes or prefabs the added missing components will be added.
Reproduction steps:
1. Open the attached project “WarningRepro“ with Unity Editor 2020.2.0a7 or newer
2. Notice warnings in the Console windows
3. Close and reopen the project
4. Notice the same warnings as in step 2
Expected result: Added Components are saved after adding
Actual result: Added Components are not saved (Even after Ctrl+S)