Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Install and run

Vlad Pazych edited this page Feb 16, 2017 · 1 revision

1. Install Node.JS

Go to official website to download.

2. Download last version of Gentitas

Each release is published with zip files containing all source files you need.

Show releases

3. Move Gentitas to root of your Unity3D project

./Assets
./ProjectSettings
./Library
./Gentitas <----- Here

4. Install dependencies from npm

cd pathToProject/Gentitas
npm install

5. Run

npm start

6. Have fun

Now you can edit TypeScript code in project/declarations folder, and on each save C# code and static HTML API Reference will be regenerated.