How to export go from a collection as .go files?

image
image

Couldn’t you just create the distinct ‘character.go’ then copy & paste the components from the collection go? I don’t think you can ‘export’ it as such.

2 Likes

well you could « export » by extracting the embedded_components part of the GO in the collection, and copying it in a new file with .go suffix.

But i doubt that’s what you want, it has little interest.
Method suggested by Benjames171 is better (create the GO first, then import it in the collection)

thank you very much

Thank you very much