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.
- Select Assets->Import Package->Custom Package..

- Choose SWNetwork.unitypackage in your local file system.

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

- 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.

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