Skip to content

Lootlocker_UnitySDKv1.1.40

Compare
Choose a tag to compare
@JohannesLoot JohannesLoot released this 03 Nov 11:03
· 645 commits to main since this release
8861e95
  • Summaries added to all public functions in LootLockerSDKManager
  • Renamed functions in LootLockerSDKManager, and old ones marked as deprecated, will be removed at a later stage;
    • GettingAllMissions -> GetAllMissions
    • GettingASingleMission -> GetMission
    • StartingAMission -> StartMission
    • FinishingAMission -> FinishMission
    • GettingAllMaps -> GetAllMaps
    • PollingOrderStatus -> PollOrderStatus
    • ActivatingARentalAsset -> ActivateRentalAsset
    • GettingCollectables -> GetCollectables
    • CollectingAnItem -> CollectItem
    • TriggeringAnEvent -> ExecuteTrigger
    • ListingTriggeredTriggerEvents -> ListExecutedTriggers
  • Bug-fix: imported samples has missing references to their scripts
  • Bug-fix: Fixed all warnings when installing the SDK