Search Issue Tracker
Fixed
Fixed in 2022.3.61f1, 6000.0.45f1, 6000.1.0b13, 6000.2.0a8
Votes
3
Found in
2021.3.44f1
2022.3.50f1
6000.0.23f1
6000.2.0a1
Issue ID
UUM-83829
Regression
No
AssetDatabase.GetAssetBundleDependencies returned list doesn't include dependency when it's a Prefab Asset
Reproduction steps:
1. Open the attached “BugRepro” project
2. In the Project window, select “Assets/BundleA/A” Prefab
3. In the Inspector, observe that the “A Behaviour” Script contains “B” Prefab and “CImage” Texture
4. Execute menu item “Test Bundle Dependencies” (Asset/Test Bundle Dependencies)
5. Observe the Console
Expected result: The logged message contains both “bundlec” and “bundleb” dependencies
Actual result: The message only contains “bundlec” dependency
Reproducible with: 2021.3.44f1, 2022.3.50f1, 6000.0.23f1
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Comments (1)
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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
NNRH
Aug 26, 2025 08:21
There was no problem with Unity 6000.0.32f1, but after updating to 6000.0.56f1, the same issue has occurred.