Search Issue Tracker
Fixed in 2017.3.0f3
Votes
0
Found in
5.6.0b5
Issue ID
874186
Regression
Yes
Applying changes to prefab, which occur while animating, gets applied during play mode
How to reproduce:
1. Open the attached project
2. Open and play Test scene
3. Click on Die button (lizard will play Die animation)
4. Select lizard in Hierarchy
5. Click Apply on prefab in Inspector
6. You will get an error: InvalidOperationException: This cannot be used during play mode.
7. Disable play mode
Result: The changes of position and whole model you tried to apply are applied the the prefab
Reproducible: 5.4.4p1, 5.5.1p1, 5.6.0b5
Not reproducible: 5.3.7p3 (Apply and other buttons disappeared on play mode)
Fixed: no error and changes are applied
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
- Unity_BaseInstanceID is always zero when rendering multiple meshes and instancing with the same buffer
- UI Document button's text does not resize relatively when size in percentage (%) is used
- Event.current.mousePosition has an offset of 1px along the y-axis in WebGL build when the mouse button is released
Add comment