About • Installation • Configuration • Updating • Support • Development
LootLocker is a game backend-as-a-service that unlocks cross-platform systems so you can build, ship, and run your best games.
Full documentation is available here https://docs.lootlocker.com/
The preferred way of installing the LootLocker SDK is through Open UPM. This way you will receive future updates in a streamlined way. Please refer to OpenUPM for their simple install instructions or our official documentation.
Before you start you need to have git installed on your computer.
- In the Unity Editor go to
Window > Package Manager
- Click the + at the top left of the Package Manager window
- Select
Add package from git URL...
- Paste the following URL
https://github.com/LootLocker/unity-sdk.git
and clickAdd
For other methods, please refer to our official documentation.
For a full walkthrough of how to configure the SDK, please see our Guide to Configuring the Unity SDK. But here's a short explanation:
- Open the LootLocker Extension in Unity (Windows > LootLocker)
- Sign in with your LootLocker account
- Select your game, environment, and game key.
- Log on to the LootLocker management console and find your Game Settings.
- Find your Game Key in the API section of the settings
- Open
Edit > Project Settings
in the Unity Editor and find theLootLocker SDK
tab. - Input Api Key using the Game Key from the LootLocker console page
If you have installed the SDK from Open UPM then all you have to do in Package Manager is press the Update button when that tells you there's a new version.
For other install methods and more information, head over to our official documentation.
If you have any issues or just wanna chat you can reach us on our Discord Server
There is a Test Suite for the SDK, but it is in an external repo to keep the size of this one down. It is run automatically on any pull requests towards or updates to main. You can also run it locally, just follow the steps in the test repo.