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
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