Search Issue Tracker
Active
Under Consideration for 2021.3.X, 2022.3.X, 6000.0.X, 6000.1.X
Votes
1
Found in
2021.3.44f1
2022.3.50f1
6000.0.23f1
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
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Post Processing SMAA breaks when HDR mode R11G11B10 is selected and Color Space is changed
- The "UnityWebRequest.result" of the "UnityWebRequestTexture.GetTexture" method changes when accessing "UnityWebRequest.downloadHandler" texture
- Slider rounding does not allow setting certain valid numbers as Values when Low and High Values not set to default
- UI Builder Canvas has too big resizing zone on the outside of the canvas
- GetCurrentAnimatorClipInfoCount() and GetNextAnimatorClipInfoCount() return 0 when animator is in transition
Add comment