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.