Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2019.2.2f1
Issue ID
1180794
Regression
No
[Scripting] GetComponentInParent has no override for getting inactive objects
How to reproduce:
1. Open attached project "GetComponentInParentBug_2.zip" and scene "SampleScene"
2. In Hierarchy window, select and expand "Cube1"
3. In Inspector window, make sure that "The Script" component -> "Root Object" is set to "Cube3"
4. In Hierarchy window, make sure that "Cube3" object is deactivated
5. In "TheScript" uncomment line 13
5. Enter Play mode
6. Observe Console window
Expected result: no errors are thrown, "Cube3" is printed
Actual result: errors "No overload for method" is thrown
Reproducible with: 2017.4.32f1, 2018.4.8f1, 2019.2.4f1, 2019.3.0b2, 2020.1.0a3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Add comment