Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b14
Issue ID
787896
Regression
Yes
Editor crashes on "DirectorManager::RemoveFromManager" when animator component exists in parent and child game objects
Reproduction steps:
1. Open attached "ReproductionProjects" Unity project.
2. Open and play "AnimationCrashingRepo" scene.
3. Wait for 5 seconds and stop the scene.
4. Editor crashes on:
0x00000001401F46E0 (Unity) DirectorManager::RemoveFromManager
0x00000001401EF4A9 (Unity) DirectorPlayer::MainThreadCleanup
0x0000000140036ADF (Unity) delete_object_internal_step1
0x00000001403C3AF2 (Unity) CommitBatchDelete
0x00000001403BEA1E (Unity) DestroyGameObjectHierarchy
0x00000001403C236F (Unity) DestroyObjectHighLevel
Notes:
- Crash is not reproducible if "PageLayout > LogInPanel" game object animator component is disabled.
- Crash is not reproducible if "PageLayout > LogInPanel > Title > TitleBar > Rotatator" game object animator component is disabled.
Regression introduced in: 5.3.4p2
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
Add comment