Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.0f3
Issue ID
973202
Regression
No
SerializedProperty's propertyPaths do not match appropriate property names of Rect Transform in Inspector tab
Reproduction steps:
1. Download project "New Unity Project.zip" and open in Unity
2. Open console window
3. Select Directional Light in hierarchy
4. Right click on Anchors Min X and Anchors Min Y
Expected result: all the names in console window (SerializedProperty.propertyPath) should match appropriate property names in Inspector tab (e.g. Anchors Min X = m_AnchorsMin.x)
Actual result: some names in console window do not match the property names in Inspector tab (e.g. Anchors Min Y != m_AnchorsMin)
Reproduced on: 5.6.4p3; 2017.1.2p3; 2017.2.0p3; 2017.3.0b11; 2018.1.0a6
Note:
Unity 5.6.4p3 does not show the wrong name in the console window.
The wrong name also is shown with Anchors Max Y, Pivot Y, Rotation X, Rotation Y, Rotation Z.
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
Add comment