Question by
creamywhite · Aug 14, 2016 at 08:33 AM ·
randomrandom.rangerandomizerandomizationrepeating
Random Scenes Without Repetition
how can i random scenes without repeating until the scenes are all loaded? i am using array, not list. thanks
Comment
Answer by G4merSylver · Aug 14, 2016 at 09:50 AM
Simply create an array of ints of the length of your scenes, store the index of your called scenes in that list and iterate through your scene list and check if that index was called, if it wasnt then load that scene.