如果想读取StreamingAssets文件夹下的资源直接使用Application.streamingAssetsPath这个就可以了。注意:此路径只可以读取,不能写入哟。
getAssets().open();