Search Unity

Question One time load of data into lists/collections

Discussion in 'Visual Scripting' started by Canley, Nov 24, 2022.

  1. Canley

    Canley

    Joined:
    Jun 17, 2022
    Posts:
    37
    Hi :)

    I have a number of lists I want to pre-load with data before launching my app. I can manually enter the data, such as into an App list variable on my VS blackboard, but I have hundreds of items to enter.

    I can load them from a CSV into the list at runtime, (I'm using Easy Save 3). But the data will disappear when the app quits and need to be loaded again. I need the app to ship with the data already loaded.

    So how can I load it all in once, so that the list is pre-populated ready for launch? I really just want to avoid manually entering hundreds of data items.

    Thanks heaps for any help :)
     
    apiotuch_unity likes this.