How do I export entity from visual code into builder please help!

I for the life of me can’t import an sdk entity into the builder. It says invalid zip file every time I try to import. Can anyone please help me with a step by step process for dummies from visual code into builder pretty please?

Thanks in advance

Although it’s possible to export a scene from the Builder into code and keep working on it using Visual Studio Code, the inverse path is not supported.

The Builder works using an abstract schema of the elements in a scene, it then compiles that to SDK code when you press preview, deploy or export the code. However, it can’t build that abstract schema based on arbitrarily written code, it doesn’t have such a powerful interpreter.