By: Chiya
Let's say I've defined a complex object by defining a custom template and
attaching a behaviour to it. Let's say I want to reuse the same object with
the same behaviour in another project.
I know I can export the template, but is there a way to export the behaviour
too? Is there a way to export complete objects? Or do I have to copy & paste
the code each time?
Thanks