Currently I have .lua files that contain nothing but tables of large amounts of data that is called at various times throughout the app. For app size reasons, I’m wanting to store these as .zip files that will contain .txt files of the data instead. When needed, I would unzip the files and extract the data.
Is it possible to store these .zip files in the system.ResourceDirectory?
If not, is it possible to include .zip files as part of the core app in any other way?
Or does anyone have any other advice on the situation?