Table of Contents

GetSlotMeta Method

GetSlotMeta(int)

public UniTask<SaveSlot> GetSlotMeta(int index)

Returns Slot metadata for the given index. If it exists locally then returns that. If it doesn't exists creates a new slot meta and returns that

Parameters

index int

Index starts from 0

Returns

UniTask<SaveSlot>