Search Issue Tracker
Fixed in 2018.1.X
Fixed in 2017.2.X
Votes
0
Found in
2017.2.0b8
Issue ID
945332
Regression
Yes
Moving a Collider via script does not update its position if it was disabled on start and enabled after
Reproduction steps:
1. Open the attached project "test mesh move.zip";
2. Open the test.unity scene;
3. Select "a rock" game object and make sure that Mesh Collider is disabled;
4. Enter a play mode;
5. Enable the Mesh Collider and select "Drop Object on it";
6. Then select "Move it" to move the object and drop another object.
Expected: both times physics should work the same - falling object should hit the static object and then fall.
Actual: after moving object, its position is not updated and the object falls like there is no obstacle.
Reproduced on: 2017.2.0b9, 2017.3.0a6.
Not reproduced on: 2017.1.0p5, 5.6.3p2.
Regression firstly introduced: 2017.2.
Note: physics work if the Collider is enabled on start.
Issue is fixed on: 2017.3.0b6.
Comments (3)
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
- Crash on PluginManager::RefreshPlugins when closing the Editor without making any changes with JetBrains Rider selected as the External Code Editor and Google Mobile Ads third-party plugin imported
- GetMainLight() returns incorrect distanceAttenuation value for a Custom Shader when URP Forward+ Rendering Path is used
- Standalone Profiler crash on GuidReservations::Reserve when it is opened on a specific project
- m_RenderPipelineGlobalSettingsMap or m_SRPDefaultSettings is pointing to UnityEngine.Rendering.HighDefinition.HDRenderPipeline when High Definition RP package is removed
- Rendering Debugger fields have no padding at the bottom of the fields list
nitzanwilnai
May 03, 2019 07:41
Happening again on 2018.3.13f1
FaberVi
Jun 25, 2018 11:10
Same Bug on Unity 2018.1.6f1.
Supergeek
Feb 14, 2018 15:40
Probably related issue:
https://issuetracker.unity3d.com/issues/colliders-are-not-updating-to-match-attached-gameobject-location
Which is not fixed in 2017.3.1f1.