Version: 2020.2
언어: 한국어

CommonRoles.streamingResourceFile

매뉴얼로 전환
public static string streamingResourceFile ;

설명

The BuildFile.role value of a file that contains streaming resource data.

For example, when a texture is packed into a build, only metadata about the texture is packed into the CommonRoles.sharedAssets file - the actual content of the texture is packed into a streamingResourceFile, where it can be streamed into memory asynchronously at runtime.