Hi, I recently was playing a really nice optimized and cleaned game “Rivals” and when I checked the console, the preloading was pretty neat. It didn’t just load parts, it waited for the modules to be preloaded too. I use knit too and I’m wondering how this is done?
I just realized Knit has a KnitInit Function you can add that fires when the controller is initilized. I’m thinking I can probably do the same thing you did in the Knit Framewrok by just tweaking it and not having to add the KnitInit function. Thank you.