ATTENTION! The process of updating WiKi to version Eco 10.x has begun. Those wishing to participate can find out more Information on our ECO Contribution Wiki Discord.
From April 26 to May 12, errors may occur in the Wiki, as we will be carrying out a major update to the information processing modules.

Installing the ModKit: Difference between revisions

From Eco - English Wiki
[unchecked revision][unchecked revision]
(Get the ModKit: Update to add current GitHub link)
(Install the ModKit: Add "Show preview package" info.)
Line 8: Line 8:


GitHub (Alternative)
GitHub (Alternative)
# The ModKit may also be cloned/downloaded from GitHub https://github.com/StrangeLoopGames/EcoModKit
# The ModKit may also be cloned/downloaded from GitHub https://github.com/StrangeLoopGames/EcoModKit
# Click the green "Code" button and copy the git URL.
# Click the green "Code" button and copy the git URL.
# Clone the project using GitHub Desktop or any other git client.
# Clone the project using GitHub Desktop or any other git client.
== Install the ModKit ==
== Install the ModKit ==
# Check the ProjectVersion.txt file in the ModKit folder, you will need a version that matches the year and first number exactly, but matching or higher than the third is ok.
# Check the ProjectVersion.txt file in the ModKit folder, you will need a version that matches the year and first number exactly, but matching or higher than the third is ok.
Line 18: Line 16:
# Create a new Unity project, selected "3D" as the template.
# Create a new Unity project, selected "3D" as the template.
# Click on the "Assets" menu, then "Import Package", then "Custom Package...". Select EcoModKit.unitypackage in the ModKit folder and press "Open", then select "Import".
# Click on the "Assets" menu, then "Import Package", then "Custom Package...". Select EcoModKit.unitypackage in the ModKit folder and press "Open", then select "Import".
# Select the "Window" menu, then click "Open Package Manager". If in the top left it says "In Project", click it and select "Unity Registry". Select "Collections" from the list and then click "Install" down the bottom right.
# Select the "Window" menu, then click "Open Package Manager". If in the top left it says "In Project", click it and select "Unity Registry". Select "Collections" from the list and then click "Install" down the bottom right. If you don't see the "Collections" package then you will have to turn on "Preview packages". Look for the "Advanced" drop down button in the "Package manager" and check "Show preview packages"
# You are now ready to go!
# You are now ready to go!
[[Category: Modding]]
[[Category: Modding]]

Revision as of 18:41, 15 April 2021

Get the ModKit

  1. Log in to play.eco
  2. If not already on account page, click your icon in the top right.
  3. Click on "ModKit" in the "Game Download section"
  4. Unzip the ModKit to a folder on your computer.


GitHub (Alternative)

  1. The ModKit may also be cloned/downloaded from GitHub https://github.com/StrangeLoopGames/EcoModKit
  2. Click the green "Code" button and copy the git URL.
  3. Clone the project using GitHub Desktop or any other git client.

Install the ModKit

  1. Check the ProjectVersion.txt file in the ModKit folder, you will need a version that matches the year and first number exactly, but matching or higher than the third is ok.
  2. Install Unity if necessary
  3. Create a new Unity project, selected "3D" as the template.
  4. Click on the "Assets" menu, then "Import Package", then "Custom Package...". Select EcoModKit.unitypackage in the ModKit folder and press "Open", then select "Import".
  5. Select the "Window" menu, then click "Open Package Manager". If in the top left it says "In Project", click it and select "Unity Registry". Select "Collections" from the list and then click "Install" down the bottom right. If you don't see the "Collections" package then you will have to turn on "Preview packages". Look for the "Advanced" drop down button in the "Package manager" and check "Show preview packages"
  6. You are now ready to go!