How Can I Get Assetbundle local path
hello.
How Can I Get Assetbundle Local directory by downloaded by UnityWebRequestAssetBundle?
I Use Assetbundle Download by UnityWebRequestAssetBundle.
And Try to get path by
var rootPath = "jar:file://" + Application.dataPath + "!/assets/" + [AssetBUndle Name]
and
var rootPath = return Application.streamingAssetsPath + [AssetBUndle Name];
But couldn't find target Assetbundle and Result is it : Unable to open archive file
My Unity version is 2018.2.16.
How Can I Get Downloaded AssetBundle Path in Mobile...?
Comment
Your answer
Follow this Question
Related Questions
Asset Bundle error 0 Answers
Mobile Camera Spinning issue 1 Answer
How to add realtime game events without updating build? 1 Answer
Android Render Issue 0 Answers
Black Material when camera rotate 1 Answer