LOL SDK V5.4 (Unity 2022): Download Latest Release

lol-unity-sdk-v5_4-2022-LTS.unitypackage

Must use Unity 2022, minimum release 2022.3.5 LTS or higher supported version.

The lol-unity-sdk-v5_4-2022-LTS.unitypackage contains all of the resources you need for developing a game for the Legends of Learning platform.

Instructions:

  1. If you are upgrading from a previous version of the SDK, then you should delete it from your project before proceeding.
  2. Download the unitypackage file from the link above.
  3. Import into a new or existing Unity project using the top menu bar in your Unity project: Assets>Import Package>Custom Package.
  4. Get familiar with the latest API features in the LegendsOfLearning-Example folder. You can delete this folder when you no longer need it.

The Unity SDK includes the following files:

To use the SDK in your Unity C# code, you must use the SDK namespace.

using LoLSDK;

External Resources