Search Issue Tracker
By Design
Votes
4
Found in
5.6.2f1
Issue ID
929798
Regression
No
Dependencies in Asset Bundle Manifests are absolute paths
Asset bundle's dependencies are stored as absolute paths to bundles instead of bundle names.
Steps to reproduce:
1. Open User's project
2. In Menu Bar: Assets > AssetBundles > Build AssetBundles
3. Open Asset Bundle manifest file (for example "cube-bundle.manifest")
4. Locate line for Assets (notice: it's bundle name)
5. Locate line for Dependencies
Expected behavior: the address is bundle name.
Actual behavior: dependencies are stored as absolute paths.
Reproduced with: 2017.2.0b2, 2017.1.0f2, 5.6.1p2, 5.5.4p1.
Example:
Assets:
- Assets/AssetBundleSample/Assets/TestScene.unity
Dependencies:
- F:/Unity-Technologies-assetbundledemo-464697bcff9b/demo/AssetBundles/Windows/material-bundle
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Sam-DreamsMaker
May 30, 2018 18:02
Yes we can't make assetBundles with dependencies correctly xD