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
- Missing script error when clicking “script” link in Cave scene’s Water Sample Description
- [VFX Graph] Set Position Shape Gizmo isn't refreshed after shaper switch
- NullReferenceException is thrown when trying to access volumeStack from the HDCamera class
- Visual artifacts appear when using an Orthographic camera with a Reflection Probe
- Not all animation properties are accessible when a prefab with an avatar model contains a nested copy of itself with a renamed GameObject
FXY123
May 16, 2018 08:40
To stop seeing errors, move "Material A" inside "Materials" folder and delete/build bundles again.
这个看不懂,可以详细的描述下吗?