Skip to content

Custom Unity Package

This guide covers how to install the SWNetwork custom package in Unity.


Download

The SWNetwork.unitypackage can be found on the SDK download page. https://www.socketweaver.com/download.html

Install the SWNetwork.unitypackage

Installing the package is simple using Unity Editor.

  1. Select Assets->Import Package->Custom Package..

import package

  1. Choose SWNetwork.unitypackage in your local file system.

import package

  1. Select all the items in the Import Unity Package window and click Import.

import package

  1. Select File->Build Settings->Player Settings...->Other Settings->Configuration and make sure Scripting Runtime Version is set to .NET 4.x Equivalent in the PlayerSettings.

import package

  1. SWNetwork libraries will be installed under the SWNetwork directory in you project.

import package