Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Project: Create

Süleyman Yasir KULA edited this page May 15, 2020 · 12 revisions
Click here to show/hide

Use the Patcher project_create command. It takes the following arguments:

  • projectRoot: path of the directory that will hold the project's files and folders. This directory must be empty
  • silent: (optional)(flag) progress will not be logged to the console

Example: Patcher project_create -projectRoot="C:\MyProject"

Via Scripting API

Click here to show/hide

Namespace: SimplePatchToolCore

ProjectManager project = new ProjectManager( projectRoot );
project.CreateProject();
Click here to show/hide

unity-create-tab

Simply open the Window-Simple Patch Tool window, enter an empty directory's path and click Create Project.

Clone this wiki locally