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

Project: Updating Download Links

Süleyman Yasir KULA edited this page May 15, 2020 · 9 revisions

After filling the Other\DownloadLinks.txt file in your project directory with the download links, you can update the VersionInfo with these download links as follows:

Click here to show/hide

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

  • projectRoot: path of the project's directory
  • silent: (optional)(flag) progress will not be logged to the console

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

Via Scripting API

Click here to show/hide

Namespace: SimplePatchToolCore

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

unity-create-tab

Simply open the Window-Simple Patch Tool window, enter the project directory's path and click Update Download Links.

Clone this wiki locally