Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Need advanced help on Saving/Loading

Discussion in 'Scripting' started by Faestus, Nov 25, 2014.

  1. Faestus

    Faestus

    Joined:
    Jul 23, 2014
    Posts:
    68
    Basically what I need is:
    *Saving and Loading a sprite - I found no tutorial on this
    *Loading all the files from a specific folder (not resources) - Not as simple as it looks. For example, I want to load all ".lvl" files from one folder into one big array. I don't want to make a list whenever the game is saved, but instead allow people to add a file if they want.
     
  2. Stoven

    Stoven

    Joined:
    Jul 28, 2014
    Posts:
    171
  3. Faestus

    Faestus

    Joined:
    Jul 23, 2014
    Posts:
    68
    Ish...

    I need to load one single file as a sprite and then turn it into a sprite...

    Additionally I need to load from a folder, as I do not have the specific file.