0.18.0 • Published 1 month ago

@reactunity/create v0.18.0

Weekly downloads
10
License
MIT
Repository
github
Last release
1 month ago

Create React Unity App

Creates the Typescript project for React Unity. See core library for details.

Usage

If you want to add ReactUnity to an existing Unity project:

npx @reactunity/create@latest

If you want to create full Unity app from scratch:

npx @reactunity/create@latest -u

Create the React project in a custom folder:

npx @reactunity/create@latest custom/folder/path

Options

Options can be used like: npx @reactunity/create@latest <options>

  -u, --unity                Creates Unity project from scratch and adds React project into it
  -i, --install [npm|yarn]   Run 'npm install' or 'yarn install'.
  -h, --help                 Print help

Commands

After a project is created, you can run following commands in the react directory. You can also use other package managers like yarn instead of npm.

  • npm start - Run development server with HMR support
  • npm run build - Build the production ready Javascript file to /Assets/Resources/react/index.js
0.18.0

1 month ago

0.16.0

8 months ago

0.16.1

8 months ago

0.15.5

1 year ago

0.15.4

1 year ago

0.14.0

1 year ago

0.15.0

1 year ago

0.15.1

1 year ago

0.15.2

1 year ago

0.15.3

1 year ago

0.12.0

2 years ago

0.9.2

2 years ago

0.9.0

2 years ago

0.9.1

2 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.2.0

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.13

4 years ago