Installation

How to install Skill Web in your Unity project.

Asset Store

You can find the latest version of Skill Web in the asset store with this link.

Installation Steps:

  1. Get Skill Web from the asset store.

  2. Open your Unity project, go into Window > Package Manager, switch to My Assets from the packages dropdown at the top-left, and then type Skill Web in the search bar.

  3. Download and import the package. You may be prompted to install package manager dependencies. If so, click Install/Upgrade.

  1. Newtonsoft JSON package is required if you're planning on building for WebGL. You should already have it installed. However, if you don't for whatever reason, you can install it through the package manager:

    • Open Unity's Package Manager: In your Unity project, go to Window > Package Manager.

    • Add package by name: In the Package Manager window, click the + icon in the top-left corner and select "Install package by name...".

    • Enter package details: In the pop-up window, enter com.unity.nuget.newtonsoft-json as the package name. You can specify a version or leave it blank to get the latest compatible version.

Last updated