iOS Bundle Not Found

Hey Guys,

Looks like the URL is not being found…

However, the file is definitely there.

I am not sure what is happening here. Have you all seen this before?

Cheers,
Charlie Volpe

Hey Guys,

So I found the answer to my own issue after a bit of digging. In the Unity Manual it tells you that:

http://docs.unity3d.com/Manual/BuildingAssetBundles5x.html

So what the issue I was having was, that I was searching for capitalized bundles when they were being forced lower-case. The path couldn’t be found because it was case sensitive.

Hope this ends up helping someone else at some point too.

Cheers!