I’m creating a system to save/load customized equipment information for players, but I would also like to create pre-made equipment data assets for NPCs.
If possible, I would like to use the same loading system, so I would like to save the information in the same class as SaveGame. Is there any way to do this?
I would like to avoid using custom structs due to various issues.