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