Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2018.1.0f1
2018.2.0a4
2018.3.0a10
Issue ID
1074291
Regression
Yes
EndLayoutGroup error is thrown when adding Preset of an already added Component
How to reproduce:
1. Open a new Unity project
2. Open the "SampleScene" scene
3. Select any GameObject from the Hierarchy
4. Click on the Preset icon at the right of the Transform component bar
5. On the "Select Preset" window, click on the "Save current to..." button to Save the Preset
6. Drag and drop the saved Preset file to the Inspector of the same GameObject
7. Click "Ok" on the dialogue, which informs that such component is already added
Expected behavior: Above-mentioned steps do not result in a Console error.
Actual behavior: "EndLayoutGroup: BeginLayoutGroup must be called first." error is thrown.
Reproducible with - 2018.1.0f1, 2018.1.9f2, 2018.2.0a4, 2018.2.6f1, 2018.3.0a1, 2018.3.0a10
Not reproducible with - 2018.1.0b13, 2018.2.0a3
Note: Presets were introduced in 2018.1 (therefore the issue is not tested on versions prior to 2018.1).
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unable to change the Shadow Map resolution for lights via Inspector when 'preserveCachedShadow' is enabled
- Adaptive Probe Volumes are not loaded when Adaptive Light Probes are exported via Asset Bundles and opened on another project
- Sprites are not present in Player when built
- TrackPropertyValue callback stops being called when modifying PropertyField
- [Android] [Particle System] "ParticleSystem.GeometryJob" sometimes takes up to ~20 ms in the worker thread when initializing 5 Particle Systems
Add comment