How to Update the Pley SDK?
How to install a newer version of the Pley SDK in a Unity Project
Short Version: Updating the Pley SDK
1) Download the new SDK version from the Game Manager Downloads.
2) Close Unity.
3) Delete the SDK folder in your game project (Project/Assets/Pley/SDK).
4) Restart Unity and open your project.
5) Install the new SDK version (Read how to here).
*Before version 5.1.0
If you are updating from Pley SDK 5.1.0 or earlier, the folder structure is different. Instead of deleting the SDK Folder, you delete the entire Pley folder its in (
Project/Assets/Pley
, delete entire /pley folder).
Unity does not allow the modification or replacement of DLL-files while it is running. Therefore, to update the Pley SDK we have to remove the old files before installing a new version.
Updated 2 months ago