Search Issue Tracker
Not Reproducible
Votes
3
Found in
2017.3.0p1
2017.3.0b5
Issue ID
986345
Regression
Yes
RectTransform Left and Right values change upon applying the prefab that also contains a TextMeshPro component
How to reproduce:
1. Open given Unity project
2. Open "Scene" scene
3. In Hierarchy window expand Canvas -> Menu -> Container
4. Select "Edit this one" game object
5. Change Left and Right values in its Rect Transform component to the value 0
6. Click apply
Expected result: Entered values should be saved
Actual result: Entered values disappeared and random ones are set
Regression first introduced in: 2017.3.0b5
Reproducible with: 2018.2.0a1, 2018.1.0b2, 2017.3.0p2, 2017.3.0b5
Not reproducible with: 2017.2.1p2, 2017.1.3f1, 5.6.4p4, 5.5.6f1
Comments (3)
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] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
MartinIsla
Apr 24, 2018 14:27
Reproduced in 2017.4.1f1
benperry
Feb 01, 2018 12:25
I was a bit worried when this was marked as "Not Reproducible" but it seems to be fixed in Unity 2018.1.0b5 :)
benperry
Jan 15, 2018 10:43
I'm guessing the following bug fix introduced this bug:
https://issuetracker.unity3d.com/issues/ui-image-position-doesnt-updated-in-editor-if-the-object-is-not-active-while-using-pointereventdata-eventdata
This fix was put in 2017.3.0b5, when this regression was first introduced.