Jump to content

[SOLVED] How to merge two worlds into one world?


photo

Recommended Posts

Posted

The problem is to organize resources in two project. This can be done manually by copy and merging files. Is there any simple way, or tools will do the work automatically?

Posted

Hi Liu,
 
Could you please describe in more details what problem you are trying to solve? Do you have world A and world B - and they are completely different? Or world A and world B initially were the same and you worked on different parts of the same project in two teams?

For the second use case it's better to use WorldLayer nodes and split work between team to different WorldLayers. In that case you will be able to work with a single world and there will be an easy merge process, because WorldLayers are not affecting each other.

For the first use case, I'm afraid you will have to merge manually or write a custom tool that will do it for you. You also can append one world to another in Editor by enabling Append to the current world option on world load:
Cj3CiHM.png

Thanks!

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

Posted

I guess i am facing the first case. I had solved it by exporting each node and materials attached to the them,  and load all the nodes files in other project.

×
×
  • Create New...