Open
Description
build-unity-packages.cmd and prep-package.cmd only work on Windows, of course, but there may be contributors running Linux or Mac. Cross-platform build scripts would be useful for these folks. As long as it doesn't involve installing cygwin/mingw or running in bash shell on windows.
Options might be things like build scripts written in JavaScript and run via node.
Or, since this is a .net repo, maybe a .net build script:
https://github.com/cake-build/cake
http://fsharp.github.io/FAKE/
Or just provide both .sh scripts for Mac/Linux and .cmd for windows, since the scripts are so small.