I just finished a project that created random items from an array in each scene, and the random items that were created also created their own random items from object arrays they had. That way anytime you play the scene it is different. You can probably figure out how to do the same thing for loading scenes by listing them in an array. Here is the core piece of logic my project used:
1 Like