Jump to content

[SOLVED] UNG archiver functions


photo

Recommended Posts

Posted

Hello. I'm having trouble trying to exclude all png files from my materials folder to the ung archive. I tried this but it doesn't do the job;

 

ung_x86.exe -p password123 -x *.png -o "C:\Unigine binary SDK\data\projectName\files.ung" -d "scripts" -d "materials"

 

Anyone have a correct solution?

Posted

there is no -x wildcard support in ung tool. Workaround might be to write short unigine script for selective copy to temporary packaging directory. Could be run with new script runner tool.

Posted

-x key supports only full file/dir names, no wildcards

Posted

use "-x .png" argument to exclude all files and directories which name contain ".png" keyword.

  • Like 1
×
×
  • Create New...