You are trying to load data from a www stream which had the following error when downloading.
Couldn’t open file /Unity Project/Example/Assets/Assets/assetbundles/CharacterElementDatabase.assetbundle
UnityEngine.WWW:get_assetBundle()
CharacterGenerator:get_ReadyToUse() (at Assets/Plugins/CharacterGenerator.cs:184)
c__Iterator0:MoveNext() (at Assets/CharacterCustomization/DressingroomExample/Main.cs:26)
Can you post your script? But if i’d venture a guess I’d bet you’re trying to use info your pulling from the server before it returns all of the information. Put your www call into a function and yield like so: