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
- Some Build Profile settings do not remain checked when launching a project without the /Library folder through the command line
- TextMeshPro gradient tags render as literal text when using a font that contains only a part of the ASCII character set
- Small rectangles appearing in the corner of title text in Editor when System Font and Bitmap are selected in preferences
- The shortcut character is typed into the name field when a [Shift + <any alphanumeric key>] shortcut is used to create the asset from "Asset/Create"
- TextMeshPro ligatures broken when Font Style setting is changed from “Lowercase” to “Uppercase”
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.