Can you move GameObjects under other gameobjects thruogh script
(If you have many clones and you want them all to share the same gameobject)
Hi!
Is this what you are looking for? https://www.defold.com/ref/go/#set_parent:parent_id-keep_world_transform
This makes it possible to child a gameobject to another gameobject during runtime.
1 Like