Coppel.Damien Posted December 16, 2019 Share Posted December 16, 2019 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
morbid Posted December 17, 2019 Share Posted December 17, 2019 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: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN Link to comment
Recommended Posts