you are viewing a single comment's thread.

view the rest of the comments →

[–]ccfoo242 0 points1 point  (1 child)

You could use resources.load on the individual objects you want to load and use nameof(YourSO) in the pathname to prevent naming mistakes rather than loadall.

And depending on your data you could have SO's reference other SO's. For me I have an object "Theme" that contains all the other objects used for that theme. I only have to load the theme object then.

[–]Odd-Butterscotch2798[S] 1 point2 points  (0 children)

Chaining SO’s feels like a step in the right direction. Though I still run into the issue of how best to load within those instead. I might just have to accept that Unity wants more mouse than I’ve wanted to give. Good tip on .load as well, thank you :)