Copying game object out of collection

Is there any way to copy a game object (and its children) created directly within a collection into a standalone game object outside the collection?

I can right-click->copy on a GO in the collection, and move it withing the collection, but cannot paste this into any new folder or GO outside that collection.

Use case is avoiding replicating work one has done already. This can prove challenging to replicate GO hierarchies/components.

1 Like

You cannot copy that full gameobject and turn it into a gameobject file but you can create an empty gameobject file, copy all the components within that collection-gameobject and paste them into the newly created file.
Almost as good.

4 Likes

Works, thanks!