Version: 2022.3
言語: 日本語

QualitySettings.streamingMipmapsMemoryBudget

マニュアルに切り替える
public static float streamingMipmapsMemoryBudget ;

説明

The total amount of memory (in megabytes) to be used by streaming and non-streaming textures.

Non-streaming textures will always be loaded at the largest mipmap level (even if that exceeds the budget). Streaming textures will pick the smallest mipmap level possible to try to hit the memory budget.