https://github.com/malud/unity-game
A npm cli package to rapidly create a Unity3D boilerplate project you can start with.
https://github.com/malud/unity-game
Last synced: about 1 year ago
JSON representation
A npm cli package to rapidly create a Unity3D boilerplate project you can start with.
- Host: GitHub
- URL: https://github.com/malud/unity-game
- Owner: malud
- License: mit
- Created: 2015-03-06T19:05:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-31T20:28:03.000Z (about 11 years ago)
- Last Synced: 2025-04-15T08:49:31.017Z (about 1 year ago)
- Language: JavaScript
- Size: 246 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unitygame [](https://travis-ci.org/malud/unity-game)
A npm cli package to rapidly create a Unity3D boilerplate project you can start with.
## Installation
npm install -g unitygame
## Usage
unitygame create MyUnity3DGame com.company.product
Which creates a folder structure like [this one](https://github.com/malud/unity-game/tree/master/template)
The package option is optional.
## Commands
create [bundle-identifier] -p packageShort --dev
This creates the unity project and also installs the listed packages to Unity/Assets/Packages.
### Example - use package shorts
-p ugb,ubs,testtools
* [UGB - UnityGameBase](https://github.com/kwnetzwelt/ugb-source)
* [UGB-EXAMPLES - UnityGameBase Examples](https://github.com/kwnetzwelt/ugb-examples)
* [UBS - UnityBuildSystem](https://bitbucket.org/kaiwegner/unity-build-system)
* [TESTTOOLS - UnityTestTools](https://bitbucket.org/Unity-Technologies/unitytesttools)
* [WATCHDOG - CodeWatchDog](https://bitbucket.org/flberger_work/codewatchdog_unity)