Hello my name is Christian ( grfxman in the unity forum ) I found the BundleLoader in the Asset Store to be a helpful start on a project I'm doing. I was wondering if there is a way to make it smarter. Specifically I have a terrain grid that is saved as bundles. We update them frequently. I would like to pre-load them before we allow the log-in button to appear. But I was wondering if there is a way to check the file dates to allow it to only update newer packages. Seeing as they always have a name based on their grid position.
Also, since C# isn't my strong point, I'm also looking for an example of displaying a progress bar for the progress of package updating using BundleLoader.
Thank You for your time.