Question by
davvit · Sep 30, 2016 at 09:38 AM ·
importingpackagescommand-line
importing multiple packages at the same time through cmd
Why does this not work?
>Unity.exe -createProject myPath -importPackage pkg1Path -importPackage pkg2Path
It imports the first package but not the second into this newly created project. Any other way to do this?
Comment