AssetBundle Error

Hi. I have the folowing error when i tring to load an assetbundle file:

You are trying to load data from a www stream which had the following error when downloading.
Couldn’t open file /Users/Utilizator/Documents/New Unity Project 14/Assets/…/AssetBundles/item1.unity3d
UnityEngine.WWW:get_assetBundle()
$:MoveNext() (at Assets/New Folder/NewBehaviourScript.js:7)

this is in the Debug log

I’m guessing you are loading this from a local file in which case the url needs to start:

  file://

So in your case it would start:

  file:///Users/