- Home /
Question by
snhy · Dec 26, 2016 at 03:45 PM ·
textureperformancewwwperformance optimizationwww.loadimageintotexture
Run a coroutine when there is spare time
I have a coroutine which loads images from the internet and creates textures from them.
WWW.LoadImageIntoTexture() is expensive so I'd like to split the calls between different frames. If the current frame is "heavy" then I'm willing to load only one texture per frame. However, if there is spare time in the current frame then I'd like to load multiple textures. What is a good way to do so?
Comment
Your answer
Follow this Question
Related Questions
Change Material VS Change Texture Performance 0 Answers
Does the Substance pulgin take a toll on performance? 0 Answers
LoadImageIntoTexture Runtime Change 1 Answer
Texture render performance - one 1024px, vs two 512px - for modular models? 1 Answer
URP Post Processing Volume Mobile Bloom 30 FPS LOCK 0 Answers