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.
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
- Emission animation does not appear when the "Emission Map" parameter is set to black in a Lit material
- Particles are rendered behind other GameObjects in the Scene view when the projection is Isometric
- Addressable asset download size remains non-zero when cached in WebGL Player
- The Camera type is registered as Game type when it is actually a Preview Camera
- [VFX Graph] Properties cannot be Reordered when inside a categoy
FXY123
May 16, 2018 08:40
To stop seeing errors, move "Material A" inside "Materials" folder and delete/build bundles again.
这个看不懂,可以详细的描述下吗?