Hi people I want to raise a question how do you load a zip file in unity containing a few Text and XML Files. The way Im Loading the Text Files I would be Using TextAsset Objects to read the text files using c#.The XML File is for reading the contents of the zip file including meta data like Level name.
I cant seem to find the right tutorial of this problem.
So is there a Tutorial or someone that has come across the some problem.