Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.3.2p3
Issue ID
769858
Regression
Yes
[AssetBundle] Building AssetBundles with variants produces error messages in Editor console
Messages appeared in 5.3.2p1 version.
Building asset bundles with variants produces error messages in Editor console:
Error message 1: "Use IsAssetAvailable before calling AssetFromGUID"
Error message 2: "Variant folder path cannot be empty if we're building a variant AssetBundle."
Bundles seem to be created correctly, however.
Also, errors don't show if you put the asset inside a parent folder with bundle and variant name (see attached repro project).
Repro steps:
a. Open "asset build warnings.zip" project on Unity 5.3.2p1 or newer.
b. Build bundles (Menu Assets -> Build AssetBundles).
c. Observe errors in console.
Workaround:
To stop seeing errors, move "Material A" inside "Materials" folder and delete/build bundles again.
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
- Input from the "Backslash" key is not detected in the Web Player when using the Japanese 106/109 key keyboard
- High "Total" value of the "TerrainManager.CullAllTerrains" when generating terrain
- UI Layout rebuild triggered by a rounding error when using TextMesh Pro
- Sprite Shape Corners and Edges are invisible when a closed Sprite Shape is used
- Script icon Gizmos cause lag/performance issues in Scene view even when the Scene Camera is not pointed at Gizmos
FXY123
May 16, 2018 08:40
To stop seeing errors, move "Material A" inside "Materials" folder and delete/build bundles again.
这个看不懂,可以详细的描述下吗?