-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Partydata inventorydata default management #186
Partydata inventorydata default management #186
Conversation
Created DefaultInventoryData and DefaultPartyMemberData SOs instances Created converter to Convert ItemData to InventoryItems Updated InventoryMonoSystem to read the default inventory from ConfigurationMonoSystem Updated PartyMonoSystem to read the default inventory from ConfigurationMonoSystem (WIP) Updated serializer settings for managing abstract item data
Updated partyMember management for save files Created converted classes for partyMember and partyMemberData
I ended up tagging in one this one, because we ran into an issue where we needed to serialize a Changes:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work on this, and also great job finding that Unity Package while we were working through the serialized Dictionary
problem. 😄
Created InventoryData and PartyData SOs
Created DefaultInventoryData and DefaultPartyMemberData SOs instances
Created converter to Convert ItemData to InventoryItems
Updated InventoryMonoSystem to read the default inventory from ConfigurationMonoSystem
Updated PartyMonoSystem to read the default inventory from ConfigurationMonoSystem
Updated serializer settings for managing abstract item data + SaveFileSerializationBinder
Closes #180
Closes #182
Closes #166