I tried searching the forums for this but all references are to the webstorage plugin that no longer exists
I have an inventory system for a ship which is based off of an array, what i want to be able to do is have it so that the player can change ships. Because of the way i want to do it i want to have an active inventory array and a storage inventory array, i thought i could swap the data between the arrays by exporting to and then importing json files but that seems like it is no longer possible.
Is there another way i can easily copy all the data from one array to another?