This documentation is for Unity SDK 1.x through 3.x. If you are using Unity SDK 4.x or above, please visit our new documentation.

Project Add

Add new project to an existing solution in current working directory

beam project add <name> [options]

About

Add new project to an existing solution in current working directory

Arguments

NameTypeDescription
nameServiceNameName of the new project

Options

NameTypeDescription
--solution-nameServiceNameName of the existing solution
--skip-commonBooleanIf you should create a common library
--dryrunBooleanShould any networking happen?
--cidStringCid to use; will default to whatever is in the file system
--pidStringPid to use; will default to whatever is in the file system
--hostStringThe host endpoint for beamable
--refresh-tokenStringRefresh token to use for the requests
--logStringExtra logs gets printed out
--dirStringDirectory to use for configuration
--versionBooleanShow version information
--helpBooleanShow help and usage information

Parent Command

project