Search Issue Tracker
Fixed in 5.0.1
Votes
1
Found in
5.0.0f4
Issue ID
679085
Regression
Yes
Asset bundles not working after 5.0f2
To reproduce:
1. Open attached project (WebGL assetbundles.zip)
2. Build and run WebGL
3. Press 'load asset'
4. Notice that asset loads but the Shader is broken
Comments (3)
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
dm_bond
May 09, 2015 03:22
persist in 5.1.0b6
fullike
Mar 28, 2015 15:32
And, if the shader has a built-in fallback, for example: diffuse, that fallback will be used. It does't output any error when build the asset bundle.
fullike
Mar 28, 2015 14:53
I've met the same problem.
Custom shaders in AssetBundle are broken if BuildTarget is WebGL. After the bundle has loaded, the shader can be assigned, but it's pink. All material property has lost and output "No property" error. It's urgent for us. Please check it. Thanks