Search Issue Tracker
By Design
Votes
1
Found in
2017.3.1f1
Issue ID
1037414
Regression
No
Mismatched LayoutGroup errors are thrown when expanding script with serializable class object properties in inspector
To reproduce:
1. Open project
2. Open scene
3. Select Main camera and ensure the Test Object component is expanded
4. Click mouse button in the area under the script
Expected vs Actual: there should not be any Mismatched LayoutGroup errors
Reproduced: 2017.1.3p4, 2017.2.2p4, 2017.3.2f1, 2017.4.3f1, 2018.1.0f2, 2018.2.0b4
Note: if 'TestProperty' class is not serializable, there are no errors thrown
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
- “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
Resolution Note (2018.3.X):
PropertyDrawers have a known limitation that they cannot work with the Layout system.
"Note that for performance reasons, EditorGUILayout functions are not usable with PropertyDrawers." from the docs in https://docs.unity3d.com/ScriptReference/PropertyDrawer.html
Users are supposed to calculate Rects manually based on the rect they receive from your overriden OnGUI.