Version: 2022.2
언어: 한국어

PlayerSettings.SetShaderChunkCountForPlatform

매뉴얼로 전환
public static void SetShaderChunkCountForPlatform (BuildTarget buildTarget, int chunkCount);

파라미터

buildTarget The build target to set the shader chunk count for.
chunkCount The maximum number of chunks to keep in memory for each shader.

설명

Sets the default limit on the number of shader variant chunks Unity loads and keeps in memory on the build target.

To limit the amount of memory Unity uses to load shader variants, you can use SetShaderChunkCountForPlatform to set the maximum number of compressed shader variant chunks you want Unity to load and decompress into CPU memory at one time.

This parameter overrides PlayerSettings.SetDefaultShaderChunkCount on the build target.

The default value is 0, which means Unity loads and decompresses all the chunks into memory.

When Unity reaches the limit but needs to load another chunk, Unity removes the least recently used decompressed chunk from memory to make room.

Use PlayerSettings.SetDefaultShaderChunkSizeInMBForPlatform to limit the size of compressed chunks on the build target.

See Also: PlayerSettings.GetShaderChunkCountForPlatform, PlayerSettings.SetOverrideShaderChunkSettingsForPlatform.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961