umasteeringgroup / UMA

Unity Multipurpose Avatar
MIT License
726 stars 167 forks source link

Fixed LoadWardrobeCollection(string) #357

Closed ReneSchoelzel closed 3 years ago

ReneSchoelzel commented 3 years ago

it looks like FindSlotRecipe never has WardrobeCollections in it. This may be a deeper problem related to building the race recipes as UMABaseContext.GetRecipes(string raceName) never returns any WardrobeCollections for me. The call to UMABaseContext.GetRecipe(string,bool) should work for now.