Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4
2020.2
2020.2.1f1
2021.1
2021.2
Issue ID
1313312
Regression
No
Colliders are not being updated when the Editor loses focus
Reproduction steps:
1. Open user attached project
2. Open Assets\Scenes\SampleScene Scene
3. Select AnimatedCube in the Hierarchy
4. Open the Animation Window
5. Play the Animation
6. Click away from the Editor causing it to lose focus
Expected result: The Object is still fully animated
Actual result: The Sprite is animated, but the Collider is not updated anymore
Reproducible with: 2018.4.32f1, 2019.4.20f1, 2020.2.4f1, 2021.1.0b7, 2021.2.0a4
Notes:
3D Collider gizmos are still updated, but the "World Center of Mass" isn't changing
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Reflection Problem custom Cubemap loses its reference when HDR is enabled and the platform is switched
- [macOS] "Add Component" button is broken when the Editor is moved to a different MacOS workspace
- Player settings icons are not retrieved when using "PlayerSettings.GetIcons" method on PS4, PS5, Xbox
- Changes of MaterialPropertyBlock via Script reset when Sprite Renderer.Color is changed in animation
- Frame Debugger flickers when a Shader Graph Window is open
Resolution Note:
This was always like this, in order to save battery/cpu power consumption, fixed updates are not called if the editor is in the background.