Search Issue Tracker
By Design
By Design in 2023.2.X
Votes
0
Found in
2020.3.45f1
2021.3.19f1
2022.2.7f1
2023.1.0b5
2023.2.0a3
Issue ID
UUM-27654
Regression
No
Missing Components get added but not saved
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)
Reproducible with: 2020.3.45f1, 2021.3.19f1, 2022.2.7f1, 2023.1.0b5, 2023.2.0a3
Reproducible on: Intel MacOS Vantura 13.1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on ConstraintProjectionTree::projectionTreeBuildStep when ConfigurableJoint uses JointProjectionMode.PositionAndRotation and connected Rigidbody switches from kinematic to non-kinematic
- ScriptableObject asset is accessed during the lookup of Build Profiles when opening the Build Profiles Window
- [Multiplayer TPS Sample] Grenade launcher explosion misses the Player when the Collider count exceeds HitColliderBuffer
- OS Notification Documentation is missing when following hyperlink in Notifications Settings in Hub
- Canvas Scaler sets local transforms (Position, Rotation, Scale) to 0 when Canvas is edited in Prefab Mode
Resolution Note:
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.
Resolution Note (2023.2.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.