Jump to content

Ulink Paths


photo

Recommended Posts

We have been testing moving our project data to a folder outside the data folder, using the new ulink feature.

 

Unfortunately there are quite a few issues when this system is used on more than one computer.  The main problem is that Unigine includes the full path in the world file, which may be different on different computers.

 

It would be good to have an option for ulink to behave like a Unix simlink (ln -s) where the world file would contain the same relative path links.

Link to comment
  • 2 weeks later...

Please patch the editorPath() function from data/core/editor/editor_utils.h:73 file:

string editorPath(string name) {
    return relname(engine.getDataPath(),name);
}
Link to comment
×
×
  • Create New...