Import & export project

Hey. We’re currency working on multiple projects in PlayCanvas and we want to have an infrastructure PlayCanvas project that we would include in all our other projects. We thought about downloading and uploading the infrastructure project into the other ones, but we quickly found a problem with that. We can only download 1 file at a time, which is a lot of manual work and breaks the asset folder hierarchy. And downloading a published build also scrambles the folder names and hierarchy.

What can we do to solve this?

Edit : I know there’s a project export and import, but the import seems to create a new project, and what we need is to import those files into another project.

1 Like

Is it all just JS code? If so, you could combine it all into one script after the export as a workaround.

Nope. We also have models, textures, etc…