Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.3.0a4
Issue ID
728332
Regression
Yes
[ Asset Bundles ] AssetBundles will not build for StandaloneWindows, StandaloneLinux, WebGL and probably others
Reproduction steps:
1. Open attached project
2. Select Assets -> AssetBundles -> StandaloneAndEWeb
3. Select any folder
- Notice that bundles are not built
- Error: Building an AssetBundle for target 'LinuxStandaloneSupport' is not supported in this Unity build (player application not found)
Code that is causes the issue:
BuildPipeline.BuildAssetBundles(path, BuildAssetBundleOptions.None, BuildTarget.StandaloneLinux);
StandaloneWindows and WebGL don't work either
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
Add comment