ModelLoader should use UnityWebRequest instead of FileStream

FileStream is unable to load the files in StreamingAssets on Android with FileStream. But the UnityWebRequest is working.

that’s a good idea.
I’ll need to test for files bigger than 2GB

This is known internally as Task 567.