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
- Frame Debugger's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
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.