Jump to content

Exporting components from one project to another


photo

Recommended Posts

Hi,

what would be the proper way to export custom components used in a project to another project ?

So far, I've been moving the C++ source and header files of my custom components from the source folder of my  Unigine project to the source folder of another one. I then recompile the  moved components in the new project. Is there a quicker and more efficient way ?

Link to comment

Hello Damien,

I'm afraid there's no faster way to transfer components from project to project. You also can build a plugin with your components and compile it once, but this approach will not allow you to access these components externally.

Copy-pasting looks like the most reliable way at the moment.

Thanks.

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...