edited September 2017 in ORK Support
Hi GIL,

I want to perform custom saves using IComponentSaveData.
But the component are shared on several objects in the project.
And I want to save the same component on different objects with different savekeys for each objects.

Is it possible?
If possible, please kindly advice would be appreciated.

Thanks in advance for your help.
Post edited by bomobee on
  • The IComponentSaveData is saved with the combatant's data, i.e. the save key only needs to be unique in the scope of one combatant.

    I.e. the same save key can be used on multiple combatants, but not on multiple components on one combatant.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Thanks GIL, i understand it better now.
Sign In or Register to comment.