unitygame
v0.3.7
Published
A npm cli package to rapidly create a Unity3D boilerplate project you can start with.
Downloads
14
Maintainers
Readme
Unitygame
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 The package option is optional.
Commands
create <ProjectName> [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