Skip to content

2. Installing ECT

Knowlife4 edited this page Mar 10, 2023 · 5 revisions

Installing

Opening the Package Manager

  • Navigate to Window > Package Manager in the Unity Toolbar.

    image

Adding the ECT Git Package

  • Click the '+' button in the top left and select Add package from git URL... in the subsequent dropdown.

    image

  • In the newly opened textbox, paste the following URL: https://github.com/knowlife4/ECT.git and press add.

    Note: You can install a specific version of ECT by adding # and then the version number (excluding the patch number).

    Ex. To install version 1.0, use the URL: https://github.com/knowlife4/ECT.git#1.0

    image

Updating

If you are installing ECT for the first time you can skip this.

Master Branch

  • Navigate to Window > Package Manager in the Unity Toolbar.

    image

  • Select ECT under Packages - SLICE Interactive.

    image

  • Press the Update button.

    image

Version Branch

  • Navigate to Window > Package Manager in the Unity Toolbar.

    image

  • Select ECT under Packages - SLICE Interactive.

    image

  • Press the Remove button.

    image

  • Click the '+' button in the top left and select Add package from git URL... in the subsequent dropdown.

    image

  • In the newly opened textbox, paste the following URL: https://github.com/knowlife4/ECT.git and press add.

    Note: You can install a specific version of ECT by adding # and then the version number (excluding the patch number).

    Ex. To install version 1.0, use the URL: https://github.com/knowlife4/ECT.git#1.0

    image

You're Done!

You have successfully installed ECT, congrats!

It is highly recommended that you continue reading the docs as you begin.