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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
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.