Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.4.0f3
Issue ID
819525
Regression
Yes
Calling GameObject.Find corrupts child Canvas hierarchy active state
How to reproduce:
1. Open the attached project and the "BugScene" in it.
2. Expand Main Canvas in the Hierarchy and notice InactiveGameOpject child can be seen even it's parent is inactive.
3. Enable InactiveGameOpject and make it inactive again.
4. Play the scene and notice child Canvas image can be seen again.
Expected behavior: Child Canvas active state is not corrupted while calling GameObject.Find.
Actual behavior: Calling GameObject.Find corrupts Canvas hierarchy active states.
Reproducible: 5.3.5p8, 5.3.6p2, 5.4.0f3, 5.6.0a1
Not reproducible: 5.2.4f1, 5.3.5f1, 5.5.0a5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
- “ReferenceError: Pointer_stringify is not defined” error is thrown when downloading a file
- GameObjects are not rendered when using a fragment shader with RWStructuredBuffer in URP
Add comment