Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EditorApplication.SetTemporaryProjectKeepPath

public static void SetTemporaryProjectKeepPath(string path);

Parameters

path The path that the current temporary project should be relocated to when closing it.

Description

Sets the path that Unity should store the current temporary project at, when the project is closed.

Usually, when the user closes a temporary project (by opening another project, or exiting Unity), they are prompted to keep the project by selecting a permanent location for it. If you pass a non-empty path to this function, the prompt will be bypassed and the temporary project will be automatically relocated to the provided path.

It is an error to call this API if EditorApplication.isTemporaryProject is not true.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答