Version: 2020.2
LanguageEnglish
  • C#

QualitySettings.streamingMipmapsMaxFileIORequests

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
public static int streamingMipmapsMaxFileIORequests;

Description

The maximum number of active texture file IO requests from the texture streaming system.

This value limits the maximum number of texture file IO requests, from the texture streaming system, that are active at any one time. If the Scene texture content changes significantly and rapidly, the system may attempt to load more texture mipmaps than the file IO can keep up with. Lowering this value will reduce the IO bandwidth generated by the streaming system, resulting in a more rapid response than changing mipmap requirements.