Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2018.2.12f1
Issue ID
1091293
Regression
No
Transform component of the object is not being updated properly when it is marked as HideFlags.DontSave
How to reproduce:
1. Open attached project "EditModeBug.zip" and scene "SampleScene"
2. In Hierarchy window, select any "Buggy Object"
3. In Scene view, take the Move tool and move the object (move it using Scene gizmos, works with Move, Rotate, Scale tools)
4. Observe Inspector window (the values are not updated)
5. In Inspector window, left-click on Transform -> Position text
6. Observe Inspector window (the values are updated)
Expected result: moving the object in Scene view updates the Transform in the Inspector window immediately
Actual result: the object's Transform component is only updated when clicking on specific spots in the Inspector window (clicking on text fields, buttons, etc.)
Reproducible with: 2017.4.16f1, 2018.3.0b12, 2019.1.0a9
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
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
Resolution Note (fix version 2022.1):
https://github.cds.internal.unity3d.com/unity/unity/pull/5166