Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0a6
2019.1
2019.1.0f2
2019.2
2019.3
Issue ID
1156936
Regression
No
[NestedPrefabs] When building AssetBundles with Nested Prefab, Assets are duplicated in parent prefab AssetBundle
Reproduction steps:
1. Open "Nested Prefabs.zip" project
2. Open Asset Bundle browser window
3. Build Bundles
4. Notice "child' and "parent" sizes
5. Add remaining Materials, Textures, and Meshes into a "Test" AssetBundle
6. Build Asset Bundles
7. Notice that the "Test" AssetBundle is the same size as "parent"
Expected Result: "child' and "parent" sizes should equal the "test" size
Actual Result: "child' and "parent" sizes are more than "test" size
Reproduced with: 2018.3.0a4, 2019.2.0b4, 2019.1.4f1, 2018.4.1f1, 2018.3.0a6
Did not reproduce on: 2017.4.27f1
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
- [Android] Performing hardware comparison using "SAMPLE_TEXTURE2D_SHADOW" results in no shadow being rendered when the GameObject is instantiated manually
- Physics.Raycast fails when a Capsule Collider at a default position is used
- [Silicon] Crash on mono_get_hazardous_pointer when disconnecting Bluetooth Headhpones while in Play Mode
- Switching Project when importing complete project does not import all assets and project opens incomplete
- [Linux] Input.mouseScrollDelta is inconsistent when limiting framerate
Resolution Note:
The concept of prefabs do not exist at runtime. Prefabs are baked out during the build process so each prefab, nested or otherwise, is full and independent of each other.