Search Issue Tracker
Fixed in 5.2.0
Votes
2
Found in
5.0.1f1
Issue ID
694539
Regression
No
[AssetBundle][CacheServer] Asset bundle names are not properly imported from metafiles if Cache Server is used
How to reproduce:
1. Create a new project
2. Download Cache server http://unity3d.com/unity/collaboration/
3. Go to Edit> preferences> cache server and change IP address to localhost
4. Go to Editor project settings and make Version control "Visible meta files", Asset serialization "Force text"
4. Create some prefabs and materials
5. Give them an AssetBundle names
6. Close the project and delete its library folder
7. Reopen the project, check the object
8. You will notice that some of it doesn't have AssetBundles
Note:
-Notice that if you right click on "Assets" and choose "Reimport All" that these
asset bundle name assignments are still not imported properly.
- If you select each asset individually and right click and choose "Reimport", then
the bundle name is imported properly.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment