Web Console
Changes
- Added the ability to show Asset ID in asset lists.
Unity SDK
Changes
- Summaries added to all public functions in LootLockerSDKManager
- Added documentation for Missions
- Added documentation for Maps
- Renamed functions in LootLockerSDKManager, and old ones marked as deprecated, will be removed at a later stage;
GettingAllMissions->GetAllMissionsGettingASingleMission->GetMissionStartingAMission->StartMissionFinishingAMission->FinishMissionGettingAllMaps->GetAllMapsPollingOrderStatus->PollOrderStatusActivatingARentalAsset->ActivateRentalAssetGettingCollectables->GetCollectablesCollectingAnItem->CollectItemTriggeringAnEvent->ExecuteTriggerListingTriggeredTriggerEvents->ListExecutedTriggers
Bug Fixes
- Imported samples has missing references to their scripts
- Fixed all warnings when installing the SDK
Game API
Changes
- Added
is_publicas input when uploading files to players to make API usage easier.
Bug Fixes
- Fixed a bad error message returned for White Label Login signups when an invalid domain key was supplied. (Thanks to Discord user @DexTex for reporting)