IEnumerator LoadWWW() { WWW www = new WWW("file://"+Application.streamingAssetsPath + "/test.txt"); yield return www; Debug.Log(www.text); }