Yeoman generator for Unity 5 projects
- Dependencies:
- Unity 5:
brew cask install unity
for Mac OS X,choco install unity
for Windows OS - Node.js:
brew install node
for Mac OS X,choco install nodejs
for Windows OS - Yeoman:
npm install -g yo
- Unity 5:
- Install:
npm install -g generator-unity
- Run:
yo unity
yo unity <projectName>
generates a new Unity 5 project.
Made with ♥ by Leonardo Nascimento | MIT License