unity-asset-sync

1.0.0 • Public • Published

#Unity Asset sync

Allows safe, effective sharing of code between Unity projects.

Install it

npm install unity-asset-sync

Use it

var sync = require("unity-asset-sync");
sync.allFiles("sourceDir", "targetDir");

Creates a symlink in the targetDir for each file in the sourceDir. Skips all folders, and README.md files.

I made this so I could share scripts from my home-grown framework between projects. I've only used it on OSX.

Readme

Keywords

none

Package Sidebar

Install

npm i unity-asset-sync

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • geekytime