carl.sutton Posted March 1, 2012 Posted March 1, 2012 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?
ulf.schroeter Posted March 1, 2012 Posted March 1, 2012 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.
binstream Posted March 2, 2012 Posted March 2, 2012 -x key supports only full file/dir names, no wildcards
frustum Posted March 2, 2012 Posted March 2, 2012 use "-x .png" argument to exclude all files and directories which name contain ".png" keyword. 1
Recommended Posts