Search found 3 matches

by jinliuu
Wed Jun 17, 2020 5:34 am
Forum: General Discussion
Topic: Save and load ScriptableObject
Replies: 4
Views: 1695

Re: Save and load ScriptableObject

Hi Joel,

Is there any updates?

Thanks
by jinliuu
Tue Jun 16, 2020 10:40 am
Forum: General Discussion
Topic: Save and load ScriptableObject
Replies: 4
Views: 1695

Re: Save and load ScriptableObject

Hi Joel, I think so. For the inventory system, the item is being created by using something like item.copy() so it create an instance of the item. For the skill system, the character has a list of skills which reference directly from the resources folder. Should I put it into other folders? I just s...
by jinliuu
Tue Jun 16, 2020 7:07 am
Forum: General Discussion
Topic: Save and load ScriptableObject
Replies: 4
Views: 1695

Save and load ScriptableObject

Hi there, I just integrated ES3 into my game and everything works fine except the scriptableObject type. The player gameobject of my game contains several child character objects which has their own skill trees and inventories. Those classes contain lists of scriptableObjects which are defined in th...