Search Issue Tracker
Fixed in 2022.2.X
Fixed in 2021.2.X, 2022.1.X
Votes
1
Found in
2019.4
2019.4.30f1
2020.3
2021.2
2022.1
Issue ID
1386399
Regression
No
A warning appears when a GameObject with a Collider is added to a GameObject with a CompositeCollider2D in Play mode
Reproduction steps:
1. Open the user's attached project
2. Open Assets > SampleScene
3. Enter Play Mode
4. Select the "[Testbed]" GameObject
5. In the Inspector enable "Put Into Composite"
6. Select GameObject "Collider" (Composite's child) and observe Inspector
Expected result: No warning message
Actual result: Warning message: "The collider will not function with a composite until there is a CompositeCollider2D on the GameObject that the attached Rigidbody2D is on."
Reproduced with: 2019.4.33f1, 2020.3.24f1, 2021.2.6f1, 2022.1.0b2
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2022.2):
This has been fixed but it is caused by the fact that when enabling a Collider2D, it didn't check to see if there is a new CompositeCollider2D available in the new hierarchy.
Fixed in Unity 2022.2.0a3 and above.
Resolution Note (fix version 2022.1):
Fix for this issue available on Unity 2022.1.0b7 and above
Resolution Note (fix version 2021.2):
Fix for this issue available on Unity 2021.2.11f1 and above