No AssetBundle has been set for this build.
1.assetsNames 需要有 后缀名,且其路径从Asset开始,如:
Assets/Game/BBBB/XXXX/LLLL/HHHH/BXLH.png
路径错了会出警报:No AssetBundle has been set for this build.从而导致打不出包
2.文件需要序列化,生成.meta文件才能被识别打包,可以调用API AssetDatabase.Refresh 序列化文件信息