I’m trying to optimise level loading times on iOS and I’ve noticed in the profiler that Texture.IntegrateLoadedImmediately is being called ~250,000 times and taking several thousand milliseconds.
What is Texture.IntegrateLoadedImmediately and how I do reduce the number of calls to it to speed my level loading?