Installing Playworks Plugin
This page outlines step-by-step instructions to be followed when installing Playworks Plugin into a new or existing Unity project.
Please use the latest version of Playworks Plugin :
Download Playworks PluginRequirements
Playworks Plugin has the following system requirements:
- Unity Personal or Pro. Supported Versions: 2020.3.16 or higher, 2021.3 LTS, 2022.3 LTS
- MacOS or Windows
- .NET 4.7 or later
- .NET developer pack 4.7
For more information, please review the list of dependencies for Plugin.
Installation
We recommend the use of the Unity Package Manager over manual installation in order to avoid issues.
Installing via Package Manager (Unity 2020 or newer)
Package Manager UI of Unity stores links to external packages using absolute paths. This is un-portable and will break once the project is opened on another developer's machine.
Installing the Playworks Plugin in Unity 2020.3 or newer can be done using the Package Manager. To get it installed into a project, please follow the following steps:
- Unzip the Playworks Plugin release file anywhere you like on your machine
- Open the Package Manager by navigating to
Window > Package Manager
in main Unity menu: - In Package Manager, hit the + button and choose
Add package from disk
. Now selectpackage.json
fromscripts
folder withinluna
folder you unzipped Unity Playworks Plugin to in step 1.
Once finished! Feel free to open Unity editor with your project and jump to initial setup.