Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.4.0b17
Issue ID
795444
Regression
No
Unity crashes when animation activates/destroys particle emitters
How to reproduce:
1. Open the attached project
2. Open and play TestScene scene
3. Select one of the Wolfs in hierarchy
4. Enable "Deactivate" property in Animator window
5. Unity crashes
When one triggers Deactivate property, deactivate animation starts. This animation deactivates Doom particle game object, which has script attached. In that script is destructor which deactivates other entities. And to make it even worse user chained it all.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Add comment