hippogamesunity / HeroEditor4DHub

10 stars 0 forks source link

Impossible to save/load Vest, Bracers, Leggings as JSON #44

Closed il-shunder closed 1 year ago

il-shunder commented 1 year ago

When I select Vest, Bracers, Leggings from different outfits (f.e. Pilot Vest, Police Bracers, Cowboy Leggings) and click "Save As Json", it only saves the Armor no matter what is selected in the Vest, Bracers, Leggings tabs. And so when I click "Load From Json" it only loads Armor

I can make it to save Vest, Bracers, Leggings by adding the appropriate lines to the ToJson function in the Assets\HeroEditor4D\Common\Scripts\CharacterScripts\CharacterSerializer.cs file, but then there are problems in the LoadFromJson function

Need to make "Save As Json" and "Load From Json" work correctly with Vest, Bracers, Leggings image

hippogamesunity commented 1 year ago

Hi, fixed in v5.2.

il-shunder commented 1 year ago

Hey @hippogamesunity

Thank you for fixed that

Could you please explain what needs to be done to make it works correctly?

hippogamesunity commented 1 year ago

Just update the asset, there were changes in different files.