Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.31f1
2022.3.12f1
2023.1.18f1
2023.2.0b15
2023.3.0a11
Issue ID
UUM-54923
Regression
No
The Rigidbody Component placed in the parent GameObject cannot be found when the child GameObject's Script Component is addressing it
How to reproduce:
1. Open the attached “UnityBugsRepro“ project
2. Open the “SampleScene“
3. Enter Play mode
4. Observe the Console window
Expected result: The “FloorKinematicRigidbody“ and “FloorDynamicRigidbody“ GameObjects start rotating when “Sphere A“ and “Sphere B“ collide with them respectively and the “Rigidbody found“ message will be printed out to the Console
Actual result: The “FloorKinematicRigidbody“ and “FloorDynamicRigidbody“ GameObjects do not start rotating when “Sphere A“ and “Sphere B“ collide with them respectively and the “Rigidbody not found“ message will be printed out to the Console
Reproducible with: 2021.3.31f1, 2022.3.12f1, 2023.1.18f1, 2023.2.0b15, 2023.3.0a11
Reproducible on: macOS 13.5.2 (Intel)
Not reproducible on: No other environment tested
Notes:
- Workaround one: Move the Rigidbody Components from parent GameObjects (“FloorDynamicRigidbody“, “FloorKinematicRigidbody“) to the child GameObjects (“Platform B“, “Platform A“) respectively
- Workaround two: Move the “Platform“ Script Components from child GameObjects (“Platform B“, “Platform A“) to the parent GameObjects (“FloorDynamicRigidbody“, “FloorKinematicRigidbody“) which have the Rigidbody Component respectively
- Reproducible in Player
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
After review we have elected not to address this issue at this time.