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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Add comment