SimpleIncremental
SimpleIncremental copied to clipboard
Extend the inventory system to allow multiple item types to be equipped
Is your feature request related to a problem? Please describe. Currently the inventory system only allows weapons to be equipped.
Describe the solution you'd like Look into using the ScriptableObject implementation of the items to generate unique iteminstances with their values specified. This should allow serialization and deserialization using our dictionary model.