Search Issue Tracker
By Design
Votes
0
Found in [Package]
Preview -1.6.0
Issue ID
1206156
Regression
No
AssetBundle does not correctly contain dependency when PrefabVariant is used
To reproduce:
1. Open attached project
2. Build an asset bundle with AssetBundle Browser
3. Inspect the built asset bundles
Actual results: The AssetBudle shows that it has 0 dependencies when PrefabVariant is used
Expected results: The AssetBudle should not correct amount of dependencies when PrefabVariant is used
Reproduced with: 2018.4.15f1; 2019.3.0f4; 2020.1.0a17
Note: Image attached
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
- CPU frame times spike at regular intervals in the Profiler when in Play mode with VSync enabled and using DX12 API
- UI Builder “Create Template” Fails with Invalid UXML and Missing Root Element Errors
- Decal not projected on top of a Lit Material when MSAA is disabled, and Rendering Path is Forward or Forward+ in a Standalone Build
- Separation lines between minimized fields become invisible when scrolling in the Profiler
- Drag & drop and object picker assignment fail when ExposedReference variables are used in a Timeline clip
Resolution Note:
Prefab variants do not exist at runtime. Similar to how prefabs in scenes work, variants are baked together into one asset at build time.