Hi everybody!
I’m trying to make a copy of druid object, cause real object dies in some cases, and I need “live” copy all the time. How to do it’s correctly?
gui_clone doesn’t fit, cause it isn’t node, it’s druid obj.
And as I understood,
self.obj = my_obj
doesn’t fit too, cause self.obj will save the reference.