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
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph
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.