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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment