0.0.26 • Published 10 years ago
unity-export-import v0.0.26
unity-export-import
Import and export for unitypackages
BEWARE: This project may be useful for some, but was mainly made for personal use. May contain the odd bug
Also: No tests!
Install
npm install --save unity-export-importOptions
var options = {
unityPath: 'pathToUnity executable',
projectPath: 'optional path to project',
destination: 'relative destination for assets after import',
moveThese: 'files/folders to move after import
}Do make sure at least you pass in the path to the absolute path to the unity executable, or else the operations will fail.
Usage
var importExport = require('unity-export-import');
//with gulp
gulp.task('import', () => importExport.importPackage({}));
gulp.task('export', () => importExport.exportPackage('name of package, foldersToExport));
//Or
importExport.importPackage(optionalOptions);
importExport.exportPackage('name of package, foldersToExport);0.0.26
10 years ago
0.0.25
10 years ago
0.0.24
10 years ago
0.0.23
10 years ago
0.0.22
10 years ago
0.0.21
10 years ago
0.0.20
10 years ago
0.0.19
10 years ago
0.0.18
10 years ago
0.0.17
10 years ago
0.0.16
10 years ago
0.0.15
10 years ago
0.0.14
10 years ago
0.0.13
10 years ago
0.0.12
10 years ago
0.0.11
10 years ago
0.0.10
10 years ago
0.0.9
10 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago