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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Add comment