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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment