Version: 2022.3
언어: 한국어

Directory.temporaryFolder

매뉴얼로 전환
public static string temporaryFolder ;

설명

Returns a path to temporary folder.

On Windows Store Apps, it will be <main drive>:\Users\<user name>\AppData\Local\Packages\<package id>\TempState, directory is writeable, so you can create, read and write files to it. In Editor, it will be <your project path>\TempState.