Search Issue Tracker
Fixed in 5.3.5
Votes
0
Found in
5.3.4f1
Issue ID
780257
Regression
No
Force applied by area/point effector is multiplied by the number of colliders even when force target is rigidbody
Steps to reproduce:
1. Open attached project
2. Open scene "AreaEffectorTest"
3. In the scene there are two squares. Left one has four box colliders and right one has one
4. In hierarchy, select "AntiGravityAreaEffector" and notice that Force Target is Rigidbody
5. Run the scene and notice that left one shoots up and the right one does not. This happens because left one had the force of the effector multiplied by the number of colliders it has
Notes:
- Colliders of the left cube are resized so that their combined surface area would be equal to the surface area of the right one.
- This happens no matter if Rigidbody2D has Auto Mass enabled.
- If we were to set mass of the left square to 4 while keeping mass of the right one equal to 1 then both cubes would be affected in a same way.
- This issue doesn't happen with other effectors - only area and point are bugged
Reproduced with: 5.2.4f1, 5.3.4f1, 5.4.0b11
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment