hi,
Currently doing a project for the Switch and I am having an initial startup problem when loading ‘resources.resource’ as it loads piece by piece it’s taking 3mins. The Switch has slow file loading already.
Having thousands of what seems like really small loads like loads of 1byte at a time.
Is there a way to load that file into memory and parse it from there? Or create an AssetBundle? Not used AssetBundles before, would there have to be code changes?
Any guidance would be appreciated.
Thanks,
Simon