Search Issue Tracker
Won't Fix
Won't Fix in 2023.1.X
Votes
1
Found in
2023.1.0a1
Issue ID
UUM-6024
Regression
No
Transform.Find doesn't find GameObjects that have "/" in their names
Reproduction steps:
1. Open the user's attached project "Test2020.zip"
2. In the Project window open Assets/Scenes/SampleScene
3. Select "Doesnt Work" GameObject and expand it
4. Enter Play mode
Expected result: GameObjects that have "/" in their names are found using Transform.Find
Actual result: GameObjects that have "/" in their names are not found using Transform.Find
Reproducible with: 2018.4.28f1, 2019.4.14f1, 2020.1.11f1, 2020.2.0b10, 2021.1.0a4
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
Can not be fixed, since we use '/' to search in a hierarchy.
Added clarification was added to the Transform.Find documentation.
Resolution Note (2023.1.X):
Can not be fixed, since we use '/' to search in a hierarchy.
Added clarification was added to the Transform.Find documentation.