I am currently trying to implement a magic system, where a user can construct their own spells using spell components. What are recommended methods / structures to accomplish this?
I am currently trying to implement a magic system, where a user can construct their own spells using spell components. What are recommended methods / structures to accomplish this?
I’ve done something similar in the past using custom resources, they’re easier to work with than a bunch of custom nodes/inherited scenes imo